@charset "utf-8";
/*分眾導覽*/

dd.eventFileList ul {
    display: block;
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

dd.eventFileList ul li {
    display: block;
    float: left;
    width: calc(33.33% - 16px);
    box-sizing: border-box;
    margin: 8px;
}

dd.eventFileList ul li a {
    display: block;
    color: #666666;
    text-align: center
}

dd.eventFileList ul li a strong {
    font-size: 1.7em;
    font-weight: bold;
    margin: 10px 0;
    display: block;
    color: #000;
    line-height: 1.33
}

dd.eventFileList ul li a p {
    font-size: 1.4em;
    display: none;
}

dd.eventFileList ul li a .border_w {
    width: 125px;
    height: 125px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: inline-block;
}

dd.eventFileList ul li a:hover .border_w,
dd.eventFileList ul li a:focus .border_w {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4)
}


dd.eventFileList ul li a .ico {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #507890;
    transition: all 0.4s;
    display: block;
    background-image: url(/images/channel-img-0.jpg);
    position: relative;
    overflow: hidden
}

dd.eventFileList ul li a .ico:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background: url(/images/ball-light.png) center 6px no-repeat;
    background-size: 74% auto
}

dd.eventFileList ul li a .ico:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5) url(/images/channel-hover-ico.svg) center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s;
    background-size: 30px;
    z-index: 2
}

dd.eventFileList ul li a:hover .ico:after,
dd.eventFileList ul li a:focus .ico:after {
    opacity: 1
}

dd.eventFileList ul li a:hover .ico,
dd.eventFileList ul li a:focus .ico {
    transform: rotate(-15deg);
}



@media screen and (max-width: 990px) {


    dd.eventFileList ul li a {
        font-size: 90%
    }
}

/** banner **/
#banner {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#banner .listshow {
    float: left;
    width: 100%;
    background: #000;
}

#banner .listshow a {
    float: left;
    width: 100%;
    height: 0;
    padding-bottom: 600px;
    background-position: center;
    background-size: cover;
}

.slick_Pause {
    display: block;
    border: 0;
    width: 30px;
    height: 30px;
    text-indent: -9999em;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    position: absolute;
    right: 30px;
    top: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 3;
    cursor: pointer
}

.slick_Pause:hover,
.slick_Pause:focus {
    background-color: #000;
}

.slick_Pause.start {
    background-image: url(/images/s_play.svg)
}

.slick_Pause.pause {
    background-image: url(/images/s_pause.svg)
}

#hto_news .slick_Pause {
    width: 30px;
    height: 30px;
    position: relative;
    right: auto;
    top: auto;
}

#hto_news .slick_Pause:hover,
#hto_news .slick_Pause:focus {
    background-color: #000
}

#banner .slick_Pause:focus {
    outline: 3px dotted #FFFE4B !important
}

@media screen and (max-width: 1400px) {
    #banner .listshow a {
        padding-bottom: 42.8%;
    }

}

#banner .listshow a strong {
    display: block;
    position: absolute;
    width: 100%;
    max-width: 1400px;
    padding: 0 100px;
    line-height: 1.2;
    opacity: 0;
    left: 50%;
    top: 15%;
    transform: translate(-50%, 100%);
    transition: all 1S;
    transition-delay: 1s;
    font-size: 5em;
    font-family: 微软雅黑, Microsoft YaHei, 微軟正黑體, Microsoft JhengHei;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1), 0 0 5px rgba(0, 0, 0, 1);
    text-align: left;
    box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
    #banner .listshow a strong {
        font-size: 3.5em;
    }

}

@media screen and (max-width: 768px) {
    #banner .listshow a strong {
        font-size: 2.5em;
        padding: 0 40px;
    }

}


@media screen and (max-width: 500px) {
    dd.eventFileList ul li a .border_w {
        width: 92px;
        height: 92px;
        padding: 5px;
    }

    .slick_Pause {
        right: 10px;
        top: 10px;
    }
}

@media screen and (max-width: 480px) {
    #banner .listshow a strong {
        padding: 0 10px;
        font-size: 2em;
    }

}

#banner .listshow .slick-active a strong {
    transform: translate(-50%, 15%);
    opacity: 1
}

#banner .listshow .no_tit a strong {
    display: none
}



#banner .listshow a:focus {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

#banner .listshow img {
    float: left;
    width: 100%;
    height: auto;
}

#banner .listshow .slick-prev,
#banner .listshow .slick-next {
    position: absolute;
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 2;
    background-size: 50% !important;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    opacity: 0.5;
}

#banner .listshow .slick-prev:focus,
#banner .listshow .slick-next:focus {
    outline: 3px dashed #FAFF51 !important
}


#banner .listshow .slick-prev:before,
#banner .listshow .slick-next:before {
    display: none;
}

#banner .listshow .slick-prev {
    left: 2%;
    background: url(/images/prev.png) no-repeat 50% 50%;
}

#banner .listshow .slick-next {
    right: 2%;
    background: url(/images/next.png) no-repeat 50% 50%;
}

#banner:hover .listshow .slick-prev,
#banner:hover .listshow .slick-next {
    opacity: 1
}

#banner:hover .listshow .slick-prev {
    left: 3%
}

#banner:hover .listshow .slick-next {
    right: 3%
}

#banner .listshow .slick-prev:hover,
#banner .listshow .slick-next:hover,
#banner .listshow .slick-prev:focus,
#banner .listshow .slick-next:focus {
    background-color: rgba(0, 0, 0, .6);
    opacity: 1;
}

@media screen and (max-width: 640px) {
    #banner .listshow .slick-prev {
        left: 0
    }

    #banner .listshow .slick-next {
        right: 0
    }

    #banner .listshow .slick-prev,
    #banner .listshow .slick-next {
        width: 40px;
        height: 40px;
        background-size: 20px auto;
    }
}

