﻿body {
	color: #000000;
}

a {
	color: #036adc;
}

a:hover,
a:focus {
	color: #2a6a7f;
}

.dropdown-menu-right {
    left: auto !important;
    right: 0;
}

.dropdown-menu {
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	font-size: 100%;
}

.float-layer {
	margin-top: 0px;
}

.float-layer-home {
	margin-top: 0px;
}

#divFixTop {
	position: relative;
}


/*頂端功能*/

#divPageTop {
	color: #727876;
	background-color: #FFFFFF;
	font-size: 90%;
	float: right;
	padding-right: 15px;
}

#divPageTop #top_menu a {
	color: #727876;
	text-decoration: none;
}

#divPageTop #top_menu .font_size {
	display: inline-block;
	height: auto;
	width: auto;
	margin-right: 4px;
	vertical-align: baseline;
}

#divPageTop #top_menu .font_small,
#divPageTop #top_menu .font_small_selected,
#divPageTop #top_menu .font_middle,
#divPageTop #top_menu .font_middle_selected,
#divPageTop #top_menu .font_large,
#divPageTop #top_menu .font_large_selected {
	color: #727876;
	background: none;
}

#divPageTop #top_menu .font_small_selected,
#divPageTop #top_menu .font_middle_selected,
#divPageTop #top_menu .font_large_selected {
	color: #a26800;
	font-weight: bold;
}

#divHeader {}

#divHeader h1 {
	float: left;
	background: url('top-left.png') left center no-repeat;
}

.BannerLogo {
	color: #FFFFFF;
	height: 80px;
	background: url('logo-title.png') left center no-repeat;
	background-size: 100%;
	width: 337px;
	margin-left: 71px;
}


/*搜尋區塊*/

#divSearch {
	display: none;
}

#divMenu {
	float: left;
	margin-left: 180px;
	margin-top: 2px;
}

#divUpdateBar {
	display: none;
}


/*主選單*/

#divMenu .nav>li {
	float: none;
	margin: 0;
	display: table-cell;
	width: auto;
	white-space: nowrap;
	text-align: center;
	padding: 0 6px;
}

#divMenu .nav>li:nth-of-type(1) .dropdown-toggle {
	text-shadow: 0 3px 10px #ffc545, 0 3px 10px #ffc545, 0 3px 10px #ffc545, 0 3px 10px #ffc545;
}

#divMenu .nav>li:nth-of-type(2) .dropdown-toggle {
	text-shadow: 0 3px 10px #ffc545, 0 3px 10px #ffc545, 0 3px 10px #ffc545, 0 3px 10px #ffc545;
}


/*#divMenu .nav>li:nth-of-type(3) .dropdown-toggle {
	text-shadow: 0 3px 10px #ffc545, 0 3px 10px #ffc545, 0 3px 10px #ffc545, 0 3px 10px #ffc545;
}*/

#divMenu .nav>li>a:hover,
#divMenu .nav>li>a:focus {
	background-color: #3990ac;
}

#divMenu .navbar-expand-lg {
	background-color: #FFFFFF;
}

#divMenu .navbar-expand-lg .navbar-nav>li>a {
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	display: block;
	padding: 0px;
	line-height: 40px;
}

#divMenu .navbar-expand-lg .navbar-nav>li:hover {
	background-color: #FFFFFF;
}

#divMenu .dropdown-menu>li>a {
	font-size: 100%;
	color: #000000;
	text-overflow: unset;
	overflow: visible;
    padding:3px 20px;
    line-height:35px;
    font-size:110%;
}

#divMenu .dropdown-menu>li>a:hover,
#divMenu .dropdown-menu>li>a:focus {
	color: #ffffff;
	background-color: #3990ac;
}

#divHeaderLine .horizontal-line {
	display: none;
}

.div-table-content {
	table-layout: fixed;
}


/* 查詢 */

.SearchContainer {
	float: left;
}

.Query {
	display: inline-block;
	border-radius: 50%;
	background-color: rgba(62, 34, 120, 0.85);
	width: 40px;
	height: 40px;
	text-align: center;
	margin-top: 5px;
	transition: .1s;
}


/*.Query:hover {
        font-size: 130%;
    }*/

.Query svg {
	margin: 12px;
	color: #FFF;
}


/* 首頁新聞 */

#divHomeNews {
	margin: 10px auto;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	border-radius: 5px;
	box-shadow: 0 5px 20px -4px rgba(74, 74, 74, .4);
}

#divHomeNews .tabs {
	padding: 25px 0px;
	top: 0;
	z-index: 1;
	text-align: left;
	color: #333333;
	background-color: transparent;
	font-size: 170%;
	border-bottom: 1px solid #d1d1d1;
	font-weight: bold;
}

#divHomeNews .tabs::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 30px;
	background-color: #eb9a0d;
	margin-right: 0px;
}

#divHomeNews .tab_container {
	position: relative;
	width: 100%;
	min-height: 243px;
	padding: 0 15px;
	border: 0px;
	border-radius: 0px;
}

#divHomeNews .tab_container ul li {
	list-style: none;
	border-bottom: 1px solid #d1d1d1;
	/*min-height: 100px;*/
	padding: 15px 0;
	display: flex;
	align-items: center;
}

#divHomeNews .tab_container ul li .liDate {
	padding: 0 10px;
	float: left;
	color: #757575;
	display: table;
	line-height: 150%;
	width: 1%;
	white-space: nowrap;
}

#divHomeNews .tab_container ul li .liContent {
	overflow: unset;
	text-overflow: unset;
	white-space: normal;
	display: table;
	line-height: 150%;
}

#divHomeNews .tab_container .divNewsMore a {
	color: #FFFFFF;
	text-decoration: none;
}


/*內容*/

.div-content {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	box-shadow: 0 5px 20px -4px rgba(74, 74, 74, .4);
	border-radius: 5px;
	border: 0;
	padding: 10px 30px;
}


/* 麵包屑 Path */

#divPath {
	padding-left: 0.5em;
	margin-top: 0px;
	min-height: 40px;
	line-height: 40px;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #D8D8D8;
	color: #5d5d5d;
}


/*#divPath .container
{
	color: #808080;
	background: #e3e3e3;
}*/

#divPath a {
	color: #5d5d5d;
}

#divPath a:hover,
#divPath a:focus {
	color: #5d5d5d;
}

