/* story start */

.div-story {
	width: 100%;
	text-align: justify;
	background: #d4ebf9;
    margin: 2rem auto;
}

.story-container {
	width: 60%;
    margin: 0 auto;
    display: flex;
}

.story-style1 {
	width: 40%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.story-style1 img{
	width: 80%;
}

.story-style2 {
	width: 0px;
	float: left;
	height: 95%;
	transform: translateY(3%);
	
}

.story-style3 {
	background: #d4ebf9;
	width: 59%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 2% 0 2%;
	margin-left: 0.5rem;
}

.story-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;
}


/* story end */

/* idea Start */

.div-idea {
	margin: 0 auto;
    vertical-align: middle;
    text-align: center;
    margin: 4rem auto;
}

.idea-container {
	margin: 0 auto;
	width: 60%;
	text-align: center;
	height: auto;
}

.idea-container img {
	vertical-align: middle;
	max-width: 100%;
}


/* idea End */

.div-intr-space{
	height: 4rem;
  }