@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;
}

.blackPlace{
  background-color: #373737;
  padding: 50px 0px;
}

.blackPlace ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blackPlace ul li h2{
  font-size: 60px;
  font-family: "SEBANG_Gothic_Bold";
  line-height: 1.2;
  color: #fff;
}

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

.blackPlace ul li p{
  color: #fff;
  line-height: 1.2;
  font-size: 30px;
  font-family: 'NEXON Lv1 Gothic OTF Light';
}

.blackPlace ul li p:last-child{
  margin-top: 20px;
}

.blackPlace ul li p b{
  font-size: 30px;
  line-height: 1.2;
}

.place {
  width: 100%;
  position: relative;
}

.place .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  padding: 100px 0px;
}

.place .flex .content h2 {
  font-size: 60px;
  font-family: "SEBANG_Gothic_Bold";
  line-height: 1.2;
  color: #1a2a5f;
}

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

.place .flex .content > 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;
}

.place .flex .content.on > a{
  opacity: 1;
  top: 0;
}

.place .flex .content.on > a i{
  font-size: 30px;
  color: #ff7f00;
  margin-left: 10px;
}

.place .flex .content b {
  font-size: 26px;
  position: relative;
  top: 50px;
  opacity: 0;
  transition: opacity .5s .2s, top .5s .2s;
}

.place .flex .content.on > b{
  opacity: 1;
  top: 0;
}

.place .flex .content > div {
  background-color: #ff7f00;
  padding: 20px 0px;
  text-align: center;
  border-radius: 70px;
  color: #fff;
  margin-top: 40px;
  position: relative;
  top: 50px;
  opacity: 0;
  transition: opacity .5s .4s, top .5s .4s;
}

.place .flex .content.on > div{
  opacity: 1;
  top: 0;
}

.place .flex .content > div p {
  font-size: 26px;
  font-family: "NEXON Lv1 Gothic OTF Light";
  margin-bottom: 10px;
}

.place .flex .content > div h3 {
  font-size: 45px;
  font-family: "SEBANG_Gothic_Bold";
}

.place .flex .content > div h3 span {
  color: #fff664;
  font-size: 45px;
}

.place .flex .img {
  position: relative;
}

.place .flex .img img:first-child{
  opacity: 0;
  transition: opacity .5s .5s;
}

.place.on .flex .img img:first-child{
  opacity: 1;
}

.place .flex .img img:last-child {
  position: absolute;
  top: 50%;
  left: 26%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  transition: transform .5s 1s,opacity .5s 1s;
}

.place.on .flex .img img:last-child {
  opacity: 1;
  transform: translate(-50%,-50%) scale(1);
}

@media(max-width:1000px){
  .place .flex{
    gap: 30px;
  }
  .place .flex .content h2{
    font-size: 50px;
  }
  .place .flex .content h2 span{
    font-size: 50px;
  }
  .place .flex .content > a{
    margin: 20px 0px 0px;
  }
  .place .flex .content > a,
  .place .flex .content > a i{
    font-size: 20px;
  }
  .place .flex .content.on > b{
    font-size: 20px;
  }
  .place .flex .content > div p{
    font-size: 20px;
  }
  .place .flex .content > div h3{
    font-size: 38px;
  }
  .place .flex .content > div h3 span{
    font-size: 38px;
  }
  .place.on .flex .img img:first-child{
    width: 100%;
  }
}

@media(max-width:900px){
  .blackPlace ul li h2{
    font-size: 35px;
  }
  .blackPlace ul li h2 span{
    font-size: 35px;
  }
  .blackPlace ul li p{
    font-size: 18px;
  }
  .blackPlace ul li p b{
    font-size: 18px;
  }
}

@media(max-width:800px){
  .place .flex{
    flex-direction: column;
    text-align: center;
  }
}

@media(max-width:600px){
  .blackPlace ul{
    text-align: center;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
  .place.on .flex .img img:last-child{
    width: 280px;
    left: 150px;
  }
}

@media(max-width:500px){
  .place .flex .content h2{
    font-size: 40px;
  }
  .place .flex .content h2 span{
    font-size: 40px;
  }
  .place .flex .content.on > p{
    font-size: 18px;
  }
  .place .flex .content.on > b{
    font-size: 18px;
  }
  .place .flex .content > div{
    padding: 20px 15px;
  }
  .place .flex .content > div p{
    font-size: 18px;
  }
  .place .flex .content > div h3{
    font-size: 34px;
  }
  .place .flex .content > div h3 span{
    font-size: 34px;
  }
}