#divPath .a_print,
#divPath .a_print:hover {
	color: #5d5d5d;
}


/*單元標題*/

#divSubject {
	background: none;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}


/*#divSubject h1 {	
    color: #d84e03;
    text-align: center;
}*/

#divSubject h2 {
	text-indent: -41px;
	margin-left: 41px;
}

#divSubject h2::before {
	content: '　';
	background-color: #EB9A0D;
	margin-right: 10px;
}


/*回上一頁、回頁首*/

#panTopBack {
	display: none;
}


/* 內頁左側選單 */

#divLeftMenuBlock {
	display: none !important;
}

.div-right-info {
    margin-top: 1em;
    margin-left: 1em;
}
.item-kind {
    color: #a26800;
    font-size: 100%;
    font-weight: 700;
}

/*查詢條件*/

.inquiry {
	padding: 10px;
	margin: 10px;
	text-align: left;
}

.inquiry #tdMiddleCenter {
	text-align: center;
}

.inquiry input,
.inquiry select {
	border: 1px solid #6e6e6e;
	max-width: 100%;
}


/* 新聞清單 */

.list_table th {
	border-top: solid 1px #c9c9c9;
	background-color: #d8d8d8;
	color: #282828;
	white-space: nowrap;
	text-align: left;
	vertical-align: middle;
	padding: 10px 0px;
	padding-left: 5px;
	height: auto;
}

.list_table th input {
	background-color: transparent;
	color: #282828;
	font-size: 108%;
	font-weight: bold;
	text-decoration: none;
	border-style: none;
	vertical-align: middle;
	cursor: pointer;
}

.list_table th img {
	display: none;
}

.list_table td {
	padding: 8px 10px;
}

.list_table .div-begin-date {
	text-align: center;
	line-height: 100%;
	font-weight: bold;
}

.list_table .div-begin-date .begin-date-mm {
	font-size: 70%;
	display: block;
	color: #010201;
}

.list_table .div-begin-date .begin-date-dd {
	font-size: 100%;
	display: block;
	color: #010201;
}

.list_table .div-begin-date .begin-date-yy {
	font-size: 70%;
	display: block;
	color: #737776;
}

.list_table td a {
	color: #010201;
}

.list_table td a:hover {
	color: #006cff;
	text-decoration: underline;
}


/* 分頁 */

.list_table_pager td {
	border-top: solid 1px #c9c9c9;
	border-bottom: none;
	text-align: center;
	padding: 10px 0px;
	font-size: 95%;
	font-weight: bold;
}

.list_table_pager td .divPagesCount {
	display: inline-block;
	background-color: #ffffff;
	color: #737776;
	float: left;
}

.list_table_pager td .divPagesCount .pages-count {
	color: #a26800;
}

.list_table_pager input {
	background-color: transparent;
	color: #a26800;
	border-style: none;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
}

.list_table_pager .selected {
	color: #a26800;
	font-weight: bold;
	text-decoration: none;
}

.list_table_pager .page_number {
	color: #505a56;
	font-weight: bold;
}


/* 按鈕 */

.btn-search {
	min-width: 65px;
	min-height: 27px;
	color: #FFFFFF;
	font-size: 85%;
	border: none !important;
	border-radius: 3px;
	box-shadow: 0 10px 20px -4px rgba(234, 154, 12, 0.44);
	background-color: #ea9a0c;
	padding: 5px 15px;
    -webkit-text-shadow: 0 3px 18px rgba(0,0,0,.6);
    text-shadow: 0 3px 18px rgba(0,0,0,.6);
}

a.btn-search {
	display: inline-block;
	min-width: 65px;
	min-height: 27px;
	color: #FFFFFF;
	font-size: 85%;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border: none !important;
	border-radius: 3px;
	box-shadow: 0 10px 20px -4px rgba(234, 154, 12, 0.44);
	background-color: #ea9a0c;
	padding: 5px 15px;
    -webkit-text-shadow: 0 3px 18px rgba(0,0,0,.6);
    text-shadow: 0 3px 18px rgba(0,0,0,.6);
}

.btn-search:hover,
a.btn-search:hover {
	transition: .3s;
	transform: translate3d(3px, 0, 0);
	color: #FFFFFF;
	background: #db900b;
}

.func-title-merge {
	font-size: 120%;
	color: #FFFFFF;
	background-color: rgb(40, 101, 121);
	border-radius: 6px;
	padding: 10px 40px;
	font-weight: bold;
	/*position: absolute;
    left: 50%;
    transform: translateX(-50%);*/
	white-space: nowrap;
	width: auto;
	margin: 0 auto;
	text-align: center;
}

.div-function {
	width: 70%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	border: 2px solid rgb(40, 101, 121);
	border-radius: 6px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin: 20px 0 10px 0;
}

.div-function.industry {
	background-image: url(icon_industry_gray.png);
	background-repeat: no-repeat;
	background-position: bottom 10px center;
	min-height: 160px;
}

.div-function.business {
	background-image: url(icon_business_gray.png);
	background-repeat: no-repeat;
	background-position: bottom 10px center;
	min-height: 160px;
}

.div-function .btn-function {
	display: inline-block;
	min-width: 65px;
	min-height: 27px;
	color: #000000;
	font-size: 110%;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	border: none !important;
	border-radius: 3px;
	padding: 5px 10px 5px 40px;
	width: 49%;
	margin-bottom: 8px;
	float: left;
}

.div-function .btn-function::before {
	content: '　';
	background: url(chevron-righti.png) left 8px no-repeat;
	background-size: auto 15px;
	background-position: center;
}

.div-function .btn-function:hover {
	transition: .5s;
	transform: translate3d(3px, 0, 0);
	/*color: #FFFFFF;*/
	/*background: rgb(40, 101, 121);*/
}


/*頁尾資訊*/

#divPageBottom .container {
	background-color: #b2b2bc;
	padding-top: 0px;
}

#divPageBottom .info {
	color: #FFFFFF;
}

#divPageBottom .info a {
	color: #FFFFFF;
}

#divPageBottom .a_plus,
#divPageBottom .e_gov {
	display: none;
}


/*頁尾圖*/
#divPageBottom .div-org-list {
    clear: both;
    margin: 0 50px;
}
#divPageBottom .div-org-list-item {
	display: inline-block;
	width: calc((100% / 5.0) - 5px);
	vertical-align: top;
}

