/* intro start */

.div-intro {
	width: 100%;
	text-align: justify;
	margin: 4rem 0 0 0;
}

.intro-container {
	
	width: 80%;
	margin: 0 auto;
	display: flex;
}

.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: #d4ebf9;
    width: 59%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 2rem 2rem;
    margin-left: 0.5rem;
}

.intro-style3-text {
	width: 100%;
    height: auto;
    align-items: center;
    font-size: 1.2rem;
    font-family: 'Noto Sans TC', sans-serif ,Georgia, 'Times New Roman', Times, serif;
    justify-content: center;
    align-items: center;
    color: #122B4F;
}

/* intro end */

/* intro2 start */

.div-intro2 {
	width: 100%;
    text-align: justify;
    margin: 4rem 0 0;
}

.intro2-container {
	background-color: #d4f1ff;
    width: 80%;
    height: 280px;
    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;
    align-content: center;
    align-items: center;
    justify-content: center;
    color: #122B4F;
    font-size: 2rem;
    font-family: 'Noto Sans TC', sans-serif ,Georgia, 'Times New Roman', Times, serif;
}

.intro2-style2 {
	width: 3px;
    height: 80%;
    background-color: gray;
}

.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;   
}

.oddrow{
    background-color: #FCF5E0;
}

.evenrow{
    background-color: #EFE0E0;
}
/* intro2 end */



/* intr start */

.div-intr {
    margin: 4rem 0 0 0;
}

.intr-container {
	margin: 0 auto;
    width: 80%;
	max-width:1140px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.intrbox {
	width: 30%;
	height: 100%;
  border: 1px solid white;
  background-color: white;
  box-shadow: 1px 1px 10px #d4d4d4;
  text-align: center;
}

.intrbox a{
	color:#122B4F;
	text-decoration: none;
}

.intr-img{
	width: 100%;
    height: 80%;
    display: flex;
    justify-content: center;
    padding-top: 4%;
}

.intr-text{
	width: 100%;
	height: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
    flex-flow: column;
}

.intr-text p{
	margin: 0 0 4% 0;
	font-size: 1rem;
    font-family: 'Noto Sans TC', sans-serif ,Georgia, 'Times New Roman', Times, serif;
    color: #122B4F;
}

.intr-img img {
	max-width: 90%;
    height: 100%
}

.intr-text H2{
    font-size: 1rem;
    font-family: 'Noto Sans TC', sans-serif ,Georgia, 'Times New Roman', Times, serif;
    color: #122B4F;
	margin:0;
}

.div-intr-space{
    height: 4rem;
}

/* intr End */



