/* 縮小失敗。正在傳回未縮小的內容。
(1147,5): run-time error CSS1060: Expected closing curly-brace, found '0'
(1170,1): run-time error CSS1019: Unexpected token, found '}'
(1172,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1173,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0'
(2244,1): run-time error CSS1019: Unexpected token, found '@charset'
(2244,10): run-time error CSS1019: Unexpected token, found '"UTF-8"'
(2244,17): run-time error CSS1019: Unexpected token, found ';'
(2626,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2627,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2636,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2637,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2650,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2651,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
@media screen and (min-width:769px) {
    html {
        padding-right: 45px;
    }
}


/*大圖區塊*/
.index_section1 {
    position: relative;
    display: block;
    width: 96%;
    max-width: 1250px;
    margin: 30px auto 0;
    padding-bottom: 43px;
}

    .index_section1:after {
        content: "";
        position: relative;
        display: table;
        clear: both
    }
    /*B2C 搜尋引擎*/
    .index_section1 .search-wrap {
        position: relative;
        display: block;
        width: 407px;
        height: 230px;
        background-color: #f6f7f2;
        margin-bottom: 20px;
        float: left;
    }

.slider {
    position: relative;
    display: block;
    float: right;
    width: calc(100% - 447px);
    height: 540px;
    margin-left: 40px;
}


.rslides {
    position: relative;
    width: 100%;
    height: 100%;
}


.slide1 {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center
}

    .slide1 a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        cursor: pointer;
        border: 1px solid rgba(0,0,0,.1);
        box-sizing: border-box;
        line-height: 0;
        font-size: 0;
        color: transparent;
    }

.thumb {
    position: relative;
    display: block;
    width: 100%
}

    .thumb ul {
        position: absolute;
        width: 100%
    }

        .thumb ul:after {
            content: "";
            display: table;
            clear: both
        }

    .thumb li {
        position: relative;
        display: block;
        float: left;
        line-height: 36px;
        padding-top: 5px;
        text-align: center;
        white-space: nowrap;
        color: #595959;
        cursor: pointer
    }

        .thumb li + li:before {
            content: "";
            position: absolute;
            width: 1px;
            height: 1em;
            left: 0;
            top: 1em;
            background-color: #e5e5e5
        }

        .thumb li span {
            display: block;
            overflow: hidden;
            position: relative;
            width: 90%;
            box-sizing: border-box;
            white-space: nowrap;
            margin: 0 auto;
            text-overflow: ellipsis
        }

        .thumb li.active {
            color: #f68733
        }

            .thumb li.active span {
                display: inline-block;
                max-width: 100%;
                border-bottom: #f68733 2px solid;
                overflow: hidden
            }

        .thumb li:nth-child(2).active {
            color: #77c65e
        }

            .thumb li:nth-child(2).active span {
                border-color: #77c65e
            }

        .thumb li:nth-child(3).active {
            color: #d161ff
        }

            .thumb li:nth-child(3).active span {
                border-color: #d161ff
            }

        .thumb li:nth-child(4).active {
            color: #3ccaff
        }

            .thumb li:nth-child(4).active span {
                border-color: #3ccaff
            }

        .thumb li:nth-child(5).active {
            color: #da4363
        }

            .thumb li:nth-child(5).active span {
                border-color: #da4363
            }

        .thumb li.active:after {
            content: "";
            position: absolute;
            display: block;
            left: 50%;
            top: -11px;
            margin-left: -10px;
            border-color: transparent;
            border-width: 6px 10px;
            border-style: solid;
            border-bottom-color: #fff;
            z-index: 2
        }


/*2020/04/07 增加聯絡窗口*/
.b2b .searchArea {
    height: 180px;
    position: relative;
    display: block;
    width: 407px;
    margin-bottom: 20px;
    float: right;
}

.b2b_salesman {
    border: 5px solid #ebf0f6;
}

    .b2b_salesman h4 {
        text-align: center;
        font-size: 16px;
        color: #ff7200;
        padding: 12px;
        border-bottom: 1px solid #eee;
    }

    .b2b_salesman > div {
        padding: 14px 20px 20px;
        text-align: center;
        letter-spacing: 1px;
    }

    .b2b_salesman .primary_contact {
        font-size: 16px;
        color: #666;
        margin-bottom: 10px;
    }

        .b2b_salesman .primary_contact .man_name {
            display: block;
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .b2b_salesman .primary_contact .man_email:before {
            content: '　■　';
            display: inline-block;
            top: -2px;
            position: relative;
        }

        .b2b_salesman .primary_contact .man_email {
            color: #666;
        }

    .b2b_salesman .secondary_contact {
        font-size: 14px;
        color: #999;
    }

.b2b .search-wrap {
    float: right;
}

.abgne_tab .tab_container input {
    margin: 0;
}




/*遮罩*/
.blur {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
    pointer-events: none
}

.mask {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow-y: hidden;
    z-index: 1002;
    justify-content: center;
    align-items: center;
}

.mask-bg {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,.6)
}

.mask.black .mask-bg {
    background-color: rgba(0,0,0,.6)
}

.pop {
    position: absolute;
    display: inline-block;
    /*left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);*/
    border-radius: 5px;
    z-index: 2
}

    .pop:after {
        content: "╳";
        position: absolute;
        display: block;
        right: -.8em;
        top: 0;
        font-size: 50px;
        line-height: 1
    }

.mask.black .pop:after {
    color: #fff;
    pointer-events: none
}

.pop.search_destination {
    padding: 20px;
    background-color: #fff
}

.bbc .pop.search_destination {
    /*top: 50%*/
}

@media screen and (max-width:640px) {
    .mask.black .mask-bg {
        background-color: #fff
    }

    .pop.search_destination {
        position: fixed;
        left: 0;
        top: 50px;
        transform: none;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        background-color: #fff;
        border-radius: 0;
        height: 100%
    }

        .pop.search_destination .divPopClass {
            width: 100%;
            box-sizing: border-box;
            padding: 0;
            border: 0;
            height: 100%;
            overflow-y: scroll
        }

    .mask .pop.search_destination:after {
        top: -50px;
        right: 0;
        color: #000;
        font-size: 30px;
        padding: 8px 12px
    }

    .pop.search_destination .divPopBtn {
        position: absolute;
        top: -50px;
        box-shadow: none;
        line-height: 44px;
        font-size: 15px;
        outline: 0;
        border: 0
    }

        .pop.search_destination .divPopBtn.eraser {
            left: 80px
        }

    .pop.search_destination .divTabs {
        clear: both;
        height: auto
    }

        .pop.search_destination .divTabs:after {
            content: "";
            display: table;
            clear: both
        }

        .pop.search_destination .divTabs .divTabsChild {
            border: 0;
            margin-bottom: 0
        }

            .pop.search_destination .divTabs .divTabsChild.acttab {
                border: 0;
                background-color: #1a72c3 !important;
                color: #fff
            }

    .pop.search_destination .divShow ul {
        width: 100%;
        box-sizing: border-box
    }
}

