@charset "utf-8"; body,html{overflow-x: hidden;} /* 본문 바로가기 */ #skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden} #skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em} /*공통*/ .btn{cursor:pointer;background:transparent;border:1px solid #333;min-width:200px;height:50px;border-radius:4px;line-height:50px;font-size:1rem;font-weight:500;} .btn + .btn{margin-left:20px;} .btn-box{display:flex;justify-content: center;margin-top:40px;} .btn.blue{background-color: #2290c9;border-color: #2290c9;color:#fff;} /*header*/ #hd {background:rgba(0, 0, 0, 0);z-index:1000;position:fixed;width:100%; top:0;overflow:hidden; transition:0.6s ease; -webkit-transition:0.6s ease;} #hd:hover{background:#fff; border-bottom:1px solid rgba(0, 0, 0, 0.5);} .color_logo{display:none;} .wh_logo{display:block;} #hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden} #logo a{display:block;padding:20px;} #logo a img{width:200px;} #hd_wrapper{display:flex;width:100%;justify-content: space-between;} .hd-sub #hd{position:fixed;background:#fff!important;border-bottom:1px solid #ddd;} .hd-sub .color_logo{display:block;} .hd-sub .wh_logo{display:none;} .hd-sub .gnb_1da{color: #000!important;} .hd-sub .gnb_2da{color: #000!important;} .hd-sub:hover .gnb_1da{color:#000!important;} /* nav */ #gnb{position:relative;width:calc(100% - 250px);} #gnb h2{position:absolute;font-size:0;line-height:0;overflow:hidden} #gnb .gnb_wrap{margin:0 auto;position:relative;} #gnb #gnb_1dul {font-size:1.083em;padding:0 30px;display: flex;justify-content: flex-end;width:100%;} #gnb ul:after {display:block;visibility:hidden;clear:both;content:""} #gnb .gnb_1dli{line-height:100px;position:relative;width:25%;max-width:220px;} .gnb_1dli .bg{display:none;width:10px;height:10px;overflow:hidden;} .gnb_1da {width:100%;display:inline-block;font-weight:600;color:#fff;text-decoration:none; font-size:20px;} .gnb_2dli{line-height:36px; padding:0 0 10px; font-size:18px;} .gnb_2dli:first-child{border:0} .gnb_2dli a:hover{text-decoration: underline;} .gnb_2dul {display:block;padding: 0; height:0; overflow:hidden;} .gnb_2da {color:rgba(255,255,255,0.7);text-align:left;text-decoration:none} /*slidesNav*/ #fp-nav ul li a span, .fp-slidesNav ul li a span{background:rgba(255,255,255,0.8)} /*section*/ .inner{width:1280px;margin:0px auto;position:absolute;left:50%;top:50%;transform: translate(-50%,-50%);} .inner div b{color:#fff;} .main-bn{position: relative;} .main-bn h2{font-size:3rem;font-weight:500;color:rgba(255,255,255,0.8);} .main-bn h2.main-ti{color:#000;text-align:center;font-weight:600;} .main-bn h4{font-size:1.5rem;font-weight:600;color:rgba(0,0,0,0.8);text-align:center;line-height:1.8;} .main-bn .big{display:block;font-size:6rem;color:#fff;font-weight:bold;} .main-bn .sm{display:block;font-size:1.25rem;color:rgba(255,255,255,0.8);margin:10px 0 0 10px;} .main-txt-box{font-size:1.25rem;font-weight:300;color:rgba(255,255,255,0.8);line-height:1.5;} .main-txt-box b{font-size:3rem;} .bg-canvas{position: absolute;top:0;opacity:0.3;} .bg-square{display:block;border:20px solid rgba(255,255,255,0.2);width:250px;height:250px;position:absolute;top:-160px;} .bg01{background:url('../images/bg01.jpg');} .bg02{background:url('../images/bg02.jpg');} .bg03{background:url('../images/bg03.jpg') no-repeat 80% 50%;} .bg04{background:url('../images/pal_icon02_2.png') #f4f4f4 no-repeat 95% 20%;background-size:400px;} .bg02 .main-txt-box, .bg03 .main-txt-box{padding-left:134px;} .bg04 .inner{padding-top:80px;} .bg04 ul{width:100%;display:flex;flex-wrap:wrap;} .bg05{padding:200px 0;} .box{position:relative;display:flex;flex:0 0 33.333%;;margin-top:40px;} .box > a{width:300px;height:300px;display:block;} .box:hover .list-box{ opacity: 0; } .box:hover .line-box{ opacity: 1; } .box:hover .line::before { width: 80%; } .box:hover .line::after { width: 80%; } .box:hover .line span::before { height: 80%; } .box:hover .line span::after { height: 80.5%; } .list-box{position: relative;width:300px;height:300px;display:flex;flex-direction: column;justify-content:center;align-items:center;background:#fff;border-radius:4px; box-shadow: 4px 4px 4px #ddd;} .list-box .icon img{width:120px;} .list-box .ti{font-weight:500;font-size:1.125rem;margin-top:20px;} .line-box{position:absolute;width:300px; height:300px;background:rgba(0,0,0,0.7);opacity:0;transition: all 0.5s;top:0;} .line-box .line{display:flex;width:100%;height:100%;justify-content: center;align-items:center;} .line-box span{display:block;color:#fff; font-weight:500; font-size:1.125rem; text-align:center; line-height:26px;} .line-box span.more{text-decoration: underline;margin-top:10px;font-weight:400;font-size:0.875rem} .line::before {content: "";position: absolute;background: rgba(255, 255, 255, 0.7);display: inline-block;transition: all 0.5s;left: 10%;top: 10%;width: 0%;height: 2px; } .line::after {content: "";position: absolute;background: rgba(230, 230, 230, 0.7);display: inline-block;transition: all 0.5s;left: 10%;top: 90%;width: 0%;height: 2px; } .line span::before {content: "";position: absolute;background: rgba(230, 230, 230, 0.7);display: inline-block;transition: all 0.5s;left: 10%;top: 10%;width: 2px;height: 0%; } .line span::after {content: "";position: absolute;background: rgba(230, 230, 230, 0.7);display: inline-block;transition: all 0.5s;left: 90%;top: 10%;width: 2px;height: 0%; } .swiper-container.news-wrap{padding:60px 0;} .news-box img{width:100%;} .news-box a{display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp:3; text-overflow: ellipsis; overflow: hidden;line-height:1.6;font-size:0.875rem;} .news-box a:hover{text-decoration: underline;} .news-box b{display:block;font-size:1rem;margin:10px 0 4px 0;} .news-wrap .swiper-button-prev,.news-wrap .swiper-rtl .swiper-button-next {left: 50px;right: auto;} .news-wrap .swiper-button-next,.news-wrap .swiper-rtl .swiper-button-prev {right: 50px; left: auto;} .news-wrap .swiper-button-prev, .news-wrap .swiper-button-next{z-index:99;display:flex;width:50px;height:50px;border:3px solid #fff;background:rgba(255,255,255,0.4);border-radius:100%;} .news-wrap .swiper-button-prev:after, .news-wrap .swiper-button-next:after{color:#fff;font-size:20px;font-weight:bold;} .scroll-animation {position:absolute;left:50%;transform: translateX(-50%);bottom:40px;} .scroll-box span{display:block;text-align:center;color:rgba(255,255,255,0.8);font-size:0.875rem;font-weight:300;animation: updown 1s ease-in-out 0.3s infinite normal;} .scroll-box span.scroll-icon{margin:10px auto;fill:#fff;width:30px;} .scroll-box span.scroll-icon img{width:100%;} @keyframes updown{ 0% { transform: translateY(0); } 50% { transform: translateY(-5px); } 100% { transform: translateY(0px); } } .topBtn{display:none;color:#fff;font-weight:500;width:50px;height:50px;background:#2290c9;border:2px solid #2290c9;border-radius:100%; position:fixed;right:50px;bottom:20px;z-index:999;display:flex;justify-content:center;align-items:center;} .topBtn i{font-size:20px;color:#fff;} /*footer*/ #footer{background:#21272e;position:absolute;bottom:0;width:100%;height:160px;} .footer-box{display:flex;} .ft-logo{padding-right:80px;} .ft-logo img{width:200px;} .ft-info span{display: inline-block;position: relative;color:rgba(255,255,255,0.8);font-size:0.875rem;font-weight:300;} .ft-info span::before {content: '';width: 1px;height: 12px;background-color:rgba(255,255,255,0.8);display: inline-block;margin: 0 10px;} .ft-info span.no-line::before{display:none;} .ft-sub{bottom:auto!important;} /* 스크롤바 설정*/ *::-webkit-scrollbar{width: 6px;height:6px;} /* 스크롤바 막대 설정*/ *::-webkit-scrollbar-thumb{height:auto;background-color:#ddd;border-radius: 10px;} /* 스크롤바 뒷 배경 설정*/ *::-webkit-scrollbar-track{background-color: rgba(0,0,0,0);} /*sub*/ [class*=" xi-"], [class^=xi-]{vertical-align: middle;} .breadcrumbs{position: absolute;z-index:1;top:40px;} .breadcrumbs ul{display:flex;} .breadcrumbs ul li::before{content:'\e93f';color:#555;padding:0 6px;font-family: 'xeicon' !important;display: inline-block;speak: none;font-style: normal; font-weight:normal;font-variant: normal;text-transform: none;vertical-align:middle;} .breadcrumbs ul li:first-child::before{display:none} .breadcrumbs ul li i{margin-right:4px;} .breadcrumbs ul li a{font-size:0.875rem;color:#555} .breadcrumbs ul li.on a{font-weight:600;} .sub-con{padding-top:100px;} .sub-ti{position:relative} .sub-ti h4{text-align:center;font-size:3rem;padding:100px 0;} .sub-inner{max-width:1280px;margin:0px auto;} .sub-cont{width:100%;display:flex;padding:100px 0;} .sub-cont + .sub-cont{padding-top:0px;} .sub-cont h6{font-size:1.8rem;color:#000} .design-line-ti{position:relative;margin:0 auto;max-width:1280px;} .design-line-ti::before{content:'';display:block;width:30%;height:4px;background:#2290c9;position:absolute;left:0;} .design-line-ti::after{content:'';display:block;width:70%;height:4px;background:#f4f4f4;position:absolute;right:0;} .design-line{position:relative;margin:0 60px;} .design-line::before{content:'';display:block;width:4px;height:200px;background:#000;} .design-line::after{content:'';display:block;width:1px;height:200px;background:#000;} .design-line.horizontal{width:100%;margin:60px 0;} .design-line.horizontal::before{content:'';display:block;width:30%;height:2px;background:#333;} .design-line.horizontal::after{content:'';display:block;width:100%;height:1px;background:#999;} .point-txt{color:#2290c9} .list-txt{margin-top:18px;color: #333;font-size: 1rem;line-height:1.5;} .list-txt > li {position: relative;} .list-txt > li + li{margin-top:14px;} .list-txt > li:before {content: "";display: inline-block;position: absolute;top: 0;left: 0;} .list-txt > li b{margin-right:10px;font-size:1.125rem;} .wh_txt{color:#fff;} .border-gray{width:100%;height:1px;background:#ddd;margin:60px 0;} /*회사소개*/ .company .img{margin-right:60px;} .company .img img{width:500px;} .company .txt-box p{line-height:1.8;font-size:1rem;padding:20px 0;word-break: keep-all;} .company .txt-box + .txt-box{margin-top:40px;} .certification{width:100%;} .certification-box{background:#f4f4f4;margin-top:20px;padding:40px;border-radius:4px;} .certification-box ul{width:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;} .certification-box ul li{flex:0 0 33.333%;} .certification-box ul li > div{display:flex;flex-direction:column;justify-content:center;align-items:center;} .certification-box span{display:block;;} .certification-box .icon{display:flex;justify-content:center;align-items:center;width:150px;height:150px;background:#fff;border-radius:100%;} .certification-box .ti{font-size:1.1rem;font-weight:500;padding:20px 0 6px 0;} .certification-box .txt{font-size:0.875rem;text-align:center;line-height:1.6;color:#555;} .company-link a{flex:1;display:flex;padding:40px;color:#fff;height:200px;align-items: flex-end;justify-content: space-between;} .company-link a + a{margin-left:80px;} .company-link a.link01{background:url('../images/linkbg01.jpg') no-repeat 0% 50%;background-size:cover;} .company-link a.link02{background:url('../images/linkbg02.jpg') no-repeat 0% 30%;background-size:cover;} .company-link a span{font-size:1.5rem;font-weight:500;flex:1;} .company-link a span.arrow{display:block;font-size:40px;height:35px;background:url('../images/long_arrow.png') no-repeat 100% 80%;} /*연혁*/ .history{width:100%;margin:0px auto;} .swiper-container-history{max-width:1000px;margin:0px auto;} .swiper-container-history {overflow: visible!important;} .swiper-container-history .swiper-slide-active{opacity:1!important; transition:opacity 0.3s;} .swiper-container-history .swiper-slide{opacity:0.4; transition:opacity 0.3s;} .swiper-container-history .swiper-button-next, .swiper-container-history .swiper-rtl .swiper-button-prev {top:50px;right:0px;left: auto;color:#2290c9;} .swiper-container-history .swiper-button-prev, .swiper-container-history .swiper-rtl .swiper-button-next {top:50px;left:0px;right: auto;color:#2290c9;} .swiper-container-history .swiper-button-prev:after, .swiper-container-history .swiper-rtl .swiper-button-next:after, .swiper-container-history .swiper-button-next:after, .swiper-container-history .swiper-rtl .swiper-button-prev:after{font-size:30px;font-weight:bold;} .history-box{min-height: 300px;margin:0px auto;padding:0 40px 0 100px;} .history-box h6{font-size:3.5rem;} /*고객사 및 협력사*/ .pt01 ul{width:1200px; margin:0 auto;} .pt01 ul::after{display:block; content:""; clear:both;} .pt01 ul li{position:relative; float:left; width:25%; border:1px solid #ddd; box-sizing:border-box; margin:-1px 0 0 -1px; transition:0.5s ease; -webkit-transition:0.5s ease;} .pt01 ul li:hover{box-shadow:0px 0px 50px rgba(0,0,0,0.3); z-index:10;} .pt01 ul li img{max-width:100%;} .pt01 ul li a{display:block;width:100%;height:100%;} .partner-box + .partner-box{margin-top:80px;} .partner-box h6{margin-bottom:20px;} /*찾아오시는 길*/ .sub-cont.map{flex-direction: column;} .map-ti{background:#f9f9f9;padding:12px 10px 10px 10px;border:1px solid #dfdfdf;border-top:0;font-size:0.875rem;font-weight:500;} .map-ti i{font-size:20px;margin-right:3px;margin-top:-3px;color:#2290c9;} .traffic{padding-top:40px;} .traffic ul li{padding:40px 0;border-top:1px dotted #ddd;} .traffic ul li div{padding-left:160px;} .traffic ul li div span{font-size:0.875rem;} .traffic_title{display:block;color:#3282cc;font-weight:500;font-size:1rem!important;margin-bottom:10px;} .traffic_content span{font-weight:400;} .traffic .list01{background:url('../images/car.png');background-repeat: no-repeat;background-position: 2% 50%;background-size:100px;} .traffic .list02{background:url('../images/subway.png');background-repeat: no-repeat; background-position: 2% 50%; background-size:100px;} .traffic .list03{background:url('../images/bus.png');background-repeat: no-repeat;background-position: 2% 5%;background-size:100px;} .start{color:#3282cc;} .start::before {content: '';display: inline-block;width: 4px;height: 4px;background-color: #3282cc;transform: rotate(45deg);margin-right: 5px;position: relative;top: -3px;} .table_st {display: table;table-layout: fixed;margin-bottom: 10px;width: 100%;border-top: 2px solid #333;border-bottom: 1px solid #ccc;border-collapse: separate;border-collapse: collapse;} .table_st td {padding: 15px 9px;border-left: 1px solid #ddd;border-bottom: 1px solid #ddd;vertical-align: middle;word-wrap: break-word;word-break: keep-all;color: #202020;background: #fff;} .table_st th {background-color: #f4f4f4;border-left: 1px solid #ccc;border-bottom: 1px solid #ccc;color: #333;font-size:0.875rem;font-weight: 500;vertical-align: middle;} .table_st th, .table_st td {padding: 12px;} .table_st th:first-child, .table_st td:first-child {border-left: none;} .center{text-align: center;} .shuttle_tit{display:block;padding:10px 0;} /*문의하기*/ .required, textarea.required {background-image:url('../images/require.png') !important; background-repeat:no-repeat !important;background-position:right top !important} .write-label {display: inline-block !important; position: absolute;top: 0;left: 0;width: 0;height: 0;margin: 0 !important;padding: 0 !important;font-size: 0;line-height: 0;border: 0 !important;overflow: hidden !important;} .input-st {width:100%;height:40px;border: 0;font-size:0.875rem;border-bottom: 1px solid #ddd;border-radius: 0;box-shadow: none;} .textarea-st{width:100%;height:300px;padding:10px;font-size:0.875rem;border: 1px solid #ddd;border-radius: 0;box-shadow: none;resize:none;} .message-box{width:100%;} .list-input-box + .list-input-box{margin-top:10px;} .list-1n, .list-2n{display:flex;} .list-1n .list-input{flex:0 0 100%;} .list-2n{justify-content:space-between} .list-2n .list-input{flex:0 0 48%;} .privacy-box{height:300px;border:1px solid #ddd;border-radius:4px;box-shadow:2px 2px 4px #f4f4f4;overflow:hidden;overflow-y:scroll;padding:20px;} .privacy-box p{font-size:0.75rem;color:#555;} .message .checkbox{margin:14px 0 80px 0;} .message .checkbox span{font-size:0.875rem;}