.main_home_area {
        height: 100vh;
        display: flex;
        justify-content: left;
        align-items: center;

        background-image: url(/bizdemo113742/img/taeshinclear/main_home_BG.png);
        background-size: cover; /* ºñÀ² À¯ÁöÇÏ¸ç ²Ë Ã¤¿ì±â */
        background-position: center center; /* Áß¾Ó Á¤·Ä */
        background-repeat: no-repeat;
      }
      .main_home_area .home_title_text {
        margin-left: 10%;
      }
      .main_home_area .home_title_text p {
        font-size: 42px;
        font-weight: 600;
      }
      .main_home_area .home_title_text p:nth-child(odd) {
        color: #fff;
      }
      .main_home_area .home_title_text p:nth-child(2) {
        color: #ffc953;
        display: inline;
      }
      .main_home_area .home_title_text p:nth-child(3) {
        display: inline;
      }