.index-wrap {
    float: left;
    width: 100%;
}

.index-content {
    float: left;
    width: 100%;
    background: #fff;
}

.index-section {
    float: left;
    width: 100%;
    margin: 0 0 100px 0;
    position: relative;
}

.index-title {
    width: 100%;
    /*float: left;*/
    text-align: left;
    font-size: 1.8em;
    padding: 0 0 0 40px;
    margin: 0 0 45px 0;
    position: relative;
    font-weight: bold;
    color: #464646;
}

.index-title::before {
    content: "";
    display: block;
    background-color: #0f96d7;
    position: absolute;
    width: 24px;
    height: 4px;
    left: 0;
    bottom: 12px;
}

.index-btn {
    text-align: center;
    padding: 40px 0 0 0;
    float: left;
    width: 100%;
}

.index_more {
    display: inline-block;
    width: 140px;
    padding: 12px 18px;
    background-color: #f7788c;
    border-radius: 100px;
    margin-top: 10px;
}

.index_more p {
    margin: 0;
    /*font-size: 1.05em;*/
    font-weight: bold;
    color: #fff;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180503171921/https://moe.familyedu.moe.gov.tw/assets/images/arr_icon.png) right center no-repeat;
}

/* KV
************************************* */
.kv-slider-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 100px;
}

.kv-wrap-behind {
    display: block;
    width: 100%;
    height: 540px;
    overflow: hidden;
    position: relative;
}

.kv-wrap-behind .slick-slide img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.75;
    filter: blur(16px);
    -webkit-filter: blur(16px);
}

.kv-wrap-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.kv-wrap-main .slick-slide img {
    display: inline-block;
    width: 100%;
    height: auto;
    border-radius: 30px;
    border: 6px solid #fff;
    /*box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.3)*/
}

.slider-unit:not(.slick-center) {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    transition-duration: 0.3s;
}

/*.kv-slider-wrap .slick-prev, 
.kv-slider-wrap .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 60px;
    height: 60px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
    transition: ease 0.2s;
}

.kv-slider-wrap .slick-prev {
    left: 280px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180503171921/https://moe.familyedu.moe.gov.tw/assets/images/kv-slick-prev.png);
}

.kv-slider-wrap .slick-next {
    right: 280px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180503171921/https://moe.familyedu.moe.gov.tw/assets/images/kv-slick-next.png);
}*/

.kv-slider-wrap .slick-prev,
.kv-slider-wrap .slick-next {
    display: none !important;
}

.slick-dots {
    position: absolute;
    bottom: -36px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 12px;
    height: 12px;
    margin: 0 auto;
    opacity: .5;
    background: #333;
    border-radius: 60px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #fff;
}

/* 諮詢專線
************************************* */
.Advisory {
    margin: 0;
}

.phone {
    position: absolute;
    top: -140px;
    right: 0;
    -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, .13));
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, .13));
}

.Advisory a:hover {
    opacity: 1;
}

/* 最新公告
************************************* */
.News:before {
    content: "";
    position: absolute;
    top: -140px;
    left: 13%;
    width: 253px;
    height: 118px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180503171921/https://moe.familyedu.moe.gov.tw/assets/images/img_news.png);
}

.News .News_Tab,
.News .News_List {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.News .News_Tab a {
    display: inline-block;
    font-weight: bold;
    font-size: 1.125em;
    padding: 12px 25px;
    background-color: #ececec;
    min-width: 120px;
    margin: 0 1px;
}

.News .News_Tab a.active {
    background-color: #2dcfcd;
    color: #fff;
}

.News .News_List {
    float: left;
    margin: 20px 0;
}

.News .News_List li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    text-align: left;
    padding: 20px 10px;
    font-size: 1.125em;
}

.News_Info {
    float: left;
    width: 100%;
    font-size: 0.95em;
    margin-bottom: 5px;
}

.News .News_List span {
    font-weight: bold;
    color: #43bbed;
    margin-right: 12px;

}

.News .News_List a {
    display: inline-block;
    width: 100%;
    line-height: 1.4;
    font-weight: bold;
    font-size: 1.063em;
    /*vertical-align: text-top;*/
}