@media screen and (max-width: 480px) {

    #banner .listshow .slick-prev,
    #banner .listshow .slick-next {
        display: none !important
    }

}

@media screen and (min-width: 991px) {
    #banner {
        margin: 0 auto;
    }
}


#hto_news {
    width: 95%;
    max-width: 1280px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    color: #fff;
    background: #DB751C;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 6px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    z-index: 2
}

#hto_news:before {
    content: "";
    display: block;
    width: 23.1px;
    height: 20.6px;
    position: absolute;
    left: -16.8px;
    top: 50%;
    background: url(/images/hot-ico-green.svg) center no-repeat;
    background-size: contain;
    transform: translate(0, -50%)
}

#hto_news em {
    display: inline-block;
    padding: 0 15px 0 45px;
    line-height: 37px;
    height: 37px;
    background: rgba(0, 0, 0, 0.5) url(/images/hot-ico-imp.svg) 12.5px 40% no-repeat;
    background-size: auto 63.53%;
    border-radius: 20px;
    font-size: 2em;
    font-style: normal;
}

#hto_news .more_btn {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5) url(/images/news-ico-more.svg) center no-repeat;
    background-size: 80%;
    margin-right: 6px
}

#hto_news .more_btn:hover,
#hto_news .more_btn:focus {
    background: rgba(0, 0, 0, 1) url(/images/news-ico-more.svg) center no-repeat;
}

#hto_news ol {
    list-style: none;
    height: 37px;
    width: calc(100% - 237px - 40px);
    display: flex;
    align-items: center;
    margin: 0 40px;

}

#hto_news .slick-track {
    display: flex;
}

#hto_news .slick-list {
    width: 100% !important
}

#hto_news ol li,
#hto_news ol li a {
    display: block;
    color: #fff;
}

#hto_news ol li a:focus {
    outline: 1px dashed red
}

#hto_news ol li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#hto_news ol.show_time li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 37px;
}

#hto_news ol.show_time li a:focus strong {
    outline: 3px dotted #F1FF62 !important;
    background-color: rgba(0, 0, 0, 0.4)
}

#hto_news ol li a time {
    display: none
}

/*time顯示設定*/
#hto_news ol.show_time li a time {
    display: inline-block;
    font-size: 1.5em;
    line-height: 25px;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, 0.5)
}

#hto_news ol.show_time li a:hover time,
#hto_news ol.show_time li a:focus time {
    background-color: rgba(0, 0, 0, 1)
}

#hto_news ol li a strong {
    display: block;
    font-size: 1.8em;
    padding-left: 10px;
    box-sizing: border-box;
    width: 100%;
    line-height: 25px;
    text-shadow: 0 0 3px #000, 0 0 5px #000;
    padding: 0 10px
}

#hto_news ol.show_time li a strong {
    width: calc(100% - 110px)
}

#hto_news ol li a:hover strong,
#hto_news ol li a:focus strong {
    color: #FFFBC8;
    text-shadow: 0 0 1px #000, 0 0 3px #000, 0 0 5px #000
}

#hto_news .slick-prev,
#hto_news .slick-next {
    width: 23.8px;
    height: 23.8px;
    opacity: 0.5;
    transition: transform 0.1s;
    transform-origin: center
}

#hto_news .slick-prev:hover,
#hto_news .slick-next:hover,
#hto_news .slick-prev:focus,
#hto_news .slick-next:focus {
    opacity: 1;
    background-size: auto 70% !important;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5) !important
}

#hto_news .slick-prev:focus,
#hto_news .slick-next:focus {
    outline: 3px dotted #00FFFB !important
}

#hto_news .more_btn:focus {
    outline: 3px dotted #F0FF55 !important
}

#hto_news .slick-prev:active,
#hto_news .slick-next:active {
    top: calc(50% + 2px)
}


#hto_news .slick-prev {
    background: url(/images/prev.svg) center no-repeat;
    background-size: contain;
    left: -37px
}

#hto_news .slick-next {
    background: url(/images/next.svg) center no-repeat;
    background-size: contain;
    right: -37px
}

@media screen and (max-width: 990px) {
    #hto_news ol li a strong {
        font-size: 1.7em
    }

}

@media screen and (max-width: 768px) {
    #hto_news em {
        padding: 0 15px 0 23px;
        background: rgba(0, 0, 0, 0.5) url(/images/hot-ico-imp.svg) 9.5px 43% no-repeat;
        background-size: auto 55%;
        border-radius: 50%;
    }

    #hto_news ol li a strong {
        font-size: 1.6em
    }

    #hto_news em span,
    #hto_news ol.show_time li a time {
        display: none
    }

    #hto_news ol {
        width: calc(100% - 136px - 36px);
        margin: 0 30px;
    }

    #hto_news ol.show_time li a strong,
    #hto_news ol li a strong {
        width: 100%;
    }

    #hto_news .slick-prev {
        left: -27px;
    }

    #hto_news .slick-next {
        right: -27px;
    }
}

@media screen and (max-width: 480px) {
    #hto_news ol li a strong {
        font-size: 1.5em;
        padding: 0 4px
    }

    #hto_news em {
        display: none
    }

    #hto_news ol {
        width: calc(100% - 136px);
        margin: 0 24px;
    }
}

@media print {
    #banner {
        margin: 10px 0 0 0 !important;
    }

    #banner .listshow img {
        width: 900px !important;
    }

    #adLink,
    #adBanner {
        display: none !important;
    }
}


.dot_bg {
    position: relative;
    padding-top: 113px;
    padding-bottom: 200px;
    background: url(/images/dot-bg.gif)
}

.dot_bg .lins {
    content: "";
    display: block;
    width: 314px;
    height: 1045px;
    background: url(/images/link-first-img.webp) right top no-repeat;
    background-size: contain;
    position: absolute;
    right: -5px;
    top: 30px;
    z-index: 2
}

