@charset "UTF-8";

.index,
.index p {
    font-size: 1.05rem;
}

.indexNews,
.indexPublish,
.indexStatistics,
.indexMedia {
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
}

.index-inner {
    width: 100%;
    padding: 0 12%;
}

/* KV
---------------------------------------------- */
.indexKv img {
    width: 100%;
}

.indexKv .slick-prev,
.indexKv .slick-next {
    width: 56px;
    height: 56px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 99%;
}

.indexKv .slick-prev::before,
.indexKv .slick-next::before {
    display: none;
}

.indexKv .slick-prev {
    left: 10px;
    background-image: url(../images/arr-left-white.svg);
    background-position: 46% center;
}

.indexKv .slick-next {
    right: 10px;
    background-image: url(../images/arr-right-white.svg);
    background-position: 50% center;
}

/* 常用服務
---------------------------------------------- */
.indexService {
    width: 96%;
    max-width: 1360px;
    margin: 45px auto 60px auto;
    display: block;
}

.iconSlider a {
    margin: 15px 20px 0 20px;
}

.iconSlider a i {
    box-shadow: 0px 2px 22px rgba(84, 84, 84, 0.2);
    border-radius: 100%;
    width: 75px;
    height: 75px;
    display: block;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.iconSlider a i img {
    display: block;
    width: 38px;
}

.iconSlider a p {
    text-align: center;
    margin: 13px 0 0 0;
    font-weight: bold;
}

.iconSlider .slick-prev,
.iconSlider .slick-next {
    width: 10px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
}

.iconSlider .slick-prev::before,
.iconSlider .slick-next::before {
    display: none;
}

.iconSlider .slick-prev {
    left: 0;
    background-image: url(../images/iconSlider-prev.png);
}

.iconSlider .slick-next {
    right: 0;
    background-image: url(../images/iconSlider-next.png);
}

/* 最新消息
---------------------------------------------- */

.indexNewsTab {
    display: flex;
    padding: 0 12%;
    width: 100%;
    background: #f2f2f2;
    flex-wrap: wrap;
}

.indexNewsTabSlider {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.indexNewsTab a {
    padding: 20px 5px;
    text-align: center;
    width: calc(100% / 5);
    border-top: 2px solid #f2f2f2;
    align-content: center;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    font-weight: bold;
    font-size: 1.25rem;
    position: relative;
    height: 69px;
}

.indexNewsTab a span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.indexNewsTabSlider .slick-list.draggable,
.indexNewsTabSlider .slick-track {
    width: 100%;
}

.indexNewsTab .slick-current {
    background: #007399;
    color: #fff;
}

/*
.indexNewsTab .tab4 {
    padding: 6px 5px;
}
*/

/*
.indexNewsTabCont {
    display: inline-block;
    padding: 30px 12% 0 12%;
    width: 100%;
    display: none;
}
*/

ul.indexNewsList {
    padding: 30px 12% 0 12%;
    margin: 0;
    list-style: none;
    width: 100%;
}

ul.indexNewsList li {
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    padding: 0 15px 16px 15px;
    margin: 0 0 18px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

ul.indexNewsList li:last-child {
    margin-bottom: 0;
}

ul.indexNewsList li span,
ul.indexNewsList li a {
    line-height: 1.5;
    display: inline-block;
    vertical-align: top;
}

ul.indexNewsList li a {
    color: #047499;
    font-size: 1.2rem;
    font-weight: bold;
    margin-left: 10px;
}

ul.indexNewsList li a:hover {
    opacity: 0.8;
}

ul.indexNewsList li a.indexNewsTag {
    border-radius: 2px;
    background: #f87756;
    color: #fff;
    font-size: 0.9rem;
    padding: 5px 5px;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    width: 105px !important;
    margin-top: 2px;
    flex: none;
}

ul.indexNewsList li a.indexNewsTagAd {
    background: rgb(224, 22, 0);
}

ul.indexNewsList li a.indexNewsTagMultilevel {
    background: #7459a6;
}

ul.indexNewsList li a.indexNewsTagComB {
    background: #D31253;
}

ul.indexNewsList li a.indexNewsTagJoint {
    background: #4054be;
}

.indexMore {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 40px 0 0 0;
}

.indexMore a {
    border: 1px solid #ccc;
    font-size: 0.95rem;
    padding: 10px 20px;
    width: 280px;
    border-radius: 35px;
    display: inline-block;
    vertical-align: top;
    background: url(../images/index-more-arr.png) 93% center no-repeat #fff;
    background-size: 6px;
}

.indexNewsTabSlider .slick-prev,
.indexNewsTabSlider .slick-next {
    width: 8px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
}

.indexNewsTabSlider .slick-prev::before,
.indexNewsTabSlider .slick-next::before {
    display: none;
}

.indexNewsTabSlider .slick-prev {
    left: 0;
    background-image: url(../images/iconSlider-prev.png);
}

.indexNewsTabSlider .slick-next {
    right: 0;
    background-image: url(../images/iconSlider-next.png);
}

ul.indexNewsList li span,
.date_block {
    margin-top: 3px;
    font-size: 1rem;
}

/* 出版品
---------------------------------------------- */

section.indexPublish {
    background: #abd7e3;
    padding: 60px 0;
}

.indexPublish-wrap {
    position: relative;
}

.indexPublishTab {
    float: left;
    width: 160px;
    background: #fff;
    padding: 10px 15px;
    text-align: center;
    margin: 0 80px 16px 0;
    font-size: 1rem;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.indexPublish-wrap:nth-child(1) .indexPublishTab {
    top: 0;
}

.indexPublish-wrap:nth-child(2) .indexPublishTab {
    top: 60px;
}

.indexPublish-wrap:nth-child(3) .indexPublishTab {
    top: 120px;
}

.indexPublishTab.active {
    background: #0b7a9f;
    color: #fff;
}

.indexPublishCont {
    float: left;
    width: calc(100% - 240px);
    opacity: 0;
    height: 0;
    position: relative;
    z-index: -1;
    margin-left: 240px;
}

.contShow {
    opacity: 1;
    height: auto;
    z-index: 1;
}

.journal {
    background: #fff;
    width: 180px;
    margin: 0 auto;
    padding: 22px;
    min-height: 245px;
}

.journal span {
    font-weight: bold;
    color: #42a8ca;
}

.journal strong {
    font-size: 1.2rem;
    color: #2e4d79;
}

.journal p {
    margin: 0 !important;
}

.journal span,
.journal p {
    font-size: 0.97rem;
}


.journal span,
.journal strong,
.journal p {
    float: left;
    width: 100%;
    margin-bottom: 2px;
    line-height: normal;
}

.journal.jBg1 {
    background: url(../images/JournalCover1.png) center bottom no-repeat #fff;
    background-size: contain;
}

.journal.jBg2 {
    background: url(../images/JournalCover2.png) center bottom no-repeat #fff;
    background-size: contain;
}

.journal.jBg3 {
    background: url(../images/JournalCover3.png) center bottom no-repeat #fff;
    background-size: contain;
}

.journal.jBg4 {
    background: url(../images/JournalCover4.png) center bottom no-repeat #fff;
    background-size: contain;
}

.communi-slider,
.journal-slider {
    padding: 0 47px;
}

.communi-link {
    width: 90%;
    background: #f0f0f0;
    padding: 30px 25px;
    border: 22px solid #fff;
    margin: 0 5%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.communi-link img {
    width: 60px;
    margin-right: 15px;
}

.communi-link img,
.communi-link > div {
    display: inline-block !important;
    vertical-align: top;
}

.communi-link > div strong,
.communi-link > div p {
    width: 100%;
    display: inline-block;
}

.communi-link > div {
    width: calc(100% - 80px);
}

.communi-link > div strong {
    color: #0d52a2;
    font-size: 1.3rem;
}

.communi-link > div p {
    margin: 0;
    font-size: 1rem;
}

.communi-slider .slick-prev::before,
.communi-slider .slick-next::before,
.journal-slider .slick-prev::before,
.journal-slider .slick-next::before {
    display: none;
}

.communi-slider .slick-prev,
.journal-slider .slick-prev {
    left: 0;
    background-image: url(../images/communi-slider-prev.svg);
}

.communi-slider .slick-next,
.journal-slider .slick-next {
    right: 0;
    background-image: url(../images/communi-slider-next.svg);
}

.communi-slider .slick-prev,
.communi-slider .slick-next,
.journal-slider .slick-prev,
.journal-slider .slick-next {
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: contain;
}

.communi-slider .slick-prev:focus,
.communi-slider .slick-next:focus,
.journal-slider .slick-prev:focus,
.journal-slider .slick-next:focus {
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: contain;
}

/* 相關連結
---------------------------------------------- */
.indexLinkSlider a img {
    display: block;
    margin: 0 auto;
    border: 1px solid #dcdcdc;
    border-radius: 7px;
}

.indexLinkSlider .slick-prev,
.indexLinkSlider .slick-next {
    width: 10px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
}

.indexLinkSlider .slick-prev::before,
.indexLinkSlider .slick-next::before {
    display: none;
}

.indexLinkSlider .slick-prev {
    left: 0;
    background-image: url(../images/iconSlider-prev.png);
}

.indexLinkSlider .slick-next {
    right: 0;
    background-image: url(../images/iconSlider-next.png);
}

.indexLinkSlider {
    padding: 0 10px;
}

/* 多層次傳銷事業統計
---------------------------------------------- */
.indexTitle {
    font-size: 1.75rem;
    font-weight: bold;
    margin: 0 0 30px 0;
}

.indexStatisticsTab {
    display: inline-flex;
    width: 100%;
    margin: 0 0 30px 0;
    flex-wrap: wrap;
}

.indexStatisticsTab a {
    float: left;
    width: calc(100% / 2 - 15px);
    padding: 15px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    -ms-flex-line-pack: center;
    align-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    font-size: 1.25rem;
    font-weight: bold;
}

.indexStatisticsTab a:first-child {
    margin-right: 30px;
}

.indexStatisticsCont {
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 22px rgba(84, 84, 84, 0.2);
    display: inline-block;
    padding: 45px;
    display: none;
    overflow: hidden;
}

.indexStatisticsCont img {
    margin: 0 auto;
    display: block;
    width: 100%;
}

.indexStatisticsTab a.active {
    background: rgb(70, 130, 48);
    color: #fff;
    position: relative;
    border: 1px solid;
    border-color: rgb(70, 130, 48);
}

.indexStatisticsTab a.active::before {
    content: '';
    background: url(../images/tabArr.svg) no-repeat bottom center;
    width: 36px;
    height: 11px;
    background-size: contain;
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
}

.indexStatistics {
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
}

.indexStatistics::before {
    content: '';
    background: #ffb2a1;
    height: 280px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

/* 影音/花絮
---------------------------------------------- */
.indexMediaInner {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

section.indexYT,
.indexActi {
    width: calc(100% / 2 - 25px);
    background: rgb(115, 96, 159);
    padding: 20px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
}

.indexActi {
    width: calc(100% / 2 - 25px);
    background: rgb(74, 105, 33);
}

.indexActiPic {
    overflow: hidden;
}

.indexActi img {
    display: block;
    width: 100%;
}

section.indexYT {
    margin-right: 50px;
}

.indexMediaTitle {
    display: inline-block;
    width: 100%;
    margin: 0 0 35px 0;
    position: relative;
    padding-right: 50px;
}

.indexMediaTitle strong {
    display: inline-block;
    color: #fff;
    font-size: 1.55rem;
}

.indexMediaTitle h2 {
    display: inline-block;
    color: #fff;
    font-size: 1.55rem;
}

.indexMediaTitle a {
    display: inline-block;
    background: #5787b8;
    width: 46px;
    padding: 9px;
    border-radius: 3px;
    position: absolute;
    right: 0;
}

.indexActi .indexMediaTitle a {
    background: rgba(255, 255, 255, 0.4);
}

.ytTitle,
.ActiTitle {
    margin: 10px 0 0 0;
    color: #ffffff;
}

.indexMediaCont {
    display: inline-block;
    width: 100%;
}

.indexMediaCont iframe {
    width: 100%;
}

.indexMediaMore {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 5px 0 0 0;
}

.indexMediaMore a {
    color: #fff;
    font-size: 0.95rem;
    padding: 6px 20px 9px 20px;
    width: 95px;
    border-radius: 35px;
    display: inline-block;
    vertical-align: top;
    background: rgba(0, 0, 0, 0.3);
    background-size: 6px;
    line-height: normal;
}

.indexActiSlider {
    display: block;
    width: 100%;
    overflow: hidden;
}

.indexActiSlider .slick-prev,
.indexActiSlider .slick-next {
    top: 45%;
    width: 29px;
    height: 58px;
    background-repeat: no-repeat;
    background-size: contain;
}

.indexActiSlider .slick-prev::before,
.indexActiSlider .slick-next::before {
    display: none;
}

.indexActiSlider .slick-prev {
    left: 0;
    background-image: url(../images/ActiSlider-prev.png);
}

.indexActiSlider .slick-next {
    right: 0;
    background-image: url(../images/ActiSlider-next.png);
}

/* 快捷選單
---------------------------------------------- */

.fast-nav-wrap {
    position: fixed;
    right: 0px;
    top: 300px;
    z-index: 999;
    width: 170px;
}

ul.fast-nav {
    float: left;
    background: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    width: calc(100% - 20px);
    list-style: none;
    box-shadow: 6px 7px 22px rgba(84, 84, 84, 0.2);
}

ul.fast-nav li {
    float: left;
    width: 100%;
    padding: 8px 15px;
    border-bottom: 1px solid #e0e0e0;
}


ul.fast-nav li a p {
    margin: 0 0 0 5px;
    font-size: 0.9rem;
    width: calc(100% - 33px);
    text-align: left;
    color: #333;
}

ul.fast-nav li a img,
ul.fast-nav li a p {
    display: inline-block;
    vertical-align: middle;
}

ul.fast-nav li:last-child {
    border-bottom: 0;
}

.fast-nav-switch {
    box-shadow: 0px 2px 22px rgba(84, 84, 84, 0.2);
    float: left;
    width: 20px;
    height: 56px;
}

.fast-nav-switch {
    background: url(../images/switch-close.png) center center no-repeat #fff;
}

.fast-nav-switch.open {
    background: url(../images/switch-open.png) center center no-repeat #fff;
}

.fairtrade-phone img {
    margin: 0 auto;
    display: block;
}

.fairtrade-phone p {
    margin: 9px 0;
    font-size: 0.85rem;
    text-align: left;
    line-height: 22px;
}

.fairtrade-phone p:last-child {
    margin-bottom: 0;
}


/*--*/
section.indexKv {
    position: relative;
}

a.index-slider-more {
    background: rgb(27, 117, 147);
    color: #fff;
    border-radius: 5px;
    width: 15px;
    font-weight: bold;
    position: absolute;
    height: 15px;
    display: inline-block;
    line-height: normal;
    padding: 19px;
    bottom: 15px;
    font-size: 0;
    right: 15px;
}

a.index-slider-more::before {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
}

/* 多層次傳銷事業統計
---------------------------------------------- */
#gst1 table,
#gst2 table {
    width: 100%;
    table-layout: fixed;
}

#gst2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#gst2 table {
    width: 50%;
}

#gst2 table:first-child {
    border-right: 1px solid #fff;
}

#gst1 table th {
    padding: 12px 10px;
}

#gst1 table td {
    padding: 30px 10px;
}

#gst2 table th,
#gst2 table td {
    padding: 10px;
}

#gst1 table th,
#gst2 table th {
    color: #fff;
    background: rgb(214, 50, 0);
}

#gst1 table td,
#gst2 table td {
    text-align: center;
    font-weight: bold;
}

#gst1 table tr:nth-child(odd) td,
#gst2 table tr:nth-child(odd) td {
    background: #eee;
}

#gsc1,
#gst1,
#gsc2,
#gst2 {
    width: calc(50% - 4px);
    float: left;
}

.gsc-desc {
    font-size: 0.92rem;
    font-weight: bold;
    color: #555;
    width: 625px;
    margin: 0 auto;
}

.gsc-desc li {
    display: inline-block;
    vertical-align: top;
    margin: 2px 10px;
    width: 30%;
}

.gsc-desc li span {
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 9px;
    margin-right: 6px;
    margin-top: 6px;
}

.gsc-desc li .color1 {
    background: rgb(51, 102, 204);
}

.gsc-desc li .color2 {
    background: rgb(220, 57, 18);
}

.gsc-desc li .color3 {
    background: rgb(255, 153, 0);
}

.gsc-desc li .color4 {
    background: rgb(16, 150, 24);
}

.gs-notes {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

/* 多層次傳銷事業統計 end
---------------------------------------------- */

.indexLink {
    margin: 0 0 30px 0;
}
