
/* 텍스트 이펙트 */


.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: 320px;
    }
}


/* 끝 */

 #visupara .visupara-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('images/mv.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity : 1 !important;
  }


	.visu-sec {
		position: relative;
		margin-top: 0;
		padding-top: 65px;
		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(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
	}

    .visu > h1 {
		position: absolute;
		z-index: 5;
		font-size: 60px;
		font-weight: 700;
        line-height: 64px;
        width: 100%;
		left: 50%;
        top: 51.5%;
        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: 30px;
		font-weight: 400;
		left: 50%;
        top: 50%;
        width: 100%;
        text-align: center;
        transform: translate(-50%, -50%);
        margin-top: -60px;
		color: rgb(255, 255, 255);
    font-family: 'Noto Sans KR', sans-serif;
	  }

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

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

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

      .visu > a > span {
        font-size: 16px;
        font-weight: 300;
        color: #ffffff;
        font-family: 'Noto Sans KR', sans-serif;
        letter-spacing: 0.5px;
        position: relative;
        top: -0.5px;
      }




@media (max-width: 1199.99px) and (min-width: 980px) {


        .visu-sec {
            margin-top: 0;
            padding-top: 40px;
            padding-left: 0;
            padding-right: 0;
        }

        .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: 0;
        padding-right: 0;
    }

    .visu {
        max-width: 100%;
        height: 700px;
        margin: 0;
    }

        .visu > h1 {
            font-size: 43px;
            font-weight: 700;
            line-height: 64px;
          }

          .visu > h3 {
            font-size: 21px;
            font-weight: 500;
            margin-top: -40px;
          }

          .visu > a {
            position: absolute;
            z-index: 999;
            left: unset;
            width: 130px;
            height: 30px;
            margin-left: 210px;
            margin-top: 60px;
          }

          .visu > a > span {
            font-size: 13px;
            font-weight: 500;
            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: 10px;
      padding-right: 10px;
  }

  .visu {
      max-width: 100%;
      height: 550px;
      margin: 0;
  }

      .visu > h1 {
          font-size: 32px;
          font-weight: 700;
          line-height: 40px;
        }

        .visu > h3 {
          font-size: 16px;
          font-weight: 500;
          margin-top: -40px;
        }

        .visu > a {
          position: absolute;
          z-index: 999;
          width: 120px;
          height: 25px;
          margin-left: 147px;
          margin-top: 55px;
          left: calc(50% + 30px);
        }

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



@media (max-width: 575.99px) {

    .visu-sec {
      margin-top: 0;
      padding-top: 40px;
      padding-left: 10px;
      padding-right: 10px;
  }

  .visu {
      max-width: 100%;
      height: 450px;
      margin: 0;
  }

      .visu > h1 {
          font-size: 20px;
          font-weight: 700;
          line-height: 32px;
          top: 50%;
        }

        .visu > h3 {
          font-size: 14px;
          font-weight: 500;
          margin-top: -30px;
          line-height: 19px;
          width: 80%;
        }

        .visu > a {
          position: absolute;
          z-index: 999;
          width: 120px;
          height: 25px;
          margin-left: 0;
          margin-top: 45px;
          left: calc(50% - 0px);
        }

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