.dot_bg .lins_man {
    width: 248px;
    height: 365px;
    max-width: 100%;
    background: url(/images/link-first-img-1.webp) right center no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 43.57%
}

@media screen and (max-width: 1650px) {
    .dot_bg .lins {
        width: 260px;
        height: 870px;
        top: 80px;
        opacity: 0.2 !important
    }

    .dot_bg .lins_man {
        top: 40.57%;
        width: 230px;
        height: 350px;
    }

    .dot_bg {
        padding-bottom: 180px;
    }
}

@media screen and (max-width: 1450px) {
    .dot_bg .lins {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .dot_bg {
        padding-bottom: 90px;
    }
}

/*------------------------------------NEWS--------------------------------------*/

#News_Section {
    position: relative;
    z-index: 2
}

#News_Section .tabs {
    margin-bottom: 45px
}

#News_Section .tabs dt .news_more {
    display: none
}

#News_Section .tabs dt.active .news_more {
    display: block
}


/*區塊大標*/
.se_tit {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.se_tit strong {
    display: inline-block;
    font-size: 4.5em;
    font-weight: bold;
    color: #000;
    padding-left: 1.44em;
    background-repeat: no-repeat;
    background-size: auto 1em;
    background-position: left center;
}

.se_tit.i_news strong {
    background-image: url(/images/header-nav-ico-1.svg)
}

.se_tit.i_laws strong {
    background-image: url(/images/header-nav-ico-4.svg);
    padding-left: 1.3em
}

.se_tit.i_check strong {
    background-image: url(/images/ico-check-paper.svg);
    padding-left: 1.15em
}

.se_tit small {
    display: inline-block;
    font-size: 3.48em;
    color: #8c8c8c;
    margin-left: 1em;
    vertical-align: baseline;
    position: relative
}

.se_tit small:before {
    content: "";
    display: block;
    width: 1px;
    height: 1.1em;
    left: -0.5em;
    background: #b4b4b5;
    position: absolute;
    bottom: 0;
    transform: rotate(45deg)
}

/*新聞區頁簽*/

#News_Section .tabs {
    display: block;
    position: relative;
    padding-top: 50px;
}

/*頁簽標題底色*/
#News_Section .tabs:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    border-radius: 15px 15px 0 0;
    background: -webkit-linear-gradient(left, rgba(0, 178, 233, 1) 0%, rgba(26, 70, 154, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 178, 233, 1) 0%, rgba(26, 70, 154, 1) 100%);
    background: linear-gradient(to right, rgba(0, 178, 233, 1) 0%, rgba(26, 70, 154, 1) 100%);
}

#News_Section dt {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(25% - 12.5px);
    height: 50px;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.2)
}

#News_Section dt.active {
    border-right: none
}

#News_Section dt.t_2 {
    left: calc(25% - 12.5px)
}

#News_Section dt.t_3 {
    left: calc(50% - 25px)
}

#News_Section dt.t_4 {
    left: calc(75% - 37.5px)
}

#News_Section dt a.tabs_tit {
    width: 100%;
    height: 50px;
    line-height: 1.15;
    color: #fff;
    font-size: 2em;
    font-family: 微軟雅黑, "Microsoft YaHei";
    font-weight: bold;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#News_Section dt a.tabs_tit:hover,
#News_Section dt a.tabs_tit:focus {
    background: rgba(0, 0, 0, 0.6)
}

#News_Section dt.t_1 a.tabs_tit {
    border-radius: 15px 0 0 0
}


#News_Section .tabs .news_more {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/images/news-ico-more.svg) center no-repeat;
    background-size: 70%;
    border-radius: 0 15px 0 0;
}

#News_Section .tabs .news_more:hover,
#News_Section .tabs .news_more:focus {
    background: rgba(0, 0, 0, 0.5) url(/images/news-ico-more.svg) center no-repeat;
    background-size: 80%;
}

#News_Section .tabs dt a.tabs_tit.on {
    background: #647f06 !important;
}

#News_Section .tabs dt a.tabs_tit.on:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #647f06 transparent transparent transparent;
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
}


/*#News_Section .tabs  dt.t_2{left:190px }*/

#News_Section .tabs dd {
    display: none;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 45px 30px;
    background: #eeeeef;
    border-radius: 0 0 15px 15px
}

/*active 顯示內容*/
#News_Section .tabs dd.active {
    display: flex
}

#News_Section .tabs dd .part {
    display: block;
    width: 50%;
    box-sizing: border-box;
}

#News_Section .tabs dd .part.big_news a {
    padding-right: 30px;
    display: flex;
    justify-content: space-between
}

#News_Section .tabs dd .part.news_list {
    list-style: none;
    padding-left: 30px;
    border-left: 1px dashed #c8c9ca;
}

#News_Section .tabs dd .part.big_news .time {
    display: flex;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 124px;
    height: 124px;
    color: #0f3f8f;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
}

#News_Section .tabs dd .part.big_news a:hover time {
    background: #0f3f8f;
    color: #fff
}

#News_Section .tabs dd .part.big_news .time small {
    display: block;
    margin-bottom: 10px;
    font-size: 1.8em;
    width: 100%
}

#News_Section .tabs dd .part.big_news .time small .time_y {
    font-style: normal
}

#News_Section .tabs dd .part.big_news .time em {
    display: block;
    font-size: 6em;
    font-family: 微軟雅黑, "Microsoft YaHei";
    font-weight: bold;
    font-style: normal;
    width: 100%
}

#News_Section .tabs dd .part.big_news .part_txt {
    width: calc(100% - 124px - 15px);
}

#News_Section .tabs dd .part.big_news .part_txt h3 {
    display: block;
    font-size: 2.1em;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-top: -4px;
    color: #000
}

