@charset "UTF-8";

@import url(reset.css);
@import url(rwdgrid.css);
@import url("https://use.fontawesome.com/releases/v5.15.1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500&family=Oswald:wght@700&display=swap");

body {
    background-color: #fff;
    font-family: Helvetica, Arial, "微軟正黑體", Heiti TC, sans-serif;
    font-size: 15px;
}

a {
    color: #000;
    cursor: pointer;
    transition: all 0.4s ease;
    outline: none;
}

a:hover {
    color: #307fe2;
}

[class*='col-'] {
    float: left;
    box-sizing: border-box;
}

.b-box {
    box-sizing: border-box;
}

.outerWrap {
    position: relative;
    overflow: hidden;
}

.wrap {
    width: 1220px;
    margin: 0 auto;
}

header {
    position: fixed;
    top: 25px;
    left: 95px;
    width: calc(100% - 190px);
    z-index: 50;
	background-color: rgba(0, 0, 0, 0.85);
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.5);
    transition: all .4s ease;
}

header.active {
    top: 0;
    left: 0;
    width: 100%;
}

header .wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

header .logo {
    margin-left: 65px;
    width: 209px;
}

header .logo a {
    padding: 10px 0;
    display: block;
    width: 100%;
    height: 80px;
    background-repeat: no-repeat;
    background-image: url("../images/logo_lang1.png");
    background-size: contain;
    background-position: center;
    text-indent: -9999px;
    transition: all .4s ease;
}

header .right_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 350px);
    box-sizing: border-box;
}



/*========== Header Menu ===========*/
.menu {
    display: flex;
    align-items: center;
}

.menu > li {
    display: inline-block;
    padding: 0 10px;
}

.menu > li > a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 90px;
}

.menu > li > a .title {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.menu > li > a span {
   font-size: 12px;
    -webkit-transform: scale(0.8);
	font-weight:normal;
    color: #b1b1b1;
}

.menu > li > a:hover, .menu li a.current {
    background-color: #307fe2;
}

.m_menu {
    display: none;
}



/*========== Side Menu ===========*/
.dropDownBox {
	display: none;
}

.side_menu {
    position: relative;
    margin-bottom: 50px;
}

.side_menu .title {
    margin-bottom: 20px;
    padding: 5px;
    border-bottom: 1px solid #d6d6d6;
    font-weight: 400;
    font-size: 20px;
    color: #061540;
}

.side_menu .title strong {
    display: block;
    position: relative;
    font-weight: 400;
}

.side_menu .title a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.side_menu > ul a {
	text-align: left;
	display: block;
	padding: 12px 16px;
	color: #333;
	text-align: left;	
	font-size: 16px;
}

.side_menu li {
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}

.side_menu li > a {
    display: block;
    padding: 10px 15px;
    letter-spacing: .5px;
    color: #000;
}

.side_menu li > a.current, .side_menu li > a:hover {
    color: #fff;
    background-color: #a7d641;
}

.side_menu li > a b {
    margin-left: 10px;
    font-weight: 400;
    font-size: 13px;
    color: #808080;
}



/*========== Banner ===========*/
.banner_area {
    clear: both;
    position: relative;
    z-index: 1;
}

.banner_area .wrap {
    width: 100%;
    padding: 0;
}

.banner_area .bannerBox {
    position: relative;
}

.banner_area .bannerBox .Img {
    position: relative;
}

.banner_area .bannerBox img {
    display: block;
    width: 100%;
    backface-visibility: hidden;
}

.bannerBox .slick-slide.show .Img {
    position: relative;
}

.bannerBox .slick-slide.show .Img:before {
    transition: all .8s  ease;
    transform: translate(0);
    opacity: 1;
}

.bannerBox .Img:before {
    opacity: 0;
}

.scrollDown {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.scrollDown a {
    position: relative;
    display: inline-block;
    padding-bottom: 80px;
    font-size: 15px;
    color: #fff;
}

.scrollDown a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 1px;
    height: 67px;
    background-color: rgba(255, 255, 255, 0.4);
}

.scrollDown a:after {
    content: "";
    position: absolute;
    bottom: calc(67px - 10px);
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 10px;
    background-color: #fff;
    animation: srolldownAni 3s linear infinite;
}

.dotBox {
    position: absolute;
    top: 50%;
    left: 29px;
    transform: translateY(-50%);
}

.dotBox .dot {
    cursor: pointer;
    margin: 2px;
    position: relative;
    width: 30px;
    height: 30px;
}

.dotBox .dot.show:after {
    opacity: 1;
}

.dotBox .dot.show .stroke {
    transition: all .1s .1s ease;
    opacity: 1;
}

.dotBox .dot:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
}

