/* degree start */

.div-degree {
	width: 100%;
	text-align: justify;
	margin: 4rem 0 0 0;
}

.degree-container {
	
	width: 60%;
	margin: 0 auto;
	display: flex;
}

.degree-style1 {
	width: 40%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.degree-style1 img{
	width: 100%;
}

.degree-style2 {
	width: 0px;
	float: left;
	height: 95%;
	transform: translateY(3%);
	
}

.degree-style3 {
	background-color: #d4ebf9;
    width: 59%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 2rem 2rem;
    margin-left: 0.5rem;
}

.degree-style3-text {
	width: 100%;
    height: 100%;
    align-items: center;
    font-size: 1rem;
    font-family: 'Noto Sans TC', sans-serif ,Georgia, 'Times New Roman', Times, serif;
    justify-content: center;
    color: #122B4F;
}

/* degree end */

/* discrip Start */

.div-discrip {
	margin: 4rem 0 0;
}

.discrip-container {
	margin: 0 auto;
	width: 60%;
}

.discrip-container img {
	vertical-align: middle;
	max-width: 100%;
}

/* discrip End */

/* hotdepart Start */

.div-hotdepart {
	margin: 0 0 4rem 0;
}

.hotdepart-container {
	margin: 0 auto;
	width: 60%;
}

.hotdepart-container img {
	vertical-align: middle;
	max-width: 100%;
}

/* discrip End */

/* application start */

.div-application {
	width: 100%;
	text-align: justify;
	margin: 4rem 0 0 0;
}

.application-container {
	
	width: 60%;
	margin: 0 auto;
	display: flex;
}

.application-style1 {
	width: 40%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.application-style1 img{
	width: 100%;
}

.application-style2 {
	width: 0px;
	float: left;
	height: 95%;
	transform: translateY(3%);
	
}

.application-style3 {
	background-color: #d4ebf9;
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 2rem 2rem;
    margin-left: 0.5rem;
}

.application-style3-text {
	width: 100%;
    height: 100%;
    align-items: center;
    font-size: 1rem;
    font-family: 'Noto Sans TC', sans-serif ,Georgia, 'Times New Roman', Times, serif;
    justify-content: center;
    color: #122B4F;
}

/* application end */

/* hot Start */

.div-hot {
	margin: 4rem 0 0;
}

.discrip-hot{
    margin: 0 auto;
    width: 60%;
}

.discrip-hot img{
    width: 100%;
}

/* hot End */

/* fddesc start */

.div-fddesc {
	width: 100%;
	text-align: justify;
	margin: 4rem 0 0 0;
}

.fddesc-container {
	
	width: 60%;
	margin: 0 auto;
	display: flex;
}

.fddesc-style1 {
	width: 40%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fddesc-style1 img{
	width: 100%;
}

.fddesc-style2 {
	width: 0px;
	float: left;
	height: 95%;
	transform: translateY(3%);
	
}

.fddesc-style3 {
	background-color: #d4ebf9;
    width: 59%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 2rem 2rem;
    margin-right: 0.5rem;
}

.fddesc-style3-text {
	width: 100%;
    height: 100%;
    align-items: center;
    font-size: 1rem;
    font-family: 'Noto Sans TC', sans-serif ,Georgia, 'Times New Roman', Times, serif;
    justify-content: center;
    color: #122B4F;
}

/* fddesc end */

/* fdapplication start */

.div-fdapplication {
	width: 100%;
	text-align: justify;
	margin: 4rem 0 0 0;
}

.fdapplication-container {
	
	width: 60%;
	margin: 0 auto;
	display: flex;
}

.fdapplication-style1 {
	width: 40%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fdapplication-style1 img{
	width: 100%;
}

.fdapplication-style2 {
	width: 0px;
	float: left;
	height: 95%;
	transform: translateY(3%);
	
}

.fdapplication-style3 {
	background-color: #d4ebf9;
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 2rem 2rem;
    margin-left: 0.5rem;
}

.fdapplication-style3-text {
	width: 100%;
    height: 100%;
    align-items: center;
    font-size: 1rem;
    font-family: 'Noto Sans TC', sans-serif ,Georgia, 'Times New Roman', Times, serif;
    justify-content: center;
    color: #122B4F;
}

/* fdapplication end */

/* fdhot Start */

.div-fdhot {
	margin: 4rem 0 4rem;
}

.fdhot-container{
    margin: 0 auto;
    width: 60%;
}

.fdhot-container img{
    width: 100%;
}

/* fdhot End */

.div-intr-space{
	height: 4rem;
  }