#News_Section .tabs dd .part.big_news a:hover .part_txt h3,
#News_Section .tabs dd .part.big_news a:focus .part_txt h3,
#News_Section .tabs dd .news_list li a:hover,
#News_Section .tabs dd .news_list li a:focus {
    color: #0f3f8f;
    font-family: 微軟雅黑, "Microsoft YaHei";
    font-weight: bold;
}

#News_Section .tabs dd .part.big_news .part_txt p {
    color: #4d4d4d;
    font-size: 1.4em;
    line-height: 1.7
}


#News_Section .tabs dd .news_list,
#News_Section .tabs dd .news_list li {
    display: block;

}

#News_Section .tabs dd .news_list li {
    margin-bottom: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

#News_Section .tabs dd .news_list li:last-child {
    margin-bottom: 0
}

#News_Section .tabs dd .news_list li a {
    display: block;
    width: calc(100% - 90px);
    color: #000;
    padding-left: 1.6em;
    line-height: 1.1;
    box-sizing: border-box;
    background: url(/images/newsfruit=dot.svg) left top no-repeat;
    background-size: 1.1em;
    font-size: 1.6em;
    font-family: 微軟雅黑, "Microsoft YaHei";
}



#News_Section .tabs dd .news_list li time {
    display: block;
    font-size: 1.4em;
    color: #7f7f80;
}

@media screen and (max-width: 990px) {
    #News_Section .tabs dd .part {
        width: 100%;
        padding: 0
    }

    #News_Section .tabs dd.active {
        display: block
    }

    #News_Section .tabs dd .part.big_news a {
        padding-right: 0
    }

    #News_Section .tabs dd .part.news_list {
        padding-left: 0;
        border-left: 0;
        padding-top: 30px;
        margin-top: 30px;
        border-top: 1px dashed #c8c9ca;
    }

    #News_Section dt a.tabs_tit {
        font-size: 1.8em
    }
}

@media screen and (max-width: 768px) {
    #News_Section .tabs dd .part.big_news .time {
        width: 100px
    }

    #News_Section .tabs dd .part.big_news .part_txt {
        width: calc(100% - 100px - 15px);
    }

    .se_tit strong {
        font-size: 3.5em;
    }

    .se_tit small {
        font-size: 2.48em;
    }

    .dot_bg {
        padding-top: 80px;
    }

    #News_Section dt a.tabs_tit {
        font-size: 1.65em
    }
}

@media screen and (max-width: 480px) {
    .se_tit strong {
        font-size: 2.8em;
    }

    .se_tit small {
        font-size: 2em;
    }

    #News_Section .tabs dd {
        padding: 30px 20px;
    }

    #News_Section .tabs dd .part.big_news .part_txt h3 {
        margin-bottom: 7px;
        font-size: 1.7em
    }

    #News_Section .tabs dd .news_list li,
    #News_Section .tabs dd .part.big_news a {
        display: block;
    }

    #News_Section .tabs dd .news_list li time {
        padding-left: 25px;
        margin-top: 10px;
    }

    #News_Section .tabs dd .news_list li a {
        width: 100%;
        -webkit-line-clamp: 2 !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        white-space: normal;
        line-height: 1.5
    }

    #News_Section .tabs dd .part.big_news .time em:before {
        content: "-";
        display: inline-block;
        font-weight: normal;
    }

    #News_Section .tabs dd .part.big_news .time {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 15px;
        display: block;
        padding: 15px;
        height: auto;
    }

    #News_Section .tabs dd .part.big_news .time small {
        display: inline-block;
        width: auto;
        margin: 0;
    }

    #News_Section .tabs dd .part.big_news .time em {
        display: inline-block;
        font-size: 2em;
        width: auto;
    }

    #News_Section .tabs dd .part.big_news .part_txt {
        width: 100%
    }

    /*#News_Section dt {width: 140px; }*/
    /*#News_Section .tabs dt.t_2 { left: 140px;}*/
    #News_Section dt a.tabs_tit {
        font-size: 1.5em
    }
}



/*法規 + 營養篩檢*/

.flex_2 {
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex_2 .part {
    width: calc(50% - 20px);

}

.radio_more {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    background: #757575 url(/images/news-ico-more.svg) center no-repeat;
    background-size: contain
}

.radio_more:hover,
.radio_more:focus {
    background-color: #000 !important
}

#law_list {
    display: block;
    border-radius: 15px;
    background: #eeeeef;
    box-sizing: border-box;
    padding: 30px 25px;
    padding-left: 60px;
    min-height: 243px
}

#law_list li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #c8c9ca;
    position: relative;
}

#law_list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

#law_list li a {
    color: #000;
    font-size: 1.5em;
    position: relative;
    width: calc(100% - 110px);
    font-family: 微軟雅黑, "Microsoft YaHei";
}

#law_list li a:hover,
#law_list li a:focus {
    color: #0f3f8f;
    font-weight: bold
}

#law_list li:before {
    content: "";
    display: block;
    width: 2.75em;
    height: 2.75em;
    border-radius: 50%;
    background: #db751c url(/images/ico-dot-law.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -0.5em;
    transform: translate(-125%, 0);
}


#law_list li time {
    display: block;
    font-size: 1.4em;
    color: #555;
    width: 90px;
}


.check_window {
    height: 243px;
    box-sizing: border-box;
    padding: 30px 25px;
    position: relative;
    border-radius: 15px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #000
}

.check_window i {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    background: url(/images/home-check-bg.webp) center no-repeat;
    background-size: cover;
}

.check_window:hover i,
.check_window:focus i {
    transform: scale(1.1);
    opacity: 0.7
}