.dotBox .dot:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 29px;
    height: 29px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: -1;
    box-sizing: border-box;
    transition: all .3s ease;
    opacity: 0;
}

.dotBox .stroke {
    stroke-dashoffset: 0;
    stroke-dasharray: 88;
    width: 100%;
    stroke: #fff;
    stroke-width: 1px;
    fill: none;
    opacity: 0;
}

.dotBox .ani {
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: circle-draw;
}



/*========== Top ===========*/
.go_top_area {
	position: fixed;
	bottom: 50px;
	right: 30px;
	z-index: 999;
}

.go_top {
	display: block;
	background: #005d78;
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 25px;
	border-radius: 99em;
	box-shadow: 1px 1px 3px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 3px 0px rgba(255,255,255,0.5);
}

.go_top:hover {
	background: #fff;
	color: #005d78;
}



/*========== Main ===========*/
.main_area {
    padding-top: 30px;
    padding-bottom: 60px;
    position: relative;
}

.main_area .content_box {
    position: relative;
    clear: both;
}

.content_box .right_box {
	padding-left: 30px;
}

.share_tool {
	padding-bottom: 8px;
}

.no_data {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.col-1 {width: 100%;}
.col-2 {width: 50%;}
.col-3 {width: 33.33%;}
.col-4 {width: 25%;}
.col-5 {width: 20%;}

.guide_area {
    position: relative;
    z-index: 1;
}

.guide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    height: 80px;
    font-size: 14px;
    color: #555555;
}

.guide a {
    color: #555555;
}

.guide a:hover {
    color: #307fe2;
}



/*========== Quick Link ===========*/
.fixedQuickLink {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 25;
    width: 100%;
    background-color: #000;
}

.fixedQuickLink ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fixedQuickLink li {
    padding: 0 15px;
}

.fixedQuickLink li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.fixedQuickLink a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    height: 55px;
    font-size: 15px;
    color: #fff;
    position: relative;
}

.fixedQuickLink a:hover {
    opacity: 0.6;
}



/*========== File ===========*/
.att_file_title {
    clear: both;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}

.att_file_list {
    text-align: left;
    padding-top: 5px;
}

.att_file_list a {
    color: #535353;
    font-size: 16px;
	line-height:1.5;
}

.att_file_list a:hover {
    color: #ccc;
}



/*========== Button ===========*/
.submit {
	padding:10px 26px;
	background:#666;
	border:0px;
	font-size:15px;
	color:#fff;
    font-weight: normal;
	cursor:pointer;
}

.submit:hover {
	color:#000;
	background:#ccc;
}

.button {
    width: 180px;
    height: 45px;
    display: block;
    background-color: #a7d641;
    color: #fff;
	font-size:16px;
    text-align: center;
    line-height: 45px;
}

.button:hover {
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.31);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.31);
    color: #fff;
    background-color: #383735;
}



/*========== Pages ===========*/
.Pages {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
}

.Paginator {
    font-size: 13px;
    line-height: 22px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6px;
}

.Paginator a,.pageList .this-page {
    padding: 2px 6px;
    color: #9a9a9a;
    background: #ffffff;
    border: solid 1px #cecccc;
}

.Paginator a:visited {
    padding: 2px 6px;
    color: #9a9a9a;
    background: #ffffff;
    border: solid 1px #cecccc;
}

.Paginator .AtStart {
    margin-right: 20px;
    padding: 2px 6px;
    background: #ffffff;
    border: solid 1px #cecccc;
    color: #9a9a9a;
}

.Paginator .Prev {
    margin-right: 20px;
    padding: 2px 6px;
    background: #ffffff;
    color: #9a9a9a;
    border: solid 1px #cecccc;
}

.Paginator .break {
    bpadding: 2px 6px;
    border: none;
    background: #ffffff;
    color: #9a9a9a;
}

.Paginator .Next {
    margin-left: 20px;
    padding: 2px 6px;
    color: #9a9a9a;
    background: #ffffff;
    border: solid 1px #cecccc;
}

.Paginator .AtEnd {
    margin-left: 20px;
    padding: 2px 6px;
    background: #ffffff;
    border: solid 1px #cecccc;
    color: #9a9a9a;
}

