@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400');


/* ¹è°æ ¾Ö´Ï¸ÞÀÌ¼ÇÀÌ Àû¿ëµÈ ¼½¼Ç */
.custom-text-section {
  margin: 0;
  text-align: center;
  padding: 100px 20px;  /* ¼½¼Ç ³»ºÎ ¿©¹é */
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: 100;
  position: relative;
  overflow: hidden;
  animation: custom-bg 5s linear infinite; /* ¹è°æ ¾Ö´Ï¸ÞÀÌ¼Ç Àû¿ë */
  border-radius: 10px; /* ¼½¼Ç ¸ð¼­¸® µÕ±Û°Ô */
}


.custom-text-page p {
  margin: 0;
  text-align: center;
  padding: 100px 20px;  /* ¼½¼Ç ³»ºÎ ¿©¹é */
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 100;
  position: relative;
  overflow: hidden;
  animation: custom-bg 5s linear infinite; /* ¹è°æ ¾Ö´Ï¸ÞÀÌ¼Ç Àû¿ë */
  border-radius: 10px; /* ¼½¼Ç ¸ð¼­¸® µÕ±Û°Ô */
}


/* ÅØ½ºÆ® µå·Ó È¿°ú */
.custom-dropping-texts {
  display: inline-block;
  width: 180px;
   font-size: 86px;
  text-align: center;
  height: 86px;
  vertical-align: -2px;
  position: relative;
}

.custom-dropping-texts > div {
  font-size: 0px;
  opacity: 0;
  margin-left: -30px;
  position: absolute;
  font-weight: 300;
 
}



/* °¢ ÅØ½ºÆ®¿¡ ¾Ö´Ï¸ÞÀÌ¼Ç Àû¿ë */
.custom-dropping-texts > div:nth-child(1) {
  animation: custom-roll 5s linear infinite 0s;
}
.custom-dropping-texts > div:nth-child(2) {
  animation: custom-roll 5s linear infinite 1s;
}
.custom-dropping-texts > div:nth-child(3) {
  animation: custom-roll 5s linear infinite 2s;
}
.custom-dropping-texts > div:nth-child(4) {
  animation: custom-roll2 5s linear infinite 3s;
}


/* ÅØ½ºÆ® ¾Ö´Ï¸ÞÀÌ¼Ç */
@keyframes custom-roll {
  0% {
    font-size: 0px;
    opacity: 0;
    margin-left: -30px;
    margin-top: 0px;
    transform: rotate(-25deg);
  }
  3% {
    opacity: 1;
    transform: rotate(0deg);
  }
  5% {
    font-size: inherit;
    opacity: 1;
    margin-left: 0px;
    margin-top: 0px;
  }
  20% {
    font-size: inherit;
    opacity: 1;
    margin-left: 0px;
    margin-top: 0px;
    transform: rotate(0deg);
  }
  27% {
    font-size: 0px;
    opacity: 0.5;
    margin-left: 20px;
    margin-top: 100px;
  }
  100% {
    font-size: 0px;
    opacity: 0;
    margin-left: -30px;
    margin-top: 0px;
    transform: rotate(15deg);
  }
}


@keyframes custom-roll2 {
  0% {
    font-size: 0px;
    opacity: 0;
    margin-left: -30px;
    margin-top: 0px;
    transform: rotate(-25deg);
  }
  3% {
    opacity: 1;
    transform: rotate(0deg);
  }
  5% {
    font-size: inherit;
    opacity: 1;
    margin-left: 0px;
    margin-top: 0px;
  }
  30% {
    font-size: inherit;
    opacity: 1;
    margin-left: 0px;
    margin-top: 0px;
    transform: rotate(0deg);
  }
  37% {
    font-size: 1500px;
    opacity: 0;
    margin-left: -1000px;
    margin-top: -800px;
  }
  100% {
    font-size: 0px;
    opacity: 0;
    margin-left: -30px;
    margin-top: 0px;
    transform: rotate(15deg);
  }
}


