.main_carousel_area {
         background-image: url(/bizdemo113742/img/taeshinclear/main_carousle_BG.jpg);
        background-size: cover; /* ºñÀ² À¯ÁöÇÏ¸ç ²Ë Ã¤¿ì±â */
        background-position: center center; /* Áß¾Ó Á¤·Ä */
        background-repeat: no-repeat;

        display: flex;
        justify-content: center;
        align-items: center;
        padding: 80px 100px;
        height: 80vh;
      }

      .main_carousel_left {
        width: 500px;
        min-width: 300px;
        margin-right: 80px;
      }

      .main_carousel_left h2 {
        font-size: 32px;
        font-family: "Escoredream";
      }
      .main_carousel_left .main_carousel_left_cont p {
        font-size: 16px;
        margin-top: 20px;
      }

      .main_carousel_right {
        width: 1000px;
      }



      .main_carousel_right .swiper {
        width: 100%;
        height: 100%;
      }


      .main_carousel_right .swiper-slide {
        height: 500px !important;
        border-radius: 20px;
        text-align: center;
        background: linear-gradient(180deg, #c6c9de, #3e445e);
        filter: drop-shadow(0px 0px 5px #00000030);
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-direction: column;
      }

      .main_carousel_right .swiper-slide .thumIMG {
        width: 165px;
        height: 165px;
        border-radius: 50%;
        display: block;
        margin-bottom: 26px;
      }


      .main_carousel_right .swiper-slide .thumIMG.carousel_01 {
        background-image: url(/bizdemo113742/img/taeshinclear/carousel_01.png);
        background-size: cover; /* ºñÀ² À¯ÁöÇÏ¸ç ²Ë Ã¤¿ì±â */
        background-position: center center; /* Áß¾Ó Á¤·Ä */
        background-repeat: no-repeat;
      }


      .main_carousel_right .swiper-slide .thumIMG.carousel_02 {
        background-image: url(/bizdemo113742/img/taeshinclear/carousel_02.png);
        background-size: cover; /* ºñÀ² À¯ÁöÇÏ¸ç ²Ë Ã¤¿ì±â */
        background-position: center center; /* Áß¾Ó Á¤·Ä */
        background-repeat: no-repeat;
      }


      .main_carousel_right .swiper-slide .thumIMG.carousel_03 {
        background-image: url(/bizdemo113742/img/taeshinclear/carousel_03.png);
        background-size: cover; /* ºñÀ² À¯ÁöÇÏ¸ç ²Ë Ã¤¿ì±â */
        background-position: center center; /* Áß¾Ó Á¤·Ä */
        background-repeat: no-repeat;
      }


      .main_carousel_right .swiper-slide .thumIMG.carousel_04 {
        background-image: url(/bizdemo113742/img/taeshinclear/carousel_04.png);
        background-size: cover; /* ºñÀ² À¯ÁöÇÏ¸ç ²Ë Ã¤¿ì±â */
        background-position: center center; /* Áß¾Ó Á¤·Ä */
        background-repeat: no-repeat;
      }


      .main_carousel_right .swiper-slide .thumIMG.carousel_05 {
        background-image: url(/bizdemo113742/img/taeshinclear/carousel_05.png);
        background-size: cover; /* ºñÀ² À¯ÁöÇÏ¸ç ²Ë Ã¤¿ì±â */
        background-position: center center; /* Áß¾Ó Á¤·Ä */
        background-repeat: no-repeat;
      }


      .main_carousel_right .swiper-slide .mcr_cont_txt p {
        font-size: 20px;
        color: #fff;
      }

      .main_carousel_right .swiper-slide .mcr_cont_money {
        margin: 10px 0;
      }


      .main_carousel_right .swiper-slide .mcr_cont_money p {
        font-size: 26px;
        color: #ffc953;
        filter:drop-shadow(0 0 5px #00000060);
      }


      .main_carousel_right .mcr_cont_remission {
        background: linear-gradient(180deg, #c24949, #a23737);
        padding: 10px 20px;
        margin-top: 16px;
        border-radius: 5px;
        box-shadow:inset 0 0 5px #00000060;
      }

      .main_carousel_right .mcr_cont_remission p {
        color: #fff;
        font-size: 26px;
        font-weight: 500;
      }


      /* --- ¹ÝÀÀÇü ½ÃÀÛ --- */


      /* &#9989; ÅÂºí¸´ (ÃÖ´ë 1024px) */
      @media screen and (max-width: 1024px) {
        .main_carousel_area {
          flex-direction: column;
          padding: 60px 40px;
          height: auto;
        }


        .main_carousel_left {
          width: 100%;
          margin: 0 0 40px 0;
          text-align: center;
        }


        .main_carousel_left h2 {
          font-size: 28px;
        }


        .main_carousel_left .main_carousel_left_cont p {
          font-size: 15px;
        }


        .main_carousel_right {
          width: 500px;
        }

        .main_carousel_right .swiper-slide {
          height: 400px !important;
        }
        .main_carousel_right .swiper-slide .thumIMG{
          width: 140px;
          height: 140px;
        }
        .main_carousel_right .swiper-slide .mcr_cont_txt p {
          font-size: 16px;
        }


        .main_carousel_right .swiper-slide .mcr_cont_money p {
          font-size: 22px;
        }


        .main_carousel_right .mcr_cont_remission p {
          font-size: 22px;
        }
      }


      /* &#9989; ¸ð¹ÙÀÏ (ÃÖ´ë 768px) */
      @media screen and (max-width: 768px) {
        .main_carousel_area {
          padding: 40px 20px;
        }


        .main_carousel_left h2 {
          font-size: 24px;
        }


        .main_carousel_left .main_carousel_left_cont p {
          font-size: 14px;
        }


        .main_carousel_right .swiper-slide {
          height: 350px !important;
        }


        /* ½½¶óÀÌµå °³¼ö ÁÙÀÌ±â */
        .swiper {
          width: 100%;
        }
      }


      /* &#9989; ÀÛÀº ¸ð¹ÙÀÏ (ÃÖ´ë 510px) */
      @media screen and (max-width: 510px) {
        .main_carousel_area {
          padding: 30px 10px;
        }


        .main_carousel_left h2 {
          font-size: 20px;
        }


        .main_carousel_left .main_carousel_left_cont p {
          font-size: 13px;
        }


        .main_carousel_right {
          width: 200px;
        }

        .main_carousel_right .swiper-slide {
          height: 300px !important;
        }



        .main_carousel_right .swiper-slide .thumIMG{
          width: 120px;
          height: 120px;
          margin-bottom: 14px;
        }


        .main_carousel_right .swiper-slide .mcr_cont_txt p {
          font-size: 14px;
        }


        .main_carousel_right .mcr_cont_remission{
          padding: 8px 16px;
          margin-top: 6px;
        }


        .main_carousel_right .swiper-slide .mcr_cont_money p,
        .main_carousel_right .mcr_cont_remission p {
          font-size: 16px;
        }
      }