@charset "utf-8";

/* CSS Document */

/*----------------------------------------------------------------------*/
/* 共用樣式 */

.IndexBlock {
    width: 100%;
    position: relative;
}


@media screen and (min-width:1600px) {
    .IndexBlock {
        padding: 0 160px;
    }
}

@media screen and (max-width:1599px) and (min-width:1440px) {
    .IndexBlock {
        padding: 0 5.5vw;
    }
}

@media screen and (max-width:1439px) and (min-width:1024px) {
    .IndexBlock {
        padding: 0 60px;
    }
}

@media screen and (max-width:1023px) and (min-width:960px) {
    .IndexBlock {
        padding: 0 30px;
    }
}

@media screen and (min-width:960px) {
    .IndexBlock {
        margin: 100px 0;
    }
}

@media screen and (max-width:959px) {
    .IndexBlock {
        padding: 0 15px;
    }

    section.IndexBlock {
        margin: 50px 0;
    }
}

/* .IndexBlock .index_block_title {
    text-align: left;
} */

.IndexBlock .index_block_title .en {
    display: block;
    color: #7793af;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1em;
    margin-bottom: 15px;
}

.IndexBlock .index_block_title>div {
    color: #79b425;
    font-weight: 700;
    letter-spacing: .1em;
}

@media screen and (min-width:1024px) {
    .IndexBlock .index_block_title>div {
        font-size: 2.625rem;
    }
}

@media screen and (max-width:1023px) {
    .IndexBlock .index_block_title>div {
        font-size: 2rem;
    }
}

.IndexBlock .index_btn {
    width: 200px;
}

.IndexBlock .index_btn a {
    color: #fff;
    position: relative;
    display: block;
    border-radius: 30px;
    background-color: #4d8da9;
    border: 5px solid #d0e6ef;
    text-align: center;
    letter-spacing: .1em;
	text-decoration:none;
}

.IndexBlock .index_btn a:hover {
    background-color:  #085677;
    border-color: #5baacc;

}

.IndexBlock .index_btn.index_btn_link a {
    background-color: #f99911;
    border-color:#ffddac;
}

.IndexBlock .index_btn.index_btn_link a:hover {
    background-color: #ff3f1d;
    border-color:#ff8b71;

}



.IndexBlock .index_btn a::after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/btn-icon.png) no-repeat;
    background-size: 200%;
    top: calc(50% - 10px);
}

.IndexBlock .index_btn.index_btn_link a::after {
    background-position: 0 100%;

}

@media screen and (min-width:1440px) {

    .IndexBlock .index_btn a {
        padding: 18px 50px 18px 30px;
    }

    .IndexBlock .index_btn a::after {
        right: 30px;
    }
}

@media screen and (max-width:1439px) {

    .IndexBlock .index_btn a {
        padding: 15px 40px 15px 20px;
    }

    .IndexBlock .index_btn a::after {
        right: 20px;
    }

}

/*----------------------------------------------------------------------*/

/* EventTitle */
@media screen and (min-width:1440px) {
    #EventTitle {
        margin-top: 20px;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 1439px) {
    #EventTitle {
        margin-top: 10px;
        margin-bottom: 40px;
    }
}

#EventTitle {
    position: relative;
}

#EventTitle .logo_title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#EventTitle .logo_title>div {
    padding: 10px 0;
}

#EventTitle .logo_title .logo a {
    display: flex;
    align-items: center;
}

#EventTitle .logo a>div {
    width: inherit;
    height: inherit;
    display: flex;
    align-items: center;
}


#EventTitle .logo a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

#EventTitle .logo_title .logo a>div {
    flex: 0 1 auto;
    margin-right: 20px;
}



@media screen and (min-width: 1280px) {
    #EventTitle .logo_title .logo a>div {
        height: 80px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    #EventTitle .logo_title .logo a>div {
        height: 65px;
    }
}

@media screen and (max-width: 1023px) {
    #EventTitle .logo_title .logo a>div {
        height: 50px;
    }
}

#EventTitle .main_title_ch h1 {
    color: #0c5258;
    font-weight: 500;
    text-align: center;
    line-height: 1.2em;
}

@media screen and (min-width: 1800px) {
    #EventTitle .main_title_ch h1 {
        font-size: 3.375rem;
    }
}

@media screen and (max-width: 1799px) and (min-width:1440px) {
    #EventTitle .main_title_ch h1 {
        font-size: 3.125rem;
    }
}

@media screen and (max-width: 1439px) and (min-width:1024px) {
    #EventTitle .main_title_ch h1 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 1023px) and (min-width:960px) {
    #EventTitle .main_title_ch h1 {
        font-size: 2.625rem;
    }
}

@media screen and (max-width: 959px) {
    #EventTitle .main_title_ch h1 {
        font-size: 2.25rem;
    }
}

