@charset "utf-8";
/* CSS Document */


/*選單*/
.menu_ham{
	display: none;
}


/*下載專區*/
.dl_login{display: block;}
.dl_list{display: none;}

.dl_list_category{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.dl_list_item{
	width: calc(100% / 2 - 20px);
	margin: 0 10px 20px;
	position: relative;
	display: block;
	background-color: #0055A2;
	color: #fff;
	padding: 0 70px 0 20px;
	height: 50px;
	line-height: 50px;
}
.dl_list_item:hover{color: #fff;}
.dl_list_item::before{
	content: "";
	display: block;
	position: absolute;
	width: 50px;
	height: 100%;
	background-color: #898989;
	right: 0;
	top: 0;
}
.dl_list_item::after{
	content: ">";
	display: block;
	position: absolute;
	right: 17px;
	top: 50%;
	transform: translateY(-50%);
}
.dl_list_item img{
	width: 100%;
	max-width: 25px;
	display: inline-block;
	margin-right: 13px;
}
.dl_list_item span{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;/*指定行數...取代*/
	-webkit-box-orient: vertical;
}

.dl_itemdl{
	display: flex;
	margin-bottom: 30px;
}
.dl_itemdl img{
	width: 100%;
	max-width: 15px;
	display: inline-block;
	margin-right: 13px;
}
.dl_itemdl > span{
	display: block;
	width: calc(100% - 130px);
	padding: 0 10px;
	font-weight: bold;
}
.dl_itemdl > span > span{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;/*指定行數...取代*/
	-webkit-box-orient: vertical;
}
.dl_itemdl a{
	display: block;
	width: 130px;
	font-size: 14px;
}


/*聯絡我們*/
.contact_infoblock{
	margin-top: 45px;
}
.contact_info > div{
	margin-bottom: 13px;
}
.contact_gmapcode{
	text-align: right;
}
.contact_gmapcode img{
	width: 100%;
	max-width: 180px;
	display: inline-block;
}


/*RWD*/

/*顯示隱藏*/
@media screen and (max-width: 600px) {
    .hidden-xs{display: none;}
}

@media screen and (max-width: 1200px) {
	.md\:px-44 {
	    padding-left: 0;
	    padding-right: 0;
	}
	.container{
		padding-left: 35px !important;
		padding-right: 35px !important;
	}
	.container > .container{
		padding-left: 0 !important;
	    padding-right: 0 !important;
	}
	.dl_list_item{
		width: calc(100% - 20px);
	}
}
@media screen and (min-width: 768px) and (max-width: 1200px){
	.contact_info svg {
	    width: 20px;
	    padding: 1px;
	}
}
@media screen and (max-width: 1023px) {
	.index_news_list .md\:space-x-6 > :not([hidden]) ~ :not([hidden]){
		margin-left: 0;
		margin-top: 10px;
	}
	.contact_infoblock{
		margin-left: 0 !important;
	}
}
@media screen and (max-width: 767px) {
	.dl_list_item img {
	    max-width: 20px;
	    margin-right: 10px;
	}
	.contact_gmapcode {
	    text-align: center;
	}
}
@media screen and (max-width: 600px) {
	.dl_itemdl {
    	display: block;
    	margin-bottom: 35px;
	}
	.dl_itemdl > span, .dl_itemdl a{
		padding: 0;
		width: 100%;
	}
	.dl_itemdl a{
		margin-top: 7px;
	}
}