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;
}
body{background-color: #f8f9f9;}

/*header*/
.row.header, .row.header.sabit{position: fixed; top: 0; width: 100%; z-index: 99;background:rgba(255, 255, 255, 0);box-shadow: 0 0 10px rgba(0, 0, 0, 0.0);transition: .3s;}
.top_menu .header-part{padding: 8px 0px;}
.top_menu .header-part .navbar-brand{padding: 0; height: 105px;}
.top_menu .header-part .navbar-nav li{position: relative;outline: none;background: none !important;}
.top_menu .header-part .navbar-nav .active > .nav-link, 
.top_menu .header-part .navbar-nav .nav-link.active, 
.top_menu .header-part .navbar-nav .nav-link.show, 
.top_menu .header-part .navbar-nav .show > .nav-link{color: #000;}
.top_menu .header-part .navbar-nav li::before{
    content: '';
    display: block;
    height: 15px;
    position: absolute;
    left: 3rem;
    right: calc(100% - 3rem);
    bottom: 0;
    background-color: #e0b97b;
    transition: .2s;
}
.top_menu .header-part .navbar-nav li:hover::before{right: 0;transition: .2s;}
.top_menu .header-part .navbar-nav li a, 
.top_menu .header-part .navbar-nav .nav-link{font-size: 28px; color: #444; padding:0 5px; margin: 0 0rem 0 3rem;position: relative;}
.top_menu .header-part .navbar-nav li a:hover, 
.top_menu .header-part .navbar-nav .nav-link:hover, 
.top_menu .header-part .navbar-nav li a:focus, 
.top_menu .header-part .navbar-nav .nav-link:focus{background: none !important;color: #000;font-weight: bold;}
.top_menu .header-part .navbar-nav li a i, 
.top_menu .header-part .navbar-nav .nav-link i{display: table;margin: 0;}
.top_menu .header-part .navbar-nav li .dropdown-menu{min-width: calc(100% - 3rem); right: 0; left: unset;}
.top_menu .header-part .navbar-nav li .dropdown-menu a{margin: 0; font-size: 24px; padding: 10px 15px; line-height: 1; border-bottom: 1px solid #e2e2e2;}
.top_menu .header-part .navbar-nav li .dropdown-menu a:hover{font-weight: normal;color: #c30d23;}
.row.header.gizle{ background: rgba(255, 255, 255, 1);border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);transition: .3s;}
.row.header.gizle .top_menu .module{min-height: 121px !important;}
.top_menu .header-part .navbar-toggler{border-radius: 0; padding: 0; border: none; border-top: 3px solid #c38a2f; border-bottom: 3px solid #c38a2f; width: 40px; height: 30px; margin-right: 8px; outline: none;}
.top_menu .header-part .navbar-toggler[aria-expanded=true]{border: none;}
.top_menu .header-part .navbar-toggler-icon{ width: 40px; height: 3px; background: #c38a2f; margin-top: -4px; position: relative;}
.top_menu .header-part .navbar-toggler[aria-expanded=true] .navbar-toggler-icon{transform: rotate(45deg);}
.top_menu .header-part .navbar-toggler[aria-expanded=true] .navbar-toggler-icon::before{
    content: '';
    display: block;
    width: 3px;
    height: 40px;
    background: #c38a2f;
    position: absolute;
    left: 19px;
    top: -19px;
}
.top_menu .header-part .navbar-nav li a .showName, 
.top_menu .header-part .navbar-nav li a .showName .member-name{display: flex; flex-wrap: wrap; align-items: center;font-size: 18px; letter-spacing: 0;padding: 0;}
.top_menu .header-part .navbar-nav li a .showName .member-name .greet{font-size: 18px; letter-spacing: 0;}
.top_menu .header-part .navbar-nav li a .showName .icon{display: none;}
.top_menu .header-part .navbar-nav li a .showName .SignOut{color: #fff; font-size: 18px; padding: 1px 12px; line-height: 1.7; letter-spacing: 0; margin-left: 5px; background: linear-gradient(to right, rgba(182,126,49,1) 0%,rgba(210,150,47,1) 100%); border-radius: 25px;}
@media (max-width:1635px) {
    .top_menu .header-part .navbar-nav li a, 
    .top_menu .header-part .navbar-nav .nav-link{letter-spacing: 0;margin: 0 0rem 0 2.5rem;}
}
@media (max-width:1440px) {
    .top_menu {flex: 0 0 91.666667%; max-width: 91.666667%;}
}
@media (max-width:1199px) {
    .top_menu {flex: 0 0 95%; max-width: 95%;}
    .top_menu .header-part .navbar-nav li a, 
    .top_menu .header-part .navbar-nav .nav-link{margin: 0 0rem 0 2rem;}
    .top_menu .header-part .navbar-nav li::before{left: 2rem; right: calc(100% - 2rem);}
}
@media (max-width:991px) {
    .row.header, .row.header.sabit{min-height: 86px; background: rgba(255, 255, 255, 1); border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
    .top_menu .header-part .navbar-brand{height: 70px;margin-left: 20px;}
    .top_menu .header-part .navbar-nav li{margin-bottom: 6px;}
    .top_menu .header-part .navbar-nav li::before { left: 0; right: calc(100% - 0rem);top: 35px;bottom: unset;}
    .top_menu .header-part .navbar-nav li a, .top_menu .header-part .navbar-nav .nav-link{margin: 10px 0 0px; text-align: center;}
}

/*footer*/
.tail_box .footer-wrap .footer_center{padding-bottom: 10px;}
.tail_box .footer-wrap .contact-info{flex: 0 0 83.333333%; max-width: 83.333333%;}
.tail_box .footer-wrap .contact-box{flex: unset;}
.tail_box .footer-wrap .contact-box:nth-child(1){width: 24%; padding: 0px 10px 5px;}
.tail_box .footer-wrap .contact-box:nth-child(2){width: 45%; padding: 0px 10px 5px;}
.tail_box .footer-wrap .contact-box:nth-child(3){width: 31%; padding-left: 3%; border-left: 1px solid #e5e5e5; padding-top: 0;}
.tail_box .footer-wrap .contact-box:nth-child(1) h2, 
.tail_box .footer-wrap .contact-box:nth-child(2) h2{display: none;}
.tail_box .footer-wrap .contact-box:nth-child(3) h2{margin-bottom: 20px;font-size: 22px; color: #c38a2f;}
.tail_box .footer-wrap .contact-box h4{font-size: 18px;margin: 0px 0 10px;color: #333333; padding-left: 0; letter-spacing: 1px;}
.tail_box .footer-wrap .contact-box:nth-child(3) h4{line-height: 23px;}
.tail_box .footer-wrap .contact-box a[href]:hover h4{text-decoration: underline;color: #e68787;}
.tail_box .footer-wrap .footer_center .company-info .info_box .info-text, 
.tail_box .footer-wrap .fb-info, 
.tail_box .footer-wrap .footer_sbox, 
.tail_box .footer-wrap .icon_wrap{display: none;}
.copyright_box{background: #c30d23;}
.copyright_box p{color: #fff; letter-spacing: 1px; margin: 0; line-height: 1.5; padding: 6px 0;}
@media (max-width:1440px) {
    .tail_box {flex: 0 0 91.666667%; max-width: 91.666667%;}
}
@media (max-width:1199px) {
    .tail_box {flex: 0 0 100%; max-width: 100%;}
    .tail_box .footer-wrap .company-info{flex: 0 0 16.666666%; max-width: 16.666666%;}
    .tail_box .footer-wrap .contact-box h4{font-size: 16px;letter-spacing: 0;}
    .tail_box .footer-wrap .info_box a{max-width: 100%; flex: 0 0 100%; margin: 0;}
    .tail_box .footer-wrap .info_box a img{max-width: 100%;}
}
@media (max-width:1024px) {
    .tail_box .footer-wrap .footer_center{padding-left: 15px !important;padding-right: 15px !important;}
}
@media (max-width:991px) {
    .tail_box .footer-wrap .company-info, 
    .tail_box .footer-wrap .contact-info { flex: 0 0 100%; max-width: 100%;}
    .tail_box .footer-wrap .info_box a img{height: 120px;margin: auto;}
    .tail_box .footer-wrap .info_box a{margin-bottom: 1rem;}
}
@media (max-width:767px) {
    .tail_box .footer-wrap .contact-box:nth-child(1), 
    .tail_box .footer-wrap .contact-box:nth-child(2), 
    .tail_box .footer-wrap .contact-box:nth-child(3){width: 100%;}
    .tail_box .footer-wrap .contact-box:nth-child(3){padding-left: 10px; border-left: 0px solid #e5e5e5;border-top: 1px solid #e5e5e5; padding-top: 30px;}
}
@media (max-width:575px) {
    .tail_box .footer-wrap .contact-box:nth-child(1), 
    .tail_box .footer-wrap .contact-box:nth-child(2), 
    .tail_box .footer-wrap .contact-box:nth-child(3){padding: 0;}
    .tail_box .footer-wrap .contact-box:nth-child(3){padding-top: 15px;}
    .tail_box .footer-wrap .contact-box h4{font-size: 15px;margin-bottom: 5px;} 
    .tail_box .footer-wrap .contact-box:nth-child(3) h2{margin-bottom: 10px; font-size: 20px;}
}

/*sidebar*/
.web_sidebar .side_box ul.side_bar{box-shadow: 0px 0px 5px #eeeeee; background: #fff; padding: 10px;}
.web_sidebar .side_box ul.side_bar li:nth-child(1){padding-bottom: 15px;}
.web_sidebar .side_box ul.side_bar li:nth-child(2){padding-top: 15px;}
.web_sidebar .side_box ul.side_bar li img{height: 30px;}
.web_sidebar .side_box ul.side_bar li p{margin: 0;}
.web_sidebar .actGotop a:link{background-color: #fff;border: 1px solid #c30d23; opacity: .5;transition: .3s;}
.web_sidebar .actGotop a:hover{opacity: 1;transition: .3s;}
.web_sidebar .actGotop a i{line-height: 55px;}
@media (max-width:575px) {
    .web_sidebar .actGotop, 
    .web_sidebar .actGotop a:link{width: 45px;height: 45px;right: 5px;}
    .web_sidebar .actGotop a i{line-height: 40px;width: 45px;}
}

/*slider*/
.idx_slider {margin-top: 121px;}
.idx_slider .bs-carousel{padding-bottom: 55px;}
.idx_slider .carousel-indicators li{width: 13px;height: 13px;margin-left: 5px;margin-right: 5px;background: transparent; opacity: 1;border: 1px solid #c30d23;border-radius: 15px;}
.idx_slider .carousel-indicators .active{background: #c30d23;}
.idx_slider .carousel-inner, 
.idx_slider .carousel-fade .carousel-item, 
.idx_slider .carousel-fade .carousel-item picture{border-radius: 30px;overflow: hidden;}
.idx_slider .carousel-control-next, 
.idx_slider .carousel-control-prev{top: calc(50% - 100px); bottom: unset; width: 75px;opacity: 1;background: rgba(195, 138, 47, .6); height: 150px;}
.idx_slider .carousel-control-next{border-top-left-radius: 75px; border-bottom-left-radius: 75px;}
.idx_slider .carousel-control-prev{border-top-right-radius: 75px; border-bottom-right-radius: 75px;}
.idx_slider .carousel-control-prev-icon{background: none; border-top: 3px solid #fff; border-left: 3px solid #fff; transform: rotate(-45deg); width: 40px; height: 40px; margin-left: 5px;}
.idx_slider .carousel-control-next-icon{background: none; border-top: 3px solid #fff; border-right: 3px solid #fff; transform: rotate(45deg); width: 40px; height: 40px; margin-right: 5px;}
.idx_slider .carousel-caption{left: 0; right: 0; bottom: 0; background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); padding: 2rem;}
.idx_slider .bs-carousel .carousel-item h5{font-size: 45px; text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);}
.idx_slider .bs-carousel .carousel-item p{font-size: 30px; font-weight: normal; margin-bottom: 10px; text-shadow: none;}
@media (min-width:768px) {
    .idx_slider .carousel-inner, 
    .idx_slider .carousel-fade .carousel-item, 
    .idx_slider .carousel-fade .carousel-item picture{aspect-ratio: 4/1.85;}
    .idx_slider .carousel-fade .carousel-item picture > img{object-fit: cover; object-position: center center; height: 100%;}
}
@media (max-width:1440px) {
    .idx_slider {flex: 0 0 91.666667%; max-width: 91.666667%;}
}
@media (max-width:1199px) {
    .idx_slider {flex: 0 0 95%; max-width: 95%;}
}
@media (max-width:991px) {
    .idx_slider .bs-carousel .carousel-item h5{font-size: 35px;}
    .idx_slider .bs-carousel .carousel-item p{font-size: 25px;}
}
@media (max-width:767px) {
    .idx_slider .bs-carousel { padding-bottom: 45px;}
    .idx_slider .carousel-caption{display: block !important;}
    .idx_slider .carousel-caption{padding: 1rem;}
    .idx_slider .bs-carousel .carousel-item h5 {font-size: 28px;}
    .idx_slider .bs-carousel .carousel-item p { font-size: 18px;}
    .idx_slider .carousel-control-next, .idx_slider .carousel-control-prev{top: calc(50% - 70px);width: 50px;height: 100px;}
    .idx_slider .carousel-control-prev-icon, 
    .idx_slider .carousel-control-next-icon{width: 25px;height: 25px;}
}
@media (max-width:575px){
    .idx_slider .bs-carousel .carousel-item h5 {font-size: 21px; margin: 0;}
    .idx_slider .bs-carousel .carousel-item p{display: none;}
    .idx_slider .carousel-control-next, 
    .idx_slider .carousel-control-prev { top: calc(50% - 45px); width: 25px; height: 50px;}
    .idx_slider .carousel-control-prev-icon, 
    .idx_slider .carousel-control-next-icon{width: 13px; height: 13px;border-width: 2px;}
    .idx_slider .carousel-control-prev-icon{margin-left: 3px;}
    .idx_slider .carousel-control-next-icon{margin-right: 3px;}
}

/*news*/
.idx_news{margin-top: 2rem;margin-bottom: 3rem;}
.idx_news .module-container > .main{display: flex; flex-wrap: wrap;}
.idx_news .header-title{padding: 45px 15px 15px 0px; width: 16.66666%; position: relative; font-size: 35px; font-weight: bold;}
.idx_news .header-title::before{
    content: '';
    display: block;
    width: 45px;
    height: 10px;
    background: #f5d4b8;
    position: absolute;
    left: 4px;
    top: 7.5rem;
}
.idx_news .header-title::after{
    content: "News";
    display: block;
    order: 1;
    width: 100%;
    font-family: 'Butterfly Kids', cursive;
    font-weight: normal;
    font-size: 26px;
    position: relative;
    color: #000;
    padding-left: 5px;
}
.idx_news .list-wrapper{width: 83.33333%;position: relative;}
.idx_news .list-wrapper::before{
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    background: #c9c9c9;
    top: 0;
    bottom: 0;
    left: -15px;
}
.idx_news .list-wrapper .row{background: #fff;border: none; border-radius: 8px;margin: 0 0 10px 0; overflow: hidden;}
.idx_news .list-wrapper .row:hover{box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);background-color: #fff;}
.idx_news .list-wrapper .name-block{flex: 0 0 calc(100% - 160px); max-width: calc(100% - 160px); padding: 10px 15px;}
.idx_news .list-wrapper .name-block a{font-size: 20px; letter-spacing: 0.5px; color: #333;display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden;}
.idx_news .list-wrapper .name-block a:hover{color: #c30d23;}
.idx_news .list-wrapper .note-block{order: -1; padding: 10px 15px; font-size: 21px; color: #fff; background: #e59a9a; letter-spacing: 1px; max-width: 160px; flex: 0 0 160px;}
.idx_news .list-wrapper .price-block{display: none;}
@media (max-width:1440px) {
    .idx_news {flex: 0 0 91.666667%; max-width: 91.666667%;}
}
@media (max-width:1199px) {
    .idx_news {flex: 0 0 95%; max-width: 95%;}
}
@media (max-width:1024px) {
    .idx_news .list-wrapper::before{left: 0;}
}
@media (max-width:991px) {
    .idx_news .header-title{font-size: 30px;padding: 53px 15px 15px 0px;}
    .idx_news .list-wrapper .note-block{padding: 10px 10px; font-size: 20px;letter-spacing: 0;max-width: 130px; flex: 0 0 130px;}
    .idx_news .list-wrapper .name-block { flex: 0 0 calc(100% - 130px); max-width: calc(100% - 130px); padding: 10px 10px;}
}
@media (max-width:767px) {
    .idx_news { margin-top: 1.5rem; margin-bottom: 2rem;}
    .idx_news .header-title{width: 100%; text-align: center; padding: 0;}
    .idx_news .header-title::before{top: unset; bottom: 7px;left: calc(50% - 21px);}
    .idx_news .list-wrapper{width: 100%;}
    .idx_news .list-wrapper::before{display: none;}
}
@media (max-width:575px) {
    .idx_news {flex: 0 0 100%; max-width: 100%;}
    .idx_news .list-wrapper .name-block{flex: 0 0 calc(100% - 120px); max-width: calc(100% - 120px);}
    .idx_news .list-wrapper .name-block a{font-size: 18px;-webkit-line-clamp:unset;}
    .idx_news .list-wrapper .note-block{font-size: 18px;max-width: 120px; flex: 0 0 120px;}
}

/*search*/
.search_tabs{background: #f4ece6; border-top-left-radius: 30px; border-top-right-radius: 30px;}
.search_tabs ul.nav-pills{width: calc(100% - 40px); margin: 0 20px; border-bottom: 1px solid #f5d4b8;}
.search_tabs ul.nav-pills a.nav-link{font-size: 24px; font-weight: bold; letter-spacing: 1px;padding: 0.5rem 1.3rem; border-radius: 0;color: #333;position: relative;}
.search_tabs ul.nav-pills a.nav-link.active, 
.search_tabs .nav-pills .show>.nav-link{color: #fff;background: #d6a24f;}
.search_tabs ul.nav-pills a.nav-link.active::after, 
.search_tabs .nav-pills .show>.nav-link::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #d6a24f transparent transparent transparent;
    position: absolute;
    left: calc(50% - 10px);
    bottom: -10px;
    z-index: 1;
}
.search_wrap .group_banner.search_banner .search-area > .container{background: #f4ece6; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border: none;}
.search_wrap section.group_banner .search-area .search-box{margin: 1.5rem 0 1rem;}
.search_wrap section.group_banner .search-area .search-box .select-departure, 
.search_wrap section.group_banner .search-area .search-box .select-destination, 
.search_wrap section.group_banner .search-area .search-box .select-date, 
.search_wrap section.group_banner .search-area .search-box .select-input, 
.search_wrap section.group_banner .search-area .search-box .select-goal, 
.search_wrap section.group_banner .search-area .search-box .select-place{background: none;padding: 0 5px;height: auto;}
.search_wrap section.group_banner .search-area .search-box .select-departure .title, 
.search_wrap section.group_banner .search-area .search-box .select-destination .title, 
.search_wrap section.group_banner .search-area .search-box .select-date .title, 
.search_wrap section.group_banner .search-area .search-box .select-goal .title, 
.search_wrap section.group_banner .search-area .search-box .select-place .title, 
.search_wrap section.group_banner .search-area .search-box .select-date .title{height: 30px;}
.search_wrap section.group_banner .search-area .search-box .select-departure .title i, 
.search_wrap section.group_banner .search-area .search-box .select-destination .title i, 
.search_wrap .search-area .search-box .select-date .title i, 
.search_wrap section.search_banner .search-area .search-box .select-input .data-icon-search, 
.search_wrap .search-area .search-box .select-place .title i, 
.search_wrap .search-area .search-box .select-goal .title i{display: none;}
.search_wrap section.group_banner .search-area .search-box .select-departure .title h6, 
.search_wrap section.group_banner .search-area .search-box .select-destination .title h6, 
.search_wrap section.group_banner .search-area .search-box .select-date .title h6, 
.search_wrap section.group_banner .search-area .search-box .select-goal .title h6, 
.search_wrap section.group_banner .search-area .search-box .select-place .title h6, 
.search_wrap section.group_banner .search-area .search-box .select-date .title h6{margin: 0; font-size: 18px; color: #000;}
.search_wrap section.group_banner .leftPark{height: 40px;}
.search_wrap section.group_banner .area_input, 
.search_wrap .search-area .search-box .select-place .select select, 
.search_wrap .search-area .search-box .select-goal .select select{height: 40px; border-radius: 6px; padding: 0 10px; border: 1px solid #d6a24f;background-position: 94% 15px;font-size: 18px;background-size: 16px auto;}
.search_wrap .search-area .search-box .select-date .select{display: table;width: 100%;}
.search_wrap section.group_banner .search-area .search-box .select-date .select input{width: calc(50% - 10px); height: 40px; border-radius: 6px; padding: 0 10px; font-size: 18px; border: 1px solid #d6a24f;}
.search_wrap .search-area .search-box .select-date .select .divide{margin-left: 0; margin-right: 0; width: 20px; height: 1px; background: #d6a24f; margin-top: 20px;}
.search_wrap section.group_banner .search-area .search-box .select-input::before {
    content: '關鍵字';
    display: block;
    height: 30px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #000000;
}
.search_wrap section.group_banner .search-area .search-box .select-input > input{height: 40px; border-radius: 6px; padding: 0 10px; border: 1px solid #d6a24f; font-size: 18px;}
.search_wrap section.group_banner .form-check .customcheck input:checked ~ .checkmark{background-color: #c30d23;}
.search_wrap section.group_banner .search-area .search-box .search-btn{height: 60px; line-height: 60px; margin-top: 10px; border-radius: 50px; background: linear-gradient(to right, rgba(182,126,49,1) 0%,rgba(210,150,47,1) 100%);}
.search_wrap .search-area .search-box .search-btn h5{font-weight: revert; font-size: 22px; margin: 0; line-height: 60px; letter-spacing: 1px;}
.search_wrap .search-area .search-box .search-btn i{display: none;}
@media (max-width:1440px) {
    .search_tabs, 
    .search_wrap{flex: 0 0 91.666667%; max-width: 91.666667%;}
}
@media (max-width:1199px) {
    .search_tabs, 
    .search_wrap{flex: 0 0 95%; max-width: 95%;}
    .search_wrap .group_banner.search_banner .search-area > .container{max-width: 100%;}
}
@media (max-width:767px) {
    .search_wrap section.group_banner.search_banner{width: 100%;}
}

/*product BG/IMG*/
.taiwan_wrap::before {
    content: '';
    display: block;
    position: absolute;
    top: 5rem;
    bottom: 0;
    left: 0;
    right: 20%;
    background: #f6e5e4;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.overseas_wrap::before {
    content: '';
    display: block;
    position: absolute;
    top: 16rem;
    bottom: 0;
    left: 20%;
    right: 0;
    background: #e4f1f5;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.idx_productIMG_01 {
    max-width: max-content;
    flex: unset;
    position: absolute;
    top: -3.5rem;
    left: 1.5rem;
}
.idx_productIMG_02{
    max-width: max-content;
    flex: unset;
    position: absolute;
    right: 0;
    top: -2rem;
}
.idx_productIMG_03{
    max-width: max-content;
    flex: unset;
    position: absolute;
    left: -16.66666%;
    top: -12rem;
}
@media (max-width:1440px) {
    .taiwan_wrap::before{right: 14%;}
    .overseas_wrap::before{left: 14%;}
    .idx_productIMG_01{top: -2.35rem;}
    .idx_productIMG_01 img.img-fluid{height: 120px;}
    .idx_productIMG_02{top: 1.65rem;}
    .idx_productIMG_02 img.img-fluid{height: 230px;}
    .idx_productIMG_03{left: -4.6%;top: -9rem;}
    .idx_productIMG_03 img.img-fluid{height: 200px;}
}
@media (max-width:1199px) {
    .idx_productIMG_03{left: -2.5%;}
}
@media (max-width:1024px) {
    .taiwan_wrap::before{right: 10%;}
    .overseas_wrap::before{left: 10%;}
    .idx_productIMG_01, 
    .idx_productIMG_02, 
    .idx_productIMG_03{display: none !important;}
}

/*product*/
.idx_product {margin-top: 3rem;margin-bottom: 3rem;position: relative; z-index: 1;}
.idx_product .hover-wall .htpro_tit{ position: relative;}
.tw_product.idx_product .hover-wall .htpro_tit::before{
    content: '';
    display: block;
    width: 120px;
    height: 10px;
    background: #f1bfbf;
    position: absolute;
    bottom: 2px;
    left: calc(50% - 60px);
}
.os_product.idx_product .hover-wall .htpro_tit::before{
    content: '';
    display: block;
    width: 130px;
    height: 10px;
    background: #a8d9e7;
    position: absolute;
    bottom: 2px;
    left: calc(50% - 66px);
}
.idx_product .hover-wall .htpro_tit h1{font-size: 35px; font-weight: bold; padding: 0; border: none;}
.idx_product .hover-wall .htpro_tit h2{font-family: 'Butterfly Kids', cursive; font-size: 26px;margin-bottom: 0;position: relative;}
.idx_product .hover-wall .icon_info{box-shadow: none; border-radius: 15px;}
.idx_product .hover-wall .icon_info:hover{box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);}
.idx_product .hover-wall .icon_info > a{display: flex; flex-wrap: wrap;}
.idx_product .hover-wall .icon_info figure{margin-bottom: 0; order: -1;background: #000;}
.idx_product .icon_info:hover figure .b_img{opacity: 0.75;}
.idx_product .hover-wall figure .overlay{display: none;}
.idx_product .hover-wall .icon_info h3{padding: 0 15px; display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden; margin: 15px 0; font-size: 22px; letter-spacing: 0.5px; line-height: 1.3; width: 100%; font-weight: normal;}
.idx_product .hover-wall .icon_info:hover h3{font-weight: bold;}
.idx_product .hover-wall .icon_info h4{order: -1; margin: 0; padding: 10px 15px;font-size: 20px; font-style: normal; letter-spacing: 1px; margin-top: -44px; z-index: 15; border-top-right-radius: 15px;}
.tw_product.idx_product .hover-wall .icon_info h4{background: #72c4db;}
.os_product.idx_product .hover-wall .icon_info h4{background: #d6a24f;}
.idx_product .hover-wall .icon_info p.animate-text{color: #C30D23; font-size: 22px; font-weight: bold; margin-bottom: 15px; position: relative; width: 100%; padding: 0 15px; text-align: right;letter-spacing: 0px;}
.idx_product .hover-wall .icon_info p.animate-text::before{ content: 'NT$ '; font-weight: normal;}
.idx_product .hover-wall .icon_info p.animate-text::after{ content: ' 起'; font-weight: normal; font-size: 18px; color: #999;}
@media (min-width:768px) {
    .idx_product .hover-wall .icon_info figure{aspect-ratio: 4/3.1;}
    .idx_product .hover-wall .icon_info figure .b_img{object-fit: cover; object-position: center center; height: 100%;}
}
@media (max-width:1440px) {
    .idx_product{flex: 0 0 91.666667%; max-width: 91.666667%;}
}
@media (max-width:1199px) {
    .idx_product{flex: 0 0 97%; max-width: 97%;}
    .idx_product .hover-wall .icon_info h3{letter-spacing: 0;}
}
@media (max-width:1024px) {
    .idx_product .hover-wall .icon_info h3{margin: 10px 0; font-size: 20px;padding: 0 10px;}
    .idx_product .hover-wall .icon_info h4{padding: 8px 10px; font-size: 18px;letter-spacing: 0px; margin-top: -37px;}
    .idx_product .hover-wall .icon_info p.animate-text{font-size: 20px;padding: 0 10px}
    .idx_product .hover-wall .icon_info p.animate-text::after{font-size: 16px;}
}
@media (max-width:991px) {
    .idx_product .hover-wall .htpro_tit h1{font-size: 30px;}
}
@media (max-width:575px) {
    .idx_product .hover-wall .icon_info h3{font-size: 22px;}
}

/*community*/
.community_wrap{margin-top: 5rem; background: #fff; border-radius: 30px; margin-bottom: 5rem;}
.community_title{margin-top: -1.5rem;}
.community_title section.text-link h2{font-weight: bold; letter-spacing: 1px;}
.community_title div.link-list{background: none; min-height: auto;}
.community_title div.link-list ul{display: table; margin: auto;}
.community_title div.link-list ul li{position: relative;}
.community_title div.link-list ul li::before{
    content: '';
    display: block;
    position: absolute;
    width: 90px;
    height: 10px;
    background: #dbf1a3;
    bottom: 3px;
    left: 3px;
}
.community_title div.link-list ul li a, 
.community_title div.link-list ul li span{padding: 5px 0 0; font-family: 'Butterfly Kids', cursive; margin-bottom: 0; position: relative; letter-spacing: 0.05em;}
.bacebook_box{margin-top: 2rem;}
.bacebook_box .fb_iframe_widget span, 
.bacebook_box .fb_iframe_widget iframe{height: 180px !important;}
.line_box {margin-top: 2rem; margin-bottom: 3.5rem;}
.line_box .function-row li{flex: 0 0 100%; max-width: 100%; margin: 0;}
.line_box .function-row li a{width: 100%; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center;opacity: 1;transition: .3s;}
.line_box .function-row li a:hover{opacity: .5;transition: .3s;}
.line_box .function-row li a img{margin: 20px 35px;}
.line_box .function-row li a h3{margin: 0; font-size: 55px;}
@media (max-width:1440px) {
    .community_wrap{flex: 0 0 91.666667%; max-width: 91.666667%;}
    .line_box .function-row li a h3{font-size: 45px;}
}
@media (max-width:1199px) {
    .community_wrap{flex: 0 0 95%; max-width: 95%;}
    .line_box .function-row li a img { margin: 25px 35px;}
    .line_box .function-row li a h3{font-size: 35px;}
}
@media (max-width:1024px) {
    .line_box .function-row li a img{margin-right: 20px;}
}
@media (max-width:991px) {
    .community_title section.text-link h2{font-size: 30px !important;}
    .bacebook_box, 
    .line_box{flex: 0 0 45%; max-width: 45%;}
    .bacebook_box .fb_iframe_widget span, .bacebook_box .fb_iframe_widget iframe{width: 100% !important;}
}
@media (max-width:767px) {
    .bacebook_box, .line_box { flex: 0 0 95%; max-width: 95%;}
    .line_box .function-row li a{display: inline-flex; width: auto; padding-right: 8px; height: auto;}
    .line_box .function-row li a img{width: 23%;margin: 5px 5px;}
    .line_box .function-row li a h3{font-size: 28px;line-height: 38px;}
}

/*about*/
.about_title {margin-top: 121px;}
.about_title .bgfixed{border-radius: 30px;}
.about_title .bgfixed > div{position: relative; background-color: rgba(0, 0, 0, 0.1);}
.about_title .bgfixed > div > section{position: absolute; top: 0; bottom: 0; left: 0; padding-left: 120px; display: flex; flex-wrap: wrap; align-content: center; backdrop-filter: blur(4px);}
.about_title .bgfixed > div > section::before{
    content: '';
    display: block;
    width: 105px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: calc(50% - 21px);
    left: 0;
}
.about_title .bgfixed > div > section h2{width: 100%; font-size: 35px; font-weight: bold; letter-spacing: 1px; margin-bottom: 0px;}
.about_title .bgfixed > div > section p{width: 100%; margin: 0; font-family: 'Butterfly Kids', cursive; font-size: 26px; letter-spacing: 2px;}
.about1L_box{padding-left: calc(12.5% + 15px); padding-right: 75px;}
.about1L_box > .module-container{height: 100%;}
.about1L_box > .module-container > .main{height: 100%; display: flex; flex-wrap: wrap; align-items: center;}
.about1L_box .header-title{display: none;}
.about1L_box hr{margin-top: 1.5rem;margin-bottom: 1.5rem;}
.about1R_box{margin-top: 4rem; border-top-left-radius: 30px; overflow: hidden;}
.about1R_box div.link-list ul{padding: 2.5rem 0 3rem 2.5rem;}
.about1R_box div.link-list ul li a, .about1R_box div.link-list ul li span{letter-spacing:1.5px;padding: 6px 10px 6px 20px;}
.about_wrap.taiwan_wrap::before{top: 0;bottom: 5.5rem;}
.about2_box {margin-top: 2rem;}
.about2_box .mix-wrapper > .row, 
.about3_box .mix-wrapper > .row{background: none !important;}
.about2_box .mix-wrapper > .row .editor-content{padding-right: 4.5rem;padding-bottom: 6rem;}
.about2_box .mix-wrapper > .row .editor-content hr, 
.about3_box .mix-wrapper > .row .editor-content hr{border-color: #fff;margin-top: 1.5rem;margin-bottom: 1.5rem;}
.about2_box .img-mode .img-box img.img-fluid, 
.about3_box .img-mode .img-box img.img-fluid{border-radius: 15px;}
.about_wrap.overseas_wrap::before{top: 6rem; bottom: 6rem;}
.about_wrap.overseas_wrap > .module-container > .main.row{padding-bottom: 6rem;}
.about3_box {margin-bottom: 2rem;}
.about3_box .editor-content{padding-top: 8rem; padding-left: 4rem;}
.about4_box{margin-top: 7rem; margin-bottom: 7rem; background-color: rgba(255, 255, 255, 0.9); border-radius: 30px; padding: 70px 100px;}
.about4_box .mix-wrapper > .row .editor-content hr{margin-top: 2rem; margin-bottom: 2rem;}
.about_info h3{letter-spacing: 1px;}
.about_info p{margin: 0; line-height: 1.8; letter-spacing: 1px;}
@media (max-width:1440px) {
    .about_title, 
    .about2_box, 
    .about3_box{max-width: 91.666667%;flex: 0 0 91.666667%;}
    .about1L_box {padding-left: calc(4.15% + 30px);}
    .about4_box{max-width: 75%;flex: 0 0 75%;}
}
@media (max-width:1199px) {
    .about_title, 
    .about2_box, 
    .about3_box{max-width: 95%;flex: 0 0 95%;}
    .about1L_box {padding-left: calc(2.5% + 30px); padding-right: 60px;}
    .about2_box .mix-wrapper, 
    .about3_box .mix-wrapper{padding: 15px;}
    .about2_box .mix-wrapper > .row .editor-content{padding-right: 2.5rem;}
    .about3_box .mix-wrapper > .row .editor-content{padding-left: 2rem;}
}
@media (min-width:768px) and (max-width:991px) {
    .about1L_box, 
    .about1R_box{max-width: 50%;flex: 0 0 50%;}
    .about_wrap.taiwan_wrap::before{bottom: 2rem;}
    .about2_box .mix-wrapper > .row .editor-content{padding-bottom: 3.5rem;}
    .about2_box .mix-wrapper > .row .editor-content { padding-right: 1rem;}
    .about_wrap.overseas_wrap::before{top: 0;}
    .about3_box{margin-top: 2rem;}
    .about3_box .mix-wrapper > .row .editor-content {padding-left: 1rem;}
}
@media (max-width:767px) {
    .about_title .bgfixed, 
    .about_title .bgfixed > div{min-height: 250px !important;}
    .about1L_box{padding: 2rem 3rem;}
    .about1R_box{margin-top: 0rem;}
    .about1R_box div.link-list ul{padding: 2rem 0 3rem 0.5rem;}
    .about_wrap.taiwan_wrap::before { top: 0; bottom: 1.5rem;}
    .about_wrap.overseas_wrap > .module-container > .main.row{padding-bottom: 3rem;}
    .about_wrap.overseas_wrap::before{bottom: 3.5rem;}
    .about2_box .img-mode .img-box img.img-fluid, 
    .about3_box .img-mode .img-box img.img-fluid{width: 100%;}
    .about2_box .mix-wrapper > .row .editor-content{padding-right: 15px; padding-bottom: 3rem;}
    .about2_box .mix-wrapper > .row .editor-content hr, .about3_box .mix-wrapper > .row .editor-content hr{border-color: #dadada;}
    .about3_box .mix-wrapper > .row .editor-content{padding-top: 0rem; padding-left: 15px;}
    .about4_box{max-width: 85%; flex: 0 0 85%; padding: 50px 60px;}
}
@media (max-width:575px) {
    .about_title .bgfixed, 
    .about_title .bgfixed > div{min-height: 180px !important;}
    .about_title .bgfixed > div > section{padding-left: 50px;}
    .about_title .bgfixed > div > section::before{width: 35px;}
    .about_info p span{font-size: 18px !important;}
    .about1R_box div.link-list ul li a, .about1R_box div.link-list ul li span{font-size: 18px !important;}
    .about4_box {max-width: 90%; flex: 0 0 90%; padding: 35px 45px;margin-top: 5rem; margin-bottom: 5rem;}
}

/*****diy*****/
body.D_customformfront_main{
    /*background: url(https://materials.fillo.com.tw/materials/techtour/images/2b751c09-5fc3-497e-aee8-e737054d8ae2.jpg);
    background-size: cover; 
    background-position:center;
    background-repeat: no-repeat;*/
}
.D_customformfront_main .row.header, 
.D_customformfront_main .row.header.sabit{
    background: rgba(255, 255, 255, 1); 
    border-bottom-left-radius: 30px; 
    border-bottom-right-radius: 30px; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.D_customformfront_main input::placeholder {
    color:#cccccc !important; 
    font-size: 13px;
}
.D_customformfront_main .web-page-frame.lock{
    background: transparent;
}
.D_customformfront_main section.group_table.contact {
    padding-top: 230px;
    margin-bottom: 0;
    padding-bottom: 100px;
}
.D_customformfront_main section.group_table.contact .trip_title {
    padding: 50px 48px 60px;
    margin: 0;
}
.D_customformfront_main section.group_table.contact .container {
    width: 100%;
    max-width: 1080px;
    padding: 0;
    background: rgba(134, 33, 46, 0.75);
    border-radius: 33px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.D_customformfront_main section.group_table.contact:before {
    /*display:none;
    height: 100%;*/
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://materials.fillo.com.tw/materials/techtour/images/2b751c09-5fc3-497e-aee8-e737054d8ae2.jpg);
    height: 80vh;
}
.D_customformfront_main section.group_table.contact .container .trip_title article h2 {
    line-height: 1;
    display: table;
    margin: 0 auto;
    padding: 0 2rem 0.5rem;
    letter-spacing: 0.2rem;
    position: relative;
}
.D_customformfront_main section.group_table.contact>.container>h2,
.D_customformfront_main section.group_table.contact>.container>h4{ 
    display: none;
}
.D_customformfront_main section.group_table.contact .trip_title article{
    position: relative;
}
.D_customformfront_main section.group_table.contact .trip_title article h3 {
    margin-bottom: 30px;
    font-family: 'Butterfly Kids', cursive !important;
    font-weight: 200;
    letter-spacing: 0.09rem;
}
.D_customformfront_main section.group_table.contact .trip_title article h4{
    line-height: 1.7rem;
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0;
}
.D_customformfront_main section.group_table.contact .trip_title article p {
    position: absolute;
    right: -15px;
    bottom: -40px;
}
.D_customformfront_main section.group_table.contact .trip_title h5 {
    margin-top: 0;
}
.D_customformfront_main section.group_table.contact .form-row {
    background: #ffffff;
    margin: 0;
    padding: 65px 45px 0;
    /*background-image: url(https://materials.fillo.com.tw/materials/newgoto/images/fbeaa43f-d5b9-4c87-88c5-33a586908a62.jpg);
    background-position: 100% 100%;*/
}
.D_customformfront_main section.group_table.contact .form-row:last-child {
    padding: 33px 45px 50px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.D_customformfront_main .contact .contac_form .form-row .form-group{
    margin-bottom: 20px;
}
.D_customformfront_main .contact .contac_form label {
    font-size: 20px;
    margin-bottom: 10px;
    padding-left: 0px;
    color: #333333;
    letter-spacing: 1px;
}
.D_customformfront_main .contact .text_blue {
    color: #d6a24f;
}
.D_customformfront_main .contact .fa-calendar {
    position: absolute;
    margin-top: -30px;
    right: 15px;
    color: #09132d;
}
.D_customformfront_main .contact .contac_form input {
    height: 45px;
    margin: 0 auto;
    padding: 0.3rem 0.5rem;
    font-size: 20px;
    border: 1px solid #e2e2e2;
}
.D_customformfront_main .contact select.form-control{
    margin: 0 auto;
    padding: 2px;
    height: 45px;
    font-size: 16px;
    border-radius: 0;
    color: #666666;
    border: 0;
    border: 1px solid #e2e2e2;
}
.D_customformfront_main .contact select.form-control:not([size]):not([multiple]) {
    height: 45px;
    padding: 2px 5px;
    font-size: 20px;
}
.D_customformfront_main .contact div[data-type="CBX"] .form-check{
    height: 20px;
    font-size: 14px;
    margin: 0;
    margin-bottom: 10px;
    padding-left: 20px;
}
.D_customformfront_main .contact textarea.form-control {
    margin: 0 auto;
    border:0;
    border-radius: 0;
    height: 150px;
    border: 1px solid #e2e2e2;
} 
.D_customformfront_main .contact .form-row button{
    position: relative;
    font-size: 22px;
    margin: 0 !important;
    padding: 10px 30px 10px 30px;
    text-align: left;
    width: 195px;
    border: 1px solid #b67e31;
    outline: none;
    letter-spacing: 1px;
    color: #ffffff;
    background: linear-gradient(to right, rgba(182,126,49,1) 0%,rgba(210,150,47,1) 100%);
    border-radius: 30px;
    box-shadow: none;
}
.D_customformfront_main .contact .form-row button:hover{background: linear-gradient(to right, rgba(210,150,47,1) 0%,rgba(182,126,49,1) 100%);}
.D_customformfront_main .contact .form-row button::before {
    content: "";
    background: #ffffff;
    width: 30px;
    height: 2px;
    position: absolute;
    right: 30px;
    top: 25px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.D_customformfront_main .contact .form-row button:hover::before {
    width: 20px;
}
.D_customformfront_main .contact .form-row button::after {
    content: "";
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 30px;
    top: 19px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.D_customformfront_main .contact .contac_form .form-row .form-group#field_9,
.D_customformfront_main section.group_table.contact .form-row:last-child .form-group{}
.D_customformfront_main .datepicker-dropdown{background:#fff;}
.D_customformfront_main .datepicker-days .table-condensed thead { color: #b67e31;}
.D_customformfront_main .datepicker-days .table-condensed thead tr { border-bottom: 1px solid #b67e31;}
.D_customformfront_main .datepicker-days .table-condensed thead tr .dow{color:#c30d23;}
.D_customformfront_main .datepicker-days .table-condensed .day.active { background: #c30d23; border-radius: 15px;}
.D_customformfront_main .datepicker table tr td.today{ background: #f6e5e4;}
.D_customformfront_main .datepicker table tr td span.active.active, 
.D_customformfront_main .datepicker table tr td span.active.disabled.active, 
.D_customformfront_main .datepicker table tr td span.active.disabled:active, 
.D_customformfront_main .datepicker table tr td span.active.disabled:hover.active, 
.D_customformfront_main .datepicker table tr td span.active.disabled:hover:active, 
.D_customformfront_main .datepicker table tr td span.active:active, 
.D_customformfront_main .datepicker table tr td span.active:hover.active, 
.D_customformfront_main .datepicker table tr td span.active:hover:active{ background: #d1dded; border-color: #d1dded; color: #b67e31; text-shadow: 0 0 black;}
.D_customformfront_main .datepicker table tr td span.active.active.focus, 
.D_customformfront_main .datepicker table tr td span.active.active:focus, 
.D_customformfront_main .datepicker table tr td span.active.active:hover, 
.D_customformfront_main .datepicker table tr td span.active.disabled.active.focus, 
.D_customformfront_main .datepicker table tr td span.active.disabled.active:focus, 
.D_customformfront_main .datepicker table tr td span.active.disabled.active:hover, 
.D_customformfront_main .datepicker table tr td span.active.disabled:active.focus, 
.D_customformfront_main .datepicker table tr td span.active.disabled:active:focus, 
.D_customformfront_main .datepicker table tr td span.active.disabled:active:hover, 
.D_customformfront_main .datepicker table tr td span.active.disabled:hover.active.focus, 
.D_customformfront_main .datepicker table tr td span.active.disabled:hover.active:focus, 
.D_customformfront_main .datepicker table tr td span.active.disabled:hover.active:hover, 
.D_customformfront_main .datepicker table tr td span.active.disabled:hover:active.focus, 
.D_customformfront_main .datepicker table tr td span.active.disabled:hover:active:focus, 
.D_customformfront_main .datepicker table tr td span.active.disabled:hover:active:hover, 
.D_customformfront_main .datepicker table tr td span.active:active.focus, 
.D_customformfront_main .datepicker table tr td span.active:active:focus, 
.D_customformfront_main .datepicker table tr td span.active:active:hover, 
.D_customformfront_main .datepicker table tr td span.active:hover.active.focus, 
.D_customformfront_main .datepicker table tr td span.active:hover.active:focus, 
.D_customformfront_main .datepicker table tr td span.active:hover.active:hover, 
.D_customformfront_main .datepicker table tr td span.active:hover:active.focus, 
.D_customformfront_main .datepicker table tr td span.active:hover:active:focus, 
.D_customformfront_main .datepicker table tr td span.active:hover:active:hover { color: #fff; background-color:#b67e31; border-color: #b67e31;}
.D_customformfront_main .datepicker table tr td.active.active.focus, 
.D_customformfront_main .datepicker table tr td.active.active:focus, 
.D_customformfront_main .datepicker table tr td.active.active:hover, 
.D_customformfront_main .datepicker table tr td.active.highlighted.active.focus, 
.D_customformfront_main .datepicker table tr td.active.highlighted.active:focus, 
.D_customformfront_main .datepicker table tr td.active.highlighted.active:hover, 
.D_customformfront_main .datepicker table tr td.active.highlighted:active.focus, 
.D_customformfront_main .datepicker table tr td.active.highlighted:active:focus, 
.D_customformfront_main .datepicker table tr td.active.highlighted:active:hover, 
.D_customformfront_main .datepicker table tr td.active:active.focus, 
.D_customformfront_main .datepicker table tr td.active:active:focus, 
.D_customformfront_main .datepicker table tr td.active:active:hover{ color: #fff; background-color:#b67e31; border-color: #b67e31;}
.D_customformfront_main .datepicker table tr td.today:hover,.datepicker table tr td.today:hover{ background-color:#b67e31; color: #fff;}
@media (min-width:992px){
    .D_customformfront_main section.group_table.contact .form-row:nth-last-child(2) > [class*="col-"]:nth-child(1) { padding-left: 15px;}
}
@media (max-width: 1199px) {
    .D_customformfront_main section.group_table.contact .container { width: 90%; }
}
@media (max-width: 991px) {
    .D_customformfront_main section.group_table.contact .trip_title { padding: 50px 30px 60px;}
}
@media (max-width: 767px) {
    .D_customformfront_main section.group_table.contact{padding-top:110px;}
    .D_customformfront_main section.group_table.contact .form-row{padding: 65px 15px 0;}
    .D_customformfront_main .contact .contac_form input,
    .D_customformfront_main .contact select.form-control,.contact textarea.form-control{}
    .D_customformfront_main .contact .contac_form label{padding-left: 0;}
}
@media (max-width: 575px) {
    .D_customformfront_main section.group_table.contact .trip_title { padding: 25px 30px 40px;}
    .D_customformfront_main .contact .contac_form .form-row .form-group {flex: 0 0 100%;max-width: 100%; padding: 0; margin-bottom: 10px;}
    .D_customformfront_main section.group_table.contact .container .trip_title article h2{font-size: 28px !important;}
    .D_customformfront_main section.group_table.contact .trip_title article h3{ margin-bottom: 10px; font-size: 20px !important; }
    .D_customformfront_main section.group_table.contact .trip_title article h4{ line-height: 1.5rem; font-size: 18px !important;}
    .D_customformfront_main section.group_table.contact .trip_title article p {right: 0px; font-size: 13px !important;}
    .D_customformfront_main section.group_table.contact .form-row{padding-top: 25px;}
    .D_customformfront_main section.group_table.contact .form-row:last-child {padding: 20px 45px 30px;}
}

/******************************************************/
/*公版*/
body.WinChrome a.go-to-top{display: none !important;}

/*list*/
/*國外*/
body.D_products_group_search{background: #f8f9f9;}
.D_products_group_search .row.header, 
.D_products_group_search .row.header.sabit{
    background: rgba(255, 255, 255, 1); 
    border-bottom-left-radius: 30px; 
    border-bottom-right-radius: 30px; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.D_products_group_search section.group_banner.search_banner{height: 290px;}
.D_products_group_search section.group_banner .search-area{bottom: 15px;}
.D_products_group_search .search-area .search-box .select-place .title i, 
.D_products_group_search .search-area .search-box .select-goal .title i, 
.D_products_group_search .search-area .search-box .select-date .title i, 
.D_products_group_search section.group_banner .search-area .search-box .select-input i{color: #d1952f;}
.D_products_group_search section.group_banner .search-area .search-box .search-btn{color: #ffffff;background: #c30d23; border-radius: 55px;}
.D_products_group_search section.group_banner .search-area .select-type .form-check.check-PGO, 
.D_products_group_search section.group_banner .search-area .select-type .form-check.check-GO{border-radius: 20px;}
.D_products_group_search section.group_banner .search-area .form-check .checkmark{border-radius: 15px;}
.D_products_group_search section.group_banner .search-area .form-check .customcheck .checkmark:after{left: 4px; top: 1px; width: 6px; height: 9px;}
.D_products_group_search section.group_banner .search-area .search-box .select-goal, 
.D_products_group_search section.group_banner .search-area .search-box .select-place, 
.D_products_group_search section.group_banner .search-area .search-box .select-date, 
.D_products_group_search section.group_banner .search-area .search-box .select-input > input{border-radius: 10px;}
.D_products_group_search .list_con .select_filter .form-group .select select{border-radius: 10px;}
.D_products_group_search .filter_list .accordion .card{border-bottom: 1px solid rgba(0,0,0,.125);border-radius: 10px;}
.D_products_group_search .filter_list i{color: #e59a9a;}
.D_products_group_search .irs-from, .D_products_group_search .irs-single, .D_products_group_search .irs-to{background: #563413;}
.D_products_group_search .irs-slider{background:#d6a24f;}
.D_products_group_search .irs-slider.state_hover, .D_products_group_search .irs-slider:hover{border-color: #d6a24f;}
.D_products_group_search .irs-bar{background: #d6a24f;}
.D_products_group_search .filter_list .form-check .customcheck input:checked ~ .checkmark{background-color: #d6a24f;}
.D_products_group_search .badge-primary{background-color: #563413;}
.D_products_group_search .list_con .style_icon .nav-pills .nav-link.active svg {fill: #d6a24f;}
.D_products_group_search .text_blue { color: #eb1c1f;}
.D_products_group_search section.search_con .pagination .page-item .page-link, 
.D_products_group_search section.search_con .pagination .page-item:first-child .page-link, 
.D_products_group_search section.search_con .pagination .page-item:last-child .page-link{border-radius: 20px;}
.D_products_group_search section.search_con .pagination .page-item .page-link:hover, 
.D_products_group_search section.search_con .pagination .page-item .page-link:active{border-color: #e59a9a; color: #e59a9a;}
.D_products_group_search section.search_con .pagination .page-item .page-link:hover svg, 
.D_products_group_search section.search_con .pagination .page-item .page-link:active svg {fill: #e59a9a;}
.D_products_group_search figure.block_style{border-radius: 10px;overflow: hidden;}
.D_products_group_search figure.block_style .pic_all::after{border-color:transparent transparent transparent rgba(195, 13, 35, 0.65);}
.D_products_group_search .pic_style figure.block_style .pic_all{border-top-left-radius: 10px; border-top-right-radius: 10px;overflow: hidden;}
.D_products_group_search .pic_style figure.block_style .plane_word{border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;}
.D_products_group_search .search_table .thead, 
.D_products_group_search .search_table .thead:hover{background: #563413;}
.D_products_group_search .search_table .main_words .title_main:hover, 
.D_products_group_search figure.block_style .main_words a:hover, 
.D_products_group_search .pic_style figure.block_style .main_words a:hover{color: #d6a24f !important;}
.D_products_group_search section.search_con .pagination .page-item.active .page-link{border-color: #d6a24f;color: #d6a24f;outline: none; box-shadow: none;}
.D_products_group_search .modal-body section.group_table.trip_airline .table .thead, 
.D_products_group_search .modal-body section.group_table.trip_airline .table .thead:hover{background: #d6a24f;}
.D_products_group_search section.group_table.trip_airline .table .thead th{border-color: #d6a24f;}
.D_products_group_search figure.block_style .note_words{border-width: 0px;}
.D_products_group_search figure.block_style .note_words > div{display: none;}
@media (max-width:767px) {
    .D_products_group_search section.group_banner .search-area .search-box .search-btn{height: 60px; line-height: 60px;}
    .D_products_group_search section.group_banner .search-area .search-box .search-btn h5.small{font-size: 24px;}
    .D_products_group_search section.search_con .pagination .page-item{margin: 0 1px;}
    .D_products_group_search section.search_con .pagination .page-item .page-link{width: 25px; height: 25px; font-size: 14px;}
}
/*國內*/
body.D_products_domestic_search{background: #f8f9f9;}
.D_products_domestic_search .row.header, 
.D_products_domestic_search .row.header.sabit{
    background: rgba(255, 255, 255, 1); 
    border-bottom-left-radius: 30px; 
    border-bottom-right-radius: 30px; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.D_products_domestic_search section.group_banner.search_banner{margin-top: 9rem;}
.D_products_domestic_search section.group_banner .search-area > form.container{background: #f4ece6; border-bottom: 3px solid #f5d4b8; border-radius: 30px; padding-left: 20px; padding-right: 20px;}
.D_products_domestic_search section.group_banner .search-area .search-box .select-type .form-check{border-radius: 25px;}
.D_products_domestic_search section.group_banner .search-area .search-box .select-type .form-check.check-GO{background: #fff; border: 1px solid #cdeefc;}
.D_products_domestic_search section.group_banner .search-area .search-box .select-type .form-check.check-PGO{background: #fff; border: 1px solid #d4edda;}
.D_products_domestic_search section.group_banner .search-area .search-box .select-type .form-check .checkmark{border-radius: 20px;}
.D_products_domestic_search section.group_banner .form-check .checkmark:after{left: 5px; top: 2px; width: 6px; height: 9px;}
.D_products_domestic_search section.group_banner .search-area .search-box .search-btn{background: #c30d23;border-radius: 55px;}
.D_products_domestic_search section.group_banner .search-area .search-box .select-departure .title i, 
.D_products_domestic_search section.group_banner .search-area .search-box .select-destination .title i, 
.D_products_domestic_search .search-area .search-box .select-date .title i{color: #b87f31;}
.D_products_domestic_search section.group_banner .search-area .search-box .select-departure, 
.D_products_domestic_search section.group_banner .search-area .search-box .select-destination, 
.D_products_domestic_search section.group_banner .search-area .search-box .select-date, 
.D_products_domestic_search section.group_banner .search-area .search-box .select-input > input{border-radius: 10px;}
.D_products_domestic_search .filter_list i{color: #e59a9a;}
.D_products_domestic_search .irs-from, 
.D_products_domestic_search .irs-single, 
.D_products_domestic_search .irs-to{background: #563413;}
.D_products_domestic_search .irs-slider{background: #d6a24f;}
.D_products_domestic_search .irs-slider.state_hover, 
.D_products_domestic_search .irs-slider:hover{border-color: #d6a24f;}
.D_products_domestic_search .irs-bar{background: #d6a24f;}
.D_products_domestic_search .filter_list .form-check .customcheck input:checked ~ .checkmark{background-color: #d6a24f;}
.D_products_domestic_search .filter_list .form-check .customcheck input:checked ~ .checkmark:after{display: block;}
.D_products_domestic_search .badge-primary{background-color: #563413;}
.D_products_domestic_search .list_con .style_icon .nav-pills .nav-link.active svg {fill: #d6a24f;}
.D_products_domestic_search .text_blue { color: #eb1c1f;}
.D_products_domestic_search .select_filter .form-inline .form-group input[type=radio]:checked + label{color: #c30d23;background: #ffffff;}
.D_products_domestic_search figure.block_style .pic_all::after{border-color:transparent transparent transparent rgba(195, 13, 35, 0.65);}
.D_products_domestic_search figure.block_style .main_words a:hover, 
.D_products_domestic_search .pic_style figure.block_style .main_words a:hover{color: #d6b74a !important;}
.D_products_domestic_search .modal-body section.group_table.trip_airline .table .thead, 
.D_products_domestic_search .modal-body section.group_table.trip_airline .table .thead:hover{background: #563413;}
.D_products_domestic_search .search_table .main_words .title_main:hover, 
.D_products_domestic_search figure.block_style .main_words a:hover, 
.D_products_domestic_search .pic_style figure.block_style .main_words a:hover{color: #d6b74a !important;}
@media (max-width:767px) {
    .D_products_domestic_search section.group_banner.search_banner{margin-top: 7rem;}
    .D_products_domestic_search section.group_banner .search-area .search-box{height: 480px;}
    .D_products_domestic_search section.group_banner .search-area .search-box .select-departure, 
    .D_products_domestic_search section.group_banner .search-area .search-box .select-destination, 
    .D_products_domestic_search section.group_banner .search-area .search-box .select-date, 
    .D_products_domestic_search section.group_banner .search-area .search-box .select-input > input{margin-bottom: 10px;}
    .D_products_domestic_search section.group_banner .search-area .search-box .select-input .mic_icon{bottom: 11px; right: 11px;}
    .D_products_domestic_search section.group_banner .search-area .search-box .search-btn{margin-top: 10px;height: 60px;line-height: 65px;}
    .D_products_domestic_search section.group_banner .search-area .search-box .search-btn h5.small{font-size: 24px;}
    .D_products_domestic_search section.search_con .pagination .page-item{margin: 0 1px;}
    .D_products_domestic_search section.search_con .pagination .page-item .page-link{width: 25px; height: 25px; font-size: 14px;}
}

/*detail*/
/*國外*/
body.D_products_group_detail{background: #f5f5f5;}
.D_products_group_detail .row.header, 
.D_products_group_detail .row.header.sabit{
    background: rgba(255, 255, 255, 1); 
    border-bottom-left-radius: 30px; 
    border-bottom-right-radius: 30px; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.D_products_group_detail .breadcrumb-item+.breadcrumb-item a{color: #d6a24f;}
.D_products_group_detail .breadcrumb-item+.breadcrumb-item a:hover{color: #d6a24f;}
.D_products_group_detail section.group_banner .price_content .panel-info{border: 1px solid #c30d23;}
.D_products_group_detail section.group_banner .price_content .panel-info .panel-heading{background: #c30d23;font-size: 17px;color: #fff;}
.D_products_group_detail .basic-air-info{border: 1px solid rgba(214, 162, 79, 0.5);}
.D_products_group_detail section.group_banner.trip_banner{margin-top: 75px;}
.D_products_group_detail section.group_banner.trip_banner .basic-air-info h3{color: #d6a24f;}
.D_products_group_detail .basic-air-info .go i, .D_products_group_detail .basic-air-info .back i{color: #e59a9a;}
.D_products_group_detail .basic-air-btn a{background: #563413;border: 1px solid #563413;}
.D_products_group_detail .basic-air-btn a:hover{background: #563413;opacity: .8;}
.D_products_group_detail section.group_banner .group_num img{width: 33px;}
.D_products_group_detail section.group_table.trip_features:after, 
.D_products_group_detail section.group_table.trip_airline:after, 
.D_products_group_detail section.group_table.trip_day:after, 
.D_products_group_detail section.group_table.trip_note:after, 
.D_products_group_detail section.group_table.view_intro:after, 
.D_products_group_detail section.group_table.tripdown:after{background: #888888;}
.D_products_group_detail section.group_banner.trip_banner .basic_box{background: #ffffff;}
.D_products_group_detail section.group_banner.trip_banner .container{border: none;border-radius: 30px;}
.D_products_group_detail section.group_table.trip_features .container .group_table_box, 
.D_products_group_detail section.group_table.trip_airline .container .group_table_box, 
.D_products_group_detail section.group_table.trip_day .container .group_table_box, 
.D_products_group_detail section.group_table.trip_note .container .group_table_box, 
.D_products_group_detail section.group_table.view_intro .container .group_table_box, 
.D_products_group_detail section.group_table.tripdown .container .group_table_box{border-radius: 30px;}
.D_products_group_detail section.group_table.tripdown .container .group_table_box{margin-bottom: 5rem;}
.D_products_group_detail section.group_table.trip_day .group_table_box table.table .thead{background: #563413;}
.D_products_group_detail section.group_table.trip_day table.table tr.thead th:nth-child(2), 
.D_products_group_detail section.group_table.trip_day table.table tr.thead th:nth-child(2)::before{background: #CDB150;}
.D_products_group_detail .trip_note .card .card-header{border: none;background: transparent;}
.D_products_group_detail section.trip_note .card-header .btn[aria-expanded="false"]{border-radius: 15px;overflow: hidden;}
.D_products_group_detail section.trip_note .card-header .btn[aria-expanded="true"], 
.D_products_group_detail section.trip_note .card-header .btn:hover{
    background: linear-gradient(to top, rgba(182,126,49,1) 0%,rgba(210,150,47,1) 100%);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.D_products_group_detail section.group_table.tripdown .search_table tr.thead{background: #c30d23;}
.D_products_group_detail section.group_table.tripdown .style_icon ul li a.nav-link{border-color: #e59a9a;color: #e59a9a;}
.D_products_group_detail section.group_table.tripdown .style_icon ul li a.nav-link:hover{color:#e59a9a;}
.D_products_group_detail section.group_table.tripdown .style_icon ul li a.nav-link.active{color: #fff;background: #e59a9a;}
.D_products_group_detail section.group_table.tripdown .style_icon ul li a.nav-link svg{fill: #e59a9a;}
.D_products_group_detail section.group_table.tripdown .style_icon ul li a.nav-link.active svg{fill: #fff;}
.D_products_group_detail section.group_table.tripdown .search_table tr td.sale-situation .btn-primary{border-color: #b67e31;background: linear-gradient(to right, rgba(182,126,49,1) 0%,rgba(210,150,47,1) 100%);border-radius: 30px;}
.D_products_group_detail section.group_table.tripdown .search_table tr td.sale-situation .btn-primary:hover{color: #fff;background-color: #cdb150;border-color: #bfa445;border-color: #bfa445;}
.D_products_group_detail .fc .fc-toolbar.fc-header-toolbar{background: #c30d23;}
.D_products_group_detail .fc .fc-button-primary:disabled{background-color: #deb369;}
.D_products_group_detail section.group_table.trip_day .day_con .info_box>.row>.col-lg-4.col-sm-12 {display: none;}
.D_products_group_detail section.group_table.trip_day .day_con .info_box>.row>.col-lg-8.col-sm-12 {flex: 0 0 100%; max-width: 100%;}
.D_products_group_detail section.group_table.trip_day .info_box .info_box_title {margin-left: 0; width: 100%;}
@media (min-width:992px) {
    .D_products_group_detail .sub_menu-trip .sub_inside{margin-top: -1rem;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul{margin-bottom: 10px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.join-fixed-btn{height: 50px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.download-fixed-btn, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.share-fixed-btn, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.query-fixed-btn, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn{height: 40px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.download-fixed-btn a, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.share-fixed-btn a, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.query-fixed-btn a{font-size: 16px;} 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn a{font-size: 16px;padding: 5px 16px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.download-fixed-btn i, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.share-fixed-btn i, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.query-fixed-btn i, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn i{font-size: 17px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.join-fixed-btn a{font-size: 19px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.join-fixed-btn i{font-size: 20px;}
    .D_products_group_detail .sub_menu-trip .trip_menu{width: 91px; margin-right: 0;}
    .D_products_group_detail .sub_menu-trip .trip_menu i{display: none;}
    .D_products_group_detail .sub_menu-trip .trip_menu ul{margin-bottom: 0;}
    .D_products_group_detail .sub_menu-trip .trip_menu li{margin-bottom: 8px;}
    .D_products_group_detail .sub_menu-trip .trip_menu li a{line-height: 1;}
    .D_products_group_detail .sub_menu-trip .trip_menu li a span{font-size: 14px;}
    .D_products_group_detail .web_sidebar .side_box{bottom: 50px;}
    .D_products_group_detail .web_sidebar .side_bar{width: 50px;}
    .D_products_group_detail .web_sidebar .side_bar li{padding: 11px;height: 50px;}
    .D_products_group_detail .web_sidebar .side_bar li a i{font-size: 24px;}
    .D_products_group_detail .web_sidebar .actGotop{bottom: 15px;width: 55px;height: 55px;}
    .D_products_group_detail .web_sidebar .actGotop a:link{width: 55px;height: 55px;}
    .D_products_group_detail .web_sidebar .actGotop a i{width: 55px; line-height: 50px;}
}
@media (max-width:1199px) {
    .D_products_group_search section.group_banner.search_banner {height: 360px;}
}
@media (max-width:991px) {
    .D_products_group_detail section.group_table.tripdown .search_table tr.thead{display: none;}
    .D_products_group_detail section.group_banner.trip_banner{margin-top: 50px;}
}
@media (max-width:767px) {
    .D_products_group_search section.group_banner.search_banner { height: 600px;}
    .D_products_group_detail .footer_box{margin-bottom: 50px;}
}
section.group_table.trip_features, 
section.group_table.trip_airline, 
section.group_table.trip_day, 
section.group_table.trip_note, 
section.group_table.view_intro, 
section.group_table.tripdown{text-align: initial;}

/*國內*/
body.D_products_group_molddetail{background: #f8f9f9;}
.D_products_group_molddetail .row.header, 
.D_products_group_molddetail .row.header.sabit{
    background: rgba(255, 255, 255, 1); 
    border-bottom-left-radius: 30px; 
    border-bottom-right-radius: 30px; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.D_products_group_molddetail .DetailContainer{margin-top: 9rem;}

/*order*/
.group_home .group_order_width{margin-top: 150px;}
.group_home .row.header, 
.group_home .row.header.sabit{
    background: rgba(255, 255, 255, 1); 
    border-bottom-left-radius: 30px; 
    border-bottom-right-radius: 30px; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/*member*/
.member_home .signin_width{margin-top: 170px;}
.member_home .width-460{margin-top: 170px;margin-bottom: 150px;}
.member_home .container.member_width{margin-top: 100px;}
.member_home .row.header, 
.member_home .row.header.sabit, 
.D_member_my_index .row.header, 
.D_member_my_index .row.header.sabit{
    background: rgba(255, 255, 255, 1); 
    border-bottom-left-radius: 30px; 
    border-bottom-right-radius: 30px; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.member_home.D_member_my_favorites .FavoriteList-null img{margin: auto;}
@media (max-width:991px) {
    .top_menu .header-part .navbar-nav li a .showName{justify-content: center; margin-bottom: 10px;}
    .top_menu .header-part .navbar-nav li a .showName .SignOut{margin-top: 0;}
}
.day_style_17, .day_style_18, .day_style_19{display: flex;flex-wrap: wrap;}

/************ animations **************/
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}

to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%,0,0);
transform: translate3d(-100%,0,0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%,0,0);
transform: translate3d(-100%,0,0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.fadeInLeft {-webkit-animation-name: fadeInLeft; animation-name: fadeInLeft}
@-webkit-keyframes fadeIn {
0% {
opacity: 0
}
to {
opacity: 1
}
}
@keyframes fadeIn {
0% {
opacity: 0
}
to {
opacity: 1
}
}
.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0,-100%,0);
transform: translate3d(0,-100%,0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0,-100%,0);
transform: translate3d(0,-100%,0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.fadeInDown {-webkit-animation-name: fadeInDown; animation-name: fadeInDown}

.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both;
animation-fill-mode: both; }
.animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.animated.delay-1s { -webkit-animation-delay: 1s; animation-delay: 1s; }
.animated.delay-2s { -webkit-animation-delay: 2s; animation-delay: 2s; }
.animated.delay-3s { -webkit-animation-delay: 3s; animation-delay: 3s; }
.animated.delay-4s { -webkit-animation-delay: 4s; animation-delay: 4s; }
.animated.delay-5s { -webkit-animation-delay: 5s; animation-delay: 5s; }
.animated.fast { -webkit-animation-duration: 800ms; animation-duration: 800ms; }
.animated.faster { -webkit-animation-duration: 500ms; animation-duration: 500ms; }
.animated.slow { -webkit-animation-duration: 2s; animation-duration: 2s; }
.animated.slower { -webkit-animation-duration: 3s; animation-duration: 3s; }