@media screen and (max-width:699px){ /* 모바일 */
    
    /* ============================= 메인화면 첫 화면 부분 시작 */
    #elim_main_top{
        height: calc(100vh - 60px);padding: 0;
        justify-content: center; align-items: center;
    }
    #elim_main_top .textbox02{top: 55%;}
    #elim_main_top .textbox02 p:nth-child(1){
        font-size: 1.2rem; margin-bottom: 10px;
    }
    #elim_main_top .textbox02 p:nth-child(2){
        font-size: 0.825rem;
    }
    #elim_main_top .textbox{top: 45%;}
    #elim_main_top .textbox p{margin-left: 15px;}
    #elim_main_top .textbox h1{font-size: 3rem; text-align: center;}
    #elim_main_top .video video{height: calc(100vh - 60px); }
    /* ============================= 메인화면 첫 화면 부분 끝 */
    /* ============================= 회사소개 (2행) 시작 */
    #elim_company{padding: 40px 10px 20px 10px; width: 100%; height: 100vh;}
    #elim_company .elim_company_top{width: 100%; padding: 10px;}
    #elim_company .elim_company_top .elim_company_text{}
    #elim_company .elim_company_top .elim_company_text h2{font-size: 2rem;}
    #elim_company .elim_company_top .elim_company_text .elim_company_img1{width: 30px; height: 30px;} /* " (왼쪽) */
    #elim_company .elim_company_top .elim_company_text .emphasis{font-size: 1rem;}
    #elim_company .elim_company_top .elim_company_text .elim_company_img2{width: 30px; height: 30px;} /* " (오른쪽) */
    #elim_company .elim_company_top .company_introduction_go{
        margin: 0 auto; padding: 5px ; 
    }
    #elim_company .elim_company_top .company_introduction_go>p{
        font-size: 0.725rem; white-space: nowrap; text-align: center; line-height: 1.2;
    }
    #elim_company .elim_company_bottom{width: 90%;}
    /* ==========슬라이드 */
    #company_container{height: 350px;}
    #company_container .swiper-wrapper .swiper-slide .bottom_text h2{font-size: 1.2rem; margin-bottom: 10px;}/* 공통 */
    #company_container .swiper-wrapper .swiper-slide .bottom_text p{font-size: 0.7rem;}
    #company_container .swiper-wrapper .swiper-slide .bottom_text p>em{font-size: 0.825rem;}/* 공통 */



    
    /* ============================= 회사소개 (2행) 끝 */
    /* ============================= 사업분야 (3행) 시작 */
    #elim_business .container{
        width: 100%; height: 100vh;
        display: grid; 
        grid-template-areas:
        'ebtb1'
        'ebtb2'
        'ebtb3'
        'ebtb4';
        grid-template-columns:1fr;
    }
    #elim_business .container .elim_business_textbox .ebtb_text h2{font-size: 1rem;}
    #elim_business .container .elim_business_textbox .ebtb_text p{font-size: 0.825rem; margin: 15px 0;}
    #elim_business .container .elim_business_textbox .ebtb_text a{font-size: 0.825rem;}
    /* ============================= 사업분야 (3행) 끝 */

    /* 팝업 본체 */
    .popup{height: 350px; width: 300px; padding: 15px; border-radius: 15px;}
    .popup .img{height: 70%; text-align: center; position: relative;}
    .popup h2{font-size: 1.2rem; margin-bottom: 10px;}
    .popup p{margin-bottom: 15px;}
    /* 버튼 영역 */
    .popup button {width: 130px; padding: 15px 0; margin: 6px 3px; font-size: 0.825rem;}


}