@font-face {
  font-family: 'SEBANG_Gothic_Bold';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.0/SEBANG_Gothic_Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NEXON Lv1 Gothic OTF Light';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NEXON Lv1 Gothic OTF Bold';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.youtube {
  width: 100%;
  text-align: center;
  padding: 100px 0px;
}

.youtube h2 {
  color: #1a2a5f;
  font-size: 60px;
  font-family: "SEBANG_Gothic_Bold";
  line-height: 1.2;
  margin-bottom: 20px;
}

.youtube h2 span {
  font-size: 60px;
  color: #ff7f00;
  line-height: 1.2;
}

.youtube p {
  font-size: 24px;
  font-family: "NEXON Lv1 Gothic OTF Light";
  line-height: 1.2;
  margin-top: 30px;
}

.youtube a {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  margin: 40px 0px 20px;
  position: relative;
  top: 50px;
  opacity: 0;
  transition: opacity .5s , top .5s;
  font-family: 'NEXON Lv1 Gothic OTF Light';
  display: inline-flex;
  padding-bottom: 5px;
  align-items: center;
  border-bottom: 1px solid #cdcdcd;
}

.youtube p b {
  font-size: 24px;
  font-family: "NEXON Lv1 Gothic OTF Bold";
  line-height: 1.2;
}

.youtube a{
  opacity: 1;
  top: 0;
}

.youtube a i{
  font-size: 30px;
  color: #ff7f00;
  margin-left: 10px;
}

@media (max-width:1200px) {
  .youtube h2{
    font-size: 40px;
  }
  .youtube h2 span{
    font-size: 40px;
  }
  .youtube ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .youtube ul li img{
    width: 100%;
  }
}

@media (max-width:600px) {
  .youtube h2{
    font-size: 30px;
  }
  .youtube h2 span{
    font-size: 30px;
  }
  .youtube ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .youtube ul li img{
    width: 100%;
  }
  .youtube p{
    font-size: 18px;
  }
  .youtube p b{
    font-size: 18px;
  }
  .youtube a{
    font-size: 20px;
  }
  .youtube a i{
    font-size: 20px;
  }
}

@media (max-width:400px) {
  .youtube h2{
    font-size: 24px;
  }
  .youtube h2 span{
    font-size: 24px;
  }
  .youtube ul{
    grid-template-columns: 1fr;
  }
  .youtube p{
    font-size: 16px;
  }
  .youtube p b{
    font-size: 16px;
  }
}