.destination-wrap {
    position: relative;
    display: block;
    width: 407px;
    /*height: 270px;*/
    box-sizing: border-box;
    background-color: #f9f2f2;
    /*top: 40px;*/
    margin-bottom: 20px;
    float: right;
}

/*.keyword-wrap {
    position: relative;
    display: block;
    top: -40px;
    width: 407px;
}*/

.a_destination {
    position: absolute;
    display: block;
    height: 44px
}

    .a_destination:nth-child(1) {
        left: 24px;
        top: 20px
    }

    .a_destination:nth-child(2) {
        left: 50%;
        top: 20px
    }

    .a_destination:nth-child(3) {
        left: 24px;
        top: 67px
    }

    .a_destination:nth-child(4) {
        left: 50%;
        top: 67px
    }

    .a_destination:nth-child(5) {
        left: 24px;
        top: 114px
    }

    .a_destination:nth-child(6) {
        left: 50%;
        top: 114px
    }

    .a_destination:nth-child(7) {
        left: 24px;
        top: 161px
    }

    .a_destination:nth-child(8) {
        left: 50%;
        top: 161px
    }

    .a_destination:nth-child(9) {
        left: 24px;
        top: 208px
    }

    .a_destination:nth-child(10) {
        left: 50%;
        top: 208px
    }

    .a_destination.detail {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 20px;
        background-color: #f9f2f2;
        z-index: 2;
        box-sizing: border-box
    }


.destination_head {
    display: block;
    font-size: 16px
}

    .destination_head a {
        position: relative;
        display: inline-block;
        color: #000;
        text-decoration: none;
        font-weight: 700
    }

        .destination_head a:hover {
            color: #f68733
        }

.let-1em {
    letter-spacing: 1em
}

.let-05em {
    letter-spacing: .5em
}

.detail .destination_head {
    border-bottom: #d3b4b4 3px solid;
    position: relative;
    width: 100%;
    padding-bottom: 8px;
    background-color: #f9f2f2;
    z-index: 1
}

.destination_head .close {
    display: none;
    transition: all .2s;
    transform-origin: center center
}

.detail .destination_head .close {
    position: absolute;
    display: block;
    right: 0;
    top: -.35em;
    outline: 0;
    border: 0;
    background-color: transparent;
    font-size: 1.8em;
    opacity: .5;
    cursor: pointer
}

    .detail .destination_head .close:hover {
        opacity: 1;
        color: #8b0000;
        transform: rotate(360deg)
    }

.a_destination .layer1, .a_destination .layer2 {
    display: block;
    font-size: 14px
}

.a_destination .layer1 {
    line-height: 1.6
}

.a_destination .layer2 {
    line-height: 25px;
    display: none;
    padding-top: 8px;
    margin-left: -1em
}

    .a_destination .layer1 a, .a_destination .layer2 a {
        display: inline-block;
        color: #000;
        opacity: .8;
        cursor: pointer;
        text-decoration: none;
        box-sizing: border-box
    }

.a_destination .layer1 a {
    padding: 0 .45em
}

    .a_destination .layer1 a:first-child {
        margin-left: -.45em
    }

.a_destination .layer2 a {
    padding: 0 1em
}

.a_destination .layer1 a.destination_more {
    color: #6A4848
}

.a_destination .layer1 a:hover, .a_destination .layer2 a:hover {
    opacity: 1;
    color: #f68733
}

.a_destination i {
    position: relative;
    display: inline-block;
    width: 1px;
    margin-left: -1px;
    height: .8em;
    background-color: #c7c2c2
}

.a_destination.detail .layer1 {
    display: none
}

.a_destination.detail .layer2 {
    display: block
}

.w25p {
    width: 25%
}

.w33p {
    width: 33.1%
}

.w66p {
    width: 66.6%
}

.w50p {
    width: 50%
}

.w100p {
    width: 100%
}

.pad_w2 {
    position: relative;
    padding-left: 4em
}

.pad_w3 {
    position: relative;
    padding-left: 5em
}

.pad_w4 {
    position: relative;
    padding-left: 6em
}

.a_destination .layer2 .layer2_head {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    font-size: 16px;
    font-weight: 700;
    opacity: 1
}

.a_destination .layer2 .a_destination_lnik {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    padding: .6em 1em;
    font-size: 13px;
    line-height: 1;
    border-top: #aaa 1px solid;
    border-left: #aaa 1px solid
}
/* b2b 快速功能區 functionlist */
.funlist {
    position: relative;
    display: block;
    float: right;
    width: calc(100% - 447px);
    height: 158px;
    margin-left: 40px;
    margin-top: -200px;
}

    .funlist .row {
        margin-top: 0;
    }

    .funlist .row {
        position: relative;
        display: block;
        margin-top: 20px;
    }

        .funlist .row > div {
            display: block;
            float: left;
            width: 20%;
            box-sizing: border-box;
        }

            .funlist .row > div > a {
                position: relative;
                display: block;
                width: 100%;
                height: 100%;
                color: #363c4d;
                -webkit-transition: all .2s;
                transition: all .2s;
                padding: 50px 0;
                border: 1px solid #ececec;
                box-sizing: border-box;
            }

            .funlist .row > div + div > a {
                border-left: 0
            }

            .funlist .row > div > a:hover {
                background-color: #cad6dd;
            }

            .funlist .row > div span {
                position: relative;
                display: block;
                text-align: center;
                font-size: 16px;
                padding-top: 0;
            }

                .funlist .row > div span:before {
                    content: "";
                    display: block;
                    width: 40px;
                    height: 30px;
                    background-image: url(/Content/Img/Shared/2B/b2b_index.png);
                    margin: 0 auto;
                    margin-bottom: 5px;
                }

    .funlist .col1 span:before {
        background-position: -120px 0;
    }

    .funlist .col2 span:before {
        background-position: -160px 0;
    }

    .funlist .col3 span:before {
        background-position: -200px 0;
    }

    .funlist .col4 span:before {
        background-position: -40px 0;
    }

    .funlist .col5 span:before {
        background-position: -80px 0;
    }

    .funlist .row:after {
        content: "";
        display: table;
        clear: both
    }