#divPageBottom .div-org-list .bottom-icon {
	display: block;
	background-size: 150px;
	max-width: 150px;
	width: 100%;
	height: 166px;
	margin: 0 auto;
	color: transparent;
}

#divPageBottom .div-org-list .bottom-icon-moea {
	background: url(經濟部.png) center center no-repeat;
}

#divPageBottom .div-org-list .bottom-icon-moeaidb {
	background: url(工業局.png) center center no-repeat;
}

#divPageBottom .div-org-list .bottom-icon-smea {
	background: url(中小企業處.png) center center no-repeat;
}

#divPageBottom .div-org-list .bottom-icon-trade {
	background: url(經濟部國貿局.png) center center no-repeat;
}

#divPageBottom .div-org-list .bottom-icon-gcis {
	background: url(經濟部商業司.png) center center no-repeat;
}

#divPageBottom .div-org-list .bottom-icon-cto {
	background: url(中部辦公室.png) center center no-repeat;
}

#divPageBottom .div-org-list .bottom-icon-cpc {
	background: url(中油公司.png) center center no-repeat;
}

#divPageBottom .div-org-list .bottom-icon-water {
	background: url(台水公司.png) center center no-repeat;
}

#divPageBottom .div-org-list .bottom-icon-power {
	background: url(台電公司.png) center center no-repeat;
}

#divPageBottom .div-bottom {
	margin: 0px 0px 20px 0px;
	padding: 5px 20px;
	/* padding-left: 150px; */
	font-weight: bold;
	background: #c9c9c9;
}

#divPageBottom .div-bottom p {
	margin: 0px;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	/IE9/ -moz-text-align-last: justify;
	/Firefox/ -webkit-text-align-last: justify;
	/Chrome/
}

#divPageBottom .container {
	padding: 0px;
}

.link_table {
	margin-top: 10px;
	margin-bottom: 40px;
	width: 90%;
}

.link_table td {
	border: 0;
	border-bottom: solid 2px #E9E9E9;
}

.link_table .link_1 li {
	padding-left: 20px;
	margin-left: 0;
	text-indent: 0;
}

.sub_menu {
	background: none;
	width: 100%;
	border: 0;
}

.link_1 li {
	background: none;
	padding: 10px 0;
}


/* QA問與答 */

.list_table1 th {
	border-top: solid 1px #c9c9c9;
	border-bottom: solid 1px #c9c9c9;
	background-color: #d8d8d8;
	color: #282828;
	white-space: nowrap;
	text-align: left;
	vertical-align: middle;
	padding: 10px 0px;
	padding-left: 5px;
	height: auto;
}

.list_table1 th input {
	background-color: transparent;
	color: #282828;
	font-size: 108%;
	font-weight: bold;
	text-decoration: none;
	border-style: none;
	vertical-align: middle;
	cursor: pointer;
}

.list_table1 th img {
	display: none;
}

.list_table1 td {
	padding: 10px 10px;
	border: 0;
	border-bottom: solid 2px #E9E9E9;
}

.list_table1 .div-begin-date {
	text-align: center;
	line-height: 100%;
	font-weight: bold;
}

.list_table1 .div-begin-date .begin-date-mm {
	font-size: 70%;
	display: block;
	color: #010201;
}

.list_table1 .div-begin-date .begin-date-dd {
	font-size: 100%;
	display: block;
	color: #010201;
}

.list_table1 .div-begin-date .begin-date-yy {
	font-size: 70%;
	display: block;
	color: #737776;
}

.list_table1 td a {
	color: #010201;
}

.detail_table1 {
	margin: 20px 0;
}

.detail_table1 th {
	padding-bottom: 20px;
}

.list_table_alter_row1 td {
	background: none;
}


/* 分頁2 */

.list_table_pager1 td {
	border-top: solid 1px #c9c9c9;
	border-bottom: none;
	text-align: center;
	padding: 10px 0px;
	font-size: 95%;
	font-weight: bold;
}

.list_table_pager1 td .divPagesCount {
	display: inline-block;
	background-color: #ffffff;
	color: #737776;
	float: left;
}

.list_table_pager1 td .divPagesCount .pages-count {
	color: #a26800;
}

.list_table_pager1 input {
	background-color: transparent;
	color: #a26800;
	border-style: none;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
}

.list_table_pager1 .selected {
	color: #a26800;
	font-weight: bold;
	text-decoration: none;
}

.list_table_pager1 .page_number {
	color: #505a56;
	font-weight: bold;
}


/*首頁外部連結*/

.ActiveMore {
	position: absolute;
	right: 47px;
}

#divHomeLinks {
	background-color: #EAEAEA;
	padding: 30px 0;
	position: relative;
}

#divHomeLinks .tabs {
	font-size: 150%;
	text-align: center;
	font-weight: bold;
	padding-bottom: 30px;
}

#divHomeLinks .divOuterContainer {
	padding: 0 45px;
}

#divHomeLinks .bx-wrapper {
	margin-bottom: 0;
}

#divHomeLinks .bx-wrapper .bx-viewport {
	background-color: #EAEAEA;
}

#divHomeLinks .outer-links a {
	margin-bottom: 25px;
	display: block;
}

#divHomeLinks .bx-prev {
	background: url('../../library/bxslider/images/arrow_left.png') no-repeat;
	width: 40px;
	height: 54px;
	top: 40%;
	left: -45px;
}

#divHomeLinks .bx-next {
	background: url('../../library/bxslider/images/arrpw_right.png') no-repeat;
	width: 40px;
	height: 54px;
	top: 40%;
	right: -45px;
}


/* 多媒體專區 */

#divVideoRssList .img-shadow {
	margin: 5px;
	margin-bottom: 8px;
	padding: 5px;
	border-radius: 0px;
	box-shadow: 0px 10px 10px #c6cdcb;
	height: 160px;
	width: 220px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#divVideoRssList .img-shadow img {
	max-height: 95%;
	max-width: 95%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#divVideoRssList .img-shadow a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 3px;
	background-position: center;
	background-size: cover;
	color: transparent;
}

#divVideoRssList .img-shadow a:hover .video-play-circle {
	display: none;
}

#divVideoRssList .img-shadow .video-play-circle {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	line-height: 180px;
	opacity: 0.5;
	color: #FFFFFF;
	background: #333333;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#divVideoRssList .img-shadow .video-play-circle i,
