.pagebox{
	padding-left:0;
}

.whytrain{
	margin-bottom: 10px;
}

.whytrain h3{
	color: #a62584;
	text-align: center;
	padding:10px 0;
}

.whyD1{
	font-size:6em;
	line-height: 1.5rem;
}

.whyD1x{
	font-size:6em;
	line-height: 1.5rem;
	letter-spacing: -15px;
	padding:0;
	margin: 0;
}

.whyD2{
	text-align: justify;
}

.whyD2Title{
	display: inline-block;
	background: #a62584;
	padding:5px;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px;
	margin:5px 0;
}

.linerow{
	border-bottom: dashed thin #cccccc;
	margin-bottom:10px;
	padding-bottom: 10px;
}

.noticet{
	display: inline-block;
	background: #a62584;
	padding:5px;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px;
	margin:5px 0;
}

.maps-box{
	padding:6px;
	box-shadow: 2px 2px 5px #d5d5d5;
}

.maps-title{
	text-align: center;
}

.red{
	color: red;
}

h4{
	line-height: 1.5rem;
}

#resultTxt{
	font-size:1.5rem;
}

.whytrainbox h1{
	text-align:center;
	font-size:1.6rem;
	font-family: 'NotoSansTC-Medium';
	font-weight: 500;
}

.whytrainbox{
	font-size:1.1rem;
	line-height: 2.2rem;
	border-radius:10px;
	background-color:#ffffff;
	margin:10px 0;
	padding:15px 25px;
	text-align: justify;
	border:#e3e3e3 1px solid;
}

.title-item h2{
	text-decoration: underline;
    -webkit-text-decoration-color: #A62584;
    text-decoration-color: #A62584;
    text-decoration-thickness: 1px;
	font-family: 'NotoSansTC-Medium';
    font-weight: 500;
    white-space: nowrap;
    text-underline-offset: 1.2rem;
    font-size:1.5rem;
}

.quotes{
	position: relative;
	line-height:4.5rem;
}

.radius15
{
	border-radius:15px;
}

.quotes::after, .quotes::before {
    content: '';
    display: block;
    background-image: url(/Public/images/dq-1.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width:2.5rem;
    height:2.5rem;
}

.quotes::before {
        top: -.8rem;
        left: -3rem;
    }

.quotes::after {
        right: -3rem;
        bottom: -1.4rem;
    }

.quotes::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.article-title h2{
    font-size: 1.5rem;
    padding: 10px;
    background: #f1f1f1;
    border-bottom: 5px solid #e7e7e7;	
    position: relative;
    margin:0;
    margin-bottom: 10px;
    line-height: 130%;
    color: #333;
	font-family: 'NotoSansTC-Medium';
	font-weight: 500;
}

.whynumber{
	font-family: sans-serif;
	font-size:26px;
	font-weight:bold;
}

@media (max-width: 767px){
	
	.pagebox{
		padding-right: 0;
	}

	.whytrain{
		padding-left:0;
		padding-right: 0;
	}

	.title-item h2{
		font-size:20px;
	}

.quotes::before {
        top: -.8rem;
        left: -2.5rem;
    }

	.quotes::after, .quotes::before{
		width:2rem;
		height:2rem;
	}

}