.index_section2 {
    position: relative;
    display: block;
    width: 96%;
    max-width: 1250px;
    min-height: 320px;
    margin: 0 auto;
    margin-bottom: 30px
}

.fit_content .fit_title {
    position: relative;
    margin-bottom: 20px;
    cursor: default
}

.fit_h1 {
    margin-bottom: 20px
}

    .fit_h1 a {
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        color: #687da9;
        text-decoration: none
    }

.fit_slogan {
    display: inline-block;
    vertical-align: bottom;
    font-size: 33px;
    line-height: 38px;
    font-family: source-han-serif-tc,"Noto Serif TC";
    font-weight: 700
}

.fit_points {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 30px
}

    .fit_points > div {
        position: relative;
        display: inline-block;
        padding: 0 40px 0 50px
    }

        .fit_points > div:last-child {
            padding-right: 0
        }

        .fit_points > div + div:before {
            content: "";
            position: absolute;
            display: block;
            left: -22px;
            top: 0;
            width: 1px;
            height: 100%;
            background-color: #ccc;
            transform: skewX(-30deg);
        }

    .fit_points figure {
        position: absolute;
        display: block;
        width: 40px;
        height: 40px;
        left: 0;
        top: 0;
        border: #777 1px solid;
        border-radius: 50%;
        overflow: hidden;
    }

        .fit_points figure img {
            position: absolute;
            display: block;
            width: 26px;
            height: 26px;
            left: 7px;
            top: 7px;
        }

    .fit_points > div > div:nth-child(2) {
        font-size: 18px;
        line-height: 1.3;
        font-weight: 700;
        font-family: source-han-serif-tc,'Noto Serif TC', serif;
        letter-spacing: .1em;
    }

    .fit_points > div > div:nth-child(3) {
        font-size: 13px;
    }

.fit_more {
    position: absolute;
    display: block;
    right: 0;
    bottom: 7px;
}

    .fit_more a {
        text-decoration: none;
        font-size: 13px;
        line-height: 1;
        padding: 2px 8px;
        border: #666 1px solid;
        color: #444;
        transition: all .25s;
    }

        .fit_more a:hover {
            background-color: #687da9;
            border-color: #687da9;
            color: #fff;
        }

.charge {
    display: inline-block;
    margin: 0 20px;
    vertical-align: 10px;
}

    .charge i {
        display: block;
        width: 16px;
        height: 6px;
        margin: 0 3px;
        float: left;
        background-color: #f4f4f4;
    }

        .charge i:nth-child(1) {
            animation: charge1 1.5s infinite linear;
        }

        .charge i:nth-child(2) {
            animation: charge2 1.5s infinite linear;
        }

        .charge i:nth-child(3) {
            animation: charge3 1.5s infinite linear;
        }

        .charge i:nth-child(4) {
            animation: charge4 1.5s infinite linear;
        }

        .charge i:nth-child(5) {
            animation: charge5 1.5s infinite linear;
        }

@keyframes charge1 {
    15% {
        background-color: #f4f4f4;
    }

    16% {
        background-color: #000;
    }

    99% {
        background-color: #000;
    }

    100% {
        background-color: #f4f4f4;
    }
}

@keyframes charge2 {
    32% {
        background-color: #f4f4f4;
    }

    33% {
        background-color: #000;
    }

    99% {
        background-color: #000;
    }

    100% {
        background-color: #f4f4f4;
    }
}

@keyframes charge3 {
    49% {
        background-color: #f4f4f4;
    }

    50% {
        background-color: #000;
    }

    99% {
        background-color: #000;
    }

    100% {
        background-color: #f4f4f4;
    }
}

@keyframes charge4 {
    65% {
        background-color: #f4f4f4;
    }

    66% {
        background-color: #000;
    }

    99% {
        background-color: #000;
    }

    100% {
        background-color: #f4f4f4;
    }
}

@keyframes charge5 {
    83% {
        background-color: #f4f4f4;
    }

    84% {
        background-color: #000;
    }

    99% {
        background-color: #000;
    }

    100% {
        background-color: #f4f4f4;
    }
}

.area-list {
    list-style: none;
}

    .area-list:after {
        content: "";
        display: table;
        clear: both;
    }

    .area-list li {
        position: relative;
        display: block;
        width: 16%;
        margin-right: .8%;
        float: left;
        background-position: 0 0;
        background-size: cover;
        background-repeat: no-repeat;
    }

        .area-list li:last-child {
            margin-right: 0;
        }

        .area-list li:before {
            content: "";
            position: absolute;
            display: block;
            width: 100%;
            height: 90px;
            background: rgba(255,255,255,.75);
        }

        .area-list li:after {
            position: relative;
            content: "";
            display: block;
            padding-bottom: 140%;
        }

        .area-list li a {
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            overflow: hidden;
            text-decoration: none;
            z-index: 5;
        }

        .area-list li h3 {
            position: absolute;
            display: block;
            top: 18px;
            left: 20px;
            font-size: 22px;
            font-weight: 700;
            font-family: 'Noto Serif TC', serif;
            color: #000;
        }

        .area-list li a:before {
            content: "";
            position: absolute;
            display: block;
            width: calc(100% - 20px);
            height: 70px;
            left: 10px;
            top: 10px;
            border: #fff 1px solid;
        }

        .area-list li a:after {
            position: absolute;
            display: block;
            top: 53px;
            left: 20px;
            font-size: 13px;
            color: #000;
        }

        .area-list li:nth-child(2) a:after {
            content: "挑戰一日雙塔，易如反掌";
        }

        .area-list li:nth-child(4) a:after {
            content: "加碼京都奈良，攻城去！";
        }

        .area-list li:nth-child(6) a:after {
            content: "完美追星夢大滿足";
        }

        .area-list li:nth-child(8) a:after {
            content: "超值打包無限繽紛創意";
        }

        .area-list li:nth-child(10) a:after {
            content: "重返東方巴黎風華年代";
        }

        .area-list li:nth-child(12) a:after {
            content: "朝聖夢想，也打包娛樂";
        }

    .area-list .text {
        position: absolute;
        display: block;
        right: 18px;
        top: 25px;
        width: 120px;
        height: 26px;
        font-weight: 300;
        color: #000;
        font-size: 15px;
        overflow: hidden;
    }

        .area-list .text > div {
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            text-align: right;
        }