#divVideoRssList .img-shadow .video-play-circle svg {
	font-size: 300%;
}

#divVideoRssList .img-date {
	font-size: 90%;
	color: #59615e;
}

#divVideoRssList .img-desc {
	clear: both;
	width: 99%;
	color: #59615e;
	margin: 0 auto;
	text-align: center;
	height: 5em;
	line-height: 140%;
	font-size: 90%;
}

#divVideoRssList .img-desc a {
	color: #009dec;
	text-decoration: none;
	position: static;
}

.link_1 {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.link_1 li {
	padding: 3px 0px;
	padding-left: 30px;
	margin-left: 20px;
	text-indent: -16px;
	background: url('chevron-righti.png') left 8px no-repeat;
	background-size: auto 15px;
	color: #323232;
}

.link_1 li a:first-child {
	color: #323232;
	transition: .4s;
}

.link_1 li a:first-child:hover {
	color: #d28601;
	transform: translate3d(3px, 0, 0);
}

.link_2 {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 5px;
}

.link_2 li {
	padding: 4px 0px;
	padding-left: 0px;
	margin-left: 0px;
	text-indent: -18px;
	background: none;
}

.link_2 li::before {
	content: "˙";
	font-family: '細明體';
	font-weight: bold;
	font-size: 85%;
	line-height: unset;
	vertical-align: top;
	color: #ea9a0c;
}

.link_2 li a:first-child {
	color: #323232;
	transition: .4s;
}

.link_2 li a:first-child:hover {
	color: #d28601;
	transform: translate3d(3px, 0, 0);
}

.link_3 {
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: 1px solid #ea9a0c;
}

.link_3 li {
	padding: 2px 0px;
	padding-left: 20px;
	text-indent: -15px;
	background: none;
}

.link_3 li::before {
	content: "";
}

.link_3 li a:first-child {
	color: #323232;
	transition: .4s;
}

.link_3 li a:first-child:hover {
	color: #d28601;
	transform: translate3d(3px, 0, 0);
}

.link_4 {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 95%;
}

.link_4 li {
	padding: 0;
	margin-left: 0;
	text-indent: -15px;
	background: none;
}

.link_4 li::before {
	content: "\2012";
	font-weight: bold;
	font-size: 85%;
	line-height: unset;
	vertical-align: top;
	color: #ea9a0c;
}

.link_4 li a:first-child {
	color: #323232;
	transition: .4s;
}

.link_4 li a:first-child:hover {
	color: #d28601;
	transform: translate3d(3px, 0, 0);
}

.link_5 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.link_5 li {
	padding: 0;
	padding-left: 15px;
	margin-left: 0;
	text-indent: -15px;
	background: none;
}

.link_5 li::before {
	content: "\2012";
	font-weight: bold;
	font-size: 85%;
	line-height: unset;
	vertical-align: top;
	color: #ea9a0c;
}

.link_5 li a:first-child {
	color: #323232;
	transition: .4s;
}

.link_5 li a:first-child:hover {
	color: #d28601;
	transform: translate3d(3px, 0, 0);
}

.link_6 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.link_6 li {
	padding: 0;
	padding-left: 15px;
	margin-left: 0;
	text-indent: -15px;
	background: none;
}

.link_6 li::before {
	content: "\2012";
	font-weight: bold;
	font-size: 85%;
	line-height: unset;
	vertical-align: top;
	color: #ea9a0c;
}

.link_6 li a:first-child {
	color: #323232;
	transition: .4s;
}

.link_6 li a:first-child:hover {
	color: #d28601;
	transform: translate3d(3px, 0, 0);
}

.link_7 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.link_7 li {
	padding: 0;
	padding-left: 15px;
	margin-left: 0;
	text-indent: -15px;
	background: none;
}

.link_7 li::before {
	content: "\2012";
	font-weight: bold;
	font-size: 85%;
	line-height: unset;
	vertical-align: top;
	color: #ea9a0c;
}

.link_7 li a:first-child {
	color: #323232;
	transition: .4s;
}

.link_7 li a:first-child:hover {
	color: #d28601;
	transform: translate3d(3px, 0, 0);
}

.img-responsive {
	width: 80%;
	margin: 10px auto 10px auto;
}

.divPhoto {
    background: url('photo-bg.jpg');
    background-position-x: 50%;
    background-position-y: 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
}

.divPhoto .photo_kind_text {
    display: inline-block;
    color: #ec9c00;
    font-weight: bold;
    font-size: 200%;
    margin: 15px 0px;
    margin-left: 30px;
}
.divPhoto .photo_kind_text::before {
    content: '';
    display: inline-block;
    background-color: #ec9c00;
    border-radius: 5px;
    height: 0.8em;
    width: 0.8em; 
    margin-right: 5px;    
}

.divPhoto .photo {
	background-color: RGBa(216, 216, 216, 0.7);
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	/*max-width: 95%;*/
	margin: 10px auto;    
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}

.photo-right {
    text-align: right;
}
.photo-left {
    text-align: left;
}

.divPhoto .photo .title {
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	color: #2d788b;
	margin-bottom: 20px;
}
.divPhoto div:nth-of-type(6) .title {
    font-size: 115%;
}
.divPhoto div:nth-of-type(7) .title,
.divPhoto div:nth-of-type(8) .title,
.divPhoto div:nth-of-type(9) .title {	
	display: none;
}

.divPhoto .photo a {
	display: block;
}

.divPhoto .photo a img {
	max-width: 100%;
}

.divPhoto .result {
	background: url('schedule-bg.png') center center repeat-x;
    width: 100%;    
}

.photo2 {
    max-width: 360px;
    margin-left: 65px;
    margin-right: 65px;
}

.photo3 {
    background-color: #f5f5f5;
    padding: 0px;
}

/*.photo .INDUSTRY_KIND_01 {
    margin-bottom: 20px;
}
.photo .INDUSTRY_KIND_02 {
    margin-bottom: 20px;
}*/


.end_date {
	display: block;
	padding-top: 7px;
	margin-bottom: 20px;
	font-size: 120%;
	background-image: url(icon-日期.png);
	background-repeat: no-repeat;
	padding-left: 48px;
	min-height: 42px;
	vertical-align: top;
}

.result_text {
	/*min-height: 321px;
    background-image: url(top_large3.jpg);
    background-size: cover;
    background-position: top right -120px;*/
	display: inline-block;
	position: relative;
}

.result_text img {
	width: 100%;
}

.result_text p {
	/*position: absolute;
	top: 10px;
	left: 5px;
	display: flex;
	flex-wrap: wrap;
	width: 98%;*/
    display: inline-flex;
    align-items: center;
    /*height: 120px;*/
	margin: 20px auto;
}

.result_text a {
	display: inline-block;	
	color: #FFFFFF;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border: none !important;
	border-radius: 5px;
	box-shadow: 0 10px 20px -4px RGBa(15, 30, 53, 0.44);
	padding: 20px 30px;
    margin: 15px;
}

.result_text a:hover {
	transition: .3s;
	transform: translate3d(3px, 0, 0);
	color: #FFFFFF;
}

.result_text a:nth-of-type(1) {
	background-color: #f25e5e;
}

.result_text a:nth-of-type(2) {
	background-color: #1a2a4c;
}

.result_text a:nth-of-type(3) {
	background-color: #739418;
}

.result_text a:nth-of-type(4) {
	background-color: #0382ce;
}

.result_text a:nth-of-type(5) {
	background-color: #894fbb;
}

.result_text a:nth-of-type(6) {
	background-color: #009bad;
}

.result_text a:nth-of-type(7) {
	background-color: #d54c54;
}

.result_text a:nth-of-type(8) {
	background-color: #b16314;
}

.silde .container {
	background-image: url('top_large4.jpg');
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 0;
	min-height: 450px;
	display: flex;
	flex-direction: column;
	position: relative;
	/*background-color: #dddddd;*/
}

.silde .top {
	/*padding: 40px 100px;*/
	flex-grow: 1;
	flex-shrink: 1;
}

.silde .main_service {
    display: block;
    color: transparent;
    width: 100%;
    min-height: 450px;    
}

.silde .top .subject {
	font-weight: bold;
	font-size: 180%;
	text-align: center;
	padding-bottom: 20px;
	color: #ffffff;
	-webkit-text-shadow: 0 3px 10px #000000;
	text-shadow: 0 3px 10px #000000;
}

.silde .bottom {
    display: none;
	/*padding: 10px 20px;
        background-color: rgba(0, 0, 0, 0.33);
        color: #ffffff;
        max-width: 100%;*/
	width: 100%;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
}

.silde .bottom p {
	margin: 0px;
	padding: 10px 20px;
	background-color: rgba(0, 0, 0, 0.33);
	color: #ffffff;
}

.silde .industry_service {
	display: inline-flex;
	align-items: center;
	justify-content: space-around;
	width: 400px;
	max-width: 95%;
	height: 180px;
	margin: 0 auto;
	padding: 40px 10px;
	background-color: #55a8ba;
	border-radius: 8px;
	-moz-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.silde .industry_service:hover,
.silde .industry_service:focus {
	color: transparent;
	-moz-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

.silde .industry_service .image {
	display: inline-block;
	width: 45%;
}

.silde .industry_service .text {
	display: inline-block;
	width: 45%;
	color: white;
	font-size: 170%;
	line-height: 130%;
	font-weight: bold;
	text-align: left;
}

.silde .demand_service {
	display: inline-flex;
	align-items: center;
	width: 400px;
	max-width: 95%;
	height: 180px;
	margin: 0 auto;
	padding: 40px 10px;
	background-color: #678e55;
	border-radius: 8px;
	-moz-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.silde .demand_service:hover {
	color: transparent;
	-moz-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

.silde .demand_service .image {
	display: inline-block;
	width: 30%;
}

.silde .demand_service .text {
	display: inline-block;
	width: 65%;
	color: white;
	font-weight: bold;
	text-align: left;
}

.silde .demand_service .text .title {
	font-size: 170%;
	line-height: 130%;
}

.silde .demand_service .text .html {
	margin-top: 10px;
	font-size: 95%;
}

#divMessage {
	background-color: rgba(233, 77, 91, 0.9);
}

.ImporantMessage {
	list-style: none;
}

#divMessage .bx-wrapper .bx-viewport {
	background: transparent !important;
}

ul.ImporantMessage li {
	color: #000000;
	font-weight: bold;
	min-height: 100px;
	padding: 0 10px;
	display: inline-block;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;
}


/*僅設min-height時 align-items: center 失效解決 */

ul.ImporantMessage li::after {
	content: '';
	min-height: inherit;
	font-size: 0;
}

    ul.ImporantMessage li a
    {
        color: #FFFFFF;
        display: inline-block;
        vertical-align: middle;
        /*background: url('NEW1.png') no-repeat left center, url('download.png') no-repeat right center;*/
        font-size: 220%;
        /*text-decoration: underline;*/
        /*padding: 20px 154px 20px 75px;*/
        padding-left: 75px;
        background: url('NEW1.png') no-repeat left center;
        padding: 20px 0 20px 75px;        
        line-height: 110%;
        text-shadow: 2px 2px 0 #851323, 2px -2px 0 #851323, -2px 2px 0 #851323, -2px -2px 0 #851323, 2px 0px 0 #851323, 0px 2px 0 #851323, -2px 0px 0 #851323, 0px -2px 0 #851323;
    }

ul.ImporantMessage li:nth-of-type(1) a {
	color: #FFFFFF;
	/*background: url('NEW1.png') no-repeat left center, url('download.png') no-repeat right center;
	padding: 20px 154px 20px 75px;*/
	text-shadow: -1px -1px 0 #39f, 1px -1px 0 #39f, -1px 1px 0 #39f, 1px 1px 0 #39f;
}

ul.ImporantMessage li:nth-of-type(2) a {
	/*background: url('NEW1.png') no-repeat left center;
	padding: 20px 0 20px 75px;*/
}

ul.ImporantMessage li:nth-of-type(3) a {
	color: #FFFFFF;	
	/*background: url('NEW1.png') no-repeat left center, url('download.png') no-repeat right center;
	padding: 20px 154px 20px 75px;*/
	text-shadow: -1px -1px 0 #39f, 1px -1px 0 #39f, -1px 1px 0 #39f, 1px 1px 0 #39f;
}


/*成果與進度*/

.div-schedule-result {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}

.div-schedule-result .result-link {
	color: #FFFFFF;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border: none !important;
	border-radius: 5px;
	box-shadow: 0 10px 20px -4px RGBa(15, 30, 53, 0.44);
	padding: 6px 20px;
}

.div-schedule-result .result-link:hover {
	transition: .3s;
	transform: translate3d(3px, 0, 0);
	color: #FFFFFF;
}

.div-schedule-result .result-link:nth-of-type(1) {
	background: #996f00;
}

.div-schedule-result .result-link:nth-of-type(2) {
	background: #009754;
}

.div-schedule-result .result-link:nth-of-type(3) {
	background: #71941e;
}

.div-schedule-result .result-link:nth-of-type(4) {
	background: #0781ce;
}

.div-schedule-result .result-link:nth-of-type(5) {
	background: #8953bd;
}

.div-schedule-result .result-link:nth-of-type(6) {
	background: #009bad;
}

.div-schedule-result .result-link:nth-of-type(7) {
	background: #d54c54;
}

.div-schedule-result .result-link:nth-of-type(8) {
	background: #b16314;
}

.result_legend {
	background-color: #3e7b90;
	padding: 10px 20px;
	font-size: 130%;
	color: #FFFFFF;
	display: inline-block;
	min-width: 35%;
}

#content_detail div:nth-of-type(1) {
	background-color: #3e7b90;
}

#content_detail div:nth-of-type(3) {
	background-color: #9b6c00;
}

#content_detail div:nth-of-type(5) {
	background-color: #d73e45;
}