.News .News_List a.tag-gov {
    display: inline-block;
    width: auto;
    color: #a6a6a6;
    font-size: 1em;
}

.page-list-tag {
    width: 100%;
    margin: 4px 0 0 0;
}

.News .News_List .page-list-tag a {
    width: auto;
    display: inline-block;
    font-size: 0.87rem;
    border-radius: 30px;
    background: #ffad43;
    color: #fff;
    padding: 5px 14px;
    margin: 10px 6px 3px 0;
    line-height: initial;
    font-weight: bold;
}

.tag-color-blue {
    background: #55bfdc !important;
}

.tag-color-green {
    background: #44c0a4 !important;
}

.tag-color-pink {
    background: #e9677f !important;
}


/* 服務綜合查詢
************************************* */
.Service {
    background: #f5fbfd;
    padding: 100px 0;
}

.Service_Cont {
    float: left;
    width: 100%;
}

/*關鍵字查詢*/
.Service_Search {
    float: left;
    width: 48.5%;
    background: #fff;
    height: 477px;
    padding: 40px;
    position: relative;
}

.Service_Search p {
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 0 30px 0;
}

.Service_Search input {
    width: 100%;
    height: 50px;
    border-color: #5ec6c0;
    border-radius: 4px;
    margin: 0;
}

.fileTag {
    float: left;
    width: 100%;
}

.fileTag .row {
    margin-left: -1%;
    margin-right: -1%;
}

.fileTag a {
    float: left;
    width: 25%;
    padding: 0 1%;
    margin: 14px 0 0 0;
}

.fileTag a p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #81d2cf;
    border-radius: 5px;
    padding: 10px;
    font-size: 1em;
}

.keyword-search-btn {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    padding: 40px;
    text-align: center;
}

.keyword-search-btn p {
    width: 100%;
    margin: 0;
    background: #17aba7;
    border-radius: 60px;
    padding: 14px;
    font-weight: bold;
    font-size: 1.125em;
    color: #fff;
}

.keyword-search-btn p i {
    color: #fff;
    font-size: 0.9em;
    margin-right: 6px;
}

/*9分類*/
.Category {
    float: right;
    width: 48.5%;
}

.Category a {
    float: left;
    width: 32.33333%;
    background: #3fc1c3;
    text-align: center;
    padding: 20px;
    margin: 0 1px 1px 0;
}

.Category a img {
    display: none;
}