.kind {
    top: 100%;
}

.text .kind {
    animation: kind 4s infinite;
}

.text .price {
    top: 0;
    animation: price 4s infinite;
}

@keyframes kind {
    0 {
        top: 100%;
    }

    40% {
        top: 100%;
    }

    50% {
        top: 0;
    }

    80% {
        top: 0;
    }

    90% {
        top: -100%;
    }

    100% {
        top: -100%;
    }
}

@keyframes price {
    0 {
        top: 0;
    }

    40% {
        top: 0;
    }

    50% {
        top: -100%;
    }

    80% {
        top: -100%;
    }

    80.01% {
        top: 100%;
    }

    90% {
        top: 0;
    }

    100% {
        top: 0;
    }
}

.icons.arrow_up {
    position: relative;
    width: 9px;
    height: 12px;
    display: inline-block;
    margin-left: 2px;
    line-height: 12px;
    background: url(https://fit.bwt.com.tw/Images/HTL/hotel.png) -90px -40px no-repeat;
    text-indent: 30px;
    overflow: hidden;
}

.index_section3 {
    position: relative;
    display: block;
    width: 96%;
    max-width: 1250px;
    margin: 0 auto;
}

    .index_section3 .head {
        position: absolute;
        display: block;
        width: 29%;
        max-width: 320px;
        top: 113px;
        left: 50%;
        z-index: 1;
        cursor: default;
        -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }

        .index_section3 .head span:first-child {
            display: block;
            font-size: 56px;
            line-height: 1;
            letter-spacing: -4px;
            font-family: roboto;
            font-weight: 700;
            white-space: nowrap;
        }

        .index_section3 .head span:last-child {
            font-family: source-han-sans-traditional,"微軟正黑體",Microsoft JhengHei;
            font-size: 26px;
            line-height: 1;
            letter-spacing: 5px;
            font-weight: 700;
        }

    .index_section3 .body ul {
        position: relative;
        display: table;
        width: 100%;
        list-style: none;
    }

    .index_section3 .body li {
        position: relative;
        display: table-cell;
        vertical-align: top;
        width: 33.333%;
    }

        .index_section3 .body li:first-child {
            text-align: left;
        }

        .index_section3 .body li:nth-child(2) {
            text-align: center;
            padding-top: 390px;
        }

        .index_section3 .body li:nth-child(3) {
            text-align: right;
            padding-top: 120px;
        }

    .index_section3 .media {
        position: relative;
        display: inline-block;
        width: 87%;
        max-width: 320px;
        cursor: pointer;
    }

        .index_section3 .media:before {
            content: "";
            position: absolute;
            display: block;
            width: 67px;
            height: 46px;
            left: 50%;
            top: 50%;
            margin: -23px 0 0 -32px;
            border: 0;
            z-index: 2;
            background-color: rgba(0,0,0,.5);
            border-radius: 11px;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

        .index_section3 .media:after {
            content: "";
            position: absolute;
            display: block;
            width: 0;
            height: 0;
            left: 50%;
            top: 50%;
            margin: -10px 0 0 -6px;
            border: solid 10px transparent;
            border-left: #fff 17px solid;
            z-index: 3;
            border-radius: 0;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

        .index_section3 .media:hover:before {
            content: "";
            position: absolute;
            display: block;
            width: 0;
            height: 0;
            left: 50%;
            top: 50%;
            margin: -10px 0 0 -6px;
            border: solid 10px transparent;
            border-left: #fff 17px solid;
            z-index: 3;
            border-radius: 0;
            background: 0 0;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

        .index_section3 .media:hover:after {
            content: "";
            position: absolute;
            display: block;
            width: 67px;
            height: 46px;
            left: 50%;
            top: 50%;
            margin: -23px 0 0 -32px;
            border: 0;
            z-index: 2;
            background-color: red;
            border-radius: 11px;
            box-shadow: rgba(255,0,0,.3) 0 0 20px 7px;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

        .index_section3 .media .cover {
            display: block;
            width: 100%;
        }

        .index_section3 .media .preview {
            position: absolute;
            display: none;
            top: 0;
            left: 0;
        }

        .index_section3 .media img {
            max-width: 100%;
        }

@media screen and (min-width:800px) {
    .index_section3 .media.live .preview, .index_section3 .media:hover .preview {
        display: block;
    }
}

.index_section3 .media + div {
    display: inline-block;
    width: 87%;
    max-width: 320px;
    margin: 10px 0 0;
    text-align: left;
    cursor: pointer;
}

.index_section3 .media_h {
    font-family: source-han-sans-traditional,"微軟正黑體",Microsoft JhengHei;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    margin: 22px 0 10px;
}

.index_section3 .media_p {
    display: block;
    font-size: 15px;
    line-height: 1.5333;
    text-align: justify;
}

.index_section3 .media_a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 2;
    margin-top: 20px;
    text-decoration: none;
    color: #737373;
    border-bottom: 2px solid #e9e5de
}

    .index_section3 .media_a:after {
        content: "";
        position: absolute;
        display: block;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        height: 2px;
        width: 0;
        background-color: #7ea799;
        transition: all .25s
    }

    .index_section3 .media_a:hover {
        color: #7ea799
    }

        .index_section3 .media_a:hover:after {
            width: 100%
        }

.index_section4 {
    padding-bottom: 50px;
    margin-top: 45px
}

.slick-slide {
    outline: 0
}

    .slick-slide img {
        margin: 0 auto;
        max-width: 100%
    }

.slick-initialized .slick-slide a {
    border: 0
}

.topic_h1 {
    width: 96%;
    max-width: 600px;
    margin: 30px auto;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    font-family: source-han-sans-traditional,"微軟正黑體",Microsoft JhengHei;
    cursor: default;
    letter-spacing: 2px
}

.topic_body {
    position: relative;
    display: block;
    width: 96%;
    width: calc(100% - 130px);
    max-width: 1250px;
    margin: 0 auto
}

.topic_body_a {
    position: relative;
    display: block;
    width: 72%;
    margin: 0 auto;
    padding-bottom: 6px;
    text-decoration: none;
    outline: 0
}

    .topic_body_a figure {
        position: relative;
        display: block;
        margin: 0;
        width: 100%;
        background-color: #fff;
        overflow: hidden
    }

        .topic_body_a figure:before {
            content: "";
            display: block;
            padding-bottom: 100%
        }

        .topic_body_a figure img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            transition: all ease-in-out .5s
        }

.topic_link_text {
    position: relative;
    display: block;
    text-align: center
}

.topic_link_h2 {
    margin: 10px 0 6px;
    font-size: 15px;
    font-weight: 400;
    color: #000
}

.topic_body_a:hover .topic_link_h2 {
    color: #f68733
}

.topic_link_explain {
    font-size: 13px;
    color: #666;
    margin: 6px 0
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 45%;
    display: block;
    width: 60px;
    height: 100px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    overflow: hidden;
    outline: 0;
    background: 0 0;
    top: -240%
}

.slick-prev {
    left: -60px
}

.slick-next {
    right: -60px
}

    .slick-next:before {
        content: "〉";
        left: 0
    }

.slick-prev:before {
    content: "〈";
    left: -.3em
}

.slick-next:before, .slick-prev:before {
    position: absolute;
    font-size: 90px;
    font-weight: 300;
    color: #000;
    color: #fff;
    opacity: .7;
    opacity: 1
}

.slick-next:hover:before, .slick-prev:hover:before {
    opacity: .4
}

.slick-dots {
    display: none !important
}

.slick-slide.slick-current.slick-active.slick-center .topic_link_h2 {
    color: #f68733
}

@media screen and (max-width:1354px) {
    .slick-next, .slick-prev {
        top: -220%
    }
}

@media screen and (max-width:640px) {
    .topic_body {
        width: calc(100% - 60px)
    }

    .slick-prev {
        left: -30px
    }

    .slick-next {
        right: -30px
    }

    .slick-next, .slick-prev {
        width: 30px
    }

        .slick-next:before, .slick-prev:before {
            font-size: 40px
        }
}

@media screen and (max-width:767px) {
    .slider {
        width: 100%;
        margin-left: auto;
        height: auto;
        margin-bottom: 60px
    }

    .rslides:after {
        content: "";
        display: block;
        padding-bottom: 66.667%
    }
}

@media screen and (max-width:767px) {
    .index_section1 {
        margin-top: 0
    }

    .destination-wrap {
        width: 100%
    }

    .index_section1 .search-wrap, .keyword-wrap {
        width: 100% !important;
        margin-bottom: 20px
    }


    .destination_head {
        font-size: 3.2vw;
        font-size: 3.2vmin
    }

    .a_destination .layer1, .a_destination .layer2 {
        font-size: 2vw;
        font-size: 2vmin
    }

    .funlist {
        width: 100%;
        margin-left: unset;
        margin-top: 0;
    }

        .funlist .row > div {
            height: 170px;
        }

    .destination-wrap {
        margin-bottom: 60px;
    }

    .searchArea, .keyword-wrap {
        width: 100% !important;
    }

        .keyword-wrap .search-box {
            /*top: -109px;*/
        }
}

@media screen and (max-width:767px) and (min-width:430px) {
    .index_section1 .tab_container {
        width: calc(100% - 148px)
    }
}

@media screen and (max-width:429px) {
    .index_section1 .search-wrap {
        height: 270px
    }

    .index_section1 .tabs {
        width: 100%;
        height: auto;
        margin-top: 0;
        border-right: none;
        border-bottom: #ddded9 1px solid
    }

    .abgne_tab .tabs > li {
        width: 25% !important;
        float: left
    }

    .index_section1 .tabs > li.active:after {
        width: 100%;
        height: 3px;
        top: 100%;
        left: 0
    }

    .index_section1 .tab_container {
        width: calc(100% - 50px)
    }
}

@media screen and (max-width:640px) {
    .fit_more a {
        font-size: 12px
    }

    .fit_points {
        margin: 13px 0 0 0
    }

        .fit_points figure {
            left: 0;
            width: 34px;
            height: 34px
        }

            .fit_points figure img {
                width: 22px;
                height: 22px;
                left: 6px;
                top: 6px
            }

        .fit_points > div > div:nth-child(2) {
            font-size: 16px
        }

        .fit_points > div > div:nth-child(3) {
            font-size: 10px
        }

        .fit_points > div {
            padding-right: 0;
            margin: 5px 10px 5px 0
        }

            .fit_points > div + div:before {
                display: none
            }

    .charge {
        display: none
    }

    .area-list li a:after {
        display: none
    }

    .area-list li h3 {
        width: 100%;
        text-align: center;
        left: 0
    }

    .area-list .text {
        top: 51px;
        right: 0;
        width: 100%
    }

        .area-list .text > div {
            text-align: center
        }
}

@media screen and (max-width:480px) {
    .area-list li h3 {
        font-size: 18px;
        top: 10px
    }

    .area-list .text {
        top: 38px
    }

    .area-list li {
        width: 48%;
        margin: 0 2% 2% 0
    }

        .area-list li a:before {
            width: calc(100% - 12px);
            height: 60px;
            left: 5px;
            top: 5px
        }

        .area-list li:before {
            height: 72px
        }

    div#ui-datepicker-div {
        margin-left: unset !important;
        left: 8% !important;
    }

    .row > div span {
        font-size: 12px;
    }

    .man_email {
        display: block;
    }
}

@media screen and (max-width:1000px) {
    .index_section3 .head span:first-child {
        font-size: 6vw
    }
}

@media screen and (max-width:767px) {
    .index_section3 .head {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        max-width: none
    }

        .index_section3 .head span:first-child {
            font-size: 10vw;
            letter-spacing: -.05em
        }

    .index_section3 .body ul {
        display: block
    }

    .index_section3 .body li {
        display: block;
        width: 100%;
        margin: 15px 0
    }

    .index_section3 .media {
        width: 40%
    }

        .index_section3 .media + div {
            width: 55%;
            margin: 0 0 0 4%;
            max-width: none;
            vertical-align: top
        }

        .index_section3 .media:after, .index_section3 .media:before {
            display: none !important
        }

    .index_section3 .body li:nth-child(2) {
        padding-top: 0;
        text-align: left
    }

    .index_section3 .body li:nth-child(3) {
        padding-top: 0;
        text-align: left
    }

    .index_section3 .media_h {
        margin-top: 0;
        font-size: 4vw;
        font-size: 4vmin
    }

    .index_section3 .media_p {
        font-size: 3vw;
        font-size: 3vmin
    }

    .index_section3 .media_a {
        font-size: 3vw;
        font-size: 3vmin;
        margin-top: 0
    }
}

.right {
	float: right;
}
/*�ϰ���Div�ĪG*/
.displayNone {
	display: none;
}

.divPopClass {
	width: 668px;
	height: auto;
	border: 1px solid #CEDAEF;
	padding: 10px 5px 8px 5px;
	background: #fff;
	/*position: absolute; �Ȯɮ���*/
	z-index: 5;
    font-size:12px;
}
#divFreeTab {
	display: none;
}

.divPopClass .divWidthChild {
	margin: 0px 1px 0 0px;
	float: left;
	cursor: pointer;
}

.divPopClass .divWidth .divWidthChild {
	min-width: 50px !important;
}

.divPopClass li {
    list-style-type: none;
    background-image: none;
    margin: 0 0 3px 5px;
    line-height: 1.6em;
    font-size: 13px;
    font-weight: normal;
}

.divShow {
	margin-top: 10px;
	overflow:hidden;
}

.divPopClass ul strong {
	display: block;
	left: 0px;
	text-align: left;
	margin-left: -40px;
	line-height: 20px;
	float: left;
}

.divShow ul {
	width:570px;
	border-bottom: 1px #ccc dashed;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-left: 50px;
}
.divShow li {
    padding-left: 25px;
    background-image: url(/Content/Img/Search/OTKselect_bg.png);
    background-repeat: no-repeat;
}
.divShow li.slct {
    color: #f7701e;
    background-image: url(/Content/Img/Search/OTKselect_bg2.png);
}

/*.divPopClass ul:not(:first-child) {
    border-top: 1px dashed #ccc;
}*/
.divPopClass a , .divTabsChild {
/*.divPopClass a:not([CanLink=false]), .divTabsChild {*/
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
}

.divPopClass ul strong a {
    margin-right: 0;
    color: #0c6fd1;
    font-size: 13px;
    padding-left: 25px;
    background-image: url(/Content/Img/Search/OTKselect_bg.png);
    background-repeat: no-repeat;
}
.divPopClass ul strong a.slct {
    color: #f7701e;
    background-image: url(/Content/Img/Search/OTKselect_bg2.png);
}
/*���ҮĪG*/

.divTabs{
	position: relative;
	text-align: center;
	overflow: inherit;
	height: 28px;
	border-bottom: 1px #B0C3E1 solid;
	width: auto;
	pointer-events:none;
}
.divTabs .divTabsChild {
	text-decoration: none;
	color: #1A72C3;
	padding: 5px 8px 5px 8px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-topleft: 2px;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	font-size: 13px;
	margin-bottom: -1px;
	border-bottom: 1px #FFFFFF solid;
	pointer-events: auto;
}

.divTabsChild {
	float: left;
}

.divTabs .divTabsChild:hover, .divTabs .divTabsChild:active {
	/*background: #F81B47;*/
}


/*-----new by ivy---*/
.acttab {
	border: 1px #B0C3E1 solid;
	border-bottom: 1px #fff solid;
}

.flmenu li {
	display: inline-block;
	float: left;
	width: 230px;
	font-family: PMingLiU;
}

.flmenu2 li {
	display: inline-block;
	float: left;
	width:245px;
}
.flmenu3 li {
	display: inline-block;
	float: left;
	width:160px;
}
/*�X�Xcn�X�X*/
.flmenu4 {
	display: inline-block;
	padding-left: 50px;
	width: 430px;
}
/*�X�Xeu�X�X*/
.flmenu5 {
	width: 280px;
}
.flmenu6 {
	margin-right: 8px;
}
/*�X�Xse�X�X*/
.flmenu7 {
	padding-left: 80px;
}

.flmenu7 strong {
	margin-left: -70px;
}

.searchsep {
	display: block;
	width: 420px;
	border-top: 1px #ccc dashed;
	margin-top: 5px;
	padding-top: 5px;
}

.ui-icon-close {
	margin-top: 5px;
	line-height: 27px;
	padding: 0 2px;
	border-bottom: 1px #ccc solid;
}

.icon-eraser {
	line-height: 27px;
	padding: 0px 4px 0 5px;
	border-bottom: 1px #ccc solid;
}

.rcl ul{
	margin-left:40px;
}

.icon-eraser,.ui-icon-close{
	border-bottom:none;
}

.flmenu5 li{
	width:250px;
}
.flmenu4 li{
	min-width:110px;
}
.divPopClass .flmenu7 {
	padding-left: 70px;
	width: 550px;
}
.divPopClass .flmenu7 strong {
	margin-left: -65px;
}

.divShow>div>ul:last-child{
	border-bottom:none;
}
#dropDept{
	font-size:14px;
}
/*----�D�Ш�Ӧr---*/
.divShow .w2{
    padding-left: 70px;
}

