@media screen and (min-width:1024px) and (max-width:1223px) {
    *{
        margin: 0;
        padding: 0;
    }
    body{
        font-family: 'IBM Plex Sans', sans-serif;
    }
    a{
        text-decoration: none;
        color: #000;
    }
    a:hover{
        text-decoration: none;
        color: #000 !important;
    }
    
    /* nav 영역 start */
    .mo_nav{
        display: none !important;
    }
    .pc_nav{
        max-width: 1920px;
        width: 100%;
        height: auto;
        background-color: #fff;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
    
    .nav_logo{
        min-width: 125.8px;
        height: 45px;
        margin-right: 30px;
        margin-top: 15px;
    }
    
    .nav_logo>a {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .nav_menu{
        display: flex;
        height: 100%;
        list-style: none;
        position: relative;
    }
    .nav_menu>li{
        height: 100%;
        margin-left: 40px;
        line-height: 80px;
        font-size: 1rem;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        text-align: center;
        color: #000;
    }
    .nav_menu .nav_menu_m{
        display: block;
        height: 100%;
    }
    .nav_sub_menu{    
        display: none;
        flex-direction: column;    
        position: absolute;
        left: -35px;
        z-index: 99;
        background-color: #fff;
    }
    .nav_sub_menu.nav_menu_service{
        left: 80px;
    }
    .nav_sub_menu>a{
        line-height: initial;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        text-align: center;
        color: #000;
        padding: 14px 38px;
    }
    .nav_menu>li:hover .nav_sub_menu{
        display: flex;
    }
    .nav_sub_menu>a:hover{
        transition: .3s;
        color: #fff !important;
        background-color: #00a89c;
    }
    .nav_menu>li.nav_language{
        margin-left: 30px;
        display: flex;
        position: relative;
        width: 180px;
        height: 30px;
        margin-top: 25px;
        border: 1px solid #00a89c;
        border-radius: 35px;
    }
    .nav_language_a{
        display: block;
        width: 80px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        letter-spacing: normal;
        text-align: center;    
        font-size: 12px;
        border-radius: 30px;
        position:absolute;
    }
    .nav_language_a:hover{
        color: #000 !important;
    }
    .nav_menu>li.nav_language a.en{left: 0; width: 100px;}
    .nav_menu>li.nav_language a.mal{right: 0;}
    .nav_menu>li.nav_language a.active{color: #fff !important; background-color: #00a89c;}
    /* nav 영역 End */
    
    
    #wrap{
        max-width: 1920px;
        width: 100%;
        margin: auto;
    }
    
    
    /* main swiper 영역 start */
    .main_swiper_wrap{
        max-width: 1920px;
        width: 100%;
        height: 1000px;
    }
    
    .swiper{
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .swiper-slide h1{
        width: 80%;
        font-size: 80px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: -2px;
        text-align: center;
        color: #fff;
    }
    .swiper-slide p{
        font-size: 25px;
        font-weight: 300;
        line-height: 0.8;
        letter-spacing: -0.63px;
        color: #fff;
        margin-top: 86px;
        word-break: break-word;
    }
    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .swiper {
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev{
        background-image: url('/theme/basic/img/btn_next.png');
        background-repeat: no-repeat;
        right: 40px;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next{
        background-image: url('/theme/basic/img/btn_prev.png');
        background-repeat: no-repeat;
        left: 40px;
    }
    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        content: '';
    }
    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        content: '';
    }
    .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        background: #fff;
        opacity: 1;
    }
    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
        margin:0;
        margin-left: 5px;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 40px;
    }
    .swiper-pagination-bullet-active{
        background-color: #00a89c;
    }
    .main_slideImg01{
        background-image: url('/theme/basic/img/main_visual_01.png');
        background-size: cover;
    }
    .main_slideImg02{
        background-image: url('/theme/basic/img/main_visual_02.jpg');
        background-size: cover;
    }
    .main_slideImg03{
        background-image: url('/theme/basic/img/main_visual_03.jpg');
        background-size: cover;
    }
    /* main swiper 영역 End */
    
    
    /* main_service 영역 Start */
    .main_service_wrap{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin-top: 100px;
        margin-bottom: 106px;
        align-items: center;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .main_service_left{
        text-align: center;
    }
    .main_service_left h2{
        font-size: 80px;
        color: #00a89c;
        font-weight: bold;
        line-height: 1;
        letter-spacing: normal;
    }
    .main_service_left p{
        font-size: 16px;
        font-weight: 300;
        line-height: 1.25;
        letter-spacing: normal;
        color: #000;
        margin-top: 20px;
    }
    .main_service_right{
        margin-left: 0;
        display: flex;
        flex-direction: column;
        top: 32px;
        list-style: none;
    }
    .main_service_right_menu{
        font-size: 1.3rem;
        letter-spacing: normal;
        position: relative;
        padding-left: 20px;
        margin-bottom: 15px;
    }
    .main_service_right a{
        position: relative;
    }
    .main_service_right_menu>a::before{
        content: "";
        position: absolute;
        width: 30px;
        left: -50px;
        height: 1px;
        top: 16px;
        background-color: #999;
    }
    .main_service_right_menu:hover a{
        font-size: 1.3rem;
        font-weight: normal;
        color: #000 !important;
    }
    .main_service_right_menu:hover a::before{
        background: #999;
        height: 1px;
    }
    /* main_service 영역 End */
    
    
    /* main_varietyMenu 영역 Start */
    .main_varietyMenu_wrap{
        max-width: 1920px;
        width: 100%;
        display: flex;
        margin: auto;
        margin-bottom: 50px;
    }
    .main_varietyMenu{
        max-width: 480px;
        width: 25%;
        height: 520px;
        margin-bottom: 0px;
        background-position: center;
        overflow: hidden;
    }
    .main_varietyMenu a{
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .main_varietyMenu_txt{
        position: absolute;
        bottom: 62.5px;
        left: 20px;
    }
    .main_varietyMenu_txt p{
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1;
        letter-spacing: normal;
        color: #fff;
        margin-bottom: 15px;
        word-break: break-word;
    }
    .main_varietyMenu_bg{
        width: 100%;
        height: 100%;
        position: absolute;
        display: none;
    }
    .varietyMenu01{
        background-image: url('../img/service_01.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
    .varietyMenu02{
        background-image: url('../img/service_02.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
    .varietyMenu03{
        background-image: url('../img/service_03.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
    .varietyMenu04{
        background-image: url('../img/service_04.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
    /* main_varietyMenu 영역 End */


    
    /* main_video_wrap Start */
    .main_video_wrap{
        margin-top: 0;
        margin-bottom: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main_video{
        position: relative;
        width: 580px;
        /* height: 400px; */
        margin-right: 40px;
    }
    .main_video:last-child{
        margin-right: 0;
    }
    .main_video>img{
        position:absolute;
    }
    /* .video_content01{
        background-image: url('../img/video_01.png');
        background-size: cover;
        background-repeat: no-repeat;
    }
    .video_content02{
        background-image: url('../img/video_02.png');
        background-size: cover;
        background-repeat: no-repeat;
    } */
    /* .main_video>video{
        position: absolute;
        width: 100%;
        height: 100%;
    } */
    .video_play{
        top: 50%;
        left: 50%;
        margin-left: -30px;
        margin-top: -30px;
    }
    /* main_video_wrap End */
    
    
    /* Footer 영역 Start */
    footer{
        width: 100%;
        height: 240px;
        background-color: #2e3333;
    }
    .footer_top{
        max-width: 1920px;
        width: 100%;
        height: 180px;
        display: flex;
        margin: auto;
        align-items: center;
    }
    .footer_logo{
        margin-left: 18.75%;
        width: 125.8px;
        height: 45px;
    }
    .footer_logo img{
        width: 100%;
        height: 100%;
    }
    .footer_content{
        margin-left: 8.03%;
        display: flex;
        flex-direction: column;
    }
    .footer_content span{
        font-size: 14px;
        font-weight: 300;
        line-height: 1.79;
        color: #999;
    }
    .footer_bottom{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 60px;
        border-top: 1px solid rgba(255,255,255,0.1);
    }
    .footer_bottom span{
        font-size: 14px;
        font-weight: 300;
        line-height: 1.79;
        color: #999;
    }
    /* Footer 영역 End */
    }