.Category a div {
    margin: 36px 0;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Category a p {
    margin: 0;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.3;
}

/*各縣市家庭教育中心網站*/
.Service_County {
    float: left;
    width: 100%;
    background: #fff;
    margin-top: 40px;
    padding: 40px 45px 0px 45px;
}

.renewal-map {
    /* float: left; */
    width: 500px;
    height: 600px;
    margin: 0 auto;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180503171921/https://moe.familyedu.moe.gov.tw/assets/images/tw_map.png) center center no-repeat;
    position: relative;
}

.renewal-map a {
    display: block;
    position: absolute;
    border-radius: 200px;
    color: #555;
    padding: 6px 10px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #ccc;
    font-size: 0.75rem;
    line-height: 1;
    font-weight: bold;
    z-index: 1;
}

.renewal-map a:hover {
    color: #fff;
    background: #ff7d59;
    opacity: 1;
}

.renewal-map a.current {
    color: #fff;
    background: #ff7d59;
    box-shadow: 0px 0px 5px 0px rgba(255, 125, 89, .52);
    border: 1px solid #ff7d59;
}

.renewal-map .loc-1 {
    top: 69px;
    right: 57px;
}

.renewal-map .loc-2 {
    top: 60px;
    right: 120px;
}

.renewal-map .loc-3 {
    top: 120px;
    right: 110px;
}

.renewal-map .loc-4 {
    top: 84px;
    right: 186px;
}

.renewal-map .loc-5 {
    top: 122px;
    right: 222px;
}

.renewal-map .loc-6 {
    top: 152px;
    right: 146px;
}

.renewal-map .loc-7 {
    top: 161px;
    right: 231px;
}

.renewal-map .loc-8 {
    top: 196px;
    right: 260px;
}

.renewal-map .loc-9 {
    top: 237px;
    right: 274px;
}

.renewal-map .loc-10 {
    top: 257px;
    right: 179px;
}

.renewal-map .loc-11 {
    top: 280px;
    right: 301px;
}

.renewal-map .loc-12 {
    top: 315px;
    right: 284px;
}

.renewal-map .loc-13 {
    top: 313px;
    right: 201px;
}

.renewal-map .loc-14 {
    top: 361px;
    right: 294px;
}

.renewal-map .loc-15 {
    top: 414px;
    right: 277px;
}

.renewal-map .loc-16 {
    top: 476px;
    right: 217px;
}

.renewal-map .loc-17 {
    top: 380px;
    right: 127px;
}

.renewal-map .loc-18 {
    top: 252px;
    right: 90px;
}

.renewal-map .loc-19 {
    top: 155px;
    right: 55px;
}

.renewal-map .loc-20 {
    top: 237px;
    left: 51px;
}

.renewal-map .loc-21 {
    top: 117px;
    left: 22px;
}

.renewal-map .loc-22 {
    top: 40px;
    left: 50px;
}

.County_Activity {
    width: 100%;
    text-align: center;
}

/*
.County_Activity {
    float: right;
    width: 50%;
}
*/

.County_Activity p {
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 0 30px 0;
}

ul.Activity_list {
    float: left;
    width: 100%;
}

ul.Activity_list .list_title {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 1.125em;
    font-weight: bold;
    background: #ff8f71;
    padding: 16px 30px;
}

ul.Activity_list li {
    float: left;
    width: 100%;
    background: #ffebe5;
    padding: 16px 30px;
    margin-bottom: 1px;
}

ul.Activity_list li a {
    float: left;
    width: 95%;
    line-height: 1.3;
}

ul.Activity_list li img {
    float: left;
    display: inline-block;
    margin-right: 8px;
    padding: 4px 0;
}

.County_web {
    float: left;
    width: 100%;
    text-align: center;
    margin: 36px 0;
}

.County_web a {
    display: inline-block;
    background: #ff7d59;
    border-radius: 60px;
    padding: 12px 30px;
    color: #fff;
    font-size: 1.063em;
    font-weight: bold;
}

.County_web a i {
    color: #fff;
    margin-left: 6px;
}

.SearchImg-top {
    position: absolute;
    right: -9%;
    top: -137px;
}

.SearchImg-bottom {
    position: absolute;
    left: -9%;
    top: 1170px;
}

/* 出版好讀
************************************* */
.Publication {
    background: #3ea5be;
    padding-bottom: 60px;
    margin: 0;
}

.Publication:before {
    content: "";
    float: left;
    width: 100%;
    height: 200px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.Book_Cont {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.bookCover {
    float: left;
    width: 30%;
    /*text-align: center;
    margin: 0 auto;*/
}

.bookCover a:hover {
    opacity: 1;
}

.bookCover img {
    display: inline-block;
    float: left;
    width: 100%;
    max-width: 288px;
    box-shadow: 0 0 18px rgba(0, 0, 0, .14)
}

.About_Book {
    float: left;
    width: 65%;
}

.bookTitle {
    margin: 30px 0;
    float: left;
    width: 100%;
}

.bookTitle p {
    float: left;
    width: calc(100% - 50px);
    font-size: 1.4em;
    font-weight: bold;
    margin: 0;
}

.bookTitle i {
    font-size: 1.4em;
    color: #3ea5be;
    margin-right: 10px;
    float: left;
    padding: 1px 0;
}

.bookTag {
    display: inline-block;
    font-size: 0.9rem;
    border-radius: 30px;
    background: #d8eef9;
    color: #0f96d7;
    padding: 5px 14px;
    margin: 9px 0;
    line-height: initial;
    font-weight: bold;
}

.bookTag:hover {
    opacity: 1;
}

.bookSummary {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}

.bookSummary p {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 1.063em;
    margin: 0 0 20px 0;
    line-height: 2;
}

.bookSummary p.boolFile {
    line-height: 1;
}

.bookSummary img {
    float: left;
    padding: 4px 0;
    margin-right: 10px;
}

a.btn_ReadMore {
    float: left;
    width: 100%;
    text-align: right;
}

a.btn_ReadMore p {
    float: right;
    color: #fdd677;
    font-weight: bold;
    /*font-size: 1.063em;*/
    border-bottom: 2px dotted #fdd677;
    margin-top: 20px;
    padding: 6px 0;
}

a.btn_ReadMore p i {
    color: #fdd677;
    margin-left: 6px;
}

.Book_Tab {
    float: left;
    width: 100%;
    margin: 0 0 100px 0;
}

.Book_Tab a {
    float: left;
    /*width: calc(100% / 8);*/
    height: 174px;
    overflow: hidden;
}

.Book_Tab a img {
    display: inline-block;
    width: 100%;
}

.Book_Tab .slick-prev,
.Book_Tab .slick-next {
    display: none !important;
}

.PublicationImg {
    position: absolute;
    right: -11%;
    top: 70px;
}

/* 家庭教育資源
************************************* */
.Resource {
    margin: 0 0 120px 0;
}

/*.Resource {
    float: left;
    width: 100%;
    height: 430px;
    position: relative;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180503171921/https://moe.familyedu.moe.gov.tw/assets/images/img_resource2.png) top right no-repeat #2dcfcd;
    position: relative;
}

.Resource:after {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 33%;
    height: 430px;
    background: #c2f1f0;
}

.Resource .Container {
    z-index: 9;
    margin-top: 60px;
}*/

.ResourceImg {
    position: absolute;
    left: -13%;
    top: 224px;
}

.Resource_Tab {
    float: left;
    width: 19%;
}

.Resource_Tab a {
    float: right;
    background: #e5e5e5;
    border-radius: 4px;
    padding: 11px 44px;
    color: #999;
    font-size: 1.063em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
}

.Resource_Tab a.active {
    background: #3d9bc8;
    color: #fff;
}

.Resource_Cont {
    float: right;
    width: 80%;
}

.Resource_Cont .Resource_List {
    float: left;
    width: 31%;
    margin: 0 0 0 2%;
    box-shadow: 0 2px 18px rgba(0, 0, 0, .2);
}

.Resource_Cont .Resource_List iframe {
    float: left;
    width: 100%;
}


.Resource_Cont .Resource_Info {
    float: left;
    width: 100%;
    background: #3d9bc8;
    padding: 20px;
}

.Resource_Info p {
    margin: 0;
    float: left;
    width: 100%;
    color: #fff;
}

.Resource_Info p.ResourceTag {
    width: auto;
    background: #fff;
    border-radius: 60px;
    padding: 4px 10px;
    color: #3d9bc8;
    font-size: 0.87em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}

.Resource_Info p.ResourceTitle {
    height: 60px;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.4;
}

.Resource_Book {
    float: left;
    width: 100%;
    height: 188px;
    overflow: hidden;
}

.Resource_Book img {
    width: 100%;
    background-position: center;
}


/* 統計數據
************************************* */
.Statistics:after {
    content: "";
    float: left;
    position: absolute;
    top: 200px;
    left: 0;
    width: 33%;
    background: #d5f4f3;
}

.Statistics:before {
    content: "";
    float: left;
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    background: #5dcbd4;
}

.Statistics .Container {
    z-index: 9;
}

.chart_wrapper {
    float: left;
    width: 100%;
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.chart_L {
    float: left;
    width: 60%;
}

.chart_R {
    float: left;
    width: 40%;
    border-left: 2px dotted #dcdcdc;
}

.chart_Cont {
    float: left;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.chart_L .chart_Cont {
    padding: 0 20px 0 0;
}

.chart_R .chart_Cont {
    padding: 0 0 0 30px;
}

.chartTitle {
    margin: 0 0 20px 0;
    display: inline-block;
    font-size: 1.25em;
    font-weight: bold;
}

.chart_Cont img {
    display: inline-block;
    width: 100%;
}

.chart_L img {
    max-width: 625px;
}

.chart_R img {
    max-width: 324px;
}

.StatisticsImg {
    position: absolute;
    right: -11%;
    top: 400px;
}






/*
     FILE ARCHIVED ON 17:19:21 五月 3, 2018 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 5:42:00 五月 22, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
