/* service start */

.div-service {
	width: 100%;
	text-align: justify;
	background: #FCFEFF;
    margin: 2rem auto;
}

.service-container {
	width: 60%;
    margin: 0 auto;
    display: flex;
}

.service-style1 {
	width: 40%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-style1 img{
	width: 100%;
}

.service-style2 {
	width: 0px;
	float: left;
	height: 95%;
	transform: translateY(3%);
	
}

.service-style3 {
	background: #FCFEFF;
	width: 59%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 0.5rem;
}

.service-style3-text {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	/* display: flex; */
	align-items: center;
	font-size: 1.2rem;
	font-family: 'Noto Sans TC', sans-serif ,Georgia, 'Times New Roman', Times, serif;
	justify-content: center;
	color: #4A4A4A;
}


/* service 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%;
	height: 100%;
    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-style1-text {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1rem;
	font-family: 'Noto Sans TC', sans-serif ,Georgia, 'Times New Roman', Times, serif;
	justify-content: center;
	color: #122B4F;
  }



  .intro2-style1-text p{
	margin: 0;
  }

  .header-text{
	font-size: 1.5rem;
	font-weight: 500;
  }

.intro2-style2 {
	width: 3px;
    /* float: left; */
    height: 80%;
    background-color: gray;
}

.intro2-style3 {
	width: 59%;
	height: 100%;
    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 */


/* document Start */

.div-document {
    width: 100%;
	text-align: center;
	margin: 0 auto;
    margin: 4rem 0 0 0;
}

.document-container {
	margin: 0 auto;
    width: 70%;
}

.document-row {
    display: flex;
    justify-content: center;
    align-items: center;
	
}

.document-container img {
	max-width: 100%;
    margin-bottom: 2rem;
}

.document-container .content-icon2 img{
    max-width: 80%;
}

/* document End */


/* quotation Start */

.div-quotation {
	margin: 0 auto;
    margin: 0 0 4rem 0;
	display: none;
}

.quotation-container {
	margin: 0 auto;
    width: 60%;
}

.quotation-container img {
	max-width: 100%;
}

/* quotation End */

/* corevalue Start */
.div-corevalue{
	width: 100%;
	text-align: center;
}

.div-corevalue {
	margin: 0 auto;
    margin: 4rem 0 0 0;
}

.corevalue-container {
	margin: 0 auto;
    width: 70%;
}

.content-row {
    display: flex;
    justify-content: center;
    align-items: center;
}



.corevalue-container img {
	max-width: 100%;
	margin-bottom: 2rem;
}

.title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.content-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-icon img{
    max-width: 60%;
	margin-bottom: 4rem;
}

/* corevalue End */

/* airplane START */

.div-airplane {
	margin: 0 auto;
    margin: 4rem 0 0 0;
}

.airplane-container {
	margin: 0 auto;
    width: 70%;
}

.airplane-container img {
	max-width: 100%;
}

/* airplane End */

/* docsflow Start */
.div-docsflow {
    width: 100%;
	text-align: center;
	margin: 0 auto;
    margin: 4rem 0 0 0;
}

.docsflow-container {
	margin: 0 auto;
    width: 70%;
}

.docsflow-row {
    display: flex;
    justify-content: center;
    align-items: center;
	
}

.docsflow-container .title img {
	max-width: 100%;
    margin-bottom: 2rem;
}

.docsflow-container img {
	max-width: 100%;
}

.title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.content-icon2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-icon2 img{
    max-width: 100%;
}

/* docsflow End */


.div-intr-space{
  height: 4rem;
}

