


.content_container {

  width: 1280px;
  min-height:900px;
  margin: 120px auto;
}

.video-container {
  /* padding: 100px 0;
  margin: 0 auto 80px; */
  display: flex;
  justify-content:space-between;
  background-size: cover;

}

.video-container > .text-area {

}
/*여기부터*/
.video-container > .text-area > .title {
  display: flex;
  align-items: center;
  color: #ff7900;
}

.video-container > .text-area > .title > .in {
  font-size: 110px;
  font-weight: 600;
  padding-bottom: 10px;
}

.video-container > .text-area > .title > .muuterview {
  font-family: 'GmarketSansMedium';
  font-size: 35px;
  font-weight: 600;
}

.video-container > .text-area > .title > .terview {
  font-family: 'GmarketSansMedium';
  /*font-size: 35px;*/
  /*font-weight: 600;*/
}



.video-container > .text-area > .explanation {
  font-family: 'GmarketSansMedium';
  font-size: 35px;
  font-weight: 550;
}

.video-container > .video-area > iframe {

  width: 700px;
  height: 360px;

}

.line {
  border: 1px solid black;
  margin: 100px 0;
}

.ps_container h1{
  font-weight: 600;
  font-family: 'GmarketSansMedium';
}

.ps_container p{
  font-weight: 550;
  font-family: 'GmarketSansMedium';
}
/*여기까지*/


@media screen and (max-width:1024px) {

  .intro h1 {
    top: 100px;
    left: 60%;
  }

  .content_container {

    width:90%;
    margin: 0 auto;
  }


  .video-container {

    flex-direction: row;

  }




  .video-container > .text-area > .title {
    display: flex;
    align-items: center;
  }

  .video-container > .text-area > .title > .in {
    font-size: 73px;
    font-weight: 600;
  }

  .video-container > .text-area > .title > .muuterview {
    font-size: 23px;
    font-weight: 600;
  }

  .video-container > .text-area > .explanation {
    font-size: 25px;
    font-weight: 550;
  }

  .video-container > .video-area > a > img {
    margin-top: 25px;
    width: 440px;
    height: 250px;

  }

  .ps_container{
    margin-bottom: 70px;
  }


}



@media screen and (max-width:768px) {


  .intro h1 {
    top: 100px;
    left: 60%;
  }

  .content_container {

    width:90%;
    margin: 0 auto;
  }

  .video-container {

    flex-direction: column;

  }

  .video-container > .text-area {

  }

  .video-container > .text-area > .title {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .video-container > .text-area > .title > .in {
    font-size: 110px;
    font-weight: 600;
  }

  .video-container > .text-area > .title > .muuterview {
    font-size: 35px;
    font-weight: 600;
  }

  .video-container > .text-area > .explanation {
    font-size: 30px;
    font-weight: 550;
    text-align: center;
  }

  .video-container > .video-area > a > img {
    margin-top: 25px;
    width:100%;


  }


}

