@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/

.about_container{
	max-width: 1200px;
	margin: 0 auto;
    	padding: 0 20px;
}
.editor_ab{
	/*padding: 3rem 1rem 0;*/
	margin-bottom: 5rem;
	border-top: none;
}
.editor-content{
	line-height: 1.5;
}
.editor-content h1{
	margin-bottom: 6rem;
	color: #165A14;
}
.editor-content h2{
	margin-bottom: 1.5rem;
	color: #165A14;
}
.editor-content p{
	margin-bottom: 8rem;
}

.editor_g, .editor_c, .editor_a{
	border-top: 1px solid #dfdfdf;
	padding: 3rem 1rem 0;
	margin-bottom: 5rem;
	color: #165A14;
}
.editor-content p img{
	max-width: 100%;
}


/*-------------------------------------------- 
	Media Queries 
---------------------------------------------*/
/* Portrait and Landscape */
/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}*/

/*iPad Pro*/
@media screen and (max-width: 1279px) {
}

/*iPad*/
@media screen and (max-width: 1023px) {

}


/*iPhone*/
@media screen and (max-width: 767px) {
	
}