.divPopClass .w2 strong{
    margin-left: -70px;
}
/*----�D�ФT�Ӧr---*/
.divShow .w3{
    padding-left: 90px;
}

.divPopClass .w3 strong{
    margin-left: -90px;
}

/*----�D�Х|�Ӧr---*/
.divShow .w4{
/*padding-left: 110px;*/
	padding-left: 100px;
}

.divPopClass .w4 strong{
    margin-left: -100px;
}

/*----�D�Ф��Ӧr---*/
.divShow .w5{
padding-left: 130px;
}

.divPopClass .w5 strong{
    margin-left: -100px;
}

/*Engine*/
.divPopBtn{
	position:relative;
	display:inline-block;
	padding:0 16px;
	border:#aaa 1px solid;
	border-radius:2px;
	font-size:13px;
	line-height:21px;
	font-family:"�L�n������",Microsoft JhengHei,sans-serif;
	background-color:#fff;
	cursor:pointer;
	box-shadow:0 2px 1px #bbb;
	margin-right:14px;
}
.divPopBtn:hover{
	background-color:#eee;
	top:3px;
	box-shadow:none;
}
.divPopClose{
	position:absolute;
	width:23px;
	height:26px;
	right: -11px;
	top: -13px;
	border:none;
	cursor:pointer;
	background-color:transparent;
	background-image:url(/Content/img/Search/divPopClose.png);
    z-index:101;
}
.divPopClose:hover{	background-position-x:-23px;}

