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;}
}