#EventTitle .main_title_en {
    color: #7793af;
    font-weight: 500;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1.2em;
}

@media screen and (min-width: 1024px) {
    #EventTitle .main_title_en {
        font-size: 1.625rem;
        margin: 10px 0;
    }
}

@media screen and (max-width: 1023px) {
    #EventTitle .main_title_en {
        font-size: 1.25rem;
        margin: 5px 0;
    }
}

#EventTitle .sub_title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
	margin: 20px 0;
}

#EventTitle .sub_title>div {
	padding: 5px 0;
}

#EventTitle .sub_title .title1 {
    letter-spacing: .2em;
    position: relative;
	padding-right:0.45em;
	font-weight: 900;
	color: transparent; 
	background: linear-gradient(90deg, #497d00, #68b200, #497d00); 
	-webkit-background-clip: text; 
	background-clip: text;
}

#EventTitle .sub_title .title1::after {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #79b425;
    right: 0;
	top: 0;
}


#EventTitle .sub_title .title2 {
    font-weight: 700;
	color: #79b425;
    letter-spacing: .1em;
	max-width: 12.1em;
	padding-left:1em;
	box-sizing:content-box;
	line-height: 1.15em;
}

@media screen and (min-width: 1440px) {
    #EventTitle .sub_title .title1 {
        font-size: 5.25rem;
    }

    #EventTitle .sub_title .title2 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 1439px) and (min-width:1024px) {
    #EventTitle .sub_title .title1 {
        font-size: 4.625rem;
    }

    #EventTitle .sub_title .title2 {
        font-size: 2.25rem;
    }
}

@media screen and (max-width: 1023px) and (min-width:960px) {
    #EventTitle .sub_title .title1 {
        font-size: 4rem;
    }

    #EventTitle .sub_title .title2 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 959px) {
    #EventTitle .sub_title .title1 {
        font-size: 3.5rem;
    }

    #EventTitle .sub_title .title2 {
        font-size: 1.625rem;
    }
}

@media screen and (max-width: 767px) {
    #EventTitle .sub_title > div {
        width:100%;
		text-align: center;
    }
	
    #EventTitle .sub_title .title1 {
		padding-right: 0;
    }
	
	#EventTitle .sub_title .title1::after {
		height: 20px;
		right: 50%;
		top: 100%;
	}
	
    #EventTitle .sub_title .title2 {
        max-width: none;
		padding-left: 0;
		margin-top: 20px;
    }
}


#EventTitle .date_venue {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    flex-wrap: wrap;
}


@media screen and (min-width: 960px) {
    #EventTitle .date_venue {
        font-size: 1.5rem;
    }

    #EventTitle .date_venue>div {
        margin-top: 20px;
    }
}

@media screen and (max-width: 959px) {
    #EventTitle .date_venue {
        font-size: 1.125rem;
    }

    #EventTitle .date_venue>div {
        margin-top: 15px;
    }
}

#EventTitle .date_venue>div {
    position: relative;
}

#EventTitle .date_venue>div {
    margin-right: 4vw;
}

#EventTitle .date_venue>div:last-child {
    margin-right: 0;
}


#EventTitle .date_venue>div:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
}

@media screen and (min-width: 960px) {
    #EventTitle .date_venue>div:before {
        width: 24px;
        height: 24px;
    }

    #EventTitle .date_venue>div {
        padding-left: 30px;
    }
}

@media screen and (max-width: 959px) {
    #EventTitle .date_venue>div:before {
        width: 18px;
        height: 18px;
    }

    #EventTitle .date_venue>div {
        padding-left: 22px;
    }

}

#EventTitle .date_venue .date:before {
    background: url(../images/date-icon.svg) no-repeat 0 0;
}

#EventTitle .date_venue .venue::before {
    background: url(../images/venue-icon.svg) no-repeat 0 0;
}

/*---------------------------------------------------------------------------------------------------------------------------------------*/

/* KeyVisual */

#KeyVisual {
	margin-top: 50px;
}
#KeyVisual .owl-carousel .owl-stage-outer {
    border-radius: 30px;
}


.index_slider_list .item a{
    width: 100%;
    padding-bottom: 41.25%;
    display: block;
    position: relative;
    overflow: hidden;
}



.index_slider_list img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center center;
    transition: all .3s ease;
}


.index_slider_list .item .contBox {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1000;
    background-color: rgba(86, 149, 1, 0.95);
    transition: all .3s ease;
}

.index_slider_list a:hover .contBox{
    background-color: rgba(72, 125, 0, 0.95);
}

@media screen and (max-width:629px) {
    .index_slider_list .item .contBox {
        display: none;
    }
}

.index_slider_list .item .contBox .title {
    color: #fff;
    font-weight: 300;
    letter-spacing: .1em;
    position: relative;
}

.index_slider_list .item .contBox .title::before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
}

