.view_title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  margin-top: 50px;
}

.view_des {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
  margin-top: 50px;
}

.en {
  margin-top: 30px;
}

/*budlayer*/
.des_title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  padding: 20px 0px 10px 0px;
  text-align: center;
}

.des_text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-align: justify;
}

.hr {
  margin-bottom: 20px;
  margin-top: 20px;
}



/* 모바일 */
@media screen and (max-width: 550px) {
  .view_title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
  }

  .view_des {
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    text-align: justify;
    margin-top: 16px;
  }

  .en {
    margin-top: 15px;
  }


/*budlayer*/

  .des_title {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 10px 0px;
    text-align: center;
  }

  .des_text {
    color: #ffffff;
    font-size: 10px;
    font-weight: 300;
    line-height: 16px;
    text-align: justify;
  }

  .hr {
  margin-bottom: 15px;
  margin-top: 15px;
  }


}
