


.intro .text {

  font-size: 45px;
  color: #fff;
  text-align: center;
}

  .intro {
    display: flex; /* Flexbox 활성화 */
    justify-content: center; /* 가로 중앙 정렬 */
    align-items: center; /* 세로 중앙 정렬 */
  }

  .text {
    font-size: 24px; /* 원하는 글자 크기 */
  }

  @media screen and (max-width: 413px) {
  .break-line {
    display: block;
  }
}


.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 > .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 >.toegeun-img {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  width: 700px;*/
/*  height: 360px;*/

/*}*/


.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 > iframe {
    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 > .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 > iframe {
    margin-top: 25px;
    width: 440px;
    height: 250px;

  }
}


@media screen and (max-width: 413px) {
  .break-line {
    display: block;
  }
}