@media screen and (min-width:1440px) {
    .index_slider_list .item .contBox {
        padding: 25px 50px 25px 60px;
    }

    .index_slider_list .item .contBox .title {
        font-size: 1.25rem;
        line-height: 1.4em;
    }

    .index_slider_list .item .contBox .title::before {
        width: 9px;
        height: 9px;
        top: 10px;
        left: -15px;
    }
}

@media screen and (max-width:1439px) and (min-width:960px) {
    .index_slider_list .item .contBox {
        padding: 20px 40px 20px 50px;
    }

    .index_slider_list .item .contBox .title {
        font-size: 1.125rem;
        line-height: 1.2em;
    }

    .index_slider_list .item .contBox .title::before {
        width: 8px;
        height: 8px;
        top: 6px;
        left: -10px;
    }
}

@media screen and (max-width:959px) {
    .index_slider_list .item .contBox {
        padding: 15px 30px 15px 40px;
    }

    .index_slider_list .item .contBox .title {
        line-height: 1.2em;
    }

    .index_slider_list .item .contBox .title::before {
        width: 6px;
        height: 6px;
        top: 6px;
        left: -10px;
    }
}

.index_slider_list a:hover img,
.index_slider_list a:focus img{
    filter: brightness(110%);
}

/* owl-carousel */
.index_slider_list .owl-nav>button {
    position: absolute;
    top: 50%;
    text-indent: -999px;
    z-index: 9999;
    overflow: hidden;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.index_slider_list .owl-nav>button:hover {
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); */
}

.index_slider_list .owl-nav>button::after {
    content: '';
    display: block;
    position: absolute;
    width: 22px;
    height: 12px;
    top: calc(50% - 6px);
    background: url(../images/arrow-icon.svg) no-repeat 0 0;
    background-size: inherit;
    transition: all 0.3s ease;
}

#KeyVisual .index_slider_list .owl-nav button.owl-prev,
#KeyVisual .index_slider_list .owl-nav button.owl-next {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #ebebed;
}

#KeyVisual .index_slider_list .owl-nav button:hover.owl-prev,
#KeyVisual .index_slider_list .owl-nav button:hover.owl-next {
    border: 1px solid #569501;
}

.index_slider_list .owl-nav .owl-prev::after {
    left: calc(50% - 9px);

}

.index_slider_list .owl-nav .owl-next::after {
    right: calc(50% - 9px);
    transform: rotate(-180deg);
}


@media screen and (max-width: 639px) {
    .index_slider_list .owl-nav>button {
        margin-top: -18px;
        width: 36px;
        height: 36px;
    }

    .index_slider_list .owl-nav .owl-prev {
        left: 5px;
    }

    .index_slider_list .owl-nav .owl-next {
        right: 5px;
    }

}

@media screen and (min-width: 640px) and (max-width: 1023px) {
    .index_slider_list .owl-nav>button {
        margin-top: -21px;
        width: 42px;
        height: 42px;
    }


    .index_slider_list .owl-nav .owl-prev {
        left: 10px;
    }

    .index_slider_list .owl-nav .owl-next {
        right: 10px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .index_slider_list .owl-nav>button {
        margin-top: -25px;
        width: 50px;
        height: 50px;
    }

    .index_slider_list .owl-nav .owl-prev {
        left: -25px;
    }

    .index_slider_list .owl-nav .owl-next {
        right: -25px;
    }
}

@media screen and (min-width: 1600px) {
    .index_slider_list .owl-nav>button {
        margin-top: -30px;
        width: 60px;
        height: 60px;
    }

    .index_slider_list .owl-nav .owl-prev {
        left: calc(-60px - 2vw)
    }

    .index_slider_list .owl-nav .owl-next {
        right: calc(-60px - 2vw)
    }

}


.index_slider_list .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 0;
}

@media screen and (max-width: 767px) {
    .index_slider_list .owl-dots {
        bottom: -21px;
    }
}

@media screen and (min-width: 768px) {
    .index_slider_list .owl-dots {
        bottom: -26px;
    }
}

.index_slider_list .owl-dots .owl-dot {
    display: inline-block;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    border-radius: 50%;
}

.index_slider_list .owl-dots .owl-dot.active,
.index_slider_list .owl-dots .owl-dot:hover {
    background-color: #79b425;
    border-color: #79b425;
}

/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*section-Info*/


.IndexInfo {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.IndexInfo::before {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/bg-04.png) no-repeat right top;
    background-size: contain;
    z-index: -100;
    max-width: 135px;
    height: 246px;
    right: 0;
}

.IndexInfo::after {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/bg-05.png) no-repeat left bottom;
    background-size: contain;
    z-index: -100;
    max-width: 280px;
    height: 276px;
    left: 0;
}

@media screen and (min-width:1024px) {
    .IndexInfo::before {
        width: 7vw;
        top: -80px;
    }

    .IndexInfo::after {
        width: 14.6vw;
        bottom: -65px;
    }
}

