.main_home_area {
        height: 100vh;
        display: flex;
        justify-content: left;
        align-items: center;
































        background-image: url(/bizdemo113742/img/taeshinclear/main_home_BG1.jpg);
        background-size: cover; /* ¨¬&#241;&#192;©÷ &#192;&#175;&#193;&#246;&#199;&#207;¢¬&#231; ©÷&#203; &#195;¢´¢¯&#236;¡¾&#226; */
        background-position: center center;/* &#193;©¬¨ú&#211; &#193;¢´¡¤&#196; */
        background-repeat: no-repeat;
      }
      .main_home_area .home_title_text {
        margin-left: 10%;
        
      }
      .main_home_area .home_title_text p {
        font-size: 58px;
        font-weight: 600;
        line-height: 1.25em;   
        font-family: 'Presentation', sans-serif;
        font-size: clamp(40px, 4.5vw, 58px);
       letter-spacing: 1px;
     






      }
      .main_home_area .home_title_text p:nth-child(odd) {
        color: #fff;
      }
      .main_home_area .home_title_text p:nth-child(2) {
        color: #4A7CFE;
        display: inline;
      }
      .main_home_area .home_title_text p:nth-child(3) {
        display: inline;
      }
     .home_sub_text {
  display: block;
  margin-top: 16px;
 font-family: 'Presentation', sans-serif;
  font-size: 24px;
  color:  #d7d7d7;
  font-weight: 400;
  letter-spacing: 0px;


}
















@media screen and (max-width: 768px) {
  .main_home_area {
    height: 100svh !important;
    align-items: center !important;
    justify-content: center;
  }
  .main_home_area .home_title_text {
    margin-left: 24px !important;
    margin-right: 24px !important;
    text-align: center;
  }
  .home_sub_text {
    display: block;
    margin-top: 16px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    width: 100%;
  }
  .main_home_area .home_title_text p {
    font-size: 38px !important;
  }
}








@media screen and (max-width: 480px) {
  .main_home_area .home_title_text p {
    font-size: 32px !important;
  }
  .home_sub_text {
  display: block;
  margin-top: 22px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0px;
  clear: both;
  width: 100%;
}
}