@charset "utf-8";

.main { }
.main .msection { max-width: 1200px; margin: 0 auto; }
.main .msection > h3.title { margin-bottom: 20px; font-size: 25px; font-weight: bold; line-height: 1.4; color: #151517; }

.main .banner { font-size: 0; background: linear-gradient(90deg, #f4e7f8 50%, #f0b8c8 50%); }
.main .banner .img_wrap { max-width: 1200px; margin: 0 auto; }
.main .banner .img_wrap img { width: 100%; height: auto; }

.main .branding { padding: 85px 0; }
.main .branding .desc { font-size: 15px; color: #151517; }

.main .statistics { height: 374px; background: no-repeat url('../img/company_graph_img.png'); background-position: bottom 0 right 0; background-color: #1f1f21; }
.main .statistics .msection { display: flex; align-items: center; height: 100%; padding: 85px 0; }
.main .statistics .msection .title { flex-grow: 1; font-size: 25px; font-weight: bold; line-height: 1.8; color: #fff; }
.main .statistics .box_wrap { display: flex; align-items: center; }
.main .statistics .box { margin: 0 10px; padding: 35px; border: solid 1px rgba(255, 255, 255, 0.1); background: rgba(31, 31, 33, 0.85); }
.main .statistics .box h4 { margin: 15px 0; font-size: 15px; font-weight: normal; color: #858590; }
.main .statistics .box h2 { font-size: 30px; font-weight: bold; color: #fff; }

.main .msection.div { margin-top: 85px; padding-bottom: 85px; border-bottom: solid 1px #e6e6e6; }
.main .msection.div:last-child { padding-bottom: 0; border-bottom: 0; }

.main .tech .box_wrap { display: flex; gap: 20px; }
.main .tech .box { flex-grow: 1; padding: 25px; border: solid 1px #e6e6e6; }
.main .tech .box .title { margin-bottom: 15px; font-size: 18px; font-weight: 500; color: #151517; }
.main .tech .box .desc { font-size: 15px; line-height: 1.5; color: #858590; }
.main .tech .box .image { margin-top: 25px; height: 120px; border-radius: 5px; overflow: hidden; }
.main .tech .box .image img { width: 100%; height: 100%; object-fit: cover; }

.main .senior .box_wrap { display: flex; gap: 20px; }
.main .senior .box { flex-grow: 1; display: flex; justify-content: space-between; align-items: center; padding: 25px; border: solid 1px #e6e6e6; }
.main .senior .box .title { margin-bottom: 15px; font-size: 18px; font-weight: 500; line-height: 1.39; color: #151517; }
.main .senior .box .desc { font-size: 15px; line-height: 1.5; color: #858590; }

.main .video_wrap .video { position: relative; margin-top: 20px; font-size: 0; }
.main .video_wrap .video .controller { position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; opacity: 0.5; background-color: #151517;; }
.main .video_wrap .video video { width: 100%; }
.main .video_wrap .info { margin-top: 20px; }
.main .video_wrap .info .title { font-size: 20px; font-weight: bold; line-height: 1.25; color: #151517; }
.main .video_wrap .info .desc { font-size: 15px; line-height: 1.4; color: #151517; }
.main .video_wrap .info .title + .desc { margin-top: 15px; }
.main .video_wrap iframe { width: 100% !important; height: auto !important; aspect-ratio: 16 / 9; }

.main .caring_wrap { display: flex; justify-content: center; }
.main .caring_wrap .caring { width: 323px; overflow: hidden; padding-bottom: 30px; flex-shrink: 0; }
.main .caring_wrap .swiper-slide { width: auto; height: auto; }
.main .caring_wrap .swiper-slide img { display: block; margin: 0 auto; }
.main .caring_wrap .swiper-pagination { position: relative; top: 20px; margin: 0 auto; width: 120px; height: 5px; border-radius: 2.5px; background: #f3f3f3; overflow: hidden; }
.main .caring_wrap .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { border-radius: 2.5px; background: #151517; }
.main .caring_wrap .text { flex-grow: 1; -ms-flex: 1 0 0%; max-width: 500px; margin-top: 192px; margin-left: 85px; }
.main .caring_wrap .text .title { font-size: 25px; font-weight: bold; line-height: 1.4; color: #151517; }
.main .caring_wrap .text .desc { margin-top: 25px; font-size: 18px; font-weight: 500; color: #151517; }

.main .recipient .box_wrap { display: flex; gap: 20px; }
.main .recipient .box_wrap img { display: block; width: 100%; height: auto; }
.main .recipient .box_wrap .box .desc { margin: 20px 0; font-size: 18px; font-weight: 500; line-height: 1.39; text-align: center; color: #151517; }

.main .solution_wrap { max-width: 670px; margin: 0 auto; text-align: center; }
.main .solution_wrap .title { font-size: 25px; font-weight: bold; color: #151517; }
.main .solution_wrap .background_wrap { display: flex; justify-content: center; align-items: center; width: 600px; height: 150px; margin: 35px auto; background: no-repeat url('../img/img.png'); background-size: cover; border-radius: 75px; overflow: hidden; }
.main .solution_wrap .background_wrap img { display: block; }
.main .solution_wrap .desc { font-size: 18px; font-weight: 500; color: #151517; }
.main .solution_wrap .btn_wrap { display: flex; justify-content: space-around; margin-top: 30px; }
.main .solution_wrap .btn_wrap .btn { display: block; width: 100%; margin: 0 12.5px; padding: 25px; border: solid 1px #151517; background: #fff; font-size: 18px; font-weight: 500; color: #151517; }
.main .solution_wrap .btn_wrap .btn.point { background: #151517; color: #fff; }

.main .banner_content { margin-bottom: 20px; margin-top: 0 !important; }
.main .banner_content img { width: 100%; height: auto; border-radius: 15px; overflow: hidden; }

.main .indi_bz_info_content { display: flex; border: 1px solid rgba(21, 21, 23, 0.1); border-radius: 15px; padding: 20px 25px; margin-bottom: 25px; min-height: 125px; }
.main .indi_bz_info_content > div { width: 50%; }
.main .indi_bz_info_content > div.left { display: flex; flex-direction: column; justify-content: center; }
.main .indi_bz_info_content > div.left .info { display: flex; align-items: center; }
.main .indi_bz_info_content > div .info:not(:last-of-type) { margin-bottom: 15px; }
.main .indi_bz_info_content > div .info .title { font-size: 20px; font-weight: 600; margin-right: 10px; }
.main .indi_bz_info_content > div.right { display: flex; align-items: center; border-left: 1px solid rgba(21, 21, 23, 0.1); padding-left: 25px; }
.main .indi_bz_info_content > div.right .title { font-size: 27px; font-weight: 600; margin-bottom: 8px; }
.main .indi_bz_info_content > div.right .content { font-size: 22px; }

.main.indi .map_wrap { margin: 30px auto; }

@media screen and (max-width: 1240px) {
	.main .msection { margin: 0 25px; }
	.main .banner_pagination { bottom: 40px; }
}

@media screen and (max-width: 880px) {
	.main { }

	.main .banner_slide { display: block; }
	.main .banner_slide .text .title { font-size: 30px; }
	.main .banner_slide .text .desc { margin-top: 20px; }

	.main .banner_slide .image { width: unset; margin-top: 85px; }
	.main .banner_pagination {  }

	.main .branding { padding: 40px 0; }

	.main .msection > h3.title { font-size: 20px; }

	.main .statistics { height: unset; }
	.main .statistics .msection { display: block; padding: 60px 0; }
	.main .statistics .box_wrap { display: block; }
	.main .statistics .msection .title { font-size: 20px; }
	.main .statistics .box_wrap { margin-top: 45px; }
	.main .statistics .box { margin: 10px 0; }

	.main .msection.div { margin-top: 60px; padding-bottom: 60px; }

	.main .tech .box_wrap { display: block; }
	.main .tech .box { margin: 20px 0; }

	.main .senior .box_wrap { display: block; }
	.main .senior .box { flex-direction: column; align-items: flex-start; margin: 20px 0; }
	.main .senior .box .image { align-self: flex-end; }

	.main .caring_wrap { display: block; }
	.main .caring_wrap .caring { width: 100%; }
	.main .caring_wrap .text { max-width: unset; margin: 35px 0 0 0; }
	.main .caring_wrap .text .title { font-size: 20px; }

	.main .recipient .box_wrap { display: block; }

	.main .solution_wrap {}
	.main .solution_wrap .title { font-size: 20px; }
	.main .solution_wrap .background_wrap { width: 100%; margin: 25px 0; }
	.main .solution_wrap .btn_wrap { display: block; }
	.main .solution_wrap .btn_wrap .btn { margin: 15px 0; padding: 20px; font-size: 15px; }

	.main.indi .msection { margin: 15px; }
	.main.indi .shop_content { padding: 0; }

	.main .indi_bz_info_content { display: block; padding: 15px 20px; }
	.main .indi_bz_info_content > div { width: 100%; }
	.main .indi_bz_info_content > div.left { display: block; }
	.main .indi_bz_info_content > div.left .info { display: block; }
	.main .indi_bz_info_content > div .info:not(:last-of-type) { margin-bottom: 15px; }
	.main .indi_bz_info_content > div .info .title { font-size: 15px; }
	.main .indi_bz_info_content > div .info .content { font-size: 13px; }
	.main .indi_bz_info_content > div.right { display: block; margin-top: 15px; padding: 0; border: 0; }
	.main .indi_bz_info_content > div.right .title { font-size: 15px; }
	.main .indi_bz_info_content > div.right .content { font-size: 13px; }
}