@media screen and (max-width:1023px) {
    .IndexInfo::before {
        width: 13.2vw;
        top: -100px;
    }

    .IndexInfo::after {
        width: 27.3vw;
        bottom: -80px;
    }
}

.IndexInfo .col_left {
    background-color: #fff;
}

@media screen and (min-width:840px) {
    .IndexInfo .col_right {
        display: flex;
        justify-content: space-between;
    }
}


@media screen and (min-width:1600px) {

    .IndexInfo .col_left {
        border-radius: 50px;
        padding: 45px;
        width: 50%;
    }

    .IndexInfo .col_right {
        border-radius: 50px;
        width: 47%;
    }

    .IndexInfo .col_right>div {
    border-radius: 50px;
    }
}

@media screen and (max-width:1599px) and (min-width:1024px) {

    .IndexInfo .col_left {
        width: 50%;
        border-radius: 40px;
        padding: 35px;
    }

    .IndexInfo .col_right {
        width: 48%;
    }

    .IndexInfo .col_right>div {
        border-radius: 40px;
    }
}

@media screen and (min-width:1024px) {
    .IndexInfo .col_right {
        flex-direction: column;
    }

}


@media screen and (max-width:1023px) {

    .IndexInfo {
        flex-direction: column;
    }

    .IndexInfo .col_left {
        width: 100%;
        padding: 30px;
        border-radius: 30px;
    }

    .IndexInfo .col_right {
        width: 100%;
    }

    .IndexInfo .col_right>div {
        border-radius: 30px;
    }
}

@media screen and (max-width:1023px) and (min-width:840px) {
    .IndexInfo .col_right>div {
        width: 49%;
    }

    .IndexInfo .col_left {
        margin-bottom: 30px;
    }
}


@media screen and (max-width:839px) {
    .IndexInfo .col_right>div {
        width: 100%;
    }

    .IndexInfo .col_left {
        margin-bottom: 15px;
    }
}


/*認證積分*/
.IndexInfo .index_point_list {
    margin-top: 15px;
}

.IndexInfo .index_point_list ul {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}

.IndexInfo .index_point_list li {
    background-color: #fff;
	border:4px solid #ffeadf;
    border-radius: 15px;
    overflow: hidden;
}

@media screen and (min-width:1440px) {
    .IndexInfo .index_point_list li {
        padding: 30px 20px;
        margin: 15px 0;
    }
}

@media screen and (max-width:1439px) and (min-width:1024px) {
    .IndexInfo .index_point_list li {
        padding: 20px 15px;
        margin: 30px 0;
    }
}

@media screen and (max-width:1023px) {
    .IndexInfo .index_point_list li {
        margin: 10px 0;
    }
}

@media screen and (max-width:1023px) and (min-width:960px) {
    .IndexInfo .index_point_list li {
        padding: 15px 10px;
    }
}

@media screen and (min-width:960px) {
    .IndexInfo .index_point_list li {
        max-width: 250px;
    }
}

@media screen and (min-width:768px) {
    .IndexInfo .index_point_list li {
        width: 30%;
    }
}

@media screen and (max-width:767px) {
    .IndexInfo .index_point_list li {
        width: 48%;
    }
}


.index_point_list .item .point {
    color: #666666;
    font-weight: 400;
    text-align: center;
}

.index_point_list .item .point span {
    color: #ff7129;
    font-weight: 700;
}

.index_point_list .item .title {
    color: #333333;
    font-weight: 700;
    text-align: center;
}

@media screen and (min-width:1440px) {

    .index_point_list .item .point {
        font-size: 1.25rem;
        margin-bottom: 20px;
    }

    .index_point_list .item .point span {
        font-size: 5rem;
        margin-right: 15px;
    }

    .index_point_list .item .title {
        font-size: 1.25rem;
        line-height: 1.2em;
    }

}

@media screen and (max-width:1439px) and (min-width:1024px) {

    .index_point_list .item .point {
        font-size: 1.125rem;
        margin-bottom: 20px;
    }

    .index_point_list .item .point span {
        font-size: 4rem;
        margin-right: 5px;
    }

    .index_point_list .item .title {
        font-size: 1rem;
        line-height: 1.2em;
    }
}

@media screen and (max-width:1023px) and (min-width:960px) {
    .index_point_list .item .point {
        margin-bottom: 10px;
    }

    .index_point_list .item .point span {
        font-size: 5rem;
        margin-right: 15px;
    }

    .index_point_list .item .title {
        font-size: 1.25rem;
        line-height: 1.2em;
    }
}

@media screen and (max-width:959px) {
    .IndexInfo .index_point_list li {
        padding: 20px 10px;
    }

    .index_point_list .item .point {
        margin-bottom: 20px;
    }

    .index_point_list .item .point span {
        font-size: 4rem;
        margin-right: 5px;
    }

    .index_point_list .item .title {
        font-size: 1.125rem;
        line-height: 1.2em;
    }
}


