    * { box-sizing: border-box; }

    body, html {
      margin: 0;
      padding: 0;
      font-family: 'Arial', sans-serif;
      scroll-behavior: smooth;
    }

    .main-sections {
      display: block;
      width: 100%;
      height: 100vh;
    }
	
	#intro{ width:100%; /* max-width:768px; */ height:100%; margin:0 auto; background-size:cover; background-position:50% 90%; }
	#intro .intro_txt{ position:absolute; bottom:10%; width:100%; padding:0 0 0 15%; }
	#intro .intro_txt p{ font-size:1.2rem; color:#fff; line-height:1.2; }
	#intro .intro_txt .logo{ margin-bottom: 30px; width:100px; }
	#intro .intro_txt .logo img{ width:100%; }
	#intro .intro_txt span{ display:block; margin-top:15px; font-size:0.9rem; }

    @media (max-width: 375px) {
      #intro { background-position:65% bottom; }
      #intro .intro_txt{ top:10%; padding:0 ; text-align:center; }
		#intro .intro_txt span:last-child { font-size:0.7rem;}
		#intro .intro_txt .logo{ margin:0 auto 40px auto; }
    }
	