@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@800&display=swap');
/*font-family: 'Noto Sans TC', sans-serif;*/



/*========================================================
                  index_top-menu
=========================================================*/
@media (min-width: 576px) {
    div.top-menu {
        position: relative;
    }
    div.top-menu div {
        position: absolute;
        right: 0;
        background: -webkit-linear-gradient(90deg, rgb(124, 211, 134), rgb(41, 185, 191));
        background: linear-gradient(90deg, rgb(124, 211, 134), rgb(41, 185, 191));
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        padding: 10px 5px 9px 25px;
    }
    div.top-menu div ul {
        display: flex;
        font-size: 13px;
        margin: 0;
    }
    div.top-menu div ul li {
        padding-right: 10px;
        border-right:  2px solid #fff;
        margin-right: 7px;
    }
    div.top-menu div ul li:last-child { border-right: none; margin-right: 0;}
    div.top-menu div a { color: #fff;}
    div.top-menu div a i { display: inline-block; width: 25px;}
}
@media (min-width: 768px) {
    div.top-menu div ul { font-size: 14px;}
}
@media (min-width: 992px) {
    div.top-menu div ul { font-size: 16px;}
}
@media (max-width: 575px) {
    div.top-menu { display: none;}
}

a.Ifb:link     { text-decoration: none; color: #225ABF;}
a.Ifb:visited  { text-decoration: none; color: #225ABF;}
a.Ifb:active   { text-decoration: none; color: #225ABF;}
a.Ifb:hover    { text-decoration: none; color: #7BD387;}






/*========================================================
                  index_Carousel
=========================================================*/
.index_Carousel_bg {
    padding: 10px 0;
    background: url(../images/bg_index_Carousel.jpg);
}


/*========================================================
                  index_Circle
=========================================================*/
.index_Circle_bg {
    padding: 26px 0 24px 0;
    background: url(../images/bg_index_Circle.gif) left bottom;
}
.index_Circle_bg a {
    border-radius: 500px;
    background: #71942A;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #ffffff;
    border: #e0f480 5px solid;
}
.index_Circle_bg a:hover { background: #e0f480; color: #4A711B;}
.index_Circle_bg a div {
    margin-top: 8px;
    font-weight: 400;
    font-family: 'Noto Sans TC', sans-serif;
}
@media only screen and (min-width: 300px) and (max-width: 575px) {
    .index_Circle_bg a {
        border-radius: 15px;
        border: #e0f480 4px solid;
        width: 100%;
        padding: 12px 0;
    }
    .index_Circle_bg a i { font-size: 8vmin;}
    .index_Circle_bg a div {
        font-size: 3vmin;
        margin-top: 1vh;
    }
}
@media (min-width: 576px) {
    .index_Circle_bg a {
        font-size: 16px;
        width: 110px;
        height: 110px;
    }
    .index_Circle_bg a i { font-size: 50px;}
}
@media (min-width: 768px) {
    .index_Circle_bg a {
        font-size: 18px;
        width: 140px;
        height: 140px;
    }
    .index_Circle_bg a i { font-size: 60px;}
}
@media (min-width: 992px) {
    .index_Circle_bg a {
        font-size: 20px;
        width: 150px;
        height: 150px;
    }    
}









/*========================================================
                    index_News
=========================================================*/
div.index_News { margin-top: 36px; margin-bottom: 30px;}
div.index_News h3 {
    background: url(../images/bg_index_News.jpg) top left;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 40px;
    color: #000000;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 25px;
}
div.index_News h3 a.more {
    float: right;
    display: block;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    background: #ff00008c;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}
div.index_News h3 a.more:hover { background: #05a3d38c;}
div.index_News h3 a.more i { margin-left: 5px;}

div.contA { margin-top: 23px;}
div.contA a:link, div.contb a:link       { text-decoration: none; color: #3a3a3a;}
div.contA a:visited, div.contB a:visited { text-decoration: none; color: #3a3a3a;}
div.contA a:active, div.contB a:active   { text-decoration: none; color: #3a3a3a;}
div.contA a:hover, div.contB a:hover     { text-decoration: none; color: #7BD387;}

div.contA ul { margin-bottom: 1.1rem;}
div.contA ul li:nth-child(1) div {
    border-radius: 10px;
    background: #43c2b7;
    color: #fff;
    font-weight: bold;
    padding: 8px 18px;
}
@media (max-width: 991px) {
    div.contA { margin-bottom: 35px;}
    div.contA ul li:nth-child(1) {
        display: inline-block;
        margin-bottom: 7px;
    }
    div.contA ul li:nth-child(2) { line-height: 140%;}
}
@media (min-width: 992px) {
    div.contA ul { display: flex;}
    div.contA ul li:nth-child(2) {
        margin-left: 15px;
        padding: 3px 0 0 0;
        line-height: 165%;
    }
}

div.contB { margin-top: 29px;}
div.contB ul li:nth-child(1) div {
    color: #f9689e;
    font-weight: bold;
    margin-bottom: 8px;
}
div.contB ul li:nth-child(2) { padding-bottom: 13px;;}
div.contB ul { border-bottom: 1px #999999 dashed;}
div.contB ul:last-child { border-bottom: none;}
@media (min-width: 1200px) {
    div.contB ul li:nth-child(1) div {
        padding-left: 30px;
        padding-right: 30px;
    }
    div.contB ul li:nth-child(2) { padding: 0 30px 13px 30px;}
}





/*========================================================
                    index_News
=========================================================*/
.index_Banner {
    background: url(../images/bg_index_banner.jpg);
    padding-top: 60px;
    padding-bottom: 20px;
}




/*========================================================
                      reg
=========================================================*/
.thcolorA{ background: #fceb6a;}
.thcolorB{ background: #cff3fc;}
.thcolorC{ background: #ccf984;}













/*========================================================
                         Main
=========================================================*/
.main {}



.main_title {
	background: url(../images/bg_main_title.jpg) center no-repeat;
    margin-top: 5px;
    display: flex;
    align-items: center;
}
.main_title .title h1 {
    color: #13397a;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    letter-spacing: 10px;
}
@media (max-width: 575px) {
	.main_title {
		height: 130px;
	}
	.main_title .title h1 { font-size: 38px; text-align: center;}
}
@media (min-width: 576px) {
	.main_title {
		height: 120px;
        background-size: cover;
	}
	.main_title .title h1 { font-size: 35px; text-align: center;}
}
@media (min-width: 768px) {
    .main_title { height: 150px;}
	.main_title .title h1 { font-size: 40px; text-align: center;}
}
@media (min-width: 992px) {
    .main_title { height: 200px;}
	.main_title .title h1 { font-size: 50px; text-align: center;}
}
@media (min-width: 1200px) {
	.main_title .title h1 { text-align: center;}
}


.topicA{
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #009dc6;
}





/*========================================================
                        hotel link 
=========================================================*/

div.link div.box {
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f3f9f8;
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23bfe9ea' fill-opacity='0.4'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10zm10 8c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm40 40c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
    border: 1px #D0D0D0 solid;
    margin-bottom: 15px;
    padding: 0 20px;
}
div.link div.box a {
    display: block;
    text-align: center;
    line-height: 130%;
}
@media (max-width: 767px) {
    div.link div.box { height: 3rem;}
}





/*========================================================
                     breadcrumb
=========================================================*/
.breadcrumbBg {
    background: url(../images/bg_breadcrumb.jpg) left top;
    height: 41px;
}
.breadcrumb {
    background: Transparent;
    float: right;
    font-size: 16px;
}
.breadcrumb a { color: #5b5a5a;}
@media (min-width: 992px) {
    .breadcrumb { font-size: 17px;}
}











/*========================================================
                        mainIn
=========================================================*/
.mainIn { padding-bottom: 1.5em; margin-top: 15px;}
.mainIn div.mainInCont {}
@media (min-width: 576px) {
    .mainIn { margin-top: 35px;}
    .mainIn div.mainInCont { margin-left: 10px; margin-right: 10px;}
}

.mainIn div.mainInCont h2.title {
    background: url(../images/bg_mainIn_title.jpg) top left;
	font-family: 'Noto Sans TC', sans-serif; font-weight: 700;
    font-size: 25px;
	color: #13397a;
	border: 1px #e6e2d7 solid;
    margin: 0; padding: 10px 0 12px 10px;
}
@media (min-width: 576px) {
    .mainIn div.mainInCont h2.title { padding: 10px 0 12px 30px;}
}

.mainIn div.mainInCont div.content {
	line-height: 180%;
    margin-top: 20px;
	padding-bottom: 35px;
	word-break: normal;
}
@media (min-width: 576px) {
    .mainIn div.mainInCont div.content {
        margin-top: 30px;
        padding-left: 31px;
        padding-right: 31px;
    }
}




div.content span.title {
    color: #d34414;
    font-weight: bold;
    font-size: 22px;
}





















/*========================================================
                   搜尋列
=========================================================*/
div.Srange { border-bottom: 1px dashed #676767; padding-bottom: 10px; margin-bottom: 20px;}
div.Srange .searchname span { color: #ff6600;}
div.Srange input[name=btnS] { margin-bottom: -12px;}
div.Srange .search { display: inline-block;}
@media (max-width: 767px) {
	div.Srange .search { display: block; width: 100%;}
    div.Srange input[name=keyword] {width: 85%; float: left;}
    div.Srange input[name=btnS] { padding-bottom: 0; margin-bottom: 0; margin-left: 10px;}
}
@media (min-width: 576px) {
	.form-inline .form-control { margin-right: 5px;}
}



