/*檔案下載*/
.IndexInfo .col_right .download {
    background-color: #fff;
    position: relative;
}

@media screen and (min-width:1600px) {
    .IndexInfo .col_right .download{
        padding: 45px;
    }
}

@media screen and (max-width:1599px) and (min-width:1024px) {
    .IndexInfo .col_right .download {
        padding: 35px;
    }
}

@media screen and (min-width:1024px){
    .IndexInfo .col_right .download {
        min-height: 320px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:1023px){
    .IndexInfo .col_right .download {
        padding: 40px;
    }
}


@media screen and (max-width:839px) {
    .IndexInfo .col_right .download {
        margin-bottom: 15px;
    }
}



.IndexInfo .col_right .download .download_content {
    display: flex;
    position: relative;
    justify-content: space-between;
}

@media  screen and (max-width:1023px) {
.IndexInfo .col_right .download .download_content {
    flex-direction:column;
}
}


@media  screen and (min-width:1024px) {
    .IndexInfo .download .index_block_title{
    width:55%;
    flex: 1 0 auto;
}

.IndexInfo .download .annual{
    width: 45%;
    margin-left: 15px;
}
}

@media  screen and (max-width:1023px) {

    .IndexInfo .download .index_block_title{
        width:100%;
    }

.IndexInfo .download .annual{
    margin: 15px 0;
}
}


@media  screen and (max-width:1023px) {
    .IndexInfo .download .annual.notice{
        width: 100%;
    }

}



.IndexInfo .download .annual .annual_img {
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
}

.IndexInfo .download .annual .annual_img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}


.IndexInfo .download .annual .annual_title {
    text-align: center;
    color: #333333;
    font-weight: 500;
    margin-top: 15px;
    letter-spacing: .1rem;
}

@media screen and (min-width:1440px) {
    .IndexInfo .download .annual .annual_title {
        font-size: 1.25rem;
    }
}

@media screen and (max-width:1439px) {
    .IndexInfo .download .annual .annual_title {
        font-size: 1.125rem;
    }
}



.IndexInfo .download .annual.notice{
    padding: 20px 10px;
    border: 1px solid #cdcbc8;
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    border-radius: 10px;
}

.IndexInfo .download .annual.notice span{
    text-align: center;
    color: #333333;
    font-weight: 500;
    letter-spacing: .1rem;
    line-height: 1.1em;
}

@media screen and (min-width:1024px) {
    .IndexInfo .download .annual.notice{
        height: 180px;
        margin: 30px 0;
    }
}


@media screen and (max-width:1023px) {
    .IndexInfo .download .annual.notice{
        height: 250px;
        margin:40px 0;
    }
}


@media screen and (min-width:1600px) {
    .IndexInfo .download .index_btn{
        left: 45px;
        bottom: 45px;
    }
}

@media screen and (max-width:1599px) and (min-width:1024px) {
    .IndexInfo .download .index_btn{
        left: 35px;
        bottom: 35px;
    }
}

@media screen and (max-width:1023px) and (min-width:840px) {
    .IndexInfo .download .index_btn{
        left: 40px;
        bottom: 30px;
    }
}

@media screen and (min-width:1024px){
    .IndexInfo .download .index_btn{
        position: absolute;
    }
}

@media screen and (max-width:1023px){
    .IndexInfo .download .index_btn{
        margin:0 auto;
    }
}


/*活動倒數*/

.IndexInfo .col_right .countdown {
    background-color: #ffffff;
    border: 10px solid #d3eecf;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (min-width:1600px) {
    .IndexInfo .col_right .countdown {
        padding: 45px;
    }
}

@media screen and (max-width:1599px) and (min-width:1024px) {
    .IndexInfo .col_right .countdown {
        padding: 35px;
    }
}

@media screen and (max-width:1023px){
    .IndexInfo .col_right .countdown {
        padding: 30px;
    }
}

.IndexInfo .col_right .countdown::before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    background: url(../images/countdown-bg.png) repeat-y;
    background-size: contain;
    top: 0;
}

@media screen and (min-width:1600px) {
    .IndexInfo .col_right .countdown::before {
        right: -28px;
    }
}

@media screen and (max-width:1599px) and (min-width:1024px) {
    .IndexInfo .col_right .countdown::before {
        right: -25px;
    }
}

@media screen and (min-width:1024px) {
    .IndexInfo .col_right .countdown::before {
        width: 3.3vw;
        max-width: 50px;
        min-width: 40px;
    }
}

@media screen and (max-width:1023px) {
    .IndexInfo .col_right .countdown::before {
        width: 3vw;
        right: -20px;
    }
}

@media screen and (max-width:768px) {
    .IndexInfo .col_right .countdown::before {
        display: none;
    }
}

