@media (max-width: 480px) {

    /* 메인 화면들 */
    

    .con_bar {
        width: 100%;
        margin: 10vw 0vw;
    }

        .subBannerText{
            display: inline-block;
            margin-top: 13vw;
            /* margin-left: 25px; */
            font: normal normal 600 1.8em Pretendard;
    
        }
    
        .subBannerText2{
            display: inline-block;
            /* margin-left: 25px; */
            font: normal normal normal 1.1em Pretendard;
            letter-spacing: -0.06px;
            width: 78%;
            padding: 23px 0px;
            line-height: 1.5;
    
        }

        .uljunews_contents{
            width: 89%;

        }

        .con_chracter {
            margin: 0px;
            display: inline-block;
            width: 93%;

        }

        .con_text05 {
            font: normal normal 400 0.95em Pretendard;
            text-align: center;
            width: 62%;
            font-weight: 700;
            line-height: 1.8;
            color: #444444;
            margin: 0;
            position: relative;
            left: 20%;
        }


        .con_text04 {
            font: normal normal 600 1.2em Pretendard;
            text-align: center;
            width: 60%;
            font-weight: 800;
            padding-bottom: 20px;
            margin-top: 1em !important;
            color: #444444;
            line-height: 1.6;
            margin: 0;
            position: relative;
            left: 20%;
        }

        .con_chracter_middle {
            transform: scale(0.5) rotate(90deg);
            position: relative;
            top: -6px;
            width: 25%;
            display: block;
            left: 38%;
        }

        .con_chracter_right {
            flex-basis: 26%;
            width: 75%;
            top: 44% !important;
            top: -2.5vw !important;
            display: block;
            left: 14%;
            position: relative;
        }

        .con_chracter_left {
            flex-basis: 65%;
            background-color: #F1F1F1;
            height: 24em;
            border-radius: 20em;
            margin: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding-top: 2em;
            padding-bottom: 2em;
            width: 95%;
            margin-left: 10px;
        }

/*
        .uljunews_contents div:nth-child(7) {
            background-color: #F1F1F1;
            margin-top: 5em;
        }

        .uljunews_contents div:nth-child(10) {
            /* 원하는 스타일을 여기에 추가 */
/*            margin-top: 5em;
        }
        */
     
        

        /* .uljunews_contents ul:nth-of-type(2) {
            height: 600px;
        }
        .uljunews_contents ul:nth-of-type(2) > :nth-child(1) {
            height: 400px;
            border-radius: 50%;
            width: 100%;
            position: relative;
            left: -3%;
            padding-top: 1px;
            padding-bottom: 1px;
            margin-top: 3em;
        }
        .uljunews_contents ul:nth-of-type(2) > :nth-child(2) {
            transform: scale(0.5) rotate(90deg);
            position: relative;
            top: -15px;
            width: 25%;
            display: block;
            left: 38%;        
        }
        .uljunews_contents ul:nth-of-type(2) > :nth-child(3) {
            width: 65%;
        } */

        

    }
    
    @media (max-width: 768px) {
        .imageslide_ta {
            display: none;
        }
    }
    