
/* intr start */

.div-intr {
    margin: 4rem 0 0 0;
}

.intr-container {
	margin: 0 auto;
    width: 60%;
	max-width:1140px;
	height: auto;
	display: flex;
	justify-content: space-evenly;
	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 */