#content_detail div:nth-of-type(7) {
	background-color: #6f7d04;
}

#content_detail div:nth-of-type(9) {
	background-color: #5a5ddb;
}

#content_detail div:nth-of-type(11) {
	background-color: #c22fd2;
}

#content_detail div:nth-of-type(13) {
	background-color: #db6936;
}

.result_content {
	border: 1px solid #3e7b90;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

#content_detail div:nth-of-type(2) {
	border-color: #3e7b90;
}

#content_detail div:nth-of-type(4) {
	border-color: #9b6c00;
}

#content_detail div:nth-of-type(6) {
	border-color: #d73e45;
}

#content_detail div:nth-of-type(8) {
	border-color: #6f7d04;
}

#content_detail div:nth-of-type(10) {
	border-color: #5a5ddb;
}

#content_detail div:nth-of-type(12) {
	border-color: #c22fd2;
}

#content_detail div:nth-of-type(14) {
	border-color: #db6936;
}

.result_item {
	display: inline-block;
	width: 46%;
	padding-top: 7px;
	margin: 20px 0 0 30px;
}

.result_title {
	display: inline-block;
	width: 47%;
	padding-top: 7px;
	margin: 20px 0 0 20px;
	font-size: 120%;
	background-image: url(icon-日期.png);
	background-repeat: no-repeat;
	padding-left: 48px;
	min-height: 42px;
	vertical-align: top;
}

