
/* intro start */

.div-intro {
	width: 100%;
	text-align: justify;
	padding-top: 6em;
	padding-bottom: 4em;
}

.intro-container {
	
	width: 80%;
	min-width: 500px;
	/* min-height: 400px; */
	margin: 0 auto;
	display: flex;
	/* border: solid 3px gray; */
}

.intro-style1 {
	width: 40%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.intro-style1 img{
	width: 100%;
}

.intro-style2 {
	width: 0px;
	float: left;
	height: 95%;
	transform: translateY(3%);
	
}

.intro-style3 {
	background-color: #d4f1ff;
	width: 59%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 2% 0 2%;
	margin-left: 0.5rem;
}

.intro-style3-text {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	/* display: flex; */
	align-items: center;
	font-size: 1rem;
	font-family: 'Noto Sans TC', sans-serif ,Georgia, 'Times New Roman', Times, serif;
	justify-content: center;
	color: #4A4A4A;
}


/* intro end */

/* CommonModel Start */

.div-CommonModel {
	margin: 0 auto;
    margin: 4rem 0 0 0;
}

.CommonModel-container {
	margin: 0 auto;
    width: 60%;
}

.CommonModel-container img {
	width: 100%;
}

/* CommonModel End */

/* intro2 start */

.div-intro2 {
	width: 100%;
    text-align: justify;
    margin: 4rem 0 4rem;
}

.intro2-container {
	background-color: #d4f1ff;
    width: 80%;
    height: 350px;
    margin: 0 auto;
    margin-bottom: 3rem;
	display: flex;
    justify-content: center;
    align-items: center;
}

.intro2-style1 {
	width: 40%;
    float: left;
    display: flex;
    flex-wrap: wrap;
	flex-flow: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    color: #122B4F;
    font-size: 1.5rem;
    font-family: 'Noto Sans TC', sans-serif ,Georgia, 'Times New Roman', Times, serif;
}

.intro2-style2 {
	width: 3px;
    height: 80%;
    background-color: gray;
}

.content-text{
	margin:0 !important;
}

.intro2-style3 {
	width: 59%;
    float: left;
    align-content: center;
    align-items: center;
    justify-items: center;
    padding: 0 8% 0 8%;
}

.intro2-style3-text {
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-items: center;
    font-size: 1.2rem;
    font-family: 'Noto Sans TC', sans-serif ,Georgia, 'Times New Roman', Times, serif;
    justify-content: center;
    color: #122B4F;
}

.intro2-style3-text a{
    color:red;
    text-decoration: none;   
}

.onerow{
	background-color:#C3E0EE;
	}
	
	.tworow{
	background-color:#BAE6DD;
	}
	
	.threerow{
	background-color:#F2D8D5;
	}
	
	.fourrow{
	background-color:#DBF0D7;
	}
	
	.fiverow{
	background-color:#FFF3C6;
	}
	

/* intro2 end */

.div-intr-space{
	height: 4rem;
  }