.divRecheck{
	background-color:rgb(255,255,255);
	background-color:rgba(255,255,255,0.90);
	position:absolute;
	top:0; left:0;
	width:100%;
	height:100%;	
	font-size:15px;
	line-height:22px;
	text-align:center;
	cursor:default;
	padding: 10px 20px;
	box-sizing: border-box;
    z-index:100;
}
.divRecheck>div{
	position:relative;
	top:50%;
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}
@media \0screen {.divRecheck div{top:11%}}
.divRecheck span{
	position:relative;
	display:inline-block;
	color: #f7701e;
}
.divRecheck span:last-of-type{color:#000;}
.divRecheck button, .divRecheck input[type="button"]{
	position:relative;
	display:inline-block;
	border:#ccc 1px solid;
	border-radius:1px;
	font-size:18px;
	font-weight:bold;
	line-height:39px;
	text-align:center;
	font-family:"�L�n������",Microsoft JhengHei,sans-serif;
	background-color:transparent;
	cursor:pointer;
	width:104px;
	margin-top:19px;
}
.divRecheck button:hover, .divRecheck input[type="button"]:hover{border-color:#000;}

#txtGroup::-webkit-input-placeholder{color:#ffb7db;}
#txtGroup:-moz-placeholder{color:#ffb7db;opacity:1;}
#txtGroup::-moz-placeholder{color:#ffb7db;opacity:1;}
#txtGroup:-ms-input-placeholder{color:#ffb7db;}
/* CSS Document */
@charset "UTF-8";
/* .search-wrap  應該是個別需要的頁面處理定位與大小 不應該放在此處 
    2021/03/10 Dean 移除
*/
.search-wrap {
    position: relative;
    display: block;
    /*width: 407px;
    height: 230px;
    background-color: #f6f7f2;
    margin-bottom: 40px;
    float: left;*/
}
.tabs {
	display: block;
	float: left;
	width: 97px;
	height: 184px;
	margin-top: 22px;
	border-right: #ddded9 1px solid;
}
.tabs>li , .tabs>li >a{
	position: relative;
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 46px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: black;
}
.tabs>li:hover, .tabs>li.active{	background-color: #eaefe9}

.Search-ListV2 .tabs>li, .Search-ListV2 .tabs>li >a{line-height: 37px}
.Search-ListV2 .tabs>li:hover, .Search-ListV2 .tabs>li.active{background-color:transparent;}

.tabs>li.active:after {
	content: "";
	position: absolute;
	display: block;
	width: 3px;
	height: 100%;
	top: 0;
	left: 100%;
	background-color: #7ea799;
}



.book_content {
	display: block;
	float: left;
	width: 260px;
	margin: 22px 0 0 25px;
	font-size: 13px;
}
.seach_box {
	position: relative;
	display: block;
	margin: 0 0 10px;
	min-height: 2.85em;
}
.seach_box:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	border: black 1px solid;
	opacity: 0.1;
	pointer-events: none;
	transition: all .3s;
}
.seach_box:hover:before {
	border-color: #7ea799;
	opacity: 1
}
.seach_box_t {
	position: absolute;
	display: block;
	padding: 10px 0 10px 8px;
	pointer-events: none;
}

.tab_container{
	position: relative;
	display: block;
	float: left;
	width: 260px;
	margin: 22px 0 0 25px;
	font-size: 13px;
}
.formwrapper .blockf:nth-child(1), .formwrapper .blockf:nth-child(2), .formwrapper .blockf:nth-child(3){
	position: relative;
	display: block;
	margin: 0 0 10px;
	min-height: 2.85em;
}
.formwrapper .blockf:nth-child(1):before, .formwrapper .blockf:nth-child(2):before, .formwrapper .blockf:nth-child(3):before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;width:calc(100% - 2px);
	height: 35px;
	border: black 1px solid;
	opacity: 0.1;
	pointer-events: none;
	transition: all .3s;
}
.seach_box:hover:before ,.blockf:hover:before {
	border-color: #7ea799;
	opacity: 1
}
.blockf .del{
    position: absolute;
    display: block;
    right: 1px;
    top: 1px;
    font-size: 20px;
    font-weight: 300;
    color: #ccc;
    cursor: pointer;
    height: 35px;
    background-color: #f6f7f2;
    width: 25px;
    text-align: center;
    line-height: 34px;	
}
.blockf .del:hover{ color: black}
.blockf .overtext{
    position: absolute;
    display: block;
    right: 26px;
    top: 1px;
    font-size: 14px;
    font-weight: 300;
	pointer-events: none;
    height: 35px;
    background-color: #f6f7f2;
    width: 10px;
    text-align: center;
    line-height: 35px;	
}

.formtt {
	position: absolute;
	display: block;
	padding: 10px 0 10px 8px;
	pointer-events: none;
}
.formwrapper .blockf:nth-child(5) *{ vertical-align: middle}
#selGroupCity {
	display: block;
	width: 100%;
	background-color: transparent;
	border: 0;
	outline: none;
	cursor: pointer;
	box-sizing: border-box;
	padding: 10px 10px 10px 4.8em;
	font-size: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
}
 #selGroupCity::-ms-expand {