.result_title.single {
	width: 95%;
}

.result_title.number {
	background-image: url(icon-信封.png);
}

.result_title.money {
	background-image: url(icon-錢幣.png);
}

.result_count {
	font-size: 120%;
	font-weight: bold;
	vertical-align: middle;
}

.result_memo {
	font-weight: bold;
	font-size: 80%;
}

.list_img {
	width: 24%;
}


.content-info .img-shadow {
    width: 333px !important;
    height: 250px !important;
}
.content-info .img-desc {
    height: auto;
    text-align: center;
}
.content-info img {
    width: auto;    
    height: 263px;
    margin: 0 auto;
}
.content-info {
    border: 1px solid #ea4e5e;
    border-radius: 5px;    
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    padding-bottom: 2em;
    position: relative;
}
.width50 {
    display: inline-block;
    width: 50%;
}
.div-more {
    position: absolute;    
    background: #ea4e5e;
    border-radius: 5px;
    font-size: 120%;
    font-weight: bold;
    padding: 10px 50px;

    left: 50%;
    transform: translate(-50%, 0);
    bottom: -1em;    
}
.div-more a {
    color: #FFFFFF;
	white-space: nowrap;
}

@media print {}


/* mobile xs */

@media screen and (max-width: 767px) {
	/*主功能選單*/
	#divMenu .navbar-expand-lg .navbar-nav>li>a {
		color: #FFFFFF;
	}
	#divMenu .navbar-nav {
		background-color: #286579;
	}
	#divMenu .navbar-nav .open .dropdown-menu {
		background: #ffffff;
	}
	#divFinfo .div-finfo-title .div-finfo-title-block {
		display: none;
	}
	#divHomeContent .HomeLinksBlock {
		width: 98%;
	}
	#divHomeContent .HomeLinksBlock .home-links {
		padding: 20px;
	}
	#divHomeContent .HomeLinksBlock .home-links img {
		width: 100px;
	}
	.div-content {
		padding: 10px;
	}
	#divHomeNews {
		margin-left: 5px;
		margin-right: 5px;
	}
	#divHomeNews .tabs {
		font-size: 150%;
	}
	#divHomeLinks .divOuterContainer {
		padding: 0 5px;
	}
	#divHomeLinks .bx-prev {
		left: -33px;
	}
	#divHomeLinks .bx-next {
		right: -33px;
	}
	.img-responsive {
		width: 100%;
		margin: 0;
	}
	#divPageBottom .div-org-list-item {
		display: block;
		width: 100%;
		vertical-align: top;
	}
	#divPageBottom .div-org-list .bottom-icon {
		background-size: 150px;
		width: 150px;
		height: 166px;
	}
	.list_img {
		width: 49%;
	}

    .photo {	   
	    max-width: 95%;
        display: block;
    }
    .photo2 {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .silde .container {
        background-size: contain;
		background-position: top center;
        min-height: 37vw;
	}
    .silde .main_service {    
        min-height: 37vw;
    }
}


/* tablet sm */

