main { width: 100%; height: 100%; position: relative; background-image: url('/img/main/main_bg.jpg'); background-repeat: no-repeat; background-position: top right; background-size: 42.71vw auto; padding-bottom: 60px; }


/* 메인 슬라이드 */
.mainTop_title { padding-top: 120px; }
.mainTop_title h2 { font-size: 64px; font-weight: 700; color: #222; line-height: 102px; }
.mainTop_title h2 span { font-size: 96px; display: block; }
.mainTop_title p { margin-top: 30px; font-size: 30px; color: #434343; }

main .swiper { margin-top: 100px; max-width: 1160px; height:520px; display: flex; justify-content: flex-start; margin-left: 0 !important; margin-right: 0 !important; }

main .swiper-slide { margin-right: 20px; display: flex; align-items: center; justify-content: center; font-size: 24px; position: relative; padding-bottom: 30px; }
main .swiper-slide img { width: 100%; height: auto; object-fit: cover; }
main .swiper-button { width: 60px; height:40px; position: absolute; left: 0px; bottom: -20px; }
main .swiper .swiper-button-prev1 { position: absolute; width: 18px; height: 18px; background: url('/img/main/arrow_left.svg') center center no-repeat; margin-top: 0; cursor: pointer; z-index: 1000000; }
main .swiper .swiper-button-next1 { position: absolute; width:18px; height: 18px; background: url('/img/main/arrow_right.svg') center center no-repeat; margin-top: 0; z-index: 1000000; margin-left: 30px; cursor: pointer; } 
.swiper-button-next1.swiper-button-disabled, .swiper-button-prev1.swiper-button-disabled { opacity: .35; cursor: auto; pointer-events: none; }
.swiper-slide .inner-contnets { position: absolute; width: 100%; top: 30px; left: 30px; display: flex; justify-content: space-between; flex-direction: column; height: calc(100% - 120px); }
.swiper-slide .inner-contnets h4 { width: 100%; color: #fff; font-size: 24px; font-weight: 500; }
.swiper-slide > div { position: relative; }
.swiper-slide > div::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 50%, rgba(255, 255, 255, 0) 100%); }



/* 서비스 아이콘 */
.services { margin: 100px 0; }

.cont.top-text h2 { font-family: "Poppins", sans-serif; font-weight: 700; font-style: normal; font-size: 64px; color: #434343; }
.cont.top-text > p { font-size: 20px; color: #555; }
.cont.top-text.center h2 { font-family: "Poppins", sans-serif; font-weight: 700; font-style: normal; font-size: 64px; color: #434343; text-align: center; width: 100%; }
.cont.top-text.center > p { margin-top: 30px; font-size: 20px; color: #555; text-align: center; width: 100%; }
.services .category { display: flex; margin-top: 80px; justify-content: center; align-items: center; column-gap: 20px; }

.services .category li { background-color: #f8f8f8; transition: .5s; flex: 1 1 20%; }
.services .category li > a { text-decoration: none; text-align: center; padding: 50px 0;  width: 100%; display: block; }
.services .category li:hover { background-color: #5cc0bb; }
.services .category li a:hover h4, .services .category a:hover p { color: #fff; }
.services .category li img { max-width: 70px; width: 100%; }
.services .category li h4 { margin-top: 31px; font-family: "Poppins", sans-serif; font-weight: 500; color: #666; font-size: 22px; }
.services .category li p { font-size: 18px; font-weight: 300; color: #444;  }
.path-fill { fill: #444444; }
.path-highlight { fill: #5cc0bb; }
.services .category li:hover .path-fill, .services .category li:hover .path-highlight { fill: #ffffff; }




/* 백그라운드 배경 */
.community { background-image: url("/img/main/bg.png"); width: 100%; height: 368px; background-attachment: fixed; background-size: cover; background-position: bottom center; }
.community .cont.contnents { width: 100%; height: 100%; display: flex; align-items: center; flex-direction: row; justify-content: space-between; color: #fff; }
.community .cont.contnents > h3 { font-size: 38px; }




@media (max-width: 1600px) { 
    
    .cont { padding: 0 60px; }
    .mainTop_title { padding-top: 120px; }
    
}



@media (min-width:1281px) { 
    .main_nav > li:hover .main_nav_sub { opacity: 1; pointer-events: auto; margin-top: 0; z-index: 20; }
}

@media only screen and (max-width:1280px) { 
    .cont { padding: 0 20px; }
    
    
    .main_nav { opacity: 0; pointer-events: none; margin-top: 20px; transition: 200ms all; position: absolute; top: 100%; left: 0; right: auto; min-width: 200px; width: 100%; left: 0; }
    .main_nav li { display: block; background: #434343; }
    .main_nav li a,.main_nav > li:first-child > a { color: #fff; padding: 12px 18px; }
    .main_nav .expand { display: block; position: absolute; top: 0; right: 0; padding: 12px 18px; z-index: 15; transform-origin: 50%; transition: 200ms all; }
    .main_nav .expand.active { transform: rotate(45deg); }
    .main_nav_sub { display: block; z-index: 20; width: 100%; }
    .main_nav_sub > li { background: #203537; }
    .toggle-menu { display: inline-block; }
    .main_nav > li+li { margin: 0; }
    .main_nav.active { opacity: 1; pointer-events: auto; margin-top: 0;  z-index: 20; }
    
    .services .category li h4 { font-size: 16px; margin-top: 15px; }
    .services .category li { padding: 20px 0; }
    .services .category li:not(:last-child) { margin-right: 20px; }
    .services .category li p { margin-top: 10px; }
    .services .category { margin-top: 20px; }
    .community { height: 200px; }
    .community .cont.contnents > h3 { font-size: 36px; }
    .cont.top-text > p, .package .swiper-slide > h4, .cont.top-text.center > p  { font-size: 16px; margin-top: 10px; line-height: 1; }

    .cont.footer { gap: 20px; flex-direction: column; }
    .services .category { flex-wrap: wrap; justify-content: center; }
    .services .category li:not(:last-child) { margin-right: 10px; }
    .services .category li { width:calc(33.33% - 10px); }

}



@media (max-width:768px) { 
    main { padding-bottom: 20px; display: none; }
    main .swiper { width: 100%; height: auto; margin-top: 20px; }
    main > .cont:last-child { display: none; }
    .mainTop_title h2 { font-size: 30px; }
    .mainTop_title a { margin-top: 10px; }
    .mainTop_title p { font-size: 18px; margin-top: 10px; }
    main .swiper-slide img { max-height: 300px; }
    .services { margin: 10px 0; }
    
    .services .category { justify-content: center; flex-flow: column wrap; }
    .services .category li { width:100%; margin-bottom: 10px; }
    .services .category li p { margin-top: 0; font-size: 14px; }
    .services .category li svg { width: 40px; height: auto; }
    .cont.top-text > p { display: none; }    
    .community .cont.contnents > h3 { font-size: 18px; }
    .community { height: 150px; }
    .community .cont.contnents > a { padding: 8px 15px; }

}