@charset "utf-8";
/* CSS Document */
/*有加字尾_dm表自己客製的*/
/*article*/
.insidepage_title_dm{
	background-color: #17458f;
	color:#ffffff;
	text-align: center;
	padding:10px 0; 
	margin-bottom: 20px;
}
.article_title{
	/*margin-bottom: 10px;*/
	font-weight: bold;
}
/*article end*/
/*左邊選單*/
.nav_outer_dm .nav-tabs{
    border-bottom: 0px;
    width: 40px;
}
.nav_outer_dm .nav-link {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding: 25px 5px;
    border-radius: 0px;
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    color:#17458f;
}
.nav_outer_dm .tab-content{
    padding: 20px 20px;
    min-height: 250px;
}
.nav_outer_dm .nav-link:hover {
	color: #17458f;
}
.nav_outer_dm .nav-link.active {
	/* style */
	background: #17458f;
	color:#ffffff;
	cursor: default;
	border-top-left-radius: 10px;
}
.nav_outer_dm .nav-link.active:hover {
	background: #17458f;
	color:#ffffff;
}
/*左邊end*/


@media screen and (min-width: 992px) {
    /*電腦版*/

}

@media screen and (max-width: 991px) {
    /*手機版*/
    .col-md-3_mt_dm{
    	margin-top: 20px;
    }

}