.Paginator .this-page {
    padding: 2px 6px;
    vertical-align: top;
    background: #ffffff;
    border: solid 1px #cecccc;
    font-weight: bold;
    color: #FF0084;
}

.Paginator a:visited:hover,.Paginator a:hover,.Paginator a:active {
    color: #ffffff;
    background: #0063DC;
    border-color: #ffffff;
}

.Pages div.Results {
    text-align: center;
    margin-top: 8px;
    font: 11px/15px Arial,Helvetica;
    color: #9a9a9a;
}



/*========== Footer ===========*/
footer {
	color: #888;
	background-color: #313131;
}

footer .top_box {
    padding-top: 30px;
}

footer .wrap2 {
    width: 860px;
    margin: 0 auto;
}


footer .down_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/*footer .down_menu > li {
	padding: 0 20px;
	margin-bottom: 50px;
}*/

footer .down_menu li {
	width:12.5%;
	margin-bottom: 30px;
}

footer .down_menu > li > a {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	color: #f3f3f3;
}

footer .down_menu .submenu a {
	display: block;
	margin-top: 5px;
	color: #bcbcbc;
	font-size: 13px;
}

footer .down_menu .submenu a:hover {
	color: #fff;
	text-decoration: underline;
}

footer .bottom_box {
	padding-top: 25px;
	padding-bottom: 40px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

footer .copyright {
	text-align: center;
	font-size:15px;
	line-height:1.8;
	font-weight:normal;
	color:#bcbcbc;
}

footer .copyright a[href^=tel] {
    color:inherit;
    text-decoration:none;
}

.foot_design {
	padding-top: 5px;
	font-size:13px;
}

.foot_design a {
	color: #bcbcbc;
}

.foot_design a:hover {
	text-decoration:underline;
}

footer .qr_code {
    text-align: center;
    padding-top:5px;
    padding-bottom: 40px;
}

footer .qr_code img {
    width:250px;
}


@media (max-width: 1600px) {
    .language_box {
        margin: 0 10px;
    }

    .menu > li > a {
        padding: 5px 10px;
    }
}



@media (max-width: 1440px) {
    header .wrap {
        padding: 0;
    }
}



@media (max-width: 1366px) {
    header .submenuBox .submenuLink ul {
        margin: 0 -10px;
        padding: 5px 10px;
    }
}



@media (max-width: 1300px) {
    .menu > li > a {
        padding: 5px;
    }
}



@media (max-width: 1260px) {
    .wrap {
        width: 100%;
        padding: 0 20px;
    }
}



@media (min-width: 1181px) {
	.fixedQuickLink {
		display: none;
	}
}



@media (max-width: 1180px) {
    header {
        display: none;
    }
}



@media (max-width: 1180px) {
    .outerWrap {
        padding-top: 80px;
    }

   .m_menu {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        display: block;
        width: 100%;
        box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.22);
    }

    .m_menu .mask {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        display: none;
        background-color: rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 100%;
        padding-bottom: 60px;
    }

    .hideBox {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 11;
        width: 100%;
        padding: 145px 0 80px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
        background-color: #000;
        transition: all .4s ease;
        transform: translateY(-100%);
    }

    .hideBox.show {
        transition: all .4s .2s ease;
        transform: translateY(0);
    }

    .hideBox .sp {
        display: none;
        padding: 10px;
        font-size: 12px;
        color: #fff;
        background-color: #c80303;
    }

    .m_menu .controlBox {
        position: relative;
        z-index: 99;
        background-color: #000;
    }

    .m_menu .controlBox a.main {
        position: absolute;
        right: 15px;
        top: calc(50% - 25px);
        width: 51px;
        height: 51px;
        background-color: #307fe2;
		color: #fff;
		line-height:51px;
		text-align: center;
		font-size: 17px;
    }

    
    .m_menu .m_logo {
        width: 180px;
        padding-left: 20px;
    }

    .m_menu .m_logo a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80px;
    }

    .m_menu .m_logo img {
        display: block;
        width: 100%;
    }

    .m_menu_ins {
        margin: 0 auto;
        width: 100%;
        max-width: 480px;
    }

	.language_box_pc {
		display:none;
	}

    .m_menu .language_box {
        display: inline-block;
        margin-left: 105px;
        margin-bottom: 25px;
    }

    .m_menu .language_box .language {
        right: 20px;
        width: 130px;
        background-color: #222;
    }

    .m_menu .language_box span {
        display: block;
    }

	.m_menu .hideBox .m_search {
		text-align:center;
		padding:10px;
	}

	.m_menu .hideBox .m_search input[type="text"] {
		display:inline-block;
		vertical-align:middle;
		width:200px;
		height:23px;
		border:1px solid #CCC;
		padding:5px;
	}

	.m_menu .hideBox .m_search a {
		display:inline-block;
		vertical-align:middle;
		width:35px;
		height:35px;
		font-size:18px;
		line-height:35px;
		text-align:center;
		background:#307fe2;
		color:#FFF;
	}

    .nav {
        position: relative;
    }

    .nav a {
        position: relative;
        display: block;
        display: flex;
        align-items: flex-end;
        padding: 10px 25px;
        font-size: 16px;
        color: #b2b2b2;
    }

    .nav a:hover, .nav a.current {
        color: #307fe2;
    }
    .nav a:hover span, .nav a.current span {
        color: #307fe2;
    }

    .nav a:hover .num, .nav a.current .num {
        color: #307fe2;
    }

    .nav a span {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px;
        color: #fff;
        transition: all .4s ease;
    }

    .nav a i {
        position: absolute;
        right: 10px;
        top: 50%;
        display: block;
        margin-top: -7px;
    }

    .nav li.submenuDown > a {
        position: relative;
    }

    .nav .num {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 40px;
        font-size: 16px;
        color: #fff;
        transition: all .4s ease;
    }

    .nav .submenuBox {
        display: none;
        padding-left: 90px;
    }

    .nav .submenu {
        display: none;
    }

    .nav .submenu a {
        padding: 5px 25px;
        align-items: center;
    }

    .nav .submenu a:hover {
        background-color: #999;
    }

    .nav .submenu a .title {
        padding-left: 25px;
    }

	.m_menu .m_ico {
		padding: 30px;
		text-align: center;
	}

	.m_menu .m_ico a {
		margin:0 1px;
		display: inline-block;
		font-size: 20px;
		color: #fff;
		width: 35px;
		height: 35px;
		line-height: 35px;
		text-align: center;
	}

	.m_menu .m_ico a:hover {
		background: #a7d641;
		color: #FFF;
		border-radius: 100%;
	}
}