.IndexInfo .countdown .state .state_title {
    color: #79b425;
    font-weight: 700;
    text-align: center;
    letter-spacing: .1em;
}

@media screen and (min-width:1024px) {
    .IndexInfo .countdown .state .state_title {
        font-size: 2.375rem;
    }
}

@media screen and (max-width:1023px) {
    .IndexInfo .countdown .state .state_title {
        font-size: 1.85rem;
    }
}

.IndexInfo .countdown .state .desc {
    margin-top: 15px;
    text-align: center;
    padding-bottom: 5px;
}

.IndexInfo .countdown .state .desc span {
    position: relative;
    font-size: 1.5rem;
    color: #ff7129;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.3em;
    display: inline-block;
    text-decoration: underline;
    text-decoration-color: #ff7129;
    text-underline-offset: 5px;
}


.IndexInfo .countdown .day {
    font-size: 1.5rem;
    color: #333333;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: center;
}

.IndexInfo .countdown .day span {
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    position: relative;
    z-index: 1000;
    flex: 1 1 auto ;
    text-align: center;
}


@media screen and (min-width:1440px) {

    .IndexInfo .countdown .state .desc {
        margin-bottom: 30px;
    }

    .IndexInfo .countdown .day span {
        padding: 45px 30px;
        font-size: 9.375rem;
        margin: 0 15px;
    }
}

@media screen and (max-width:1439px) {

    .IndexInfo .countdown .state .desc {
        margin-bottom: 15px;
    }

    .IndexInfo .countdown .day {
        text-align: center;
        margin-top: 20px;
    }


    .IndexInfo .countdown .day span {
        padding: 30px 15px;
        font-size: 8rem;
        margin: 0 10px;
    }
}

@media screen and (max-width:639px) {
    .IndexInfo .countdown .day {
        margin-top: 0px;
        font-size: 0.875rem;
    }

    .IndexInfo .countdown .day span {
        padding: 15px 5px;
        font-size: 6rem;
        margin: 0 5px;
    }

}

.IndexInfo .countdown .day span:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #cdcbc8;
    border-radius: 10px;
    top: 0;
    left: 0;
    z-index: -8;
}

.IndexInfo .countdown .day span::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #cdcbc8;
    top: 50%;
    left: 0;
    z-index: -10;
}


/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*歡迎詞*/

.IndexMessage>div {
    position: relative;
}

@media screen and (min-width:1600px) {
    .IndexMessage>div {
        margin-left: 45px;
    }
}

@media screen and (max-width:1599px) and (min-width:1024px) {
    .IndexMessage>div {
        margin-left: 35px;
    }
}

@media screen and (max-width:1023px)  {
    .IndexMessage>div {
        margin: 0 30px;
    }
}


.IndexMessage .message_content {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
}

@media screen and (min-width:960px) {
    .IndexMessage .message_content .message_title {
        width: 25%;
    }

    .IndexMessage .message_content .message_quot {
        width: 70%;
    }
}

@media screen and (max-width:959px) {
    .IndexMessage .message_content {
        flex-direction: column;
    }

    .IndexMessage .message_content .message_title,
    .IndexMessage .message_content .message_quot {
        width: 100%;
    }

    .IndexMessage .message_content .message_quot {
        margin-top:20px ;
        margin-bottom: 20px;
    }

}


.IndexMessage .message_quot>div {
    position: relative;
}

.IndexMessage .message_quot p {
    color: #333333;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 2em;
    text-align: center;
}

.IndexMessage .message_quot>div::before,
.IndexMessage .message_quot>div::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/quot-bg.png) no-repeat;
    background-size: 100%;
}

.IndexMessage .message_quot>div::before {
    background-position: 0 0;
    top: 0;
    left: 0;
}

.IndexMessage .message_quot>div::after {
    background-position: 0 100%;
    bottom: 0;
    right: 0;
}


@media screen and (min-width:960px) {
    .IndexMessage .message_quot>div {
        padding: 40px;
    }

    .IndexMessage .message_quot p {
        font-size: 1.125rem;
        max-height: 10.125em;
        min-height: 5em;
        -webkit-line-clamp: 5;
    }

    .IndexMessage .message_quot>div::before,
    .IndexMessage .message_quot>div::after {
        width: 30px;
        height: 30px;
    }
}


@media screen and (max-width:959px) {
    .IndexMessage .message_quot>div {
        padding: 30px;
    }

    .IndexMessage .message_quot p {
        max-height: 13.5em;
        -webkit-line-clamp: 7;
    }

    .IndexMessage .message_quot>div::before,
    .IndexMessage .message_quot>div::after {
        width: 20px;
        height: 20px;
    }
}

@media screen and (min-width:1024px) {
    .IndexMessage .index_btn {
        position: absolute;
        left: 0;
        bottom: 0;
    }
}

