@charset "utf-8";

#wrapper_title{display: none;}
.topcontents{width: 100%; height: fit-content; background-color: #F6FBF9; }
.topcontents > .logocontents{width: 100%; height: 350px; padding-top: 50px; border-radius: 0 0 80px 80px; background-color: #57B18B;} 
.topcontents > .logocontents > div{width: 220px; margin: 0 auto;}
.topcontents > .logocontents > div > img{width: 100%;}
.topcontents > .textcontents > p{line-height: 1.6; font-size: 16px; word-break: break-all;}

.slidecontents {width: 100%; height: fit-content; }
.slidecontents > p{line-height: 1.5;}

.footercontents{width: 100%; height: fit-content;}
.footercontents > h2{display: flex; align-items: center; justify-content: space-between;}
.footercontents > #map{width: 100%; height: 250px; }

.footercontents > .timecontent{width: 100%; height: fit-content;}
.footercontents > .timecontent > p, .parking > p{text-align: center; margin: 30px auto 15px; width: 160px; color: #fff; background-color: #57B18B; padding: 7px 0; border-radius: 99px; font-size: 18px; }

.footercontents > .timecontent > ul{width: 100%; height: fit-content;}
.footercontents > .timecontent > ul > li{display: flex; align-items: center; justify-content: space-between; font-size: 16px; color: #404040; font-weight: 900; margin-bottom: 5px; padding: 15px 20px; background-color: #fff; box-shadow: 0 0 5px #00000017; border-radius: 10px;}
.footercontents > .timecontent > ul > li > span{font-weight: 100; color: #8C8C8C;}

.parking{width: 100%; height: fit-content; background-color: #FAFAFA;}
.parking > .parkingimg{width: 100%; height: fit-content; background-color: #ccc;}
.parking > .parkingimg > ul > li > img{width: 100%;}
.companySwiper{margin: 30px auto 50px auto;}
.companySwiper, .companySwiper > ul, .companySwiper > ul > li, .companySwiper > ul > li > img {width: 100%;}

.swiper-pagination-bullet-active{background-color: #57B18B !important;}


@media (max-width: 320px) {
    .topcontents > .textcontents > p{font-size: .9rem; margin-top: 20px;}
    .topcontents > .logocontents > div{width: 200px;}
}