@charset "utf-8"; 

.main_container					{overflow:hidden;}
.mVisual .bxslider				{visibility:hidden;}
.mVisual .mvideo_box			{position:relative; width:100%; aspect-ratio:16/9; padding:0; margin:0; }
.mVisual .item 					{position:relative; width:100%; aspect-ratio:6/2.5; max-height:900px; overflow:hidden;}
.mVisual .bg 					{overflow:hidden; position:absolute; width:100%; height:100%; top:0; left:0; animation:imgScale 3s both; filter: brightness(0.85);} 
.mVisual .text					{position:absolute; width:100%; text-align:center; top:35%; transform:translateY(-50%); color:#fff; z-index:100; text-shadow:0 0 10px rgba(0,0,0,0.3); animation:slide-up 2s cubic-bezier(.5,.2,0,1) forwards;} 
.mVisual .Btit					{font-size:3em; line-height:1.3; font-weight:900; }
.mVisual .Stit					{font-size:1.2em; line-height:1.7; margin-top:20px;}

.main_container	h2				{font-size:1.8em; font-weight:800; color:#333; line-height:1.2; margin-bottom:60px;}
.main_container	h2 span			{display:block; font-size:18px; font-weight:400; margin-top:20px; color:#797979; line-height:1.5;}

.mIntro							{padding:120px 0;}
.mIntro .web_size				{display:grid; grid-template-columns:auto 45%; gap:3%;}
.mIntro h2						{font-size:2.2em; margin-bottom:10px; text-transform:uppercase; background:var(--gra); color:transparent; -webkit-background-clip:text;}
.mIntro .tit p					{font-size:1.6em; line-height:1.5; font-weight:500;}
.mIntro .tit span				{font-size:1.1em; font-weight:400; display:block; margin-top:40px; color:#797979; line-height:1.6;}
.mIntro .tit					{background:url('../img/main/acc_cam.png') no-repeat right bottom;}
.mIntro .item					{display:grid; gap:40px;}
.mIntro .item li				{position:relative; padding-left:130px;}
.mIntro .item li:before			{width:95px; height:95px; content:''; display:inline-block; position:absolute; left:0; top:0; background:url('../img/main/bn01.png') no-repeat center center #f5f5f5; background-size:60px; border-radius:100%;}
.mIntro .item li:nth-child(2):before	{background-image:url('../img/main/bn02.png'); background-position:center 45%;}
.mIntro .item li:nth-child(3):before	{background-image:url('../img/main/bn03.png');}
.mIntro .item li:last-child:before	{background-image:url('../img/main/bn04.png');}
.mIntro .item p					{font-weight:700; color:#333; margin-bottom:10px;}
.mIntro .item span				{font-size:0.9em; color:#777; display:block; line-height:1.5;}

.mApp							{padding:120px 0; background:#f5f5f5;}
.mApp .item						{display:flex; gap:3%; text-align:Center;}
.mApp .item li					{position:relative; width:100%; aspect-ratio:1/1; background:url('../img/main/bn01.jpg') no-repeat center center; background-size:cover; overflow:hidden;}	
.mApp .item p					{color:#fff; letter-spacing:1px; font-size:1.3em; font-weight:800; line-height:1.4; text-transform:uppercase; position:relative; z-index:1;}
.mApp .item li:nth-child(2)		{background-image:url('../img/main/bn02.jpg');}
.mApp .item li:nth-child(3)		{background-image:url('../img/main/bn03.jpg');}
.mApp .item li:last-child		{background-image:url('../img/main/bn04.jpg');}
.mApp .item .layer				{position:absolute; width:60px; height:60px; right:0; bottom:0; background:var(--color1);}
.mApp .item .more				{position:absolute; right:0; bottom:0; width:60px; line-height:60px; color:#fff; transform:rotate(315deg);}
.mApp .item li:hover			{transform: translateY(-10px); transition:.4s; }
.mApp .item li:hover .layer		{width:100%; height:100%; transition:.3s; opacity:0.85;}
.mApp .item a					{display:grid; width:100%; height:100%; align-items:center;}

.mMap							{padding:120px 0;}
.mMap .web_size					{display:grid; grid-template-columns:auto 65%; gap:40px;}
.mMap #map_canvas				{order:2; position:relative; aspect-ratio:6/3; border:1px solid rgba(0,0,0,0.05);}
.mMap .info						{order:1;}
.mMap .info ul					{display:grid; gap:15px;}
.mMap .info ul li				{display:flex; gap:17px; align-items:center; font-weight:500; line-height:1.6; word-break:keep-all;}
.mMap .info ul li:first-child	{align-items:unset; word-break:keep-all;}
.mMap .info ul li i				{width:40px; height:40px; line-height:40px; text-align:center; background:var(--color1); color:#fff; border-radius:50%; flex-shrink:0;}


@media screen and (max-width:1400px) {
	.mIntro, .mApp, .mMap			{padding:120px 40px;}
}
@media screen and (max-width:1200px) {
	.mVisual .item					{aspect-ratio:6 / 3; min-height:320px !important;}
	.mVisual .Btit					{font-size:2.4em;}
}
@media screen and (max-width:1024px) { 
	.main_container				{padding:60px 0 0 0;}

	.mVisual .text				{padding:0 20px; top:20%;}
	.mVisual .Btit				{font-size:1.4em; line-height:1.2;}
	.mVisual .Stit				{font-size:0.95em; margin-top:10px; line-height:1.4; word-wrap:break-word;}

	.main_container h2			{font-size:1.2em; margin-bottom:20px; text-align:center;}
	.main_container h2 span		{font-size:14px; margin-top:10px;}

	.mIntro						{padding:20px 15px 40px 15px;}
	.mIntro .web_size			{display:block;}
	.mIntro h2					{margin-bottom:10px;}	
	.mIntro .tit				{text-align:center; padding:150px 0 0 0; background-position:top center; background-size:220px;}
	.mIntro .tit p				{font-size:1em;}
	.mIntro .tit span			{font-size:0.95em; margin:20px 0; }
	.mIntro .item				{gap:20px;}
	.mIntro .item li			{padding-left:90px;}
	.mIntro .item li:before		{width:70px; height:70px; background-size:45px;}
	.mIntro .item p				{margin-bottom:7px;}

	.mApp						{padding:7% 15px;}
	.mApp .item					{width:90%; margin:auto; flex-wrap:wrap; gap:10px;}
	.mApp .item li				{flex:1 1 40%;}
	.mApp .item p				{font-size:1em;}
	.mApp .item .more			{width:40px; line-height:40px;}
	.mApp .item .layer			{width:40px; height:40px;}

	.mMap						{padding:0;}
	.mMap .web_size				{display:block;}
	.mMap .info					{padding:20px 15px 40px 15px;}
	.mMap .info ul				{gap:5px;}
	.mMap .info ul li			{gap:10px; line-height:1.5; font-size:0.95em;}
	.mMap .info ul li i			{width:30px; height:30px; line-height:30px; font-size:0.85em;}

	.mVisual .Stit br, .main_container h2 span br, .mIntro .tit p br, .mIntro .tit span br, .mIntro .item span br			{display:none;}

}