/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*最新消息*/

.IndexNews>div,
.IndexNews>div::after{
    background-color: #fff;
    border-radius: 0 50px 50px 0;

}

@media screen and (min-width:1440px) {
    .IndexNews>div::after{
    width: 96vw;
    border-radius: 0 80px 80px 0;
    }
}

@media screen and (max-width:1439px) and (min-width:960px) {
    .IndexNews>div::after{
    width: 97vw;
    border-radius: 0 50px 50px 0;
    }
}

@media screen and (min-width:960px) {
    .IndexNews>div::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -10;
    }

    .IndexNews>div {
        padding:50px 0 50px 45px ;

    }
}

@media screen and (max-width:956px) {
    .IndexNews>div {
        border-radius: 30px;
        padding:30px;
    }
}


.IndexNews .index_news_list{
    margin-top: 30px;
    margin-bottom: 40px;
}

.IndexNews .index_news_list ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.IndexNews .index_news_list .item{
    border-bottom: 1px solid #cdcbc8;
}

@media screen and (min-width:1440px) {

    .IndexNews .index_news_list .item{
        width: 47%;
        padding: 35px 20px;
    }

}


@media screen and (max-width:1439px) and (min-width:960px) {
    .IndexNews .index_news_list .item{
        width: 48.5%;
        padding: 30px 10px;
    }

}

@media screen and (max-width:959px) {

    .IndexNews .index_news_list  .item{
        width: 100%;
        padding: 20px 0px;
    }

}

@media screen and (min-width:630px) {
    .IndexNews .index_news_list .item{
        display: flex;
        align-items: center;
    }
}



@media screen and (min-width:960px) {

    .IndexNews .index_news_list .item:nth-child(2){
        border-top: 1px solid #cdcbc8;
    }

}


.IndexNews .index_news_list .item:first-child{
        border-top: 1px solid #cdcbc8;
}


.index_news_list .item .date{
    color: #333333;
    text-align: center;
    display: inline-block;
}

.index_news_list .item .date span{
    display: block;
    background-color: #79b425;
    white-space: nowrap;
	color:#fff;

}

@media screen and (min-width:960px) {
    .index_news_list .item .date {
        margin-right:20px;
    }

    .index_news_list .item .date span{
        min-width: 128px;
        padding: 10px 20px;
        border-radius: 20px;
    }
}

@media screen and (max-width:959px) {
    .index_news_list .item .date {
        margin-right:10px;
    }

    .index_news_list .item .date span{
        font-size: 0.875rem;
        min-width: 98px;
        padding: 5px 10px;
        border-radius: 14px;
    }
}

@media screen and (max-width:629px) {

    .index_news_list .item .date {
        margin-bottom:15px;
    }
}


.IndexNews .index_news_list .item .title a{
    color: #333333;
    line-height: 1.25em;
	text-decoration: none;
    letter-spacing: .1em;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 4em;
    -webkit-line-clamp: 2;
}

.IndexNews .index_news_list .item .title a:hover{
    color:#79b425 ;
    text-decoration: underline;
    text-decoration-color:#79b425 ;
    text-underline-offset:4px ;
}

@media screen and (min-width:1024px) {

    .IndexNews .index_news_list .item .title a{
        font-size: 1.25rem;
    }

}


@media screen and (max-width:1023px) {

    .IndexNews .index_news_list .item .title a{
        font-size: 1.125rem;
    }
}
@media screen and (min-width:960px) {

    .IndexNews .index_news_list .item .title{
        width: calc(100% - 128px);
    }
}


@media screen and (max-width:959px) {

    .IndexNews .index_news_list .item .title{
        width: calc(100% - 98px);
    }
}


.IndexNews .index_btn{
    margin: 0 auto;
}

/*----------------------------------------------------------------------*/
.IndexTool{
    position: relative;
}

.IndexTool::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    background: url(../images/bg-06.png) no-repeat right top;
    background-size: contain;
    max-width: 343px;
    height: 273px;
    z-index: -100;
}

@media screen and (min-width:1024px) {
    .IndexTool::after {
        width: 17.8vw;
        top:-50px;
    }

}

@media screen and (max-width:1023px) {
    .IndexTool::after {
        width: 33.5vw;
        top: 0px;
    }
}

@media screen and (min-width:630px) {
    .IndexTool{
        display: flex;
        align-items: flex-start;
    }

    .IndexTool>div{
        width: 50%;
        padding: 0 45px;
    }
}

@media screen and (max-width:1599px) and (min-width:630px) {
    .IndexTool>div{
        padding-right: 10px;
    }
}

@media screen and (max-width:629px){
    .IndexTool>div{
        width: 100%;
    }
}

/* 快速選單 */
.IndexLinks .index_links_list{
    margin: 50px 0;
}


.IndexLinks .index_links_list .item ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.IndexLinks .index_links_list .item li{
    padding: 0 10px;
}