@media screen and (min-width: 768px) and (max-width: 991px) {
	/*主功能選單*/
	#divMenu .navbar-expand-lg .navbar-nav>li>a {
		color: #FFFFFF;
	}
	#divMenu .navbar-nav {
		background-color: #286579;
	}
	#divMenu .navbar-nav .open .dropdown-menu {
		background: #ffffff;
	}
	#divHomeContent .HomeLinksBlock {
		width: 79%;
	}
	#divHomeContent .HomeLinksBlock .home-links {
		padding: 25px;
	}
	#divSearch {
		position: relative;
		display: block;
		background-color: transparent;
	}
	.img-responsive {
		width: 100%;
		margin: 0;
	}
	.silde .container {
        background-size: contain;
		background-position: top center;
        min-height: 288px;
	}
    .silde .main_service {    
        min-height: 288px;
    }
	#divPageBottom .div-org-list .bottom-icon {
		background-size: 100px;
		width: 100px;
		height: 110px;
	}

    .photo {	   
	    max-width: 95%;
        display: block;
    }
    .photo2 {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

}


/* desktop md */

@media screen and (min-width: 992px) and (max-width: 1170px) {
	.BannerLogo {
		margin-left: 1px;
	}
	#divHomeContent .HomeLinksBlock {
		width: 86%;
	}
	#divPageBottom .div-org-list .bottom-icon {
		background-size: 130px;
		width: 130px;
		height: 143px;
	}
    .silde .container {
        background-size: contain;
		background-position: top center;        
	}
}


/* large-desktop lg */

@media screen and (min-width: 1171px) {
	#divHomeContent .HomeLinksBlock {
		width: 71%;
	}
	#divPageBottom .div-org-list .bottom-icon {
		background-size: 130px;
		width: 130px;
		height: 143px;
	}
}

@media (max-width: 991px) {
	.navbar-header {
		float: none;
	}
	.navbar-left,
	.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
    .navbar-collapse.show{
        display:block!important;
    }

	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in {
		display: block !important;
	}
	#divPageTop {
		display: none;
	}
	#divMenu {
		float: none;
		/*margin-top: 35px;*/
        margin-left:0px !important;
	}
	#divMenu .nav>li {
		display: block;
		width: auto;
		text-align: left;
		float: none;
		margin: 0;
	}
	#divMenu .navbar-expand-lg .navbar-nav>li>a {
		color: #FFFFFF;
		display: table-cell;
		width: 100%;
	}
	#divMenu .navbar-expand-lg .navbar-nav>li:hover {
		background-color: transparent;
	}
        #divMenu .navbar-expand-lg {
            background-color: transparent;
            width: 100%;
            position: absolute;
            top: 30px;
        }
	#divMenu .menu_touch {
		display: table-cell;
	}
	#divMenu .visible-xs-block {
		border-top: 1px solid #888;
		background-color: #888888;
	}
	#divSearch {
		display: block;
		background-color: transparent;
	}
	.SearchContainer {
		display: none;
	}
}

@media (max-width: 1200px) {
	#divHomeLinks .bx-wrapper {
		width: 860px;
	}
}

@media (max-width: 1199px) {
	#divHeader h1 {
		background: none;
	}
	.BannerLogo {
		margin-left: 10px;
		width: 265px;
	}

	#divMenu .nav>li {
		padding: 0px 5px;
	}
	.ActiveMore {
		right: 86px;
	}
	.div-schedule-result .result-link {
		padding: 6px 15px;
	}
}

@media (max-width: 992px) {
	#divHomeLinks {
		padding-bottom: 50px;
	}
	#divHomeLinks .bx-wrapper {
		width: 645px;
	}
	.ActiveMore {
		bottom: 10px;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}
	.div-schedule-result .result-link {
		padding: 6px 0;
		width: 23%;
		margin-bottom: 10px;
	}
}

@media (max-width: 768px) {
	#divHomeLinks .bx-wrapper {
		width: 215px;
	}
}

@media (max-width:1199px) and (min-width:992px) {
    #divMenu {
        margin-left: 110px !important;
    }
}

@media (max-width:1400px) {
    #divMenu {
		margin-left: 150px;
	}
}

#divFixTop {
	position: relative;
}

.float-layer-home {
	margin-top: 0px;
}

.content {
	background-color: #f5f5f5;
	padding: 30px 0;
    padding-top: 10px;
}


/* Q&A */

.content .qa {
	display: block;
	font-size: 170%;
	font-weight: bold;
	color: #000000;
	margin: 0 20px;
	padding: 35px 0;
	background-image: url(../../App_Themes/Sub_56_Comm2/QandA.png);
	background-position: right center;
	height: 100px;
	-moz-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.content .qa:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 30px;
	background-color: #eb9a0d;
	margin-right: 10px;
}

.content .qa:hover,
.content .qa:focus {
	text-decoration: none;
	-moz-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}


/*社群區塊*/

.content .social_block {
	padding: 14px;
}

.content .social_facebook_block {
	overflow: hidden;
	border-radius: 5px;
	width: 257px;
	margin: 0 auto;
}

.content .section__social {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content .section__social div {
	display: inline-block;
	flex: 100px 0 0;
}

.content .social__btn {
	display: inline-flex;
	width: 35px;
	height: 35px;
	border-radius: 5px;
	vertical-align: middle;
	margin-right: 15px;
	align-items: center;
	justify-content: center;
	font-size: 1.125rem;
	transition: .3s;
}

.content .social__btn:hover {
	transform: translate3d(0, -2px, 0);
}

.content .social__btn.facebook {
	/*background: #4267b2;*/
	box-shadow: 0 5px 20px rgba(66, 103, 178, 0.5);
	color: #fff;
}

.content .social__btn.facebook:hover {
	box-shadow: 0 7px 20px rgba(66, 103, 178, 0.5);
}

.content .social__btn.line {
	/*background: #00b901;*/
	box-shadow: 0 5px 20px rgba(0, 185, 1, 0.5);
	color: #fff;
}

.content .social__btn.line:hover {
	box-shadow: 0 7px 20px rgba(0, 185, 1, 0.5);
}

.content .social__btn.youtube {
	/*background: #fff;*/
	box-shadow: 0 5px 20px rgba(242, 53, 30, 0.2);
	color: #f2351e;
}

.content .social__btn.youtube:hover {
	box-shadow: 0 7px 20px rgba(242, 53, 30, 0.2);
}

.content .social__btn.instagram {
	/*background: url("../../images/group-3-group-14-mask.jpg");*/
	/*object-fit: contain;*/
	box-shadow: 0 5px 20px rgba(242, 53, 30, 0.2);
	color: #FFF;
}

.content .social__btn.instagram:hover {
	box-shadow: 0 7px 20px rgba(242, 53, 30, 0.2);
}

.content .social__btn img {
	width: 35px;
	height: 35px;
}

.content .social__slogan {
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #333333;
	vertical-align: middle;
	display: inline-block;
	text-align: left;
	font-weight: bold;
	padding: 0 5px;
}

.margin_top_20 {
	margin-top: 20px;
}

#divHomeLinks .tabs {
	font-size: 170% !important;
}

