@charset "utf-8";

/* sect 00 */
.swiper-container {width: 100%;height: 100%;}
.swiper-container-horizontal > .swiper-scrollbar{display: none;}
/* 2023-03-17 교체
.swiper-container .swiper-slide{background-position: center center;background-size: cover;background-repeat: no-repeat;}
.swiper-container .swiper-slide._01{background-image: url('../images/visual_01.png');}
.swiper-container .swiper-slide._02{background-image: url('../images/visual_02.png');}
.swiper-container .swiper-slide._03{background-image: url('../images/visual_03.png');}
.swiper-container .swiper-slide._04{background-image: url('../images/visual_04.png');}
.swiper-container .swiper-slide._05{background-image: url('../images/visual_05.png');}
*/
.swiper-container .swiper-slide._01{background-image: url('../images/visual_01_b.png');}
.swiper-container .swiper-slide._02{background-image: url('../images/visual_02_b.png');}
.swiper-container .swiper-slide._03{background-image: url('../images/visual_03_b.png');}
.swiper-container .swiper-slide._04{background-image: url('../images/visual_04_b.png');}
.swiper-container .swiper-slide._05{background-image: url('../images/visual_05_b.png');}

.swiper-container .swiper-slide .txt_area{position: absolute;bottom: 160px;width: 100%;text-align: center;font-size: 60px;color: #fff;}
.swiper-container .scroll_txt{position: absolute;bottom: 40px;width: 100%;text-align: center;font-size: 15px;color: #fff;font-family:'nanum-square-r';z-index: 10;}
.swiper-container .scroll_txt:after{display:inline-block;width: 25px;height: 12px;background:url('../images/scroll_down.png') no-repeat;text-align: center;content: '';}


/* sect 01 */
.s1 .inner_content{padding-top:100px;text-align: center;}
.s1 .s_tit_01{margin-top: 40px;}
.s1 .txt_01{margin-top: 15px;} 

/* sect 02 */
.lst_service{max-width:1920px;width: 100%;height: 100%;}
.lst_service > li{display:table;float: left; width: 33.3333%;height:100%;text-align: center;transition: all 0.4s ease-in-out;}
.lst_service > li:hover .bx_servi{background-color: rgba(238, 120, 42, 0.6)}
.lst_service > li.ser_02:hover{transform: scale(1.15);}
.lst_service:after{display:block;overflow:hidden;width:0;height:0;clear:both;content:'';}
.bx_servi{display:table-cell;padding-top: 100px;vertical-align: middle;color: #fff;background: rgba(0, 0, 0, 0.6);-webkit-transition: all .5s;transition: all .5s;text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.6);}
.bx_servi .s_tit_02{margin-top: 40px;}
.bx_servi .desc{margin-top: 20px;}
.bx_servi .txt_01{margin-top: 40px;}
.bx_servi .btn_detail{display: none;}
.lst_service .ser_01{background: url('../images/servi_01.png') no-repeat;background-size: cover;}
.lst_service .ser_02{background: url('../images/servi_02.png') no-repeat;background-size: cover;}
.lst_service .ser_03{background: url('../images/servi_03.png') no-repeat;background-size: cover;}
.lst_service .ser_03 .s_tit_02 span{display: block;margin-top: -12px;font-size: 20px;}
.lst_service > li:hover .bx_servi .btn_detail{display:inline-block;width:200px;height:60px;margin-top:50px;line-height:60px;border-radius: 5px;background-color: #fff;text-shadow: none;}

/* sect 03 */
.s3 .inner_content{padding-top:100px;}
.s3 .inner_content:after{display:block;overflow:hidden;width:0;height:0;clear:both;content:'';}
.s3 .bx_cont{width: 680px;height: 800px;padding: 30px 48px;border: 1px solid #e6e6e6;border-radius: 20px;}
.s3 .bx_cont .s_tit{margin-bottom: 12px;color: #a1a1a1;}
.s3 .bx_cont > .txt_01{margin-bottom: 35px;line-height: 1.4;}
.s3 .bx_cont .step_area{margin-top: 30px;}
.s3 .bx_cont .step_area > .s_tit{font-size: 18px;}
.s3 .f-r .bx_cont{border: 1px solid #f7f7f7;background: #f7f7f7;}
.s3 .btn_area{margin-top: 40px;}

/* sect 04 */
.s4 .inner_content{padding-top: 100px;}
.map_area{margin-top: 20px;}
.lst_add{position: relative;margin-top: 20px;}
.lst_add::before{position: absolute;top: 0;left: 0;width:24px;height:33px;background:url('../images/pointer.png') no-repeat;content: '';}
.lst_add > li{padding-left: 40px;}