display: none;
}
#txtGroup {
	display: block;
	width: 100%;
	background-color: transparent;
	border: 0;
	outline: none;
	cursor: pointer;
	box-sizing: border-box;
	padding: 10px 10px 10px 4.8em;
}
#GroupdateSD, #GroupdateED {
	display: inline-block;
	background-color: transparent;
	border: 0;
	outline: none;
	cursor: pointer;
	width:5.8em;
	padding: 10px 0;
}
#GroupdateSD {
	margin-left: 5.7em;
}
.btn_search {
	background-color: transparent;
	border: 0;
	outline: none;
	cursor: pointer;
}
.blockf input[type=radio]{ display: none; cursor: pointer;}
.blockf input[type=radio]+label{cursor: pointer; margin-right: 2px;}
.blockf input[type=radio]+label:hover{color: #F7841E}
.blockf input[type=radio]+label:hover:before{border-color: #F7841E}
.blockf input[type=radio]+label:before{
	content: "";
	position: relative; display: inline-block; width: 0.9em; height: 0.9em; vertical-align: -0.13em; 
	margin-right: 3px;
	border: #7ea799 1px solid; border-radius: 50%;
}
.blockf input[type=radio]:checked+label:before{
	background-color: #7ea799; box-shadow: inset 0 0 0 3px #f6f7f2;
}
.blockf input[type=radio]:checked+label{
	color: #7ea799;
}
/*
.seach_rule{
	position: relative; display: block;
}
.seach_rule label{
	position: relative; cursor: pointer;
}
.seach_rule label:hover{
	color: #7ea799
}
.seach_rule label:first-child~label{
	margin-left: 11px;
}
.seach_rule label i{
	position: relative; display: inline-block; vertical-align: -0.13em; width: 0.9em; height: 0.9em; margin-right: 6px;
	border: #7ea799 1px solid; border-radius: 50%;
}
.seach_rule label.selected i:before{
	content: ""; position: absolute; display: block; width: .6em; height: .6em; top: 0.18em; left: .18em;
	border-radius: 50%; background-color: #7ea799;
}
*/
#btnGroupSearch{
    position:absolute;
    display: block; right: 0; top: 100%;
    height: 2em;
    padding: 0 0.2em;
    margin-top: 6px;
    border: 0;
    border-bottom: #ddded9 2px solid;
    outline: none; cursor: pointer;
}
#btnGroupSearch:hover{ color:#517d6e }









/*--------LIST��--------*/
.Search-ListV2 .search-wrap{
	position: relative;	width:96%; max-width:1250px; height: auto; margin: 0 auto 20px; padding: 20px 0;
}
.Search-ListV2 .tabs{height: auto; width: 89px;}
.Search-ListV2 .tab_container{ width: auto; padding-left: 16px;}
.Search-ListV2 .abgne_tab {display: table; width: 100%}
.Search-ListV2 .tabs, .Search-ListV2 .tab_container{display: table-cell; vertical-align: top; float: none}
.Search-ListV2 .formwrapper .blockf{ margin: 0 5px;    float: none;display: inline-block;vertical-align: middle;}
.Search-ListV2 .blockf input[type="radio"]{margin: 0}
.Search-ListV2 #txtGroup{width: 400px; width: calc(1250px - 62em)}
.Search-ListV2 #btnGroupSearch{
	position: relative;
    display: inline-block; vertical-align: middle;
    right: 0;
    top: 0;
    height:37px;
    padding: 0 1em; border: 0;
    margin-top: 0; background-color:rgba(126,167,153,0.1); font-size: 16px; font-weight: 700; font-family: "�L�n������",Microsoft JhengHei, sans-serif
}
.Search-ListV2 #btnGroupSearch:hover{background-color:rgba(126,167,153,0.4); color: black}
		
