body {
  background-position: left top;
  background-attachment: scroll;
}
body .block-item {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .widget-item {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .header {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .left {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .right {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .footer {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
/*header*/
.J006_header .header-part{padding: 0;}
.J006_header .header-part.fixed-top{position: relative;}
.J006_header .header-part .navbar-brand{ padding: 0; height: 85px; width: auto; margin-left: 3rem; position: relative; bottom: -1.5rem;}
.J006_header .navbar-expand-lg .navbar-collapse{min-height: 85px;}
.J006_header .navbar-expand-lg .navbar-collapse ul.navbar-nav{min-height: 85px;}
.J006_header .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item{ display: flex; flex-wrap: wrap; align-items: center;position: relative;}
.J006_header .header-part .navbar-nav li a, 
.J006_header .header-part .navbar-nav .nav-link{font-size: 20px; color: #000; letter-spacing: 1px; margin: 0 1.5rem; padding: 0;position: relative;}
.J006_header .header-part .navbar-nav li.nav-item::before{
    content: '';
    display: block;
    position: absolute;
    left: 30px;
    right: calc(100% - 30px);
    bottom: 20px;
    height: 1px;
    background-color:#9a7745;
    transition: .15s;
}
.J006_header .header-part .navbar-nav li.nav-item:hover > a, 
.J006_header .header-part .navbar-nav li.nav-item:hover > .nav-link{font-weight: bold;color: #9a7745;}
.J006_header .header-part .navbar-nav li.nav-item:hover::before{
    right: 25px;
    transition: .15s;
}
.J006_header .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item:nth-last-child(1), 
.J006_header .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item:nth-last-child(2){width: 85px; background: #cfa972; margin-left: 1px;}
.J006_header .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item:nth-last-child(1) > a.nav-link, 
.J006_header .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item:nth-last-child(2) > a.nav-link{margin: 0; width: 100%;}
.J006_header .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item:nth-last-child(1) a.nav-link {
    font-size: 0;
    background-image: url(https://materials.fillo.com.tw/materials/cowelld1/images/614f0e3f-126a-486a-b58e-c1bd8a6de246.svg);
    background-size: 34px;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 85px;
}
.J006_header .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item:nth-last-child(1) a.nav-link:hover{
    background-image: url(https://materials.fillo.com.tw/materials/cowelld1/images/6a2db9d2-b588-4a95-896f-6485d6866ffd.svg);
}
.J006_header .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item:nth-last-child(2) a.nav-link i{font-size: 30px; line-height: 85px; margin: auto; display: table;}
.J006_header .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item:nth-last-child(2) a.nav-link:hover i{color: #1877f2;}
.J006_header .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item:nth-last-child(1) > a::before, 
.J006_header .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item:nth-last-child(2) > a::before{display: none;}
.J006_header .header-part .navbar-nav li .dropdown-menu > .dropdown-item{margin: 0; font-size: 18px; text-align: center; padding: 5px 10px; border-bottom: 1px dashed #d5cec4;}
.J006_header .header-part .navbar-nav li .dropdown-menu > .dropdown-item:hover{background: #eeeae5;font-weight: bold;color: #9a7745;}
@media (max-width:1300px) {
    .J006_header .header-part .navbar-brand{margin-left: 2rem;bottom: -1rem;}
    .J006_header .header-part .navbar-nav li a, 
    .J006_header .header-part .navbar-nav .nav-link{font-size: 18px;margin: 0 2rem 0 0;}
}
@media (max-width:1024px) {
    .J006_header .header-part .navbar-brand{margin-left: 1.5rem; bottom: 0rem;height: 60px;}
}
@media (max-width:991px) {
    .J006_header{z-index: 999;}
    .J006_header .header-part{width: 100%;background: rgb(255, 255, 255);position: fixed;}
    .J006_header .header-part .navbar-brand{height: 60px; margin: 5px 1rem;}
    .J006_header .header-part .navbar-toggler{min-height: 70px; background: #cfa972; min-width: 70px; border-radius: 0;}
    .J006_header .navbar-expand-lg .navbar-collapse ul.navbar-nav{flex-direction: unset; flex-wrap: wrap;}
    .J006_header .header-part .navbar-nav li a, 
    .J006_header .header-part .navbar-nav .nav-link{margin: 0px 0rem 5px 0;}
    .J006_header .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item{width: 100%;justify-content: center;}
    .J006_header .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item:nth-last-child(2){width: calc(50% - 0px); margin: 0;}
    .J006_header .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item:nth-last-child(1){width: calc(50% - 1px);}
    .J006_header .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item:nth-last-child(2) a.nav-link i{line-height: 2;}
    .J006_header .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item:nth-last-child(1) a.nav-link{line-height: 1.5; height: 45px;}
}

/*footer*/
.J006_footer .footer-sample{background: #eeeae5;padding-top: 5.5rem;}
.J006_footer .fnav_wrap, 
.J006_footer .footer-wrap .fb-info, 
.J006_footer .footer-wrap .footer_sbox{display: none;}
.J006_footer .footer-wrap .footer_center{background: #eeeae5; max-width: 1440px;}
.J006_footer .footer-wrap .footer_center .company-info{max-width: 100%; flex: 0 0 100%; margin: auto; padding-bottom: 2rem; border-bottom: 1px solid #d5cec4;}
.J006_footer .footer-wrap .info_box .info-text h3{text-align: center; font-size: 22px; letter-spacing: 0.5px; margin-bottom: 0;color: #5a3612;}
.J006_footer .footer-wrap .contact-info{max-width: 100%; flex: 0 0 100%;padding: 0;}
.J006_footer .footer-wrap .contact-box{margin-bottom: 0 !important;}
.J006_footer .footer-wrap .contact-box h2, 
.J006_footer .footer-wrap .contact-box h4 img, 
.J006_footer .footer-wrap .contact-box h4 i{display: none;}
.J006_footer .footer-wrap .contact-box h4{padding-left: 0; font-size: 18px; letter-spacing: 0.5px;position: relative;margin: 15px 0;}
.J006_footer .footer-wrap .contact-box h4::before {
    content: '‧';
    display: inline-block;
    font-size: 25px;
    line-height: 0;
    margin-right: 5px;
}
.J006_footer .footer-wrap .icon_wrap{padding: 10px; background: #cfa972;}
.J006_footer .footer-wrap .icon_wrap p{font-size: 15px; letter-spacing: 1px;}
.J006_footer .footer-wrap .icon_wrap ul.footer_bticon{display: none;}
@media (max-width:1199px) {
    .J006_footer .footer-wrap .info_box a.info-logo{max-width: 100%; flex: 0 0 100%; margin: auto;}
    .J006_footer .footer-wrap .info_box .info-text{max-width: 100%; flex: 0 0 100%;}
}
@media (max-width:991px) {
    .J006_footer .footer-wrap .contact-info{flex-wrap: wrap;}
    .J006_footer .footer-wrap .contact-box{flex: unset;width: 50%;}
}
@media (max-width:767px) {
    .J006_footer .footer-wrap .contact-box{width: 100%;}
}
@media (max-width:320px) {
    .J006_footer .footer-wrap .info_box a.info-logo img{max-width: 250px !important;}
}

/*sidebar*/
.J006_sidebar .actGotop{width: 50px; height: auto;}
.J006_sidebar .actGotop a, 
.J006_sidebar .actGotop a:link{
    position: relative;
    padding-top: 23px;
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1;
    background: transparent;
    color: #5a3612;
    font-family: serif !important;
    height: auto;
    width: 50px;
}
.J006_sidebar .actGotop a::before, 
.J006_sidebar .actGotop a:link::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 12px 14px 12px;
    border-color: transparent transparent #cfa972 transparent;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0px);
}
.J006_sidebar .actGotop a i{display: none;}
@media (max-width:991px) {
    .J006_sidebar .actGotop{right:0;}
}

/*index********************************************************************************/

/*slider*/
.J006_slider .carousel-indicators{ left: unset; top: 0; margin: 0 2rem; display: flex; flex-direction: column;}
.J006_slider .carousel-indicators li{width: 16px; height: 16px; border-radius: 16px; border: none; margin: 7px 0;}
.J006_slider .carousel-fade .carousel-item picture{width: 87.5%; display: block; margin-left: 12.5%;}
.J006_slider .carousel-fade .carousel-item .carousel-caption{width: 28%; right: unset; left: 0; bottom: 0; top: 220px; background: #eeeae5; padding: 3rem;}
.J006_slider .carousel-fade .carousel-item .carousel-caption h2 { font-size: 34px; line-height: 1.4; color: #333; text-align: justify; position: relative; padding-bottom: 2.5rem; margin-bottom: 2.5rem; margin-top: 2rem;}
.J006_slider .carousel-fade .carousel-item .carousel-caption h2::before{content: '';display: block;width: 50%;height: 1px;position: absolute;left: 0;bottom: 0;background-color: #d5cec4;}
.J006_slider .bs-carousel .carousel-item p{text-align: justify; text-shadow: none; font-weight: normal; letter-spacing: 1px; font-size: 19px; line-height: 1.7; color: #777;}
.J006_slider .carousel-control-prev{left: unset; right: 0.8rem; top: 30%; bottom: unset; width: 3rem; opacity: 1;z-index: 99;}
.J006_slider .carousel-control-prev span.carousel-control-prev-icon{background: none; width: 13px; height: 50px; border-top: 1px solid #fff; border-left: 1px solid #fff; transform: skewY(45deg);}
.J006_slider .carousel-control-next{ top: unset; width: 3rem; right: 0.8rem; bottom: 30%; opacity: 1;z-index: 99;}
.J006_slider .carousel-control-next span.carousel-control-next-icon{background: none; width: 13px; height: 50px; border-bottom: 1px solid #fff; border-left: 1px solid #fff; transform: skewY(-45deg);}
@media (max-width:1799px) {
    .J006_slider .carousel-fade .carousel-item .carousel-caption{padding: 2.5rem;}
    .J006_slider .carousel-fade .carousel-item .carousel-caption h2{font-size: 30px;padding-bottom: 2rem; margin-bottom: 2rem; margin-top: 0rem;}
}
@media (max-width:1659px) {
    .J006_slider .carousel-fade .carousel-item picture{width: 85%; margin-left: 15%;}
    .J006_slider .carousel-fade .carousel-item .carousel-caption{top: 160px;}
    .J006_slider .bs-carousel .carousel-item p{margin-bottom: 5px;}
}
@media (max-width:1600px) {
    .J006_slider .carousel-fade .carousel-item .carousel-caption{top: unset;}
}
@media (max-width:1439px) {
    .J006_slider .carousel-fade .carousel-item .carousel-caption h2{font-size: 26px;}
    .J006_slider .bs-carousel .carousel-item p{font-size: 16px;}
    .J006_slider .carousel-control-prev{top: 15%;}
    .J006_slider .carousel-control-next{bottom: 15%;}
}
@media (max-width:1300px) {
    .J006_slider .carousel-fade .carousel-item .carousel-caption{width: 30%;padding: 2rem;}
}
@media (max-width:1199px) {
    .J006_slider .carousel-fade .carousel-item .carousel-caption{padding: 1.5rem;}
    .J006_slider .carousel-fade .carousel-item .carousel-caption h2{font-size: 22px;padding-bottom: 1rem; margin-bottom: 1rem;}
}
@media (max-width:991px) {
    .J006_slider{margin-top: 70px;}
    .J006_slider .carousel-fade .carousel-item picture{margin: 0; width: 100%;}
    .J006_slider .carousel-fade .carousel-item .carousel-caption{padding: 1rem; background: rgba(238, 234, 229, .8);width: 90%;}
    .J006_slider .carousel-fade .carousel-item .carousel-caption h2{font-size: 20px;padding: 0;margin: 0;}
    .J006_slider .carousel-fade .carousel-item .carousel-caption h2::before, 
    .J006_slider .bs-carousel .carousel-item p{display: none;}
}
@media (max-width:767px) {
    .J006_slider .carousel-indicators{left: 0; top: unset; margin: 0; flex-direction: unset;}
    .J006_slider .carousel-indicators li{margin: 0 7px 10px;}
    .J006_slider .carousel-fade .carousel-item .carousel-caption{display: block !important; width: 100%; padding: 10px 65px 35px; text-align: center; min-height: 95px;}
    .J006_slider .carousel-fade .carousel-item .carousel-caption h2{font-size: 18px; text-align: center;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden;}
    .J006_slider .carousel-control-prev{top: unset; right: unset; left: 15px; bottom: 40px;}
    .J006_slider .carousel-control-prev span.carousel-control-prev-icon{width: 40px; height: 10px; border-top: 0px; border-bottom: 1px solid #5a3612; transform: skew(-45deg); border-color: #36200b;}
    .J006_slider .carousel-control-next{top: unset; right: 15px; bottom: 40px;}
    .J006_slider .carousel-control-next span.carousel-control-next-icon{width: 40px; height: 10px; border-top: 0px; border-bottom: 1px solid #5a3612; transform: skew(45deg); border-right: 1px solid #36200b; border-left: 0px;}
}
@media (max-width:575px) {
    .J006_slider .carousel-fade .carousel-item .carousel-caption{padding: 10px 45px 20px;min-height: 75px;}
    .J006_slider .carousel-fade .carousel-item .carousel-caption h2{font-size: 15px;}
    .J006_slider .carousel-indicators li{width: 10px; height: 10px;margin: 0px 7px 8px;}
    .J006_slider .carousel-control-prev{left: 10px;bottom: 35px;} 
    .J006_slider .carousel-control-next{bottom: 35px;right: 10px;}
    .J006_slider .carousel-control-prev span.carousel-control-prev-icon, 
    .J006_slider .carousel-control-next span.carousel-control-next-icon{width: 30px;}
}

/*search*/
.J006_search .group_banner.search_banner .search-area > .container{background: none; border: none;}
.J006_search section.group_banner .search-area .search-box{margin-top: 1.5rem; padding-bottom: 1rem; height: auto;}
.J006_search section.group_banner .search-area .search-box .select-goal, 
.J006_search section.group_banner .search-area .search-box .select-place, 
.J006_search section.group_banner .search-area .search-box .select-date{background: none; padding: 5px;}
.J006_search section.group_banner .search-area .search-box .select-goal .title, 
.J006_search section.group_banner .search-area .search-box .select-place .title, 
.J006_search section.group_banner .search-area .search-box .select-date .title{height: 30px;}
.J006_search .search-area .search-box .select-place .title i, 
.J006_search .search-area .search-box .select-goal .title i, 
.J006_search .search-area .search-box .select-date .title i{color: #cfa972;}
.J006_search section.group_banner .search-area .search-box .select-goal .title h6, 
.J006_search section.group_banner .search-area .search-box .select-place .title h6, 
.J006_search section.group_banner .search-area .search-box .select-date .title h6, 
.J006_search section.group_banner .search-area .search-box .select-date .title h6{font-size: 18px; color: #000;}
.J006_search .search-area .search-box .select-place .select select, 
.J006_search .search-area .search-box .select-goal .select select{height: 45px; padding: 5px 10px;background-color: #fff;}
.J006_search section.group_banner .search-area .search-box .select-date .select input{height: 45px; line-height: 45px;width: calc(50% - 8px);padding: 5px 10px;border-radius: 0;}
.J006_search .search-area .search-box .select-date .select .divide{background: #fff; margin: 22px 0;}
.J006_search section.group_banner .search-area .search-box .select-input{padding: 5px;}
.J006_search section.search_banner .search-area .search-box .select-input .data-icon-search{position: unset; height: 30px; color: #cfa972;}
.J006_search section.search_banner .search-area .search-box .select-input .data-icon-search::after{content: '關鍵字'; margin-left: 8px; color: #000; font-size: 18px; font-style: normal; letter-spacing: 1px;}
.J006_search section.group_banner .search-area .search-box .select-input > input{padding: 5px 10px; height: 45px;}
.J006_search section.group_banner .search-area .search-box .search-btn{height: 60px; margin-top: 20px; background: #333; border: 2px solid #cfa972; border-radius: 50px;}
.J006_search .search-area .search-box .search-btn h5{font-size: 19px; letter-spacing: 1px; font-weight: bold; color: #cfa972;}
.J006_search .search-area .search-box .search-btn i{display: none;}
@media (max-width:991px) {
    .J006_search .group_banner.search_banner .search-area > .container{max-width: 95%;}
    .J006_search .search-area .search-box > div:nth-child(1), 
    .J006_search .search-area .search-box > div:nth-child(2), 
    .J006_search .search-area .search-box > div:nth-child(3), 
    .J006_search .search-area .search-box > div:nth-child(4){max-width: 50%;flex: 0 0 50%;}
    .J006_search .search-area .search-box .select-date .select{width: 100%;}
    .J006_search section.group_banner .search-area .search-box .select-date .select input{text-align: left;}
}
@media (max-width:767px) {
    .J006_search section.group_banner .search-area .search-box .select-input .mic_icon{top: 30px;}
}
@media (max-width:575px) {
    .J006_search .search-area .search-box > div:nth-child(1), 
    .J006_search .search-area .search-box > div:nth-child(2), 
    .J006_search .search-area .search-box > div:nth-child(3), 
    .J006_search .search-area .search-box > div:nth-child(4){max-width: 100%;flex: 0 0 100%;}
}

/*news*/
.J006_news_wrap{margin-top: 3rem;}
.J006_news_wrap .module-container .main.row{justify-content: center;}
.J006_news_title{margin-top: 1rem;}
.J006_news_wrap .J006_news_title{max-width: 280px;flex: 0 0 280px;}
.J006_news_title section.text-link h2{font-family: serif !important; font-weight: bold; letter-spacing: 1px;}
.J006_news_title div.link-list{min-height: auto;background: none;}
.J006_news_title div.link-list ul li a, 
.J006_news_title div.link-list ul li span{padding-left: 10px; padding-top: 0;}
.J006_news .list-wrapper .row{position: relative;}
.J006_news .list-wrapper .name-block{padding-left: 0; padding-right: 0; max-width: 100%; flex: 0 0 100%; padding-bottom: 0px; font-size: 20px; color: #333; letter-spacing: 1px;}
.J006_news .list-wrapper .name-block a{color: #333333; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden;padding-bottom: 50px;position: relative;}
.J006_news .list-wrapper .name-block a:hover{font-weight: bold;color: #000;}
.J006_news .list-wrapper .name-block a::before{content: ''; display: block; position: absolute; left: 0; right: 0; bottom: 0; height: 50px; background: #fff;}
.J006_news .list-wrapper .name-block a::after{content: ''; display: block; position: absolute; right: 7px; bottom: 20px; width: 45px; height: 10px; border-bottom: 1px solid #000; border-right: 1px solid #000; transform: skewX(40deg);transition: .2s;}
.J006_news .list-wrapper .name-block a:hover::after{width: 30px;transition: .2s;}
.J006_news .list-wrapper .note-block{padding-left: 0; padding-right: 0; font-size: 18px; color: #bc9967; font-family: serif !important; letter-spacing: 0.5px; padding-top: 12px; position: absolute; left: 0; bottom: 0;z-index: 1;}
.J006_news .list-wrapper .price-block{display: none;}
@media (max-width:1439px) {
    .J006_news{flex: 0 0 58.333333%; max-width: 58.333333%;}
}
@media (max-width:1300px) {
    .J006_news_wrap .J006_news_title{max-width: 215px;flex: 0 0 215px;}
}
@media (max-width:1199px) {
    .J006_news{flex: 0 0 66.666667%; max-width: 66.666667%;}
}
@media (max-width:991px) {
    .J006_news{max-width: calc(95% - 215px); flex: 0 0 calc(95% - 215px);}
}
@media (max-width:767px) {
    .J006_news_wrap .J006_news_title{flex: 0 0 100%; max-width: 100%;}
    .J006_news_title section.text-link h2{text-align: center !important;font-size: 50px !important;}
    .J006_news_title div.link-list ul{text-align: center;}
    .J006_news{max-width: 97%; flex: 0 0 95%;}
    .J006_news .list-wrapper .name-block a{-webkit-line-clamp:unset;font-size: 18px; line-height: 1.3;}
}
@media (max-width:575px) {
    .J006_news_wrap{margin-top: 1rem;}
    .J006_news_wrap .list-wrapper{margin-top: 0;}
    .J006_news_title section.text-link h2{font-size: 40px !important;}
    .J006_news .list-wrapper .name-block a{padding-bottom: 40px;}
    .J006_news .list-wrapper .name-block a::before{height: 40px;}
    .J006_news .list-wrapper .note-block{padding-top: 0;padding-bottom: 10px;}
}

/*recommend01*/
.J006_recom01_wrap{margin-top: 4rem;}
.J006_recom01_wrap .main.row::before {
    content: '';
    display: block;
    position: absolute;
    top: 3.5rem;
    right: 0;
    left: 25%;
    bottom: 5.5rem;
    background: #eeeae5;
}
.J006_recom01{margin-top: 1rem;}
.J006_recom01 .swiper-slide-style{padding: 0 25px; background: none; border-radius: 0; box-shadow: none;opacity: .5;}
.J006_recom01 .swiper-slide-style.swiper-slide-active{opacity: 1;}
.J006_recom01 .swiper-slide .swiper-img{max-width: 50%; width: 50%; float: left; margin-bottom: 0; margin-right: 2.5rem;}
.J006_recom01 .swiper-slide .swiper-img img{border-radius: 0;}
.J006_recom01 .swiper-slide .swiper-title{text-align: justify; color: #333; font-size: 32px; letter-spacing: 1px; line-height: 1.5; margin-bottom: 2.5rem ;padding: 0;}
.J006_recom01 .swiper-slide .swiper-content{padding: 0; -webkit-line-clamp: unset; color: #555; font-size: 19px; text-align: justify;}
.J006_recom01 .swiper-button-prev.swiper-button-white, 
.J006_recom01 .swiper-button-next.swiper-button-white{width: 50px; height: 50px; border: 1px solid #cfa972; border-radius: 50px;}
.J006_recom01 .swiper-button-prev.swiper-button-white{left: 9%;}
.J006_recom01 .swiper-button-next.swiper-button-white{right: 9%;}
.J006_recom01 .swiper-slide .swiper-content{padding: 0; -webkit-line-clamp: unset; color: #555; font-size: 19px; text-align: justify;}
.J006_recom01 .swiper-button-prev.swiper-button-white:hover, 
.J006_recom01 .swiper-button-next.swiper-button-white:hover{opacity: 1;}
.J006_recom01 .swiper-button-prev.swiper-button-white::after{
    padding: 4px 10px;
    background: none;
    font-size: 0;
    width: 30px;
    height: 10px;
    border-bottom: 1px solid #cfa972;
    border-left: 1px solid #bc965f;
    transform: skew(-40deg);
    margin-left: 5px;
    margin-bottom: 3px;
}
.J006_recom01 .swiper-button-next.swiper-button-white::after{
    padding: 4px 10px;
    background: none;
    font-size: 0;
    width: 30px;
    height: 10px;
    border-bottom: 1px solid #cfa972;
    border-right: 1px solid #bc965f;
    transform: skew(40deg);
    margin-right: 5px;
    margin-bottom: 3px;
}
.J006_recom02_wrap{margin-top: 4rem;}
.J006_recom02_wrap .main.row::before {
    content: '';
    display: block;
    position: absolute;
    top: 27.5rem;
    left: 0;
    right: 0;
    bottom: 0;
    background: #eeeae5;
}
.J006_recom02 {margin-bottom: 5rem;}
.J006_recom02 .hover-wall .htpro_tit{margin-bottom: 2.5rem;}
.J006_recom02 .hover-wall .htpro_tit h1{font-size: 60px; letter-spacing: 1px; border: none; margin-bottom: 0;}
.J006_recom02 .hover-wall .htpro_tit h1 span{font-family: serif !important; font-weight: bold;}
.J006_recom02 .hover-wall .htpro_tit h2{font-size: 20px;}
.J006_recom02 .hover-wall > .container-fluid > .row > div:nth-child(3n){margin-top: 50px;}
.J006_recom02 .hover-wall > .container-fluid > .row > div:nth-child(3n+1){margin-top: 100px;}
.J006_recom02 .hover-wall > .container-fluid > .row > div:nth-child(1){margin-top: 0;}
.J006_recom02 .hover-wall .icon_info{border-radius: 0; background: none; box-shadow: none;}
.J006_recom02 .hover-wall .icon_info:hover{ box-shadow: none;bottom: 0;}
.J006_recom02 .hover-wall .icon_info a{display: flex; flex-wrap: wrap;}
.J006_recom02 .hover-wall .icon_info figure{order: -1; margin-bottom: 0; width: calc(100% - 45px); margin-left: 45px;}
.J006_recom02 .hover-wall figure .overlay{display: none;}
.J006_recom02 .hover-wall .icon_info h3{padding: 20px 55px 20px 20px; font-size: 21px; letter-spacing: 0.5px; width: calc(100% - 45px); position: relative; background: rgb(255, 255, 255); margin-top: -45px; margin-bottom: 0px;}
.J006_recom02 .hover-wall .icon_info h3::before {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    left: 20px;
    right: 20px;
    bottom: 0;
    background: #ccc;
}
.J006_recom02 .hover-wall .icon_info h3::after{
    content: '\f105';
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background: #333;
    right: 20px;
    top: 20px;
    font: normal normal normal 14px/1 FontAwesome;
    color: #cfa972;
    font-size: 20px;
    text-align: center;
    line-height: 25px;
    padding-left: 2px;
}
.J006_recom02 .hover-wall .icon_info h4{order: -1; margin-top: -90px; position: relative; background: #cfa972; padding: 9px 18px; font-size: 18px; font-style: normal; line-height: 1.5; font-weight: bold; margin-bottom: 45px;}
.J006_recom02 .hover-wall .icon_info p.animate-text{
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 45px);
    background: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding-top: 20px;
    margin-bottom: 0;
    border-bottom: 23px solid #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media (max-width:1439px) {
    .J006_recom02 {flex: 0 0 83.333333%; max-width: 83.333333%;}
}
@media (max-width:1300px) {
    .J006_recom01 .swiper-slide .swiper-title{font-size: 28px;margin-bottom: 1.5rem;}
    .J006_recom01 .swiper-slide .swiper-content{font-size: 16px;}
    .J006_recom02 .hover-wall .icon_info h3{font-size: 19px;}
    .J006_recom02 .hover-wall .icon_info p.animate-text{font-size: 15px;}
}
@media (max-width:1199px) {
    .J006_recom01_wrap .J006_news_title{flex: 0 0 91.666667%; max-width: 91.666667%;}
    .J006_recom01_wrap .main.row::before{bottom: 0;}
    .J006_recom02_wrap .main.row::before{top: 22rem;}
    .J006_recom02 {flex: 0 0 91.666667%; max-width: 91.666667%;}
}
@media (max-width:991px) {
    .J006_recom01_wrap{margin-top: 2rem;}
    .J006_recom01_wrap .J006_news_title{flex: 0 0 95%; max-width: 95%;}
    .J006_recom01 .swiper-slide .swiper-img{max-width: 100%; width: 100%; margin-bottom: 1.5rem; margin-right: 0;}
    .J006_recom01 .swiper-button-next.swiper-button-white{right: 3.5%;}
    .J006_recom01 .swiper-button-prev.swiper-button-white{left: 3.5%;}
    .J006_recom02_wrap { margin-top: 2rem;}
    .J006_recom02{flex: 0 0 95%; max-width: 95%;margin-bottom: 3rem;}
    .J006_recom02 .hover-wall > .container-fluid > .row > div:nth-child(3n){margin-top: 0px;}
    .J006_recom02 .hover-wall > .container-fluid > .row > div:nth-child(3n+1){margin-top: 0px;}
    .J006_recom02 .hover-wall > .container-fluid > .row > div:nth-child(2n+1){margin-top: 50px;}
    .J006_recom02 .hover-wall > .container-fluid > .row > div:nth-child(1){margin-top: 0;}
}
@media (max-width:767px) {
    .J006_recom02 .hover-wall .htpro_tit h1{font-size: 50px;}
    .J006_recom02 .hover-wall > .container-fluid > .row > div:nth-child(2n+1){margin-top: 0px;}
}
@media (max-width:575px) {
    .J006_recom01_wrap{margin-top: 1rem;}
    .J006_recom01_wrap .main.row::before{top: 2.5rem;left: 15%;}
    .J006_recom01{margin-top: 0;}
    .J006_recom01 .swiper-slide-style{margin-top: 15px;}
    .J006_recom01 .swiper-button-prev.swiper-button-white {left: 5px; top: 30%;}
    .J006_recom01 .swiper-button-next.swiper-button-white {right: 5px;top: 30%;}
    .J006_recom02 .hover-wall .htpro_tit h1{font-size: 40px;}
}

/*theme*/
.J006_theme_wrap{margin-top: 4rem;margin-bottom: 5rem;}
.theme_title{margin-bottom: 1rem;}
.theme_title div.link-list ul{text-align: center;}
.J006_theme .swiper-container{padding-left: 3rem; padding-right: 3rem;}
.J006_theme .swiper-container::before{content: '';display: block;position: absolute; top: 0; bottom: 0; left: 0; width: 3rem; background: #fff; z-index: 2;}
.J006_theme .swiper-container::after{content: '';display: block;position: absolute; top: 0; bottom: 0; right: 0; width: 3rem; background: #fff; z-index: 2;}
.J006_theme .swiper-slide-style{border-radius: 0; box-shadow: none; background: none;}
.J006_theme .swiper-slide .swiper-img{margin-bottom: 0;background: #000;}
.J006_theme .swiper-slide .swiper-img img{border-radius: 0;}
.J006_theme .swiper-slide .swiper-title{
    position: absolute; 
    bottom: 0; 
    top: calc(100% - 55px);
    margin-bottom: 0; 
    left: 0; 
    right: 0; 
    padding: 12px 20px; 
    background-color: rgba(0, 0, 0, 0.7); 
    border-bottom: 2px solid #cfa972; 
    font-size: 22px; color: #cfa972; 
    line-height: 1.3;
    transition: .3s;
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center; 
    align-items: center;
}
.J006_theme .swiper-slide:hover .swiper-title{font-weight: bold;top: 0;transition: .3s;background-color: rgba(0, 0, 0, 0.5); }
.J006_theme .swiper-button-prev.swiper-button-white, 
.J006_theme .swiper-button-next.swiper-button-white{color: #cfa972; opacity: 1;}
.J006_theme [class*='swiper-button-']:after{background: none;}
@media (max-width:1300px) {
    .J006_theme .swiper-slide .swiper-title{font-size: 18px;}
}
@media (max-width:991px) {
    .J006_theme_wrap { margin-top: 2rem; margin-bottom: 1.5rem;}
}

/*contact*/
.J006_contact {margin-bottom: -5.5rem;z-index: 1;}
.J006_contact .header-title{text-align: center; font-size: 60px; font-family: serif !important; font-weight: bold; letter-spacing: 1px; color: #5a3612;}
.J006_contact .link.text-link{background: #333; display: table; width: 100%;}
.J006_contact section.text-link h2{margin-top: 1.5rem; margin-bottom: 1.5rem;}
.J006_contact div.link-list{padding-bottom: 1rem;}
.J006_contact div.link-list ul{display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
.J006_contact div.link-list ul li{margin: 0 20px 30px; width: 38%;}
.J006_contact div.link-list ul li a, 
.J006_contact div.link-list ul li span{border: 1px solid #cfa972; border-radius: 50px; width: 100%; font-weight: bold; padding: 11px 80px 11px 50px;position: relative;transition: .2s;}
.J006_contact div.link-list ul li a:hover, 
.J006_contact div.link-list ul li span:hover{background: #121212;transition: .2s;}
.J006_contact div.link-list ul li a::before, 
.J006_contact div.link-list ul li span::before{
    content: '';
    display: block;
    width: 50px;
    height: 11px;
    border-bottom: 1px solid #cfa972;
    border-right: 1px solid #c19d69;
    transform: skew(45deg);
    margin-right: 5px;
    margin-bottom: 3px;
    position: absolute;
    right: 35px;
    top: 19px;
    transition: .2s;
}
.J006_contact div.link-list ul li a:hover::before, 
.J006_contact div.link-list ul li span:hover::before{width: 35px;transition: .2s;}
@media (max-width:1439px) {
    .J006_contact {flex: 0 0 66.666667%; max-width: 66.666667%;}
}
@media (max-width:1199px) {
    .J006_contact div.link-list ul li{width: 42%;}
}
@media (max-width:991px) {
    .J006_contact{flex: 0 0 83.333333%; max-width: 83.333333%;}
    .J006_contact div.link-list ul li a, 
    .J006_contact div.link-list ul li span{padding: 11px 65px 11px 30px;}
    .J006_contact div.link-list ul li a::before, 
    .J006_contact div.link-list ul li span::before{right: 25px;}
}
@media (max-width:767px) {
    .J006_contact .header-title{font-size: 50px;}
    .J006_contact div.link-list ul li{width: calc(95% - 40px); margin-bottom: 20px;}
}
@media (max-width:575px) {
    .J006_contact .header-title{font-size: 40px;}
}

/*theme01********************************************************************************/

/*bgtitle*/
.J006_bgtitle .module-container > .main > div > .bgfixed{background-position: bottom right;}
.J006_bgtitle .module-container > .main > div > .bgfixed::before {
    content: '';
    display: block;
    width: 12.5%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
}
.J006_bgtitle .module-container > .main > div > .bgfixed > div{display: flex; flex-wrap: wrap; align-items: end; justify-content: flex-start;position: relative;}
.J006_bgtitle .bgfixed > div > section{display: flex; background: #eeeae5; width: 24%; padding: 2.5rem 2rem 2rem; flex-wrap: wrap; align-content: center; justify-content: center; min-height: 200px;}
.J006_bgtitle .bgfixed > div > section h2{width: 100%; text-align: center; font-size: 65px; font-weight: bold; color: #5a3612;}
.J006_bgtitle .bgfixed > div > section p{margin-bottom: 0; line-height: 1.5; font-size: 28px; font-family: serif !important; letter-spacing: 1px; color: #cfa972;}
@media (max-width:1659px) {
    .J006_bgtitle .module-container > .main > div > .bgfixed::before{width: 15%;}
}
@media (max-width:1300px) {
    .J006_bgtitle .bgfixed > div > section{width: 30%; padding: 2rem 1.5rem 1.5rem;}
    .J006_bgtitle .bgfixed > div > section h2{font-size: 55px;}
}
@media (max-width:991px) {
    .J006_bgtitle .module-container > .main > div > .bgfixed::before{display: none;}
    .J006_bgtitle .module-container > .main > div > .bgfixed > div{align-items: center; justify-content: center;}
    .J006_bgtitle .bgfixed > div > section{margin-top: 70px;background: rgba(33, 33, 33, 0.8); width: auto; padding: 1rem 2rem; align-content: center; justify-content: center; min-height: unset;}
    .J006_bgtitle .bgfixed > div > section h2{color: #fff;font-size: 45px;}
}

/*tabs*/
.J006_theme01_tabs .nav-pills .nav-link{padding: 1.5rem 1.7rem 1.7rem; font-size: 21px; color: #333; letter-spacing: 1px; border-radius: 0; position: relative;}
.J006_theme01_tabs .nav-pills .nav-link:hover{color: #121212; font-weight: bold;}
.J006_theme01_tabs .nav-pills .nav-link.active, 
.J006_theme01_tabs .nav-pills .show>.nav-link{background-color: transparent; color: #333;  font-weight: bold;}
.J006_theme01_tabs .nav-pills .nav-link.active::before {
    content: '';
    display: block;
    width: 1px;
    height: 50px;
    background: #333;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0px);
}
.J006_theme01_tabs .nav-pills .nav-link.active::after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 10px;
    background: #333;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    bottom: -35px;
}
@media (max-width:767px) {
    .J006_theme01_tabs .nav-pills .nav-link{padding: 1rem 1rem 1rem; font-size: 18px;letter-spacing: 0;}
    .J006_theme01_tabs .nav-pills .nav-link.active::before{height: 30px;bottom: -20px;}
    .J006_theme01_tabs .nav-pills .nav-link.active::after{bottom: -25px;}
}
@media (max-width:320px) {
    .J006_theme01_tabs .nav-pills .nav-link{padding: 1rem 0.5rem 1rem; font-size: 16px;}
}

/*tab content*/
.theme01.J006_recom02{margin-top: 5rem;margin-bottom: 3rem;}
.theme01.J006_recom02 .hover-wall .htpro_tit{display: none;}
.theme01.J006_recom02 .hover-wall > .container-fluid > .row > div{margin-bottom: 35px !important;}
.theme01.J006_recom02 .hover-wall > .container-fluid > .row > div:nth-child(3n), 
.theme01.J006_recom02 .hover-wall > .container-fluid > .row > div:nth-child(3n+1){margin-top: 0;}
.theme01.J006_recom02 .hover-wall .icon_info h3{background: #f5f2ef;}
.theme01.J006_recom02 .hover-wall .icon_info p.animate-text{background: #f5f2ef;border-bottom: 23px solid #f5f2ef;}
.theme01.J006_recom01{margin-bottom: 5rem}
.theme01.J006_recom01 .main::before {
    content: '';
    display: block;
    position: absolute;
    left: 20%;
    right: 0;
    top: 2rem;
    bottom: 5rem;
    background: #eeeae5;
}
.theme01.J006_recom01 .header-title{padding-left: calc(12.5% + 15px); font-size: 45px; color: #5a3612;font-weight: bold; margin-bottom: 1rem; position: relative;}
@media (max-width:1299px) {
    .theme01.J006_recom01 .main::before{bottom: 7.5rem;}
}
@media (max-width:1199px) {
    .theme01.J006_recom01 .main::before{bottom: 0rem;}
}
@media (max-width:991px) {
    .theme01.J006_recom01 .header-title{padding-left: calc(9.5% + 15px);}
}
@media (max-width:767px) {
    .theme01.J006_recom02{margin-top: 3rem;}
    .theme01.J006_recom01 .header-title{padding-left: calc(5.5% + 15px);}
}
@media (max-width:639px) {
    .theme01.J006_recom01 .header-title{padding-left: calc(1.5% + 15px);}
}

/*theme02********************************************************************************/
.theme02.J006_bgtitle_wrap{z-index: 1;}
.theme02.J006_bgtitle_wrap .main.row{align-items: end;}
.J006_titletxt{margin-bottom: 5rem;}
.J006_titletxt h2{text-align: center; font-size: 55px; font-weight: bold; color: #5a3612; letter-spacing: 1px;}
.J006_titletxt p{text-align: center; font-size: 26px; font-family: serif !important; letter-spacing: 0.5px; color: #cfa972;}
.theme02.J006_bgtitle .module-container > .main > div > .bgfixed::before{display: none;}
.J006_info_wrap{margin-top: -4rem;}
.J006_txt {margin-top: 7rem;}
.J006_txt h3{margin-bottom: 1.5rem;}
.J006_photography{margin-bottom: -4rem;}
.J006_theme02_tabs {margin-top: 8rem;}
.J006_theme02_tabs .blk-tabs ul.nav-pills{background: #fff; padding: 0 5rem; display: table; margin: auto; margin-bottom: -1.5rem; position: relative; z-index: 1;}
.J006_theme02_tabs .blk-tabs ul.nav-pills .nav-item{float: left; margin: 0 2rem;}
.J006_theme02_tabs .blk-tabs ul.nav-pills .nav-link{border-radius: 0; padding: 0.5rem 0rem; font-size: 22px; color: #333; position: relative;}
.J006_theme02_tabs .blk-tabs ul.nav-pills .nav-link.active{color: #5a3612; background-color: transparent; font-weight: bold;}
.J006_theme02_tabs .blk-tabs ul.nav-pills .nav-link.active::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    height: 3px;
    background-color: #cfa972;
}
@-webkit-keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@media (max-width: 1024px) {
    @-webkit-keyframes marquee {
        0% {
        transform: translateX(0);
        }
        100% {
        transform: translateX(-125%);
        }
    }
    @keyframes marquee {
        0% {
        transform: translateX(0);
        }
        100% {
        transform: translateX(-125%);
        }
    }
}
@media (max-width: 768px) {
    @-webkit-keyframes marquee {
        0% {
        transform: translateX(0);
        }
        100% {
        transform: translateX(-166.65%);
        }
    }
    @keyframes marquee {
        0% {
        transform: translateX(0);
        }
        100% {
        transform: translateX(-166.65%);
        }
    }
}
.J006_photography .falls-container {
    overflow: hidden;
}
.J006_photography .falls-container .grid {
    display: flex;
    flex-wrap: unset;
    padding-bottom: 0;
    height: auto !important;
    -webkit-animation: marquee 60s infinite linear;
            animation: marquee 60s infinite linear;
}
.J006_photography .falls-container .grid .grid-item{position: unset !important;margin: 0;}
.J006_photography .falls-container .grid .grid-item img{margin: 0;}
.theme02.J006_tabcontent_wrap{margin-bottom: 5rem;}
.theme02.J006_tabcontent_wrap > .module-container{border: 1px solid #cfa972; border-bottom-width: 5px;}
.J006_tabblock .falls-container .grid{height: auto !important;padding-top: 50px;}
.J006_tabblock .falls-container .grid .grid-item{position: unset !important; margin-bottom: 15px;}
.J006_tabblock .falls-container .grid .grid-item img{margin: 0;width: 33%;float: left;margin-right: 1.5rem;}
.J006_tabblock .falls-container .grid .grid-item h3{font-size: 20px;font-weight: bold; color: #333; margin-bottom: 1rem; padding: 0 15px 0 0;}
.J006_tabblock .falls-container .grid .grid-item p{margin-bottom: 0; font-size: 15px; color: #555; padding: 0 15px 0 0px;}
.J006_tablist{margin-bottom: 3rem;}
.J006_tablist .header-title{font-size: 22px; font-weight: bold; color: #5a3612; text-align: center; position: relative;}
.J006_tablist .header-title::before{
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    right: calc(50% + 100px);
    top: 50%;
    height: 1px;
    background: #e2e2e2;
}
.J006_tablist .header-title::after{
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    left: calc(50% + 100px);
    top: 50%;
    height: 1px;
    background: #e2e2e2;
}
.J006_tablist .list-wrapper .name-block{padding-top: 20px; padding-bottom: 20px;}
.J006_tablist .list-wrapper .name-block a{font-size: 18px;}
.J006_tablist .list-wrapper .note-block{font-size: 18px; padding-top: 20px; padding-bottom: 20px; color: #ed7000;}
.J006_tablist .list-wrapper .price-block{font-size: 24px;padding-top: 20px; padding-bottom: 20px; font-family: serif !important;}
.J006_morebtn {margin-bottom: 3rem;}
.J006_morebtn div.link-list{min-height: auto;}
.J006_morebtn div.link-list ul{text-align: center;}
.J006_morebtn div.link-list ul li a, 
.J006_morebtn div.link-list ul li span{
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: bold;
    letter-spacing: 0px;
    text-decoration: underline;
    font-family: serif !important;
}
.J006_morebtn div.link-list ul li a i, 
.J006_morebtn div.link-list ul li span i{
    order: 1;
    margin-left: 1rem;
    margin-right: 0;
    width: 33px;
    height: 33px;
    border-radius: 30px;
    background: #333;
    color: #cfa972;
    font-size: 28px;
    line-height: 33px;
    padding-left: 2px;
    font-weight: bold;
}
.J006_morebtn div.link-list ul li a:hover i, 
.J006_morebtn div.link-list ul li span:hover i{background: #cfa972; color: #333;}
@media (max-width:1600px) {
    .theme02.J006_tabcontent_wrap{flex: 0 0 83.333333%; max-width: 83.333333%;}
}
@media (max-width:1280px) {
    .J006_titletxt{max-width: 300px; flex: 0 0 300px;}
    .theme02.J006_bgtitle{max-width: calc(100% - 300px); flex: 0 0 calc(100% - 300px);}
    .theme02.J006_tabcontent_wrap{flex: 0 0 91.666667%; max-width: 91.666667%;}
}
@media (max-width:991px) {
    .J006_theme02_tabs .blk-tabs ul.nav-pills{padding: 0 2rem;}
    .J006_tabblock, .J006_tablist {max-width: 95%; flex: 0 0 95%;}
    .J006_morebtn{max-width: unset; flex: unset; width: auto;}
}
@media (max-width:767px) {
    .J006_titletxt{
        position: absolute;
        z-index: 1;
        left: 50%;
        transform: translate(-50%, 0px);
        background: rgba(33, 33, 33, 0.8);
        max-width: unset;
        flex: unset;
        min-width: 245px;
        width: unset;
    }
    .theme02.J006_bgtitle{max-width: 100%;flex: 0 0 100%;}
    .J006_titletxt h2{font-size: 45px; color: #fff; margin-top: 1.5rem;}
    .J006_info_wrap {margin-top: 0rem;margin-bottom: 6rem;}
    .J006_txt { margin-top: 3rem;}
    .J006_theme02_tabs {margin-top: 0rem;margin-bottom: -1.5rem;}
    .J006_theme02_tabs .blk-tabs ul.nav-pills{padding: 0 1rem;margin-bottom: 0;}
    .J006_theme02_tabs .blk-tabs ul.nav-pills .nav-item{margin: 0 1.5rem;}
    .theme02.J006_tabcontent_wrap { flex: 0 0 100%; max-width: 100%;margin-bottom: 3rem;}
    .J006_tablist {margin-bottom: 1rem;}
    .J006_tablist .list-wrapper .name-block { padding-top: 10px; padding-bottom: 10px;}
    .J006_tablist .list-wrapper .note-block, 
    .J006_tablist .list-wrapper .price-block{padding-top: 0;padding-bottom: 10px;}
    .J006_morebtn { margin-bottom: 2rem;}
}
@media (max-width:575px) {
    .J006_theme02_tabs .blk-tabs ul.nav-pills .nav-item { margin: 0 0.7rem;}
    .J006_theme02_tabs .blk-tabs ul.nav-pills .nav-link{font-size: 20px;}
    .J006_tabblock .falls-container .grid{padding-bottom: 20px;padding-top: 30px;}
    .J006_tabblock .falls-container .grid .grid-item img{width: 100%;margin-right: 0; margin-bottom: 1rem;}
    .J006_tabblock .falls-container .grid .grid-item h3{margin-bottom: 10px;padding: 0;font-size: 18px;}
    .J006_tabblock .falls-container .grid .grid-item p{padding: 0;}
    .J006_tablist .list-wrapper .name-block a, 
    .J006_tablist .list-wrapper .note-block{font-size: 16px;}
    .J006_tablist .list-wrapper .price-block{font-size: 20px;}
}

/*about********************************************************************************/
.J006_aboutinfo_wrap .J006_titletxt {margin-bottom: 2rem; margin-top: 3rem;}
.J006_aboutinfo_wrap .about_info {background: #eeeae5; margin-bottom: -5rem; z-index: 1;}
.J006_aboutinfo_wrap .about_info h3{margin-bottom: 1.5rem;}
.J006_aboutinfo_wrap .about_info p{line-height: 33px;}
.J006_aboutinfo_wrap .J006_abtservice {margin-top: 4rem; margin-bottom: 3rem;}
.J006_aboutinfo_wrap .J006_abtservice .falls-container .grid{height: auto !important;}
.J006_aboutinfo_wrap .J006_abtservice .falls-container .grid .grid-item{padding: 0 2.5rem; position: unset !important;}
.J006_aboutinfo_wrap .J006_abtservice .falls-container .grid .grid-item img{max-width: 100%; width: auto; margin: 15px auto 30px; display: table;}
.J006_aboutinfo_wrap .J006_abtservice .falls-container .grid .grid-item h3{font-size: 24px; letter-spacing: 1px; display: table; margin: auto; padding-bottom: 10px;position: relative;}
.J006_aboutinfo_wrap .J006_abtservice .falls-container .grid .grid-item h3::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    height: 20px;
    background: #e8d9c2;
    z-index: -1;
}
.J006_aboutinfo_wrap .J006_abtservice .falls-container .grid .grid-item p{font-size: 16px; color: #666; letter-spacing: 1px; line-height: 28px;}
.J006_abthistory_wrap .abt_historyTIT{max-width: 20%; flex: 0 0 20%;}
.J006_abthistory_wrap .abt_historyTIT::before {
    content: '';
    display: block;
    width: 1px;
    position: absolute;
    right: 118px;
    top: 0;
    background: #e2e2e2;
    height: 300px;
}
.J006_abthistory_wrap .abt_historyTIT h3{display: table; width: 30px; line-height: 1.1; font-weight: bold; color: #5a3612; position: absolute; right: 75px; top: 0;}
.J006_abthistory_wrap .abt_historyTIT p{display: table; position: absolute; transform: rotate(90deg); right: 60px; top: 11rem; font-family: serif !important; font-size: 20px; letter-spacing: 1px; color: #999;}
.J006_abthistory_wrap .abt_historyBOX{margin-bottom: 3rem;max-width: 80%; flex: 0 0 80%;}
.J006_abthistory_wrap .abt_historyBOX::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 16%;
    height: 310px;
    background: #eeeae5;
}
.J006_abthistory_wrap .abt_historyBOX .swiper-container{padding-top: 3.5rem;}
.J006_abthistory_wrap .abt_historyBOX .swiper-slide-style{border-radius: 0; box-shadow: none; background: none;}
.J006_abthistory_wrap .abt_historyBOX .swiper-slide .swiper-img img{border-radius: 0;}
.J006_abthistory_wrap .abt_historyBOX .swiper-slide .swiper-title{padding: 0; text-align: left; font-size: 30px; font-weight: bold; font-family: serif !important; letter-spacing: 1px; color: #cfa972; line-height: 1;}
.J006_abthistory_wrap .abt_historyBOX .swiper-slide .swiper-content{-webkit-line-clamp: unset;padding: 0; font-size: 17px; color: #333;}
.J006_abthistory_wrap .abt_historyBOX .swiper-button-prev.swiper-button-disabled, 
.J006_abthistory_wrap .abt_historyBOX .swiper-button-next.swiper-button-disabled{display: none;}
.J006_abthistory_wrap .abt_historyBOX .swiper-button-prev.swiper-button-white, 
.J006_abthistory_wrap .abt_historyBOX .swiper-button-next.swiper-button-white{width: 50px; height: 50px;top: 40px;opacity: 1;}
.J006_abthistory_wrap .abt_historyBOX .swiper-button-prev.swiper-button-white{ left: unset; right: 80px;}
.J006_abthistory_wrap .abt_historyBOX .swiper-button-next.swiper-button-white{right: 15px;}
.J006_abthistory_wrap .abt_historyBOX .swiper-button-next.swiper-button-white::after {
    padding: 4px 10px;
    background: none;
    font-size: 0;
    width: 40px;
    height: 10px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    transform: skew(45deg);
}
.J006_abthistory_wrap .abt_historyBOX .swiper-button-prev.swiper-button-white::after {
    padding: 4px 10px;
    background: none;
    font-size: 0;
    width: 40px;
    height: 10px;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    transform: skew(-45deg);
}
@media (max-width:1439px) {
    .J006_aboutinfo_wrap .J006_abtservice{flex: 0 0 83.333333%; max-width: 83.333333%;}
}
@media (max-width:1280px) {
    .J006_aboutinfo_wrap .J006_titletxt, 
    .J006_aboutinfo_wrap .theme02.J006_bgtitle{max-width: 100%; flex: 0 0 100%;}
}
@media (max-width:1152px) {
    .J006_aboutinfo_wrap .about_info{flex: 0 0 83.333333%; max-width: 83.333333%;}
    .J006_aboutinfo_wrap .J006_abtservice .falls-container .grid .grid-item{padding: 0 1.5rem;}
}
@media (max-width:1024px) {
    .J006_aboutinfo_wrap .J006_abtservice .falls-container .grid .grid-item{padding: 0 15px;}
}
@media (max-width:991px) {
    .J006_aboutinfo_wrap .J006_titletxt { margin-bottom: 1rem; margin-top: 6rem;}
    .J006_aboutinfo_wrap .about_info, 
    .J006_aboutinfo_wrap .J006_abtservice{max-width: 90%; flex: 0 0 90%;}
    .J006_abthistory_wrap .abt_historyTIT { max-width: 18%; flex: 0 0 18%;}
    .J006_abthistory_wrap .abt_historyBOX{max-width: 82%;flex: 0 0 82%;}
}
@media (max-width:767px) {
    .J006_aboutinfo_wrap .J006_titletxt{position: unset; transform: unset; background: none; min-width: unset;}
    .J006_aboutinfo_wrap .J006_titletxt h2{color: #5a3612;}
}
@media (max-width:575px) {
    .J006_abthistory_wrap .abt_historyTIT{max-width: 90px; flex: 0 0 90px;}
    .J006_abthistory_wrap .abt_historyTIT::before{right: 65px;}
    .J006_abthistory_wrap .abt_historyTIT h3{right: 25px;}
    .J006_abthistory_wrap .abt_historyTIT p{right: 7px;}
    .J006_abthistory_wrap .abt_historyBOX { max-width: calc(100% - 90px); flex: 0 0 calc(100% - 90px);}
}

/*travel info********************************************************************************/
.J006_Tinfo_tabs{margin-top: -28px;}
.J006_Tinfo_tabs .dp-tbl > ul.nav-pills li.nav-item{margin: 0 15px;}
.J006_Tinfo_tabs .dp-tbl > ul.nav-pills li.nav-item a.nav-link{border-radius: 0; font-size: 24px; letter-spacing: 1px; color: #333; background: #eeeae5; line-height: 1.5; padding: 10px 30px;}
.J006_Tinfo_tabs .dp-tbl > ul.nav-pills li.nav-item a.nav-link.active{font-weight: bold;background: #fff;}
.T_info_01, 
.T_info_02, 
.T_info_03 {margin-top: 2rem;}
.J006_QAbox .header-title, 
.J006_privacybox .header-title{font-size: 21px; letter-spacing: 1px; font-weight: bold; color: #cfa972; padding: 8px 25px; line-height: 1.5; border: 1px solid #cfa972; display: table; margin-bottom: 1rem;}
.J006_QAbox .side-menu > ul{box-shadow: none; background: none;}
.J006_QAbox .side-menu ul li.block{margin-bottom: 1rem; border: 1px solid #f5f5f5;text-indent: 0px;}
.J006_QAbox .side-menu ul li.block label, 
.J006_QAbox .side-menu ul li.block input[type='checkbox']:checked ~ label{background: #f5f5f5; border: none; text-shadow: none; color: #333; font-size: 20px; text-indent: 0; padding: 12px 20px 12px 3rem;}
.J006_QAbox .side-menu ul li.block label i{color: #5a3612; font-size: 22px; vertical-align: unset; text-indent: 0; margin-left: -2rem;}
.J006_QAbox .side-menu .options, 
.J006_QAbox .side-menu ul li input[type='checkbox']:checked ~ .options{box-shadow: none;max-height: max-content;}
.J006_QAbox .side-menu ul ul.options li{text-indent: 0;border: none;}
.J006_QAbox .side-menu ul ul.options li a{font-size: 17px; letter-spacing: 0.5px; padding-left: 3rem;}
.J006_QAbox .side-menu ul ul.options li a:hover{color: #cfa972;}
.J006_QAbox .side-menu ul ul.options li a i{vertical-align: unset; margin: 0;}
.J006_downloadbox{padding: 0 30px;}
.J006_downloadbox section.text-link h2{letter-spacing: 1px; font-weight: bold; color: #cfa972; padding: 8px 25px; line-height: 1.5; border: 1px solid #cfa972; display: table; margin-bottom: 1rem;}
.J006_downloadbox div.link-list{background: none;}
.J006_downloadbox div.link-list ul li{margin-bottom: 1rem; background: #f5f5f5;}
.J006_downloadbox div.link-list ul li i{font-size: 20px; margin-right: 10px; color: #5a3612;}
.J006_privacyboxTIT {border-bottom: 1px dashed #ccc !important; padding-bottom: 1rem; margin-bottom: 2rem;}
@media (max-width:991px) {
    .J006_QAbox {padding: 0 30px;}
}
@media (max-width:767px) {
    .J006_Tinfo_tabs .dp-tbl > ul.nav-pills li.nav-item{margin: 0 8px;}
    .J006_Tinfo_tabs .dp-tbl > ul.nav-pills li.nav-item a.nav-link{font-size: 18px; letter-spacing: 0px;padding: 8px 16px}
    .J006_QAbox .header-title, 
    .J006_privacybox .header-title{font-size: 18px;padding: 5px 20px;}
    .J006_QAbox .side-menu ul li.block label, 
    .J006_QAbox .side-menu ul li.block input[type='checkbox']:checked ~ label{font-size: 18px;letter-spacing: 0;padding: 10px 15px 10px 3rem;}
    .J006_QAbox .side-menu ul ul.options li a{font-size: 16px;letter-spacing: 0;}
    .J006_downloadbox section.text-link h2{font-size: 18px !important; padding: 5px 20px;}
    .J006_downloadbox div.link-list ul li a, 
    .J006_downloadbox div.link-list ul li span{padding: 8px 10px 8px 20px; font-size: 16px !important; letter-spacing: 0;}
    .J006_privacybox p span{font-size: 16px !important;}
}
@media  (max-width:575px) {
    .J006_Tinfo_tabs {margin-top: -11rem;}
    .J006_Tinfo_tabs .dp-tbl > ul.nav-pills li.nav-item { margin: 5px auto; width: calc(100% - 30px);}
    .J006_Tinfo_tabs .dp-tbl > ul.nav-pills li.nav-item a.nav-link{text-align: center;}
}

/*新版上下標CSS*/
.J006_bgtitle_wrap{margin-top:175px;}
@media (max-width:767px){
  .J006_bgtitle_wrap{margin-top:50px;}
}
/*header*/
.header_top {
    background: #fff;
}

.header_top .header-part .navbar-brand {
    height: 50px!important;
    padding: 0 0;
    /* margin-top:5px; */
    /* margin-bottom:5px; */
}

.header_top .header-part .navbar-nav .nav-link {
    line-height: 20px;
    font-size: 1.0rem;
    margin: 0;
    padding-left: 15px;
    margin-right: .75rem;
    display: block;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative
}

.header_top .header-part .navbar-nav .nav-item:hover .nav-link:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.header_top .header-part {
    padding: 17px 15px;
    /* max-width:1440px; */
    margin: 0 auto;
    margin-left: auto;
    position: relative;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column-reverse;
    align-content: space-between;
}

.header_top .header-part .navbar-nav .nav-link i {
    /* position:relative; */
    /* display: none; */
    margin-right: 5px;
}

.header_top .header-part .navbar-nav .nav-item .nav-link {
    padding: .5rem 0rem;
    margin-right: 1.15rem;
}

.header_top .header-part .navbar-nav .nav-item .nav-link:nth-child(1) {
    display: flex;
    align-items: center;
}

@media (max-width: 1200px)and (min-width:992px) {
    .header_top .header-part .navbar-brand {
        padding:0 0;
    }

    .header_top .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 1.0rem;
    }

    .header_top .header-part {
        /* padding:0 15px; */
    }
}

@media (max-width: 768px) {
    .header_box {
        background:0 0;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 99999;
    }

    .header_top .navbar-brand {
        display: none
    }

    .header_top .header-part {
        padding: 0px;
        background: 0 0!important;
        display: flex;
        flex-direction: row-reverse
    }

    .header_top {
        background: #fff;
        position: absolute;
        z-index: 101;
        /* width: 98px; */
        right: 0;
        margin-top: 50px;
    }

    .header_top .header-part .navbar-nav .nav-link {
        padding: 0.75rem 1rem;
        text-align: center;
    }

    .header_top .header-part .navbar-nav {
        background: #606060;
        padding: 10px;
    }

    .header_top .header-part .navbar-nav li a:hover {
        background-color: #ffffff00 !important;
    }

    .header_top .header-part .navbar-nav .nav-item:nth-last-child(2) {
        /* padding:.75rem 1rem; */
        /* text-align:center; */
    }

    .header_top .header-part .navbar-nav .nav-item:nth-last-child(2) {
        /* width:fit-content; */
        /* margin:0 auto; */
    }

    .header_top .header-part .navbar-nav .nav-item:nth-last-child(1) {
        /* margin: 0 auto 1rem auto !important; */
    }
}

@media (min-width: 768px) {
    .header_top .header-part .navbar-collapse {
        width: 100%;
    }

    .header_top .header-part .navbar-collapse .navbar-nav {
        background: #606060;
        border-radius: 30px;
        padding: 0 0px 0 20px;
    }

    .header_top .header-part .navbar-nav .nav-item {
        animation-duration: 1.5s;
        animation-delay: 0s;
        animation-name: fadeInUp;
        z-index: 9
    }

    .header_top .header-part .navbar-nav .nav-item:nth-child(1) {
        animation-delay: .1s
    }

    .header_top .header-part .navbar-nav .nav-item:nth-child(2) {
        animation-delay: .2s
    }

    .header_top .header-part .navbar-nav .nav-item:nth-child(3) {
        animation-delay: .3s
    }

    .header_top .header-part .navbar-nav .nav-item:nth-child(4) {
        animation-delay: .4s
    }

    .header_top .header-part .navbar-nav .nav-item:nth-child(5) {
        animation-delay: .5s
    }

    .header_top .header-part .navbar-nav .nav-item:nth-child(6) {
        animation-delay: .6s
    }

    .header_top .header-part .navbar-nav .nav-item:nth-child(7) {
        animation-delay: .7s
    }

    .header_top .header-part .navbar-nav .nav-item:nth-child(8) {
        animation-delay: .8s
    }
}

.header_top .header-part .navbar-nav .nav-item:nth-child(4) .nav-link {
    /* padding: 3px 0; */
    /* margin-left: 10px; */
}

.header_top .header-part .navbar-nav .nav-item:nth-child(4) .nav-link > i {
    display: none;
}

.header_nav {
    padding: 0
}

.header_nav:before {
    content: '';
    background: #c1c1c1;
    height: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 999
}

.header_nav .mega-menu .menu-links li:nth-child(1) .list_box:nth-last-child(2) ul {
    /* display: flex; */
    /* flex-direction: row; */
    /* flex-wrap: wrap; */
}

.header_nav .mega-menu .menu-links>li>a {
    padding: 0 1.25rem;
    padding: 0;
    font-size: 1rem;
    line-height: 30px
}

@media (min-width: 768px) {
    .header_nav .mega-menu>section.menu-list-items {
        display:flex;
        justify-content: center
    }
}

.header_nav .mega-menu .menu-links>li {
    padding: 0rem 2.0vw;
    line-height: 55px;
    height: 55px;
    background: none !important;
    /* position: relative; */
    overflow: visible;
}

.header_nav .mega-menu .menu-links>li>a img {
    max-width: initial!important;
    height: 20px;
    float: right;
    margin: 30px 2px
}

.header_nav .mega-menu .menu-links li .list_tag h4 {
    line-height: 1.8;
    padding: 0 5px;
    margin: 7px 5px 0 0;
    color: #4976dc!important;
    letter-spacing: 1.2px;
    font-weight: 600
}

.header_nav {
    top: 0
}

.header_nav .mega-menu>section.menu-list-items {
    /* border-top:1px solid #60b2e4; */
    /* border-bottom:1px solid #60b2e4; */
}

.header_nav .mega-menu .menu-links li .list_tag li {
    margin-right: 5px
}

.header_nav .mega-menu .menu-links>li>a,.header_nav .mega-menu .menu-links>li>a p {
    font-size: 1.15rem;
    text-decoration: unset;
    margin: 0;
    font-weight: 500;
}

.header_nav .mega-menu .menu-links li .mg-drop-down a {
    font-size: 1.1rem;
    text-decoration: unset;
    margin: 0;
    padding: 0 !important;
    line-height: 1.8;
}

.header_nav .mega-menu .menu-links>li a img.list_img {
    max-width: 100%;
    width: auto;
    margin: 20px 0 10px 0
}

.header_nav .mega-menu .menu-links>li:nth-last-child(1) a p {
    color: #ffeb3b
}

.header_nav .mega-menu .menu-links>li a:hover p {
    text-decoration: underline
}

.header_nav .mega-menu .menu-links>li a i {
    padding: 3px 5px 3px 1px!important;
    color: #b7b7b7 !important;
}

.header_nav .mega-menu .menu-links li .list_tag a p {
    color: #4976dc!important;
    border: 1px solid #4976dc;
    line-height: 1.5;
    padding: 1px 4px;
    background: #f6f6f6;
    font-size: 1rem
}

.header_nav .mega-menu .menu-links .list_box h4 {
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    padding-bottom: 7px;
    margin-bottom: .3rem;
    border-bottom: 2px solid #e1f0f9;
    width: 100%;
}

.header_nav .mega-menu .mg-drop-down {
    padding: 0
}

.header_nav .mega-menu .menu-links li .list_onlyimg {
    display: flex;
    flex-direction: column
}

.header_nav .mega-menu .menu-links li .list_onlyimg h4 {
    text-align: center;
    order: 2;
    font-size: 1em;
    line-height: 1.25;
    padding-top: 0;
    margin-bottom: .8em;
    font-weight: 400;
    color: #8c783c
}

.header_nav .mega-menu .menu-links li .list_onlyimg a p {
    text-align: center!important;
    width: 100%;
    font-size: 1em;
    line-height: 1.25;
    padding-top: 1em;
    margin-bottom: .5em;
    font-weight: 700
}

@media (min-width: 768px) {
    .header_nav .mega-menu .menu-logo {
        display:none
    }

    .header_nav .mega-menu .menu-logo>li>a {
        padding: 10px 0
    }

    .header_nav .mega-menu .menu-logo>li>a img {
        width: 260px;
        height: 100%;
        position: relative;
        top: auto;
        left: auto
    }

    .gizle .header_nav .mega-menu .menu-logo>li>a img {
        top: 2px;
        width: 66%;
        transition: all .35s ease
    }

    .header_nav .megamenu_box {
        position: relative;
        padding: 10px 20px;
        width: 1440px;
        flex-direction: row;
        display: flex;
        margin: 0 auto;
        /* margin-left: -15px; */
        /* margin-right: -15px; */
        background: #fff;
        border-radius: 0 0 25px 25px;
        box-shadow: 3px 2px 5px 0px #616161a8;
    }
  
  .header_nav .mega-menu .menu-links li:nth-child(1) .megamenu_box {flex-wrap: wrap;}

    .header_nav li:nth-child(3) .megamenu_box {
        max-width: 1440px;
        background: #fff
    }

    .header_nav .mega-menu .menu-links>li:hover a {
        color: #000000 !important;
    }

    .header_nav .mega-menu .menu-links li .list_box {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0;
    }

    .header_nav .mega-menu .mg-drop-down .list_box ul {
        text-align: center;
        margin: .5rem 0;
    }

    .header_nav .mega-menu li:nth-child(3) .mg-drop-down .list_box ul {
        text-align: left
    }

    .header_nav .mega-menu .menu-links li .list_box ul li {
        display: flex;
        margin: 2px 30px 2px 0;
        text-align: left
    }

    .header_nav .mega-menu .menu-links li .list_tag {
        order: 3;
        margin: 0;
        left: 0;
        bottom: 0;
        margin-top: 10px
    }
}

@media (min-width: 991px) {
    .header_nav .mega-menu .menu-links li .list_box {
        -ms-flex:0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .header_nav .mega-menu .menu-links li:nth-child(1) .list_box {
        padding:0 19px;
        /* margin:0; */
        margin-bottom: 0;
        -ms-flex: 0 0 25%
    }

    .header_nav .mega-menu .menu-links li:nth-child(1) .list_box {margin:0;
    }
}

@media (min-width: 1300px) {
    .header_nav .mega-menu .menu-links li .list_box {
        padding: 0 0px;
        margin-top: 30px;
        -ms-flex: 0 0 220px;
        margin: 0 auto;
        /* width:100%; */
    }
}

@media (max-width: 768px) {
    .header_nav {
        position:fixed;
        /* z-index: 100000; */
    }

    .header_nav .mega-menu .menu-logo>li>a {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .header_nav .mega-menu .menu-logo>li>a {
        background-color: #fff0 !important;
        width: 150px;
        left: calc(50% - 75px);
    }

    .header_nav .mega-menu .menu-logo>li>a img {
        width: 150px;
        height: 36px;
        margin: 0;
        left: 0
    }

    .header_nav .mega-menu .menu-mobile-collapse-trigger {
        z-index: 99999999
    }

    .header_nav .mega-menu .mg-drop-down {
        padding: 0;
        background: #e1f0f9 !important;
    }

    .header_nav .mega-menu .menu-links>li:hover>a:after {
        display: none
    }

    .header_nav .mega-menu .menu-links>li>a img {
        margin: 0 5px;
        float: right
    }

    .header_nav .mega-menu .menu-links li .list_onlyimg {
        margin: 0 auto;
        float: none;
        align-items: center;
        padding: 0px;
        border-bottom: 1px solid #eeebe9;
    }

    .header_nav .mega-menu .menu-links li .list_onlyimg img {
        display: none;
    }
}

@media(max-width: 1200px) {
    .header_nav .mega-menu .menu-links>li {
        /* padding: 0.7rem 2.0vw; */
    }
}

@media(max-width: 991px) and (min-width:768px) {
    .header_nav .mega-menu .menu-links>li>a {
        padding:0 .5rem 0 1rem
    }
}

@media (max-width: 991px) {
    .header_nav .mega-menu .menu-links>li>a {
        /* line-height:70px; */padding:0 1.5rem;
        font-size: 1.25em
    }

    .header_nav .mega-menu .menu-links>li {
        /* padding: 0.7rem 1vw; */
    }
}

@media(min-width: 768px) {
    body .header {
        position:fixed;
        width: 100%;
        top: 0;
        z-index: 100
    }

    .header_nav .mega-menu .menu-links {
        /* max-width:1440px; */
        /* padding: 0px 20px; */
        /* float:right; */
    }

    .header_nav .mega-menu .menu-links li {
        /* position:relative; */
    }

    .header_nav .mega-menu .menu-links li.main-hover a {
        position: relative
    }

    .header_nav .mega-menu .menu-links li.main-hover:hover >a:before {
        content: "";
        background: #FFEB3B;
        width: 100px;
        height: 3px;
        position: absolute;
        left: 0;
        bottom: -14px;
        z-index: 999;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .header_nav .mega-menu .menu-links>li>a i {
        position: absolute;
        bottom: 0;
        text-align: center;
        left: 46%;
        right: 46%;
        bottom: 10px;
        display: none!important
    }

    .header_nav .mega-menu .mg-drop-down {
        /* display:flex!important; */
        /* flex-direction: column; */
        /* left:0!important; */
        /* flex-wrap: nowrap; */
        overflow: visible;
        padding: 0;
        width: 100%;
        /* max-width: 1400px; */
        /* display: flex; */
        /* position: absolute; */
    }

    .header_nav .mega-menu .menu-links li .mg-drop-down {
        /* display: flex !important; */
        overflow: visible;
        border-radius: 0 0 25px 25px;
        background: none !important;
    }
}

@media screen and (max-width: 767px) {
    .header_nav .mega-menu .menu-mobile-collapse-trigger {
        z-index:99999999;
        height: 50px;
        width: 50px;
        background: none;
    }

    .header_nav .mega-menu .menu-mobile-collapse-trigger:hover {
        background: none;
    }

    .header_nav .mega-menu .menu-mobile-collapse-trigger span,.header_nav .mega-menu .menu-mobile-collapse-trigger:after,.header_nav .mega-menu .menu-mobile-collapse-trigger:before {
        height: 2px;
        width: 30px;
        background: #60b2e4;
    }

    .header_nav .mega-menu .menu-mobile-collapse-trigger.active:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 36px;
        top: 11px;
        left: 11px
    }

    .header_nav .mega-menu .menu-mobile-collapse-trigger.active:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 36px;
        width: 36px;
        left: 10px
    }

    .header_nav .mega-menu>section.menu-list-items {
        background: #ffffff !important;
        padding: 0 15px;
        border-top: 0;
    }
}

@media (max-width: 991px) {
    .header_nav {
        padding:0
    }

    .header_nav .mega-menu .menu-links>li>a {
        padding: 0;
    }

    .header_nav .mega-menu .menu-links>li:nth-last-child(1) {
        /* margin-right:0; */
    }

    .header_nav .mega-menu .menu-links {
        /* flex-direction:row; */
        /* max-height:100vh!important; */
        /* display: flex !important; */
        /* justify-content: center; */
    }
}

.widget-item.title {
    margin: 6rem 0 1rem 0
}

.widget-item.title .main {
    padding-left: 15px;
    padding-right: 15px
}

@media (max-width: 768px) {
    .widget-item.title {
        margin:3rem 0 .5rem 0
    }

    .header_nav .mega-menu .menu-links>li>a {
        padding: .25rem;
        color: #60b2e4 !important;
        font-size: 1.0em;
        line-height: 55px;
        height: 55px;
    }

    .header_nav .mega-menu .menu-links>li a img.list_img {
        margin: 0 0 10px 0
    }

    .header_nav .mega-menu .menu-links>li {
        padding: 0;
        /* border-bottom: 1px solid #bcbcbc; */
        /* padding: 0.5rem 1vw; */
    }

    .header_nav .mega-menu .menu-links>li>a:before {
        content: "-";
        padding-right: 0.6rem;
    }

    .header_nav .mega-menu .menu-links>li:nth-last-child(1) {
        border: none;
        /* padding-bottom: 8vh; */
    }

    .header_nav .mega-menu .menu-links>li.activeTriggerMobile {
        background-color: #153075;
        color: #fff
    }

    .header_nav .mega-menu .menu-links>li:hover {
        color: #fff;
        background: #eeebe9;
        line-height: 1.0;
        height: auto;
    }

    .header_nav .mega-menu .menu-links>li.activeTriggerMobile a {
        color: #000000 !important;
    }

    .header_nav .mega-menu .menu-links li .list_box {
        padding: 4px 0px;
    }

    .header_nav .mega-menu .menu-links li .list_box ul li {
        display: inline-flex;
        padding: 0;
        margin: 0px 5px;
    }

    .header_nav .mega-menu .menu-links .list_box h4 {
        margin-bottom: .3em;
        text-align: center;
        width: 100%;
        background: #cbe2ef;
        padding: 5px
    }

    .header_nav .mega-menu .mg-drop-down ul {
        margin: 0;
    }

    .header_nav .mega-menu .menu-links>li>a i.fa {
        font-size: 1.5rem!important;
    }

    .header_nav .mega-menu .menu-links>li.activeTriggerMobile>a i.fa {
        transform: rotate(180deg);
        transition: transform 0.1s;
    }

    .header_nav .mega-menu>section.menu-list-items .menu-links:before {
        content: "ÃƒÂ¦Ã¢â‚¬â€Ã¢â‚¬Â¦ÃƒÂ©Ã‚ÂÃ…Â ÃƒÂ¤Ã‚Â¸Ã‚Â»ÃƒÂ©Ã‚ÂÃ‚Â¸ÃƒÂ¥Ã¢â‚¬â€œÃ‚Â®";
        position: relative;
        padding: 6px;
        width: 100%;
        background: #ff86bb;
        color: #ffffff;
        position: relative;
        cursor: pointer;
        line-height: normal;
        display: block;
        /* font-size:1.25rem; */
        /* font-weight:700; */
        text-align: center;
        display: none;
    }
}

@media(max-width: 1200px) and (min-width:768px) {
    .header_nav .mega-menu .menu-links>li>a {
        font-size: 1.0em;
    }

    .header_nav .mega-menu .menu-logo {
        padding: 0 0 0 15px
    }

    .header_nav .mega-menu .menu-links {
        /* float:right; */
    }

    .header_nav .mega-menu .menu-logo>li>a img {
        width: 210px
    }

    .gizle {
        top: 0!important
    }

    .gizle .header_nav .mega-menu .menu-logo>li>a img {
        width: 120px;
        top: 0
    }

    .gizle .header_nav {
        padding: 0 15px 0 15px
    }

    .header_nav .mega-menu .menu-links>li>a img {
        margin: 24px 2px
    }
}

/*menu_btn*/
@media (min-width: 768px) {
    .header_nav .mega-menu .menu-links > li:nth-last-child(1) {
        /* display: none; */
    }
}

@media (max-width: 767px) {
    .header_nav .mega-menu .menu-links>li:nth-last-child(1)>a {
        /* display: none; */
    }

    .header_nav .mega-menu .menu-links {
        max-height: 100vh!important;
        /* background:rgb(255 255 255 / .95); */
        height: 100vh;
        padding: 30px 15px 10px 15px;
    }

    .header_nav .mega-menu .menu-links li:nth-last-child(1) div.mg-drop-down.col-12 {
        display: block!important;
        background: none !important;
        padding: 0;
    }

    .header_nav .mega-menu .menu-links li:nth-last-child(1) div.mg-drop-down.col-12 .list_tag {
        padding: 0;
    }

    .header_nav .mega-menu .menu-links li .list_box {
        padding: 0;
        margin: 0;
    }

    .header_nav .mega-menu .menu-links li:nth-last-child(1) .list_tag ul {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: stretch;
        align-content: stretch;
        margin-top: 10px;
        float: none;
    }

    .header_nav .mega-menu .menu-links li:nth-last-child(1) .list_tag li {
        margin: 0px;
        border-right: 1px solid #000000;
        padding: 0 15px;
    }

    .header_nav .mega-menu .menu-links li:nth-last-child(1) .list_tag li a {
        padding: 0;
    }

    .header_nav .mega-menu .menu-links li:nth-last-child(1) .list_tag li:nth-last-child(1) {
        border: 0;
    }

    .header_nav .mega-menu .menu-links li:nth-last-child(1) .list_box ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

    .header_nav .mega-menu .menu-links li:nth-last-child(1) .list_box li {
        border: 1px solid #eb6ea5;
        border-radius: 6px;
        margin-bottom: 15px;
        margin-right: 0;
        text-align: center;
        margin-top: 0px;
        margin: 4px 0px;
        /* background: #ffffff; */
    }

    .header_nav .mega-menu .menu-links li:nth-last-child(1) .list_box li:nth-child(1) {
        -ms-flex: 0 0 99%;
        flex: 0 0 99%;
        max-width: 99%;
    }

    .header_nav .mega-menu .menu-links li:nth-last-child(1) .list_box li:nth-child(2) {
        -ms-flex: 0 0 48.5%;
        flex: 0 0 48.5%;
        max-width: 48.5%;
        margin-right: 2%;
    }

    .header_nav .mega-menu .menu-links li:nth-last-child(1) .list_box li a {
        text-align: center;
        display: inline-block;
        color: #000000!important;
        padding: 10px 0;
        font-size: 1.0rem;
        letter-spacing: 1.0px;
        /* line-height: 1.8; */
        vertical-align: middle;
        text-align: center;
        display: table;
        margin: 0 auto;
        width: 100%;
    }

    .header_nav .mega-menu .menu-links li:nth-last-child(1) .list_box li a i {
        color: #073462!important;
        font-size: 17px
    }

    .header_nav .mega-menu .menu-links li:nth-last-child(1) .list_box li:nth-child(3) {
        -ms-flex: 0 0 48.5%;
        flex: 0 0 48.5%;
        max-width: 48.5%;
    }

    .header_nav .mega-menu .menu-links li:nth-last-child(1) .list_box li a p {
        color: #eb6ea5!important;
        font-weight: bold;
        font-size: 1.1em;
        text-align: center;
    }

    .header_nav .mega-menu .menu-links>li:nth-last-child(2) {
        border-bottom: none;
        /* margin-bottom: 5vh; */
    }

    .header_nav .mega-menu .menu-links>li:nth-last-child(2) a {
        /* display: none; */
    }

    .header_nav .mega-menu .menu-links>li:hover {
        background: 0 0
    }

    .header-part .navbar-toggler {
        /* display:none!important; */
        /* background: #60b2e4; */
        position: absolute;
        top: -45px;
    }

    .header_nav .mega-menu .menu-mobile-collapse-trigger {
        left: 5px;
        top: 1px;
    }

    .header_nav .mega-menu .menu-links li:nth-last-child(1) .mg-drop-down:before {
        content: '';
        position: absolute;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 1px;
        background: #aaa;
        display: none;
    }

    .header_nav .mega-menu .menu-links li:nth-last-child(1) .list_tag a p {
        color: #3b1414 !important;
        border: none;
        background: none;
    }

    .header_nav .mega-menu .menu-links li:nth-last-child(1) .list_tag:nth-child(3) li {
        border: none;
    }
}

/*end_header*/
.footer_box {
    /* margin-top:130px; */
    position: relative
}

.footer_info .footer-wrap .footer_nav li a {
    padding: 15px 20px;
    font-size: 1.1rem;
    font-weight: 700
}

.footer_info .footer-wrap {
    background: #eeebe9;
    background: 0 0;
    background-size: cover;
}

.footer_info .footer-wrap .footer_center {
    background: 0 0
}

.footer_info .footer-wrap .fnav_wrap {
    display: none
}

.footer_info .footer-wrap .footer_center {
    width: 100%;
    padding-bottom: 0
}

.footer_info .footer-wrap .info-text {
    position: absolute;
    bottom: 10px
}

.footer_info .footer-wrap .info_box h3 {
    font-size: 1.5em;
    letter-spacing: .1rem;
    position: relative;
    margin: 15px 0 8px 0;
    font-weight: 400
}

.footer_info .footer-wrap .info_box p {
    font-size: 1rem;
    letter-spacing: .1rem;
    margin-bottom: .5rem;
    font-family: 'Noto Sans TC',sans-serif!important;
    color: #fff
}

.footer_info .company-info .info-text p:nth-child(2),.footer_info .company-info .info-text p:nth-child(3) {
    display: inline-block;
    position: relative;
    padding-right: 20px
}

.footer_info .footer-wrap .contact-box h4 {
    color: #fff;
    line-height: 28px;
    padding-left: 44px;
    padding-left: 0;
    font-size: 1.15rem;
    font-family: 'Noto sans TC', sans-serif !important;
    font-weight: normal;
}

.footer_info .fb-info {
    margin-top: 0!important;
    position: relative;
    background: #163547;
    padding-top: 3rem;
    /* padding-right:8.333333%; */
    /* padding-left:6rem; */
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.footer-wrap .footer_sbox {
    display: none;
}

.footer_info .fb-info:before {
    content: '';
    position: absolute;
    width: 100%
}

.footer_info .company-info {
    -ms-flex: 0 0 28.333%;
    flex: 0 0 28.333%;
    max-width: 28.333%;
    /* margin-left:5%; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-wrap .contact-info {
    padding-bottom: 0;
    margin-top: 0!important;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    background: #163547;
    /* border-radius:60px 0 0 0; */
    display: flex;
    flex-direction: column;
}

.footer_info .footer-wrap .icon_wrap {
    display: none
}

.footer_info .footer-wrap .icon_wrap p {
    font-size: 1rem;
    display: flex;
    align-items: center
}

.footer_info .footer-wrap .icon_wrap ul.footer_bticon {
    margin: 0;
    -ms-flex: 0 0 25%;
    display: inline-block;
    position: revert
}

.footer_info .footer-wrap .footer_bticon li a img {
    width: auto;
    padding: 10px 5px
}

.footer_info .footer-wrap .footer_bticon li a:hover img {
    opacity: .7
}

.footer_info .footer-wrap .contact-box h2 {
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: .15rem;
    font-family: 'Playfair Display',sans-serif!important;
    position: relative;
    display: none
}

.footer_info .footer-wrap .contact-box a {
    display: flex;
    position: relative
}

.footer_info .footer-wrap .contact-info a i {
    position: relative;
    margin-right: 0;
    padding: 0;
    color: #fff
}

.footer_info .footer-wrap .contact-info .contact-box:nth-child(2) a h4 i:before {
    content: '：';
    font-weight: 700
}

.footer_info .footer-wrap .contact-info .contact-box:nth-child(2) a h4:before {
    content: '';
    width: 65px;
    display: inline-block;
    text-align: justify;
    font-weight: 700;
    letter-spacing: 0.15rem
}

.footer_info .footer-wrap .contact-info .contact-box:nth-child(2) a:nth-child(2) h4:before {
    content: '總公司'
}

.footer_info .footer-wrap .contact-info .contact-box:nth-child(2) a:nth-child(3) h4:before {
    content: '台南'
}

.footer_info .footer-wrap .contact-info .contact-box:nth-child(2) a:nth-child(4) h4:before {
    content: '嘉義'
}

.footer_info .footer-wrap .contact-box p {
    margin: 0 0 5px;
    font-size: 1.15rem
}

.footer_info .footer-wrap .contact-box:nth-last-child(1) p a svg {
    fill: #005519!important
}

.footer_info .footer-wrap .contact-box p a {
    border: none;
    font-size: 1.0rem;
    padding: 8px 0;
    display: table;
    transition: unset;
    display: initial;
    height: auto;
    line-height: 1.5rem;
    color: #fff;
    font-family: 'Noto sans TC', sans-serif !important;
    font-weight: normal;
}

.footer_info .footer-wrap .contact-box p a svg {
    width: 20px;
    fill: #e5007f!important
}

.footer_info .footer-wrap .contact-box p a:hover {
    background: 0 0!important;
    font-size: 1.0rem;
}

.footer_info .footer-wrap .contact-box:nth-child(3) p:nth-child(2) a:hover {
    border-bottom: 3px solid #00000000
}

.footer_info .footer-wrap .contact-box p a::after {
    display: none
}

.footer_info .footer-wrap .contact-box p img {
    width: 20px
}

.footer_info .footer-wrap .contact-box {
    padding: 0 15px 0 60px;
    margin-top: 0rem;
    margin-bottom: 3rem !important;
}

.footer_info .footer-wrap .contact-box:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 3rem;
    margin-bottom: 1rem !important;
}

.footer_info .footer-wrap .contact-box:nth-child(1) a {
    margin-right: 1.0rem;
}

.footer_info .footer-wrap .fb-box a {
    margin-right: .5rem;
    padding: 10px;
    max-width: max-content;
}

.footer_info .footer-wrap .fb-box a .tooltiptext {
    visibility: initial;
    margin: 0;
    bottom: unset;
    left: unset;
    position: relative;
    background: no-repeat;
    font-size: 1.15rem;
    font-weight: bold;
}

.footer_info .footer-wrap .fb-box a .tooltiptext::after {
    display: none
}

.footer_info .footer-wrap .fb-box a img {
    width: auto;
    /* display:none; */
}

.footer_info .footer-wrap .footer_sbox a img {
    height: auto
}

.footer-wrap .info_box a img {
    /* margin-bottom:1.5rem; */
}

@media(max-width: 1200px) {
    .footer_info .company-info .info-text {
        -ms-flex:0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .footer_info .company-info {
        display: none
    }

    .footer-wrap .contact-info {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    }
}

@media (min-width: 992px) and (max-width:1199px) {
}

@media (min-width: 992px) {
    .footer_info .footer-wrap .contact-info .contact-box:nth-child(2) a:nth-child(4) {
        padding-bottom:2rem!important
    }
}

@media(max-width: 991px) {
    .footer_info .company-info {
        -ms-flex:0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 2rem !important;
        text-align: left!important
    }

    .footer_info .company-info .info-text {
        text-align: center
    }

    .footer_info .footer-wrap .contact-info {
        -ms-flex: 0 0 100%!important;
        flex: 0 0 100%!important;
        max-width: 100%!important;
        margin-top: 0!important;
        margin-bottom: 0!important;
        flex-direction: column
    }

    .footer-wrap .contact-box {
        -ms-flex: 0 0 100%!important;
        max-width: 100%!important;
        margin-top: 0!important
    }

    .footer-wrap .contact-box:nth-child(1) {
        padding: 0
    }

    .footer-wrap .contact-box:nth-child(2) {
        padding: 0;
        display: flex;
        justify-content: center;
        margin-bottom: 0!important
    }

    .footer-wrap .contact-box:nth-child(2) p {
        text-align: center;
        width: auto
    }

    .footer-wrap .contact-box:nth-child(2) h4 {
        padding: 0;
        padding-left: 10px
    }

    .footer-wrap .contact-box:nth-child(3) {
        padding: 0
    }

    .footer-wrap .contact-box:nth-child(3) p:nth-child(2) {
        width: 100%;
        text-decoration: none
    }

    .footer_info .footer-wrap .footer_sbox {
        margin-bottom: 10px;
        margin-top: 10px
    }

    .footer_info .footer-wrap .footer_center {
        padding-bottom: 0
    }

    .footer_info .footer-wrap .info_box p {
        font-size: 1rem
    }

    .footer_info .footer-wrap .info_box h3 {
        font-size: 1rem;
        letter-spacing: .1rem
    }

    .footer_info .footer-wrap .contact-box h4 {
        font-size: 1rem;
        letter-spacing: .1rem
    }

    .footer_info .footer-wrap .contact-box:nth-child(1) h4 {
        padding-left: 36px;
        word-break: break-all
    }

    .footer_info .footer-wrap .contact-box p {
        margin: 6px 0 6px
    }

    .footer_info .footer-wrap .fb-box a {
        -ms-flex: 0 0 50px!important;
        flex: 0 0 50px!important;
        max-width: 50px!important;
        margin-bottom: .5rem
    }

    .footer_info .fb-info {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 0!important
    }

    .footer_info .fb-info .row {
        margin: 0 auto;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        max-width: 150px
    }
}

@media(max-width: 767px) {
    .footer_box {
        margin-top:30px
    }

    .footer_box .module-container .row {
        background: none !important;
    }

    .footer_info .footer-wrap .contact-box h2 {
        margin-bottom: .5rem;
        margin-top: 1.5rem;
        display: none
    }

    .footer_info .footer-wrap .footer_center {
        margin-top: 1.5rem;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .footer_info .footer-wrap .fnav_wrap .footer_nav {
        display: none
    }

    .footer_info .footer-wrap .footer_nav li a {
        padding: 5px 5px
    }

    .footer-wrap .info_box a {
        margin: 0 auto;
        text-align: center!important
    }

    .footer-wrap .info_box a img {
        width: 186px
    }

    .footer_info .footer-wrap .contact-box p a {
        font-size: .9rem;
        letter-spacing: 0;
        padding: 0 10px 0 30px;
    }

    .footer_info .footer-wrap .contact-box:nth-child(1) p:nth-child(2) a {
        padding: 4px 20px 4px 30px
    }

    .footer_info .footer-wrap .icon_wrap p {
        font-size: .9rem;
        color: #8e8e8e!important;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .footer_info .footer-wrap .icon_wrap {
        flex-direction: column;
        padding: 6px
    }

    .footer_info .footer-wrap .icon_wrap ul.footer_bticon {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 10px;
        display: none
    }

    .footer_info .contact-info .contact-box:nth-child(2) h2 {
        display: none
    }

    .footer_info .footer-wrap .footer_sbox {
        margin: 0
    }

    .footer_info .footer-wrap .contact-box:nth-child(1) h4 {
        padding-left: 10px;
        word-break: break-all;
        font-size: 1rem;
        padding: 0px 10px 0 30px;
        margin: 5px 0;
    }

    .footer_info .footer-wrap .fnav_wrap {
        border: none
    }

    .footer-wrap .contact-box:nth-child(2) {
        display: flex;
        flex-direction: column
    }

    .footer_info .contact-info .contact-box:nth-child(1) {
        margin: 0!important
    }

    .footer_info .company-info {
        display: none;
    }

    .footer_info .fb-info {
        display: none
    }

    .footer_info .footer-wrap .contact-info {
        padding-bottom: 60px;
        padding-top: 30px;
    }
}

.D_products_group_detail .fixed_side .side_box, .product-details .fixed_side .side_box {
    display: none !important;
}

.fixed_side .side_bar {
    border-radius: 10px 0 0 10px;
    padding: 0;
    background: 0 0!important;
    box-shadow: none
}

.fixed_side .side_box {
    bottom: 350px;
    z-index: 100;
}

.fixed_side .side_bar li {
    border-bottom: none;
    padding: 5px 0
}

.fixed_side .side_bar li a p {
    font-size: 1.1rem;
    /* margin: 0; */
}

.fixed_side .actGotop {
    bottom: 25px;
    z-index: 300!important;
    width: 50px;
    height: 50px
}

.fixed_side .actGotop a,.fixed_side .actGotop a:link {
    border-radius: 50px;
    width: 50px;
    height: 50px
}

.fixed_side .actGotop a i {
    font-size: 1.5rem;
    width: 50px;
    height: 50px
}

.fixed_side .actGotop a i:before {
    content: '';
    background: url(https://materials.fillo.com.tw/materials/waypoint/images/ed0084a5-8d10-4cf7-94ba-3724cd569a8a.svg);
    width: 20px;
    height: 22px;
    position: absolute;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

@media (max-width: 550px) {
    .fixed_side .side_bar {
        position:fixed;
        bottom: 0;
        left: 0;
        display: flex;
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        background: #60b2e4 !important;
        margin: 0;
        border-radius: 0
    }

    .fixed_side .side_bar li {
        padding: 3px 12px;
    }

    .fixed_side .side_bar li a img {
        width: 36px;
    }

    .fixed_side .side_bar li a p {
        margin: 0;
    }

    .fixed_side .actGotop {
        bottom: 55px
    }
}

