
/* 텍스트 이펙트 */


.visu-top {
    animation: top 1s ease-out 0s both;
}

.visu-top2 {
    animation: top2 1s ease-out 0s both;
}

.visu-top3 {
    animation: top3 1s ease-out 0s both;
}


@keyframes top {
    0% {
        opacity: 0;
        margin-top: -120px;
    }
    100% {
        opacity: 1;
        margin-top: 0;
    }
}

@keyframes top2 {
    0% {
        opacity: 0;
        margin-top: -180px;
    }
    100% {
        opacity: 1;
        margin-top: -60px;
    }
}

@keyframes top3 {
    0% {
        opacity: 0;
        margin-left: -200px;
    }
    100% {
        opacity: 1;
        margin-left: 0px;
    }
}


/* 끝 */

 #visupara .visupara-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/visu-1.jpg');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
 
 
	.visu-sec {
		position: relative;
		margin-top: 0;
		padding-top: 0;
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
	}
	
	.visu {
		position: relative;
		/* max-width: 1874px; */
		width: 100%;
		/* height: 100%; */
		height: 950px;
		margin: 0 auto;
		display: flex;
		justify-content: flex-end;
		align-items: flex-end;
	
		overflow: hidden;
	}
	
	.visuover {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background-image: linear-gradient(To bottom right, rgba(4, 16, 37, 0.1), rgba(4, 16, 37, 0.3));
	}
	
    .visu > h1 {
		position: absolute;
		z-index: 5;
		font-size: 48px;
		font-weight: 700;
    line-height: 76px;
    margin-top: 130px;
    width: 100%;
		left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
    font-family: "Noto Sans KR", sans-serif;
	  }

	  .visu > h3 {
		position: absolute;
		z-index: 5;
		font-size: 48px;
		font-weight: 400;
		left: 50%;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    margin-top: -80px;
    color: rgb(255, 255, 255);
    font-family: "Noto Sans KR", sans-serif;
	  }

      .visu > a {
        position: absolute;
        z-index: 999;
        width: 130px;
        height: 30px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin-top: 90px;

        display: flex;
        justify-content: center;
        align-items: center;

        background-color: rgba(255, 255, 255, 0.4);
      }

      .visu > a > span {
        font-size: 13px;
        font-weight: 300;
        color: #ffffff;
        font-family: "Noto Sans KR", sans-serif;
      }
	  



@media (max-width: 1199.99px) and (min-width: 980px) {
     
     
        .visu-sec {
            margin-top: 0;
            padding-top: 65px;
            padding-left: 20px;
            padding-right: 20px;
        }
        
        .visu {
            max-width: 100%;
            height: 850px;
            margin: 0;
        }
	
}



@media (max-width: 979.99px) and (min-width: 768px) {
     
      .visu-sec {
        margin-top: 0;
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .visu {
        max-width: 100%;
        height: 700px;
        margin: 0;
    }
        
        .visu > h1 {
            font-size: 43px;
            font-weight: 700;
            line-height: 64px;
            margin-top: -0px;
          }
    
          .visu > h3 {
            font-size: 16px;
            font-weight: 400;
            margin-top: -50px;
          }
    
          .visu > a {
            position: absolute;
            z-index: 999;
            width: 130px;
            height: 30px;
            margin-left: 210px;
            margin-top: 60px;
          }
    
          .visu > a > span {
            font-size: 13px;
            font-weight: 300;
            color: #ffffff;
            font-family: 'Noto Sans KR', sans-serif;
          }
}

@media (max-width: 767.99px) and (min-width: 576px) {
     
    .visu-sec {
      margin-top: 0;
      padding-top: 40px;
      padding-left: 20px;
      padding-right: 20px;
  }
  
  .visu {
      max-width: 100%;
      height: 550px;
      margin: 0;
  }
      
      .visu > h1 {
          font-size: 32px;
          font-weight: 700;
          line-height: 50px;
          margin-top: -0px;
        }
  
        .visu > h3 {
          font-size: 13px;
          font-weight: 400;
          margin-top: -40px;
        }
  
        .visu > a {
          position: absolute;
          z-index: 999;
          width: 120px;
          height: 25px;
          margin-top: 55px;
        }
  
        .visu > a > span {
          font-size: 13px;
          font-weight: 300;
          color: #ffffff;
          font-family: 'Noto Sans KR', sans-serif;
        }
}



@media (max-width: 575.99px) and (min-width: 420px) {
  #visupara .visupara-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/visu-1.jpg');
    background-size: cover;
    background-position: 50% -50px;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

    .visu-sec {
      margin-top: 0;
      padding-top: 40px;
      padding-left: 20px;
      padding-right: 20px;
  }
  
  .visu {
      max-width: 100%;
      height: 420px;
      margin: 0;
  }
      
      .visu > h1 {
          font-size: 24px;
          font-weight: 700;
          line-height: 40px;
          margin-top: -0px;
        }
  
        .visu > h3 {
          font-size: 13px;
          font-weight: 400;
          margin-top: -30px;
          line-height: 19px;
          width: 80%;
        }
  
        .visu > a {
          position: absolute;
          z-index: 999;
          width: 120px;
          height: 25px;
          margin-left: 0;
          margin-top: 50px;
        }
  
        .visu > a > span {
          font-size: 13px;
          font-weight: 300;
          color: #ffffff;
          font-family: 'Noto Sans KR', sans-serif;
        }
}



@media (max-width:419.99px) {

  #visupara .visupara-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/visu-1.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
     
    .visu-sec {
      margin-top: 0;
      padding-top: 40px;
      padding-left: 20px;
      padding-right: 20px;
  }
  
  .visu {
      max-width: 100%;
      height: 300px;
      margin: 0;
  }
      
      .visu > h1 {
          font-size: 18px;
          font-weight: 700;
          line-height: 32px;
          margin-top: -0px;
        }
  
        .visu > h3 {
          font-size: 12px;
          font-weight: 400;
          margin-top: -30px;
          line-height: 19px;
          width: 90%;
        }
  
        .visu > a {
          position: absolute;
          z-index: 999;
          width: 120px;
          height: 25px;
          margin-left: 0;
          margin-top: 35px;
        }
  
        .visu > a > span {
          font-size: 13px;
          font-weight: 300;
          color: #ffffff;
          font-family: 'Noto Sans KR', sans-serif;
        }
}
