@media screen and (min-width: 1024px) {

*{
    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: 80px;
    background-color: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.nav_logo{
    min-width: 125.8px;
    height: 45px;
    margin-right: 74px;
}

.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: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    position: relative;
}
.nav_menu .nav_menu_m{
    display: block;
    height: 100%;
}
.nav_sub_menu{    
    display: none;
    width: 220px;
    flex-direction: column;    
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    background-color: #fff;
}
/* .nav_sub_menu.nav_menu_service{
    left: 0px;
} */
.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: 70px;
    display: flex;
    position: relative;
    width: 160px;
    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;}
.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;
}
.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: 225px;
    display: flex;
    justify-content: start;
    margin-top: 100px;
    margin-bottom: 106px;
    align-items: center;
}
.main_service_left{
    margin-left: 18.75%;
}
.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: 13.02%;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 32px;
    list-style: none;
}
.main_service_right_menu{
    position: relative;
    font-size: 20px;
    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>a:hover{
    font-size: 30px;
    font-weight: 500;
    color: #00a89c !important;
    transition: .3s;
}
.main_service_right_menu>a:hover:before{
    background: #00a89c;
    height: 5px;
    transition: .3s;
}
/* main_service 영역 End */


/* main_varietyMenu 영역 Start */
.main_varietyMenu_wrap{
    max-width: 1920px;
    width: 100%;
    display: flex;
    margin: auto;
}
.main_varietyMenu{
    /* max-width: 480px; */
    width: 33.33%;
    height: 690px;
    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: 8.33%;
}
.main_varietyMenu_txt p{
    font-size: 1.8rem;
    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;
}
.main_varietyMenu:hover .main_varietyMenu_bg{
    transform: scale(1.2);
    transition: 0.3s;
}
/* main_varietyMenu 영역 End */


/* main_video_wrap Start */
.main_video_wrap{
    margin-top: 120px;
    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;
} */
.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 */
}