.check_window strong {
    position: relative;
    z-index: 2;
    display: block;
    line-height: 50px;
    font-size: 3em;
    color: #fff;
    padding: 0 50px 0 25px;
    background: linear-gradient(to right, rgba(15, 63, 143, 1) 0%, #00857a 100%);
    width: 100%;
    height: 50px;
    border-radius: 30px;
}

.check_window:hover strong,
.check_window:focus strong {
    background: linear-gradient(to right, rgba(194, 40, 0, 1) 0%, #ad6500 100%);
}


.check_window strong:after {
    display: block;
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    width: 50px;
    height: 50px;
    background: url(/images/ico-link-out.svg) center no-repeat;
    background-size: 50%;
}


@media screen and (max-width: 990px) {
    .flex_2 {
        display: block
    }

    .flex_2 .part {
        width: 100%;
        margin-bottom: 45px;
    }

    .check_window strong {
        font-size: 2.5em
    }

    .check_window i {
        background-position: center 45%
    }

    .check_window {
        height: 0;
        padding: 40% 25px 20px 25px
    }

    #law_list {
        min-height: 0
    }
}

@media screen and (max-width: 480px) {
    .radio_more {
        width: 30px;
        height: 30px;
    }

    #law_list {
        padding: 30px 20px;
        padding-left: 53px
    }

    #law_list li {
        display: block;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    #law_list li a,
    #law_list li time {
        width: 100%;
        display: block
    }

    #law_list li time {
        margin-top: 10px;
    }

    #law_list li a {
        -webkit-line-clamp: 2 !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        white-space: normal;
        line-height: 1.5
    }

    .check_window strong {
        font-size: 2em;
    }

    .check_window {
        height: 0;
        padding: 50% 20px 20px 20px;
    }

}


/*-----------------------------------#map_resource---------------------------------------------------*/
.center {
    text-align: center
}

#map_resource {
    background: #eeea92 url(/images/promote-bg.svg) center bottom no-repeat;
    padding: 80px 0 50px 0;
    position: relative;
    box-sizing: border-box;
}

#map_resource:before {
    content: "";
    display: block;
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9e982e+0,9e982e+37,9e982e+100&1+0,0.5+37,0+100 */
    background: -webkit-linear-gradient(rgba(158, 152, 46, 1) 0%, rgba(158, 152, 46, 0.5) 37%, rgba(158, 152, 46, 0) 100%);
    background: -o-linear-gradient(rgba(158, 152, 46, 1) 0%, rgba(158, 152, 46, 0.5) 37%, rgba(158, 152, 46, 0) 100%);
    background: linear-gradient(rgba(158, 152, 46, 1) 0%, rgba(158, 152, 46, 0.5) 37%, rgba(158, 152, 46, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/*左區小羅水果*/
#map_resource .left_ip_2 {
    position: absolute;
    left: 0;
    top: 80px;
    width: 500px;
    height: 1190px;
    z-index: 1;
    background: url(/images/link-jobs-img.webp) right top no-repeat;
    background-size: contain;
}

/*IP小羅*/
#map_resource .left_ip_2 em {
    position: absolute;
    left: 0;
    top: 30%;
    width: 195px;
    height: 384px;
    background: url(/images/link-jobs-img-1.webp) left top no-repeat;
    background-size: contain;
}

/*IP小羅說的話*/
#map_resource .left_ip_2 em span {
    width: 120px;
    height: 55px;
    background: url(/images/link-jobs-img-1-talk.png) center no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 72%;
}

/*IP阿全組長*/
#map_resource .left_ip_3 {
    position: absolute;
    right: 90px;
    bottom: 50px;
    width: 360px;
    height: 350px;
    background: url(/images/ip_1.webp) center no-repeat;
    background-size: contain;
}

#map_resource .left_ip_3 span {
    width: 200px;
    height: 50px;
    background: url(/images/ip_1-talk.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -100px;
}

/*apple_man*/
.apple_man {
    display: none
}

@media screen and (max-width: 1450px) {

    .apple_man {
        display: block;
        position: absolute;
        z-index: 1;
        width: 140px;
        height: 170px;
        right: 5%;
        top: 74px;
        background: url(/images/apple-man.webp) center no-repeat;
        background-size: contain;
    }

}

@media screen and (max-width: 768px) {
    .apple_man {
        width: 130px;
        height: 160px;
        right: 8%;
        top: 41px;
    }


}

@media screen and (max-width: 480px) {
    .apple_man {
        width: 80px;
        height: 136px;
        right: 5%;
        top: 40px;
    }

}

#map_resource .map_ov_tit {
    position: absolute;
    top: 0;
    line-height: 1;
    font-size: 9em;
    color: #9e982e;
    /*#eeea92*/
    left: 50%;
    transform: translate(-50%, -90%);
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
}

#map_resource .map_ov_tit:before {
    content: "";
    display: inline-block;
    width: 0.776em;
    height: 0.77em;
    background: url(/images/ico-promote-icm-map.svg) center no-repeat;
    background-size: contain;
}

#map_resource .container {
    width: calc(100% - 20px)
}

/*雲*/
#map_resource .cloud_L,
#map_resource .cloud_R {
    display: block;
    width: 670px;
    height: 670px;
    background: url(/images/prom-cloud-left.png) center top no-repeat;
    background-size: contain !important;
    position: absolute;
    z-index: 0;
    left: -100px;
    top: 50px;
    max-height: 80%;
    max-width: 50%;
}

#map_resource .cloud_R {
    background: url(/images/prom-cloud-right.png) center top no-repeat;
    left: auto;
    right: -50px;
}


.se_tit_2 {
    display: block;
    position: relative;
    margin-bottom: 75px;
    z-index: 1
}

.se_tit_2:after {
    display: block;
    width: 1.68em;
    height: 1.68em;
    border-left: 1px solid #717071;
    border-bottom: 1px solid #717071;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    margin-left: -8px;
    transform: rotate(-45deg);
}

