@media(min-width:761px) {
  .intro-box .img {
    float: right;
  }

  .intro-box {
    margin: 40px auto 0;
  }

  .intro-box .title {
    line-height: 90px;
    color: #424242;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
  }

  .intro-box .box {
    box-shadow: 0 0 10px #424242;
    padding: 0px 50px 0;
    background: none;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
    margin: 10px auto;

  }

  .intro-box .btn-sub {
    width: 180px;
    height: 50px;
    border-radius: 20px;
    line-height: 50px;
    text-align: center;
    display: block;
    font-size: 18px;
    margin: 0 auto 60px;
  }

  .intro-box .btn-sub {
    width: 180px;
    height: 50px;
    border-radius: 20px;
    line-height: 50px;
    text-align: center;
    display: block;
    font-size: 18px;
    margin: 0 auto 60px;
  }

  .intro-box .btn-sub:hover {
    background-color: #D06E2C;
    text-decoration: none;
    color: #fff;
  }


  .gift-box {
    margin: 40px auto 0;
  }

  .gift-box .title {
    line-height: 90px;
    color: #424242;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
  }

  .gift-box .box {
    box-shadow: 0 0 10px #424242;
    padding: 0px 50px 0;
    background: none;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
    margin: 10px auto;

  }
  .about-box {
    margin: 40px auto 0;
  }

  .about-box .title {
    line-height: 90px;
    color: #424242;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
  }

  .about-box .box {
    box-shadow: 0 0 10px #424242;
    padding: 0px 50px 0;
    background: none;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
    margin: 10px auto;

  }
  .about-box .p0 {
		line-height: 30px;
		margin-bottom: 30px;
		padding: 0;
  }

}

@media(max-width:760px) {
  .intro-box {
    margin: 40px auto 0;
  }

  .intro-box .title {
    line-height: 90px;
    color: #424242;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
  }

  .intro-box .box {
    box-shadow: 0 0 10px #424242;
    background: none;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
    margin: 10px auto;

  }

  .intro-box .btn-sub {
    width: 180px;
    height: 50px;
    border-radius: 20px;
    line-height: 50px;
    text-align: center;
    display: block;
    font-size: 18px;
    margin: 0 auto 60px;
  }

  .intro-box .btn-sub {
    width: 180px;
    height: 50px;
    border-radius: 20px;
    line-height: 50px;
    text-align: center;
    display: block;
    font-size: 18px;
    margin: 0 auto 60px;
  }

  .intro-box .btn-sub:hover {
    background-color: #D06E2C;
    text-decoration: none;
    color: #fff;
  }

  .intro-box .img {
    display: block;
    margin: 0 auto 30px;
	}
	
	.gift-box {
    margin: 40px auto 0;
  }

  .gift-box .title {
    line-height: 90px;
    color: #424242;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
  }

  .gift-box .box {
    box-shadow: 0 0 10px #424242;
    background: none;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
    margin: 10px auto;

  }
	.about-box {
    margin: 40px auto 0;
  }

  .about-box .title {
    line-height: 90px;
    color: #424242;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
  }

  .about-box .box {
    box-shadow: 0 0 10px #424242;
    background: none;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
    margin: 10px auto;
	}
	.about-box .p0 {
		line-height: 30px;
		margin-bottom: 30px;
		
  }
}
