@charset "utf-8";
/* CSS Document */

/* Social Part */
.icon img[src*='icon-social-'] {
	width: 30px;
	height: 30px;
	transition: all 0.1s ease-in-out 0s;
}
/* to Share */
.to-share .icon img[src*='icon-social-'] {
	width: 20px;
	height: 20px;
}

/* Floated Link Box */
.icon img[src*='icon-file'] {
	width: 16px;
	height: 21px;
}
.icon img[src*='icon-mail'] {
	width: 18px;
	height: 15px;
}
.icon img[src*='icon-scrolltop'] {
	width: 14px;
	height: 14px;
}

/* Btn Part */
.icon img[src*='icon-download'] {
	width: 18px;
	height: 21px;
}
.icon img[src*='icon-arrow-left'],
.icon img[src*='icon-arrow-right'] {
	width: 13px;
	height: 14px;
}

/* Pages Part */
.icon img[src*='icon-page-'] {
	width: 48px;
	height: 48px;
}

/* Tag */
.icon img[src*='icon-tag'] {
	width: 15px;
	height: 15px;
}

/* Btn Upload */
.icon img[src*='icon-upload'] {
	width: 19px;
	height: 19px;
}

/* Download */
.icon img[src*='icon-pdf'] {
	width: 54px;
	height: 63px;
}

/* Top flow */
.icon img[src*='index-flow-num'] {
	width: 80px;
	height: 70px;
}
.icon-flow img[src*='index-flow01'] {
	width: 135px;
	height: 125px;
}
.icon-flow img[src*='index-flow02'] {
	width: 140px;
	height: 150px;
}
.icon-flow img[src*='index-flow03'] {
	width: 140px;
	height: 175px;
}
.icon-flow img[src*='index-flow04'] {
	width: 205px;
	height: 120px;
}
.service-flow .icon img[src*='icon-arrow-right'] {
	width: 21px;
	height: 25px;
}

/* Top Abour */
.icon img[src*='index-point01'] {
	width: 150px;
	height: 107px;
}
.icon img[src*='index-point02'] {
	width: 135px;
	height: 126px;
}
.icon img[src*='index-point03'] {
	width: 154px;
	height: 136px;
}


/* Responsive */
@media screen and (max-width: 1680px) {
}

@media screen and (max-width: 1440px) {
	/* Social Part 1440 */
	.icon img[src*='icon-social-'] {
		width: 25px;
		height: 25px;
	}
	/* Top flow 1440 */
	.icon img[src*='index-flow-num'] {
		width: calc(80px * 0.85);
		height: calc(70px * 0.85);
	}
	.icon-flow img[src*='index-flow01'] {
		width: calc(135px * 0.94);
		height: calc(125px * 0.94);
	}
	.icon-flow img[src*='index-flow02'] {
		width: calc(140px * 0.94);
		height: calc(150px * 0.94);
	}
	.icon-flow img[src*='index-flow03'] {
		width: calc(140px * 0.94);
		height: calc(175px * 0.94);
	}
	.icon-flow img[src*='index-flow04'] {
		width: calc(205px * 0.94);
		height: calc(120px * 0.94);
	}
}

@media screen and (max-width: 1280px) {
	/* Top flow 1280 */
	.service-flow .icon img[src*='icon-arrow-right'] {
		width: calc(21px * 0.85);
		height: calc(25px * 0.85);
	}
}

@media screen and (max-width: 1024px) {
	/* Top flow 1024 */
	.icon img[src*='index-flow-num'] {
		width: calc(80px * 0.6);
		height: calc(70px * 0.6);
	}
	.icon-flow img[src*='index-flow01'] {
		width: calc(135px * 0.68);
		height: calc(125px * 0.68);
	}
	.icon-flow img[src*='index-flow02'] {
		width: calc(140px * 0.68);
		height: calc(150px * 0.68);
	}
	.icon-flow img[src*='index-flow03'] {
		width: calc(140px * 0.68);
		height: calc(175px * 0.68);
	}
	.icon-flow img[src*='index-flow04'] {
		width: calc(205px * 0.68);
		height: calc(120px * 0.68);
	}
	.service-flow .icon img[src*='icon-arrow-right'] {
		width: calc(21px * 0.7);
		height: calc(25px * 0.7);
	}
	/* Top Abour */
	.icon img[src*='index-point01'] {
		width: calc(150px * 0.8);
		height: calc(107px * 0.8);
	}
	.icon img[src*='index-point02'] {
		width: calc(135px * 0.8);
		height: calc(126px * 0.8);
	}
	.icon img[src*='index-point03'] {
		width: calc(154px * 0.8);
		height: calc(136px * 0.8);
	}
}

@media screen and (max-width: 769px) {
	/* Top flow 1024 */
	.icon img[src*='index-flow-num'] {
		width: calc(80px * 0.5);
		height: calc(70px * 0.5);
	}
	.icon-flow img[src*='index-flow01'] {
		width: calc(135px * 0.5);
		height: calc(125px * 0.5);
	}
	.icon-flow img[src*='index-flow02'] {
		width: calc(140px * 0.5);
		height: calc(150px * 0.5);
	}
	.icon-flow img[src*='index-flow03'] {
		width: calc(140px * 0.5);
		height: calc(175px * 0.5);
	}
	.icon-flow img[src*='index-flow04'] {
		width: calc(205px * 0.5);
		height: calc(120px * 0.5);
	}
	.service-flow .icon img[src*='icon-arrow-right'] {
		width: calc(21px * 0.5);
		height: calc(25px * 0.5);
	}
	/* Top About */
	.icon img[src*='index-point01'] {
		width: calc(150px * 0.5);
		height: calc(107px * 0.5);
	}
	.icon img[src*='index-point02'] {
		width: calc(135px * 0.5);
		height: calc(126px * 0.5);
	}
	.icon img[src*='index-point03'] {
		width: calc(154px * 0.5);
		height: calc(136px * 0.5);
	}
}

@media screen and (max-width: 640px) {
	/* Social Part 640 */
	.icon img[src*='icon-social-'] {
		width: 20px;
		height: 20px;
	}
	/* Btn Part */
	.icon img[src*='icon-download'] {
		width: 16px;
		height: 18px;
	}
	.icon img[src*='icon-arrow-left'],
	.icon img[src*='icon-arrow-right'] {
		width: 11px;
		height: 12px;
	}
	/* Pages Part 640 */
	.icon img[src*='icon-page-'] {
		width: 38px;
		height: 38px;
	}
	/* Top flow 640 */
	.icon img[src*='index-flow-num'] {
		width: calc(80px * 0.4);
		height: calc(70px * 0.4);
	}
	.icon-flow img[src*='index-flow01'] {
		width: calc(135px * 0.45);
		height: calc(125px * 0.45);
	}
	.icon-flow img[src*='index-flow02'] {
		width: calc(140px * 0.45);
		height: calc(150px * 0.45);
	}
	.icon-flow img[src*='index-flow03'] {
		width: calc(140px * 0.45);
		height: calc(175px * 0.45);
	}
	.icon-flow img[src*='index-flow04'] {
		width: calc(205px * 0.45);
		height: calc(120px * 0.45);
	}
}