.se_tit_2 h2 {
    display: block;
    font-size: 5.87em;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.se_tit_2 p {
    display: block;
    margin-bottom: 5px;
    font-size: 1.8em;
    line-height: 1.5
}



@media screen and (max-width: 1400px) {
    #map_resource .left_ip_2 {
        top: 30px;
        width: 350px;
        height: 1150px;
        background: url(/images/link-jobs-img.png) left -50px no-repeat;
        background-size: 440px auto;
    }

    #map_resource .left_ip_2 em {
        top: 27%;
        width: 170px;
        height: 335px;
    }

    #map_resource .left_ip_3 {
        right: 30px;
        bottom: 10px;
        width: 310px;
        height: 300px;
    }

}

@media screen and (max-width: 1135px) {
    #map_resource .left_ip_2 {
        background: url(/images/link-jobs-img2.png) left -50px no-repeat;
        background-size: 440px auto;
    }
}

@media screen and (max-width: 1100px) {
    #map_resource .left_ip_3 {
        right: -10px;
        bottom: 10px;
        width: 280px;
        height: 270px;
    }
}

@media screen and (max-width: 990px) {
    #map_resource .left_ip_2 {
        background: none;
        width: 190px;
        height: 270px;
    }

    #map_resource .left_ip_2 em span {
        width: 100px;
        height: 50px;
        right: 10px;
        top: 69%;
    }

    #map_resource .left_ip_2 em {
        top: 0;
        width: 140px;
        height: 280px;
    }

    #map_resource .left_ip_3 {
        width: 210px;
        height: 210px;
    }

    #map_resource .left_ip_3 span {
        width: 140px;
        height: 50px;
        top: -40px;
        margin-left: -70px;
    }

    .se_tit_2 h2 {
        margin-bottom: 15px
    }
}


@media screen and (max-width: 768px) {
    .se_tit_2 h2 {
        font-size: 3.5em
    }

    .se_tit_2 p {
        font-size: 1.5em
    }

    #map_resource .left_ip_3,
    #map_resource .left_ip_2 em span {
        display: none
    }

    #map_resource .left_ip_2 {
        top: auto;
        bottom: -70px;
        left: 0;
    }
}




@media screen and (max-width: 650px) {
    #map_resource .map_ov_tit {
        font-size: 13vw;
    }
}

@media screen and (max-width: 620px) {
    #map_resource .left_ip_2 em {
        width: 120px;
        height: 230px;
    }

}

@media screen and (max-width: 480px) {
    #map_resource {
        padding: 40px 0 50px 0;
    }

    .dot_bg {
        padding-bottom: 50px;
    }

}

@media screen and (max-width: 420px) {
    #map_resource .left_ip_2 em {
        width: 100px;
        height: 180px;
    }

    #map_resource .left_ip_2 {
        bottom: -130px;
    }

    .se_tit_2 {
        margin-bottom: 60px
    }


}



/*--------------------------#km_sec--------------------------------------------*/

#km_sec {
    background: #c7e8eb url(/images/fruits-bg-light-re-x.webp) left bottom repeat-x;
    background-size: 500px auto;
    padding: 100px 0 390px 0;
    position: relative;
    text-align: center;
}

#km_sec:before {
    content: "";
    display: block;
    width: 50px;
    height: 30px;
    background: url(/images/green-top-2.png) center bottom no-repeat;
    position: absolute;
    left: calc(50% - 25px);
    top: -29px;
}

/*IP man*/
#km_sec .ip_last {
    content: "";
    display: block;
    width: 520px;
    height: 400px;
    background: url(/images/ip_1.webp) center top no-repeat;
    background-size: cover;
    position: absolute;
    left: calc(50% - 260px);
    bottom: 0;


}



#km_sec .cloud_L,
#km_sec .cloud_R {
    display: block;
    width: 600px;
    height: 500px;
    background: url(/images/cloud-left.webp) center top no-repeat;
    background-size: contain !important;
    position: absolute;
    z-index: 0;
    left: -100px;
    top: 100px;
    max-height: 80%;
    max-width: 50%;
}


#km_sec .cloud_R {
    background: url(/images/cloud-right.webp) center top no-repeat;
    left: auto;
    right: -250px;
    top: 150px;
}


#km_sec .fruit_R {
    width: 560px;
    height: 700px;
    display: block;
    background: url(/images/home-last-fruits.webp) right top no-repeat;
    background-size: auto 100%;
    position: absolute;
    right: 50px;
    top: 150px;
    z-index: 0
}

#km_sec .green_LD {
    width: 370px;
    height: 268px;
    background: url(/images/greens.webp) right top no-repeat;
    position: absolute;
    left: -90px;
    bottom: -60px;
    background-size: cover;
    z-index: 0
}


/*-----------------------------------#km_search_box--------------------------------------------*/

#km_sec .km_search_box {
    position: relative;
    z-index: 2;
    width: 100%
}

#km_sec .km_search_box dt {
    margin-bottom: 20px
}

#km_sec .km_search_box dd {
    font-size: 1.7em;
}

#km_sec .km_search_box dd span {
    margin-right: 15px;
}

#km_sec .km_search_box dd a {
    display: inline-block;
    line-height: 1.76;
    padding: 0 0.9em;
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.3);
    margin-right: 10px;
    color: #000
}

#km_sec .km_search_box dd a:hover,
#km_sec .km_search_box dd a:focus {
    background-color: #000;
    color: #fff;
    font-weight: bold
}

#km_sec .km_search_box dt form {
    display: flex;
    box-sizing: border-box;
    padding: 20px;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 15px;
}

#km_sec .km_search_box dt form .km_type {
    width: 185px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    padding: 0 30px 0 40px;
    background: #fff url(/images/ico-type-filtersvg.svg) 10px center no-repeat;
    background-size: 1.3em auto;
    font-size: 1.8em;
    font-weight: bold;
    border: 0px;
    position: relative;
    margin-right: 10px;
    color: #000
}

.km_search_box dt form .i_filter {
    position: relative;
}

.km_search_box dt form .i_filter:before {
    content: "";
    display: block;
    width: 45px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/images/ico-type-filtersvg.svg) center no-repeat;
    background-size: 50%;
    z-index: 1
}