@media screen and (max-width: 991px) {
	#divMenu .nav>li:nth-of-type(1) .dropdown-toggle {
		color: #ffc545;
		text-shadow: none;
	}
	#divMenu .nav>li:nth-of-type(2) .dropdown-toggle {
		color: #ffc545;
		text-shadow: none;
	}
	/*#divMenu .nav>li:nth-of-type(3) .dropdown-toggle {
		color: #ffc545;
		text-shadow: none;
	}*/
	.custom_sort {
		display: flex;
		flex-direction: column-reverse;
	}
	/*.div-content-home .content .container .row:nth-of-type(1) div:nth-of-type(1) {
		-webkit-order: 1;
		order: 1;
	}
	.div-content-home .content .container .row:nth-of-type(1) div:nth-of-type(2) {
		-webkit-order: 2;
		order: 2;
	}
	.div-content-home .content .container .row:nth-of-type(1) div:nth-of-type(3) {
		-webkit-order: 3;
		order: 3;
	}
	.div-content-home .content .container .row:nth-of-type(1) div:nth-of-type(4) {
		-webkit-order: 4;
		order: 4;
	}
	.div-content-home .content .container .row:nth-of-type(1) div:nth-of-type(5) {
		-webkit-order: 5;
		order: 5;
	}
	.div-content-home .content .container .row:nth-of-type(1) div:nth-of-type(6) {
		-webkit-order: 6;
		order: 6;
	}
    .div-content-home .content .container .row:nth-of-type(1) div:nth-of-type(7) {
		-webkit-order: 7;
		order: 7;
	}
    .div-content-home .content .container .row:nth-of-type(1) div:nth-of-type(8) {
		-webkit-order: 8;
		order: 8;
	}
    .div-content-home .content .container .row:nth-of-type(1) div:nth-of-type(9) {
		-webkit-order: 9;
		order: 9;
	}
    .div-content-home .content .container .row:nth-of-type(1) div:nth-of-type(10) {
		-webkit-order: 10;
		order: 10;
	}
    .div-content-home .content .container .row:nth-of-type(1) div:nth-of-type(11) {
		-webkit-order: 11;
		order: 11;
	}
    .div-content-home .content .container .row:nth-of-type(1) div:nth-of-type(12) {
		-webkit-order: 12;
		order: 12;
	}
    .div-content-home .content .container .row:nth-of-type(1) div:nth-of-type(13) {
		-webkit-order: 13;
		order: 13;
	}*/

    .photo-right,     
    .photo-left {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
	.content .qa {
		margin: 0 5px;
		font-size: 150%;
	}
	.div-function .btn-function {
		width: 100%;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}
	.div-function.industry {
		background-position: bottom 10px right 20px;
	}
	.div-function.business {
		background-position: bottom 10px right 20px;
	}
	/*.silde .container {
		background-size: 135%;
		background-position: left 0% top;
		min-height: 350px;
	}*/
	#divVideoRssList .img-shadow {
		width: 95%;
		height: 280px;
		margin: 10px auto;
	}

    .photo-right,     
    .photo-left {
        text-align: center;
    }

    .result_text a {
        font-size: 175%;
        line-height: 1em;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.silde .top {
		/*padding: 40px 30px;*/
	}
	.div-function {
		width: 80%;
	}
	.photo .title.result {
		font-size: 150%;
	}
    .photo-right,     
    .photo-left {
        text-align: center;
    }

	/*.result_text {
		min-height: 257px;
	}*/
	.result_text_mask {
		min-height: 257px;
	}
	/*.result_text a {
		font-size: 90%;
		padding: 6px 0px;
		padding-left: 10px;
		padding-right: 35px;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 15px;
		margin-right: 15px;
		background: url('icon-指標1.png') 70px center no-repeat #0F1E35;
	}*/

    .silde .container {		
		min-height: 370px;
	}
    .silde .main_service {    
        min-height: 370px;
    }
}

@media screen and (max-width: 991px) {
	.silde .top {
		/*padding: 40px 5px;*/
	}
	.silde .industry_service {
		justify-content: center;
		flex-direction: column;
		padding: 20px;
		height: auto;
	}
	.silde .industry_service .text {
		margin-top: 10px;
	}
	.silde .demand_service {
		justify-content: center;
		flex-direction: column;
		padding: 20px;
		height: auto;
	}
	.silde .demand_service .text {
		margin-top: 10px;
	}
	.div-function {
		width: 100%;
	}
	.result_title {
		width: 90%;
	}
}

@media screen and (max-width: 501px) {
	.div-function {
		width: 100%;
	}
	.func-title-merge {
		padding: 10px;
	}
	.silde .industry_service .text {
		width: auto;
	}
	.silde .demand_service .text {
		width: auto;
	}
	/*.silde .container {
		background-size: 180%;
		background-position: left 15% top;
	}*/
	
	ul.ImporantMessage li a {
		font-size: 140%;
		padding: 20px 0 20px 45px;
		background-size: 40px;
	}

/*ul.ImporantMessage li:nth-of-type(1) a {
	padding: 20px 92px 20px 45px;
		background-size: 40px, 92px;
}*/

ul.ImporantMessage li:nth-of-type(2) a {

}

/*ul.ImporantMessage li:nth-of-type(3) a {
	padding: 20px 92px 20px 45px;
		background-size: 40px, 92px;
}*/
}

.div-content-home .content .container .row:nth-of-type(1) {
	display: flex;
	flex-wrap: wrap;
}

/*線上客服機器人*/
/*#dvSmartAgent {
   background-image: url('coming-soon-02.jpg') !important;
   background-repeat: no-repeat !important;
   background-position-x: center !important;
   background-position-y: center !important;
   background-color: #32b1aa !important;

   width: 100vw !important;
   height: 100vh !important;
   background-size: contain !important;
}
#dvSmartAgentICON {
   display: none;
}*/
#dvSmartAgentICON:focus {
    outline: 2px dashed #e50051 !important;
    outline-offset: 1px !important;
    opacity: 1 !important;
}