/* ¹è°æ »ö»ó ¾Ö´Ï¸ÞÀÌ¼Ç */
@keyframes custom-bg {
  0% { background: #ff0075; }
  3% { background: #0094ff; }
  20% { background: #0094ff; }
  23% { background: #b200ff; }
  40% { background: #b200ff; }
  43% { background: #8BC34A; }
  60% { background: #8BC34A; }
  63% { background: #F44336; }
  80% { background: #F44336; }
  83% { background: #F44336; }
  100% { background: #F44336; }
}
@media (max-width: 768px) {
  .custom-text-section {
    font-size: 28px;
    padding: 80px 10px;
  }
  .custom-dropping-texts {
    width: 150px;
    height: 28px;
  }
}


@media (max-width: 480px) {
  .custom-text-section {
    font-size: 20px;
    padding: 60px 5px;
  } 
  .custom-dropping-texts {
    width: 120px;
    height: 24px;
  }
}







/* ¹è°æ ¾Ö´Ï¸ÞÀÌ¼ÇÀÌ Àû¿ëµÈ ¼½¼Ç */
.custom-t-section {
  margin: 0;
  text-align: center;
  padding: 100px 20px;  /* ¼½¼Ç ³»ºÎ ¿©¹é */
  color: #fff;
  line-height:120%;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: 100;
  position: relative;
  overflow: hidden;
  background-color:#004aad;
  border-radius: 10px; /* ¼½¼Ç ¸ð¼­¸® µÕ±Û°Ô */
}


.custom-t-page p {
  margin: 0;
  text-align: center;
  padding: 100px 20px;  /* ¼½¼Ç ³»ºÎ ¿©¹é */
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 100;
  position: relative;
  overflow: hidden;  
  border-radius: 10px; /* ¼½¼Ç ¸ð¼­¸® µÕ±Û°Ô */
}


@media (max-width: 768px) {
  .custom-t-section {
    font-size: 28px;
    padding: 80px 10px;
  }
  .custom-dropping-texts {
    width: 150px;
    height: 28px;
  }
}


@media (max-width: 480px) {
  .custom-t-section {
    font-size: 20px;
    padding: 60px 5px;
  } 
  .custom-t-page p {
    width: 120px;
    height: 24px;
  }
}



/* ±âº» ½ºÅ¸ÀÏ ÃÊ±âÈ­ */
.custom-animated-section * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}


/* ¼½¼Ç ¹è°æ ¼³Á¤ */
.custom-animated-section {
  background: #000;
  width: 100%;
  position: relative;
  padding: 50px 0; /* ¼½¼Ç »óÇÏ ¿©¹é Ãß°¡ */
  text-align: center;
  overflow: hidden; /* ÄÜÅÙÃ÷ ³ÑÄ§ ¹æÁö */
  color: white;
}


/* ÅØ½ºÆ® ÄÁÅ×ÀÌ³Ê Áß¾Ó Á¤·Ä */
.custom-container {
  display: inline-block;
  position: relative;
  transform: translateY(0);
  animation: custom-text 4s infinite;
}


/* ¸ÞÀÎ ÅØ½ºÆ® ½ºÅ¸ÀÏ */
.custom-container .custom-text1 {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 8px;
  margin-bottom: 20px;
  color: white;
}


/* ¼­ºê ÅØ½ºÆ® ½ºÅ¸ÀÏ */
.custom-container .custom-text2 {
  font-size: 25px;
  color: #FFE997;
}


/* ÅØ½ºÆ® ¾Ö´Ï¸ÞÀÌ¼Ç */
@keyframes custom-text {
  0% {
    color: black;
    margin-bottom: -40px;
  }
  30% {
    letter-spacing: 25px;
    margin-bottom: -40px;
  }
  85% {
    letter-spacing: 8px;
    margin-bottom: -40px;
  }
  100% {
    margin-bottom: 20px;
  }
}


/* ¹ÝÀÀÇü µðÀÚÀÎ: ¸ð¹ÙÀÏ ÃÖÀûÈ­ */
@media (max-width: 768px) {
  .custom-container .custom-text1 {
    font-size: 40px;
    letter-spacing: 5px;
  }


  .custom-container .custom-text2 {
    font-size: 18px;
  }
}


/* ±¸±Û À¥ÆùÆ®¿¡¼­ Noto Sans KR Àû¿ë */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap');


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Noto Sans KR', sans-serif; /* ¿©±â¿¡ 'Noto Sans KR' Àû¿ë */
}


/* ÆäÀÌÁö ¹è°æ ¼³Á¤ */
body {
  background: #000;
}


/* °íÀ¯ÇÑ ÅØ½ºÆ® ¾Ö´Ï¸ÞÀÌ¼Ç ¼½¼Ç */
.animated-text-section {
  width: 100%;
  height: 300px;  /* ¼½¼Ç ³ôÀÌ */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  overflow: hidden;
}


/* ÅØ½ºÆ® Å¸ÀÌÆ² ½ºÅ¸ÀÏ */
.animated-title {
  color: white;
  font-size: 2rem;  /* ±âº» font-size */
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeInTitle 2s ease-out forwards;
}


/* ÅØ½ºÆ® ¾Ö´Ï¸ÞÀÌ¼Ç ½ºÅ¸ÀÏ */
.animated-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


/* Ã¹ ¹øÂ° ÅØ½ºÆ® */
.animated-text1 {
  color: white;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 10px;
  margin-bottom: 20px;
  background: black;
  position: relative;
  animation: slideUpText1 3s 1;
}


/* µÎ ¹øÂ° ÅØ½ºÆ® */
.animated-text2 {
  font-size: 2rem;
  color: #27ae60;
  font-weight: 400;
}


/* Å¸ÀÌÆ² Fade-in ¾Ö´Ï¸ÞÀÌ¼Ç */
@keyframes fadeInTitle {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Ã¹ ¹øÂ° ÅØ½ºÆ® ¾Ö´Ï¸ÞÀÌ¼Ç (À§·Î ¿Ã¶ó°¡´Â ¾Ö´Ï¸ÞÀÌ¼Ç) */
@keyframes slideUpText1 {
  0% {
    color: black;
    margin-bottom: -40px;
  }
  30% {
    letter-spacing: 25px;
    margin-bottom: -40px;
  }
  85% {
    letter-spacing: 8px;
    margin-bottom: -40px;
  }
  100% {
    margin-bottom: 20px;
    color: white;
  }
}


/* ¹ÝÀÀÇü µðÀÚÀÎ */
@media (max-width: 768px) {
  .animated-title {
    font-size: 1.5rem;
    letter-spacing: 4px;
  }


  .animated-text1 {
    font-size: 2.5rem;
    letter-spacing: 8px;
  }


  .animated-text2 {
    font-size: 1.5rem;
  }
}


@media (max-width: 480px) {
  .animated-title {
    font-size: 1.2rem;
    letter-spacing: 3px;
  }


  .animated-text1 {
    font-size: 2rem;
    letter-spacing: 6px;
  }


  .animated-text2 {
    font-size: 1.2rem;
  }
}