/*#km_sec .km_search_box dt form i{
 	display: inline-block;
	width: 18px;
	height: 50px;
 	background: url(/images/select-ico-V.svg) center no-repeat;
	background-size: 75%;
	margin-left: -28px; margin-right:20px; 
	position: relative;
	z-index: 2
 }
*/
#km_sec .km_search_box dt form .km_keyWd {
    display: inline-block;
    border-radius: 10px;
    background: #fff url(/images/keywords-ico.svg) 14px 40% no-repeat;
    background-size: auto 47%;
    width: calc(100% - 190px - 20px - 50px);
    font-size: 1.8em;
    margin-right: 10px;
    box-sizing: border-box;
    height: 50px;
    padding: 0 10px 0 50px;
    border: 0;

}

#km_sec .km_search_box dt form .km_keyWd[placeholder] {
    color: #555;
}

#km_sec .km_search_box dt form .km_keyWd::-webkit-input-placeholder {
    color: #555;
}

#km_sec .km_search_box dt form .km_keyWd:-moz-placeholder {
    color: #555;
}

#km_sec .km_search_box dt form .km_keyWd::-moz-placeholder {
    color: #555;
}

#km_sec .km_search_box dt form .km_keyWd:-ms-input-placeholder {
    color: #555;
}

#km_sec .km_search_box dt form .km_search_btn {
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 10px;
    background: #000 url(/images/swarch-bar-ico.svg) center no-repeat;
    background-size: contain !important;
    cursor: pointer;
    overflow: hidden;
    text-indent: 9999em
}

#km_sec .km_search_box dt form .km_search_btn:focus,
#km_sec .km_search_box dt form .km_search_btn:hover {
    background: #DB751C url(/images/swarch-bar-ico.svg) center no-repeat;
}

@media screen and (max-width: 1550px) {

    #km_sec .km_search_box dt form {
        max-width: 950px;
        margin: 0 auto;
    }

    #km_sec .fruit_R {
        width: 430px;
        top: 180px
    }

    #km_sec .green_LD {
        width: 330px;
        height: 238px;
        left: -70px;
        bottom: -50px;
    }
}

@media screen and (max-width: 1300px) {
    #km_sec .fruit_R {
        right: 0
    }
}

@media screen and (max-width: 1135px) {
    #km_sec .fruit_R {
        opacity: 0.2
    }
}

@media screen and (max-width: 768px) {
    #km_sec .km_search_box dt form .km_type {
        width: 150px;
    }

    #km_sec .km_search_box dt form .km_keyWd {
        width: calc(100% - 150px - 20px - 50px);
    }

    #km_sec .fruit_R {
        display: none
    }

    #km_sec .green_LD {
        width: 270px;
        height: 190px;
        left: -60px;
        bottom: -40px;
    }

}

@media screen and (max-width: 660px) {
    #km_sec .green_LD {
        width: 190px;
        height: 130px;
        left: -40px;
        bottom: -20px;
    }
}

@media screen and (max-width: 555px) {
    #km_sec .km_search_box dt form {
        position: relative;
        display: block
    }

    #km_sec .km_search_box dt form i {
        position: absolute;
        margin: 0;
        right: 30px;
        top: 20px;
    }

    #km_sec .km_search_box dt form .km_type {
        margin-bottom: 10px;
        width: 100%;
        margin-right: 0
    }

    #km_sec .km_search_box dt form .km_keyWd {
        width: calc(100% - 14px - 50px);
    }

    #km_sec .green_LD {
        width: 140px;
        height: 120px;
        left: -20px;
        bottom: -10px;
    }

}




/**socbox-*/

.socbox {
    display: flex;
    align-items: center;
    margin: 50px auto;
    justify-content: center;
    max-width: 815px;
    border-radius: 75px;
    background: #fff;
    text-align: center;
    padding: 20px;
    position: relative;
    z-index: 2
}

.socbox:after {
    content: "";
    display: block;
    width: 52px;
    height: 55px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: 76px;
    margin-bottom: -50px;
    background: url(/images/talk_w_d.svg) center top no-repeat;
    background-size: contain
}

.socbox dt {
    padding: 8px 0;
    display: inline-block;
    position: relative;
    padding-left: 70px;
    background: url(/images/logo-only.svg) left center no-repeat;
    background-size: 35px auto;
    text-align: left
}

.socbox dd {
    display: flex;
    padding-left: 78px;
    position: relative
}

.socbox dd:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-top: 4px solid #b3b3b3;
    border-right: 4px solid #b3b3b3;
    transform: rotate(45deg);
    position: absolute;
    left: 20px;
    top: 33px;
    -webkit-animation-name: lrmove;
    animation-name: lrmove;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation: lrmove 2s infinite;
    -webkit-animation-fill-mode: both;
    animation: lrmove 2s infinite;
    animation-fill-mode: both;
    opacity: 0.5
}

@keyframes lrmove {
    0% {
        left: 20px;
        opacity: 0.5
    }

    50% {
        left: 25px;
        opacity: 1
    }

    100% {
        left: 20px;
        opacity: 0.5
    }
}

@-webkit-keyframes lrmove {
    0% {
        left: 20px;
        opacity: 0.5
    }

    50% {
        left: 25px;
        opacity: 1
    }

    100% {
        left: 20px;
        opacity: 0.5
    }
}

@keyframes tbmove {
    0% {
        top: 20px;
        opacity: 0.5
    }

    50% {
        top: 25px;
        opacity: 1
    }

    100% {
        top: 20px;
        opacity: 0.5
    }
}

@-webkit-keyframes tbmove {
    0% {
        top: 20px;
        opacity: 0.5
    }

    50% {
        top: 25px;
        opacity: 1
    }

    100% {
        top: 20px;
        opacity: 0.5
    }
}


.socbox dt span {
    display: block;
    font-size: 2.5em;
    line-height: 1.8
}

.socbox dd a {
    color: #333;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin-left: 15px;
}

.socbox dd a:hover,
.socbox dd a:focus {
    color: #000
}

.socbox dd a:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 7px;
    transition: all 0.3s
}

.socbox dd a:hover:before,
.socbox dd a:focus:before {
    transform: translateY(-5px) scale(1.05);
    background-color: #000 !important
}

.socbox dd a.i_fb:before {
    background-color: #385997;
    background-image: url(/images/ico-share-fb.svg)
}

.socbox dd a.i_yt:before {
    background-color: #e02f2f;
    background-image: url(/images/ico-share-yt.svg)
}

.socbox dd a.i_line:before {
    background-color: #00b900;
    background-image: url(/images/ico-share-line.svg)
}

.socbox dd a.i_ig:before {
    background: url(/images/social/ico-IG.svg);
    background-size: cover;
}

.socbox dd a.i_ig:hover:before,
.socbox dd a.i_ig:focus:before {
    background: url(/images/social/ico-IG-on.svg);
    background-size: cover;
}

@media screen and (max-width: 990px) {
    .socbox {
        max-width: 610px;
    }

    .socbox dt {
        padding-left: 50px
    }

    .socbox dt span {
        font-size: 2em;
        line-height: 1.5;
    }

    .socbox dd {
        padding-left: 50px
    }

    .socbox dd:before {
        transform: rotate(45deg) translate(-35%, 4%);
        width: 20px;
        height: 20px;
        border-top: 3px solid #b3b3b3;
        border-right: 3px solid #b3b3b3;
    }

    .socbox dd a:before {
        width: 60px;
        height: 60px;
    }

}

@media screen and (max-width: 720px) {
    .socbox dd a:before {
        width: 50px;
        height: 50px;
    }

    .socbox dt span {
        font-size: 1.7em;
    }

}

@media screen and (max-width: 660px) {
    #km_sec {
        padding: 60px 0 190px 0;
    }

    #km_sec .ip_last {
        width: 310px;
        height: 240px;
        left: calc(50% - 155px)
    }

    .socbox:after {
        width: 40px;
        height: 40px;
        margin-bottom: -35px;
        right: 20%;
    }

    .socbox {
        display: inline-block;
        padding: 40px 30px;
        max-width: 620px;
    }

    .socbox dd {
        padding-left: 0;
        padding-top: 40px;
        justify-content: center;
    }

    .socbox dd:before {
        transform: rotate(135deg) translate(-59%, 94%);
        left: 50%;
        top: 33px;
        -webkit-animation-name: tbmove;
        animation-name: tbmove;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation: tbmove 2s infinite;
        -webkit-animation-fill-mode: both;
        animation: tbmove 2s infinite;
        animation-fill-mode: both;

    }

    .socbox:after {
        left: auto;
        margin-left: 0;
        right: 30%;
    }

    .socbox dt span {
        font-size: 1.7em;
    }

    .socbox dd a {
        margin: 0 5px
    }

    .socbox dd a:before {
        width: 45px;
        height: 45px;
    }

}

/*-------------------------------------------  #ad_s  -------------------------------------------------------*/

#ad_s {
    position: relative;
    background: #eeea92;
    padding: 50px 0 110px 0;
}


#ad_s:before {
    content: "";
    display: block;
    width: 100%;
    height: 92px;
    background: url(/images/AD-BG-TOP.png) center bottom repeat-x;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -99%);
    z-index: 2;
}

#Ad_title {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    position: relative;
    align-items: center;
}

#Ad_title em {
    margin: 0 5px;
    width: 60px;
    height: 60px;
    background: #47810c;
    color: #fff;
    border-radius: 50%;
    line-height: 57px;
    text-align: center;
    font-style: normal;
    font-size: 3.8em;
}

#Ad_title .slick_Pause {
    right: auto;
    position: relative;
    top: auto;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.5)
}

#Ad_title .slick_Pause:hover,
#Ad_title .slick_Pause:focus {
    background-color: #000
}

#ad_s .ad_banners {
    margin: 0 40px;
    padding: 5px 0
}



#ad_s .ad_banners a {
    display: block;
    box-sizing: border-box;
    padding: 5px;
    outline: none;
    text-align: center
}

#ad_s .ad_banners a img {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    width: 100%;
    height: auto
}

#ad_s .ad_banners a:focus img {
    outline: 1px dashed #FF0004
}

#ad_s .ad_banners a:focus img,
#ad_s .ad_banners a:hover img {
    box-shadow: 1px 1px 5px #47810C;
    transform: translateY(-1px)
}

#ad_s .ad_banners .slick-prev,
#ad_s .ad_banners .slick-next {
    transform-origin: center;
    width: 26px;
    height: 26px;
    transform: rotate(45deg);
    margin-top: -13px
}

#ad_s .ad_banners .slick-prev {
    border-left: 3px solid #3b7500;
    border-bottom: 3px solid #3b7500
}

#ad_s .ad_banners .slick-next {
    border-top: 3px solid #3b7500;
    border-right: 3px solid #3b7500
}

#ad_s .ad_banners .slick-prev:hover,
#ad_s .ad_banners .slick-prev:focus {
    border-left: 4px solid #a34c00;
    border-bottom: 4px solid #a34c00
}

#ad_s .ad_banners .slick-next:hover,
#ad_s .ad_banners .slick-next:focus {
    border-top: 4px solid #a34c00;
    border-right: 4px solid #a34c00
}

@media screen and (max-width: 768px) {
    #ad_s {
        padding: 10px 0 60px 0;
    }

    #Ad_title {
        margin-bottom: 25px;
    }

    #Ad_title em {
        margin: 0 5px;
        width: 50px;
        height: 50px;
        line-height: 47px;
        font-size: 3em;
    }
}

@media screen and (max-width: 600px) {
    #ad_s:before {
        background-size: 130vw 100%
    }

}