@media screen and (min-width:1024px) {
    .IndexLinks .index_links_list .item li{
        width: 50%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:1023px) {
    .IndexLinks .index_links_list .item li{
        width:100%;
        margin-bottom:10px;
    }
    .IndexLinks .index_links_list .item ul{
        margin-bottom: 10px;
    }

}

.IndexLinks .index_links_list .item a{
    display: flex;
	padding:8px 8px 8px 0;
    border-radius: 10px;
    background: linear-gradient(to right, #57ac2b 0%, #88c14c 100%);
	text-decoration: none;
}

.IndexLinks .index_links_list .item a:hover{
	background: linear-gradient(to right, #ff3f1d 0%, #f99911 100%);
    box-shadow: 0px 6px 10px rgba(0, 6, 6, 0.2);
}


@media screen and (min-width:1024px) {
    .IndexLinks .item a {
        height: 100px;
    }
}

@media screen and (max-width:1023px) {
    .IndexLinks .item a {
        height: 75px;
    }
}

.IndexLinks .item .no{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29.5%;
    height: 100%;
    transition: all .3s ease;
}

.IndexLinks .item .no span{
    color: #fff;
    font-weight: 700;
    text-align: center;
}

@media screen and (min-width:1440px) {
    .IndexLinks .item .no span{
        font-size: 2.625rem;
    }
}

@media screen and (max-width:1439px) {
    .IndexLinks .item .no span{
        font-size: 1.875rem;
    }
}


.IndexLinks .item a .content{
    width: 70.5%;
	border-radius: 5px;
    background-color: #fff;
    position: relative;
    display: flex;
	align-items:center;
    justify-content: center;
}

.IndexLinks .item a .content .title{
    font-weight: 700;
    color: #333333;
    padding-right: 12px;
}

@media screen and (min-width:1440px) {
    .IndexLinks .item a .content .title{
        font-size: 1.25rem;
    }
}

@media screen and (max-width:1439px) {
    .IndexLinks .item a .content .title{
        font-size: 1.125rem;
    }
}

.IndexLinks .item a .content .arrow{
    background: url(../images/btn-icon.png) no-repeat;
    background-position: 100% 100%;
    background-size: 200%;
}

@media screen and (min-width:1440px) {
    .IndexLinks .item a .content .arrow{
        top: calc(50% - 10px);
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width:1439px) {
    .IndexLinks .item a .content .arrow{
        top: calc(50% - 8px);
        width: 16px;
        height: 16px;
    }
}

.IndexLinks .index_links_list .item a:hover .content .arrow{
    transform:translateX(5px) ;
    transition: all .3s ease;
}

.IndexLinks .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.IndexLinks .owl-dots .owl-dot {
    display: inline-block;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    border-radius: 50%;
}

.IndexLinks .owl-dots .owl-dot.active,
.IndexLinks .owl-dots .owl-dot:hover {
    background-color: #79b425;
    border-color: #79b425;
}



/* Line 官方帳號 */

.IndexLine .index_block_title>div{
    color:#06c755 ;
}

.IndexLine .content{
    margin: 50px 0;
    background-color: #fff;
    border: 10px solid #d3f3f1;
    border-radius: 25px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.IndexLine .content .desc{
font-size: 1.125rem;
line-height: 2em;
}

@media screen and (min-width:1440px) {
    .IndexLine .content{
        padding: 45px 60px;
    }

    .IndexLine .content .desc{
        width: calc(100% - 157px);
        padding-right: 50px;
    }
}

@media screen and (max-width:1439px) and (min-width:1024px) {
    .IndexLine .content{
        padding: 25px 40px;
    }
    .IndexLine .content .desc{
        width: calc(100% - 120px);
        padding-right: 25px;
    }
}

@media screen and (max-width:1023px) {

.IndexLine .content{
        flex-direction: column;
        padding: 20px;
    }

    .IndexLine .content .desc{
        width: 100%;
        margin-bottom: 30px ;
        padding: 0;
    }

}

.IndexLine .content .desc a{
    color:#06c755 ;
    position: relative;
}

.IndexLine .content .desc a:hover{
    color: #ff6117;
}

.IndexLine .content .desc a::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background-color:#06c755 ;
    transition: all .3s ease;
}

.IndexLine .content .desc a:hover::after{
    background-color: #ff6117; ;
}


@media screen and (min-width:1440px) {
    .IndexLine .content .qrcode{
        width:157px;
        height:157px;
    }
}

@media screen and (max-width:1439px) and (min-width:1024px) {
    .IndexLine .content .qrcode{
        width:120px;
        height:120px;
    }
}

@media screen and (max-width:1023px) {
    .IndexLine .content .qrcode{
        width: 50%;
    }
}


.IndexLine .content .qrcode img{
    display: block;
    width: 100%;
    height: 100%;
}