@media (max-width: 1180px) and (max-width: 480px) {
    .hideBox:before {
        left: 85px;
    }
}



@media (max-width: 1024px) {
	.side_menu {
		display: none;
	}

	.dropDownBox {
		position: relative;
		display: block;
		margin-bottom: 30px;
	}

	.dropDownBox .title {
		display: none;
	}

	.dropDownBox > div::after, .dropDownBox .hasItems::after {
		content: '\f358';
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -6px;
		font-family: "Font Awesome 5 Free";
	}

	.dropDownBox > div {
		position: relative;
		display: block;
		font-size: 15px;
		color: #222;
		border: 1px solid #CCC;
		position: relative;
		padding: 10px;
		font-weight: 700;
		border-radius: 5px;
		background-color: #eee;
	}

	.dropDownBox > ul {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 99;
		width: 100%;
		background-color: #fff;
		border-radius: 0 0 5px 5px;
		border: 1px solid #d1d1d1;
		box-sizing: border-box;
		transition: all .3s ease-out;
		overflow: hidden;
	}

	.dropDownBox > ul > li + li > a {
    	border-top: 1px solid #d1d1d1;
	}

	.dropDownBox > ul a {
		display: block;
		padding: 15px 10px;
    	border-top: 1px solid #d1d1d1;
	}

	.dropDownBox > ul a.current {
		color: #307fe2;
		background-color: #fafafa;
	}

	.dropDownBox > ul ul {
		box-sizing: border-box;
	}

	.dropDownBox > ul ul a {
		padding-left: 1.3em;
	}

	.dropDownBox.open > div::after, .dropDownBox.open {
		content: '\f106';
	}

	.dropDownBox.open > div {
		border-radius: 5px 5px 0 0;
	}

	.dropDownBox.open > ul {
		display: block;
	}
}



@media (max-width: 1023px) {
	.content_box .right_box {
		padding-left: 0;
	}
}



@media (max-width: 960px) {
	footer .top_box {
		padding: 25px 0;
	}
	
	footer .bottom_box {
		padding-top: 0px;
		border-top: 0px solid;
	}

	footer .down_menu {
		display: none;
	}
}



@media (max-width: 640px) {
    .dotBox {
        left: 0px;
    }
}



@media (max-width: 480px) {
	.col-2, .col-3, .col-4, .col-5 {
		float:none;
		width:100%;
	}
}