.Search-ListV2 .divPopClass{
    position: absolute;
    left: 145px !important;
    top: 36px !important;
}


@media screen and (max-width:1360px){
	.Search-ListV2 #txtGroup {width: calc((100vw - 65px) * 0.96 - 62em);}
}
@media screen and (max-width:1180px){
	.Search-ListV2 #txtGroup{min-width: 17em}
	.Search-ListV2 .formwrapper .blockf{margin:5px}
}

@media screen and (max-width: 695px){
	.Search-ListV2 .divPopClass{
		position: fixed; left: 0 !important; top: 0 !important; width: 100%; height: 100%; z-index: 1100 !important;
		padding-top: 50px; box-sizing: border-box; overflow-y: auto;
	}
	.Search-ListV2 .divPopClose{ right: 10px; top: 10px;}
	.Search-ListV2 .divPopBtn{ position: absolute; left: 80px; top: 0; border: 0;box-shadow: none;font-size: 15px;line-height: 44px; margin-right: 0}
	.Search-ListV2 .divPopBtn:hover{background-color: white; top: 0}
	.Search-ListV2 .divPopBtn.eraser{left: 0}
	.Search-ListV2 .divTabs{height: auto}
	.Search-ListV2 .divTabs:after{content: ""; display: table; clear: both}
	.Search-ListV2 .divTabs .divTabsChild{ border: 0; margin-bottom: 0}
	.Search-ListV2 .divTabs .acttab{ background-color: #1A72C3 !important; color: white; border: 0;}
	.Search-ListV2 .divShow ul{width: 100%}
	.Search-ListV2 .divShow .w2, .Search-ListV2 .divShow .w3, .Search-ListV2 .divShow .w4{padding-left: 0}
	.Search-ListV2 .divPopClass .w2 strong, .Search-ListV2 .divPopClass .w3 strong, .Search-ListV2 .divPopClass .w4 strong{margin-left: 0}
	
}

@media screen and (max-width:440px){
	.Search-ListV2 .tabs, .Search-ListV2 .tab_container{ display: block; margin: 0}
	.Search-ListV2 .tabs{ border-right: 0}
	.Search-ListV2 .tab_container{}
	.Search-ListV2 .tabs>li{ line-height: 27px}
	.Search-ListV2 .tabs>li.active:after{display: none}
	.formwrapper .blockf:nth-child(1), .formwrapper .blockf:nth-child(2), .formwrapper .blockf:nth-child(3){width: 92%}
	.Search-ListV2 #txtGroup{width: 100%; min-width: auto}
}
/*��+�s�s�i�B�n 09/27 Dean*/
.mask_fitAD {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.85);
    z-index: 100;
}

    .mask_fitAD .processing {
        position: relative;
        width: 100px;
        height: 100px;
        display: block;
        margin: -90px auto 0;
        top: 50%;
    }

    .mask_fitAD .processing-c {
        -webkit-animation: c1_11 1.5s infinite linear;
        -moz-animation: c1_11 1.5s infinite linear; /* animation: c1_11 1.5s infinite linear; */
    }

    .mask_fitAD div {
        border: 0;
        font: inherit;
        vertical-align: baseline;
        margin: 0;
        padding: 0;
    }

    .mask_fitAD .processing-text {
        position: absolute;
        display: block;
        top: 100px;
        width: 12em;
        left: -4em;
        font-size: 26px;
        font-weight: 700;
        text-align: center;
        color: rgb(7, 173, 167);
        font-family: Meiryo, �L�n������, "Microsoft JhengHei", sans-serif;
        cursor: default;
        text-shadow: rgba(255, 255, 255, 0.85) 0px 0px 16px;
        animation: change1-color 4.5s infinite;
    }

        .mask_fitAD .processing-text span {
            font-size: 20px;
            line-height: 1;
            text-shadow: none;
            font-weight: 400;
            letter-spacing: .1em;
            padding: .2em .5em 0 .6em;
            border-radius: 4px;
            background-color: #07ada7;
            color: #fff;
            animation: change1-bg-color 4.5s infinite;
        }

@-webkit-keyframes c1_11 {
    0%, 100% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@-webkit-keyframes change1-color {
    0%, 15%, 99.99% {
        color: #f99
    }

    33%, 49% {
        color: #6bf
    }

    66%, 81% {
        color: #6d9
    }
}

@-webkit-keyframes change1-bg-color {
    0%, 15%, 99.99% {
        background-color: #f99
    }

    33%, 49% {
        background-color: #6bf
    }

    66%, 81% {
        background-color: #6d9
    }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    /*height: 100%;*/
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
