@charset "utf-8"; #main{overflow: hidden!important;} /* 본문 바로가기 */ #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;} .pal-icon{vertical-align: middle;} /*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*/ .fp-tableCell{width:1280px;margin:0px auto;} .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;justify-content: center;} .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;} .main-message{max-width:1280px;margin:80px auto 40px auto;} .main-message-box{display:flex;justify-content: space-between;width:100%;height:400px;} .main-message-box .privacy-box{max-width:500px;} .main-message-box .write{width:70%;} .main-message-box .textarea-st{height:150px;} .main-message .checkbox{margin-top:20px;} .main-privacy-box{margin-right:60px;} .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{z-index:0;background:#21272e;position:absolute;bottom:0;width:100%;height:200px;} .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:20px;} .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{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!important;} .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;} .wh-full{width:100%;} .wh-1280{width:1280px;margin:0px auto;} .bg-gray{background:#f4f4f4;} .h-ti-span{display:block;font-size:1rem;font-weight:300;color:#555;margin-top:20px;} /*회사소개*/ .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;} /*채용정보*/ .sub-cont.employ{flex-direction: column;} .employ-box{width:100%;} .employ-box + .employ-box{margin-top:80px;} .employ-box ul{display:flex;} .employ-box ul li{flex:0 0 33.333%;} .employ-box ul li div{display:flex; align-items: center;} .employ-box ul li span i{font-size:40px;color:#2290c9} .employ-box ul li span.icon{width:100px;height:100px;display:inline-flex;justify-content: center;align-items:center;border:2px solid #2290c9;border-radius: 100%;} .employ-txt{display:flex;flex-direction: column;padding-left:40px;} .employ-txt .ti{font-weight:bold;font-size:1.2rem;} .employ-txt .txt{margin-top:10px;font-size:1rem;line-height:1.5;} .bg-arrow{position:relative;} .bg-arrow::after{content:"\e93f";position:absolute;font-family: 'xeicon' !important;display: inline-block;right:50px;top:50%;transform:translateY(-50%); font-size:40px; speak: none;font-style: normal; font-weight:normal;font-variant: normal;text-transform: none;vertical-align:middle;} .table_st02{width:100%;text-align:center;border-collapse: collapse;border-bottom:1px solid #ddd;} .table_st02 tr:nth-child(2n){background:#f4f4f4;} .table_st02 tr th{font-weight:500;border-right:1px solid #ddd;padding:14px 4px;background:#21272e;color:#fff;vertical-align: middle;} .table_st02 tr th, .table_st02 tr td{border-right:1px solid #ddd;} .table_st02 tr th:last-child, .table_st02 tr td:last-child{border-right:0px;} .table_st02 tr td{padding:14px 20px;font-weight:300;vertical-align: middle;} .sub-p{margin-bottom:80px;line-height: 1.8;text-align: center;} .sub-p b{display:block;font-size:1.8rem;font-weight:600;margin-bottom:10px;} /*tab*/ ul.tabs{margin: 0px auto;padding: 0px;list-style: none;display:flex;width:100%;max-width:1280px;} ul.tabs li{width:50%;background: none;color: #222;display:block;padding: 10px 15px;cursor: pointer;text-align:center;font-size:1.125rem;} ul.tabs li.current{color: #222;font-weight:600;} ul.tabs li.current span{border-bottom:2px solid #222;font-size:1.25rem;} .tab-content{display: none;padding:40px 0 0 0;flex-direction: column;} .tab-content.current{display: inherit;} .tab-content .business-info{border-top:1px solid #ddd;} /*솔루션+비즈니스*/ .sub-cont.work{flex-direction: column;padding:40px 0;} .solution-box, .business-box{display:flex;align-items: center;padding:40px 0;justify-content: space-between;} .solution-box + .solution-box{border-top:0;padding:80px 0;} .solution-box .txt{padding-right:80px;} .solution-box p{padding:40px 0;font-size:1.125rem;word-break: keep-all;line-height: 1.8;} .work-slide{width:1280px;margin:0px auto;position:relative;overflow: hidden;} .swiper-container-work{padding-top:60px;} .work-slide .swiper-slide{display:flex;justify-content: center;align-items: center;flex-direction: column;} .work-slide .work-icon{display:flex;justify-content: center;align-items: center;width:150px;height:150px;background:#fff;border:1px solid #ddd;border-radius:100%;} .work-slide .work-txt{margin-top:20px;} .work-slide .swiper-button-prev:after, .work-slide .swiper-rtl .swiper-button-next:after{color:#2290c9;font-size:25px;} .work-slide .swiper-button-next:after, .work-slide.swiper-rtl .swiper-button-prev:after{color:#2290c9;font-size:25px;} .solution-skill{width:100%;} .solution-skill ul{ display:flex;flex-wrap: wrap;margin-top:20px;} .solution-skill ul li{flex:0 0 31%;margin:1%;margin-top:40px;} .solution-skill ul li div{height:320px;position:relative;padding:40px 20px;border:1px solid #ddd;border-radius:4px;box-shadow:2px 2px 4px #f4f4f4;} .skill-num{display:flex;justify-content:center;align-items:center;width:50px;height:50px;border-radius:100%;background:#4c555a;color:#fff;font-weight:bold; position: absolute;top:-25px;left:50%;transform: translateX(-50%);box-shadow:2px 2px 2px #ddd;} .skill-img{display:block;width:100%;height:180px;} .skill-img img{width:100%;height:100%;} .skill-txt{display:block;text-align:center;font-size:1rem;font-weight:500;padding-top:40px;} .business-info{width:1280px;margin:0px auto;} .business-info:nth-child(2n) .business-box{flex-direction: row-reverse;} .business-box .txt{padding-right:80px;} .business-box p{padding:40px 0;font-size:1.125rem;word-break: keep-all;line-height: 1.8;} .business-info:nth-child(2n) .business-box .txt{padding-right:0;padding-left:80px;} .business-box-ti{padding-top:100px;text-align:center;} .business-box-ti .line{margin:40px auto 0 auto;display:block;width:1px;height:30px;background:#333;} .business-box .list-txt > li {padding-left:10px;font-size:1.125rem;word-break: keep-all;} .business-box .list-txt > li + li{margin-top:10px;} .business-box .list-txt > li:before {content: "";display: inline-block;width:3px;height:3px;background:#333;border-radius:100%; position:absolute;top:50%;left: 0;transform: translateY(-50%);} .sub-cont .business-box h6{font-size:1.6rem;} .example-box h6{text-align: center;} .example-box-ti{padding-top:100px;text-align:center;width:1280px;margin:0px auto;border-top:1px solid #ddd;} .example-box-ti .line{margin:40px auto 0 auto;display:block;width:1px;height:30px;background:#333;} .example-box-ti + .example-box{padding-top:40px;} .example-box{padding:80px 0;} .example-box-img{width:1280px;margin:0px auto;display: flex;justify-content: space-between;} .example-box-img li{flex:0 0 30%} .example-box-txt{display: flex;flex-wrap:wrap;} .example-box-txt li{flex:0 0 25%;text-align:center;margin-top:40px;} .example-box-txt li span{display:block;width:250px;min-height:58px;background:#fff;border-radius:30px;border:1px solid #2290c9; padding:18px 20px 15px 20px;font-weight:500;margin: 0px auto;font-size:1rem;box-shadow:3px 6px 5px #ddd;} .example-info + .example-info .example-box-ti{border-top:0;} .mg_box{display:none;} .mg_box{width:100%; overflow:hidden;top:0; right:0; z-index:9;} .mg_box.on{z-index:9999;} .m_gnb{position:absolute; top:0; right:-100%; width:100%; z-index:9; transition:0.3s ease; -webkit-transition:0.3s ease;} .m_gnb.on{z-index:9999; right:0;} div.mg_btn{display:none;position:absolute; top:27px; right:10px; z-index:99999; transition:0.5s ease; -webkit-transition:0.5s ease; -o-transition:0.5s ease; transition-delay:0.3s; -webkit-transition-delay:0.3s; -o-transition-delay:0.3s; } div.mg_btn span{display:block; width:42px; height:2px; margin:10px; background:#fff; transition:0.5s ease; -webkit-transition:0.5s ease;} div.mg_btn.on{transform:rotate(45deg);} div.mg_btn.on span{width:0px; height:2px; background:#000;} div.mg_btn.on span:first-child{width:42px; transform:translateY(12px)} div.mg_btn.on span:last-child{width:42px; transform:translateY(-12px) rotate(90deg);} .m_gnb div.mg_wrap{width:500px; background:#fff;} .m_gnb div.mg_wrap.on{position:Absolute; right:0; z-index:999;} .m_gnb div.mg_wrap>ul{padding:100px;} .m_gnb div.mg_wrap>ul>li{padding:5px 0;} .m_gnb div.mg_wrap>ul>li>a{font-size:26px; font-weight:900; color:#444!important;} .m_gnb div.mg_wrap>ul>li>ul{display:none;padding:10px 0;height:auto!important} .m_gnb div.mg_wrap>ul>li>ul>li{padding:5px 0;} .m_gnb div.mg_wrap>ul>li>ul>li>a{font-size:20px;color:#444;} .m_gnb div.mg_bk{display:none; width:100%; height:100%; background:#222; opacity:0; transition:0.5s ease; -webkit-transition:0.5s ease;} .m_gnb div.mg_bk.on{display:block; opacity:0.9;} /*1024이하 메인*/ #mo-main{display:none} #mo-main .swiper-button-next:after, #mo-main .swiper-rtl .swiper-button-prev:after{color:#fff;font-size:25px;} #mo-main .swiper-button-prev:after, #mo-main .swiper-rtl .swiper-button-next:after{color:#fff;font-size:25px;} .hd-sub div.mg_btn span{background:#000} .mo-sub{display:none;} @media screen and (max-width:1024px){ body,html{height:100%;} #mo-main{display:block;} #fullpage{display:none} .pc-hd{display:none} .hd-sub #hd_wrapper{background:#fff} #fp-nav{display:none;} div.mg_btn{display:block;} #hd{position:absolute} #hd:hover{background:inherit!important;} #hd .color_logo{display:none} #hd .wh_logo{display:block} .hd-sub #hd .wh_logo{display:none} .hd-sub #hd .color_logo{display:block} #mo-main .main-bn{height:550px;background-size:cover;display: flex;align-items: center;} #mo-main .main-bn.bg04{height:auto;background-size:400px;padding:80px 0;} .inner{width:100%;padding:0 20px;position: inherit;top:0;left:0;transform: inherit;} .bg-square{width:200px;height:200px;top:-50px} .main-txt-box{padding:0 40px;} .main-bn .inner{padding-top:60px;} .bg01 .inner{padding:0 60px;} .bg02 .main-txt-box, .bg03 .main-txt-box{padding-left:40px;} .mg_btn{display:block;} .main-bn h2{font-size:1.8rem} .main-bn h4{font-size:1.4rem} .main-bn .big{font-size:4rem} .main-txt-box b{font-size:2.5rem;} .main-txt-box{font-size:1.25rem;word-break: keep-all;} .main-bn .sm{margin:10px 0 0 0} .bg04 .inner{padding-top:0px;} .list-box .icon img{width:80px;} .list-box .ti{font-size:1rem;} .box > a{width:220px;height:220px;} .list-box{width:100%;height:100%;} .box:hover .list-box{ opacity: 1; } #footer{position: initial;display: flex;align-items: center;height:auto;padding:40px 0;} .footer-box{flex-direction: column;text-align: center;} .ft-logo{padding-right:0;} .ft-logo img{width:180px;margin-bottom:14px;} .ft-info span{font-size:0.75rem;} .topBtn{display:flex!important;bottom:100px;} /*sub*/ .mo-sub{display:block} .pc-sub{display:none;} .mo-sub .sub-inner{width:100%;padding:0 20px;} .mo-sub .sub-ti h4{font-size:2.5rem;padding:60px 0;} .mo-sub .sub-cont{padding:60px 0;flex-direction: column;} .mo-sub .company .img{margin-bottom:40px;margin-right:0;} .mo-sub .company .img img{width:100%;} .mo-sub .company .txt-box + .txt-box{margin-top:20px;} .mo-sub .company-link a + a{margin-left:0;margin-top:20px;} .mo-sub .sub-cont + .sub-cont{padding-top:0px;} .mo-sub .certification-box ul li{margin-top:40px;} .mo-sub .sub-cont h6{font-size:1.5rem} .mo-sub .history-box{padding:0 80px;min-height:auto} .mo-sub .swiper-container-history{width:100%;} .mo-sub .swiper-container-history .swiper-button-next, .mo-sub .swiper-container-history .swiper-rtl .swiper-button-prev{right:20px;} .mo-sub .swiper-container-history .swiper-button-prev, .mo-sub .swiper-container-history .swiper-rtl .swiper-button-next{left:20px;} .mo-sub .sub-cont.history{overflow-x: hidden;} } @media screen and (max-width:520px){ .m_gnb div.mg_wrap{width:100%;} #logo a img{width:150px;} .main-bn h2{font-size:1rem;} .main-bn .big{font-size:2rem;margin:20px 0;} .main-txt-box b{font-size:1.5rem} .main-txt-box{font-size:0.875rem} .main-bn .sm{font-size:0.875rem} .bg-square{width:100px;height:100px;top:0px;border: 10px solid rgba(255,255,255,0.2);} .main-bn h4{font-size:1rem;} #mo-main .main-bn.bg04{padding:40px 0;} .box > a{width:140px;height:140px;} .list-box .icon img{width:40px;} .bg04 ul{justify-content: space-around;} .list-box .ti{font-size:0.75rem;} .topBtn{bottom:70px;right:20px} div.mg_btn{top:24px;} .hd-sub div.mg_btn span{width:30px;margin:8px} div.mg_btn.on span{margin:10px;} .mo-sub .sub-ti h4{font-size:1.8rem} .breadcrumbs{top:0px;} .breadcrumbs ul li a{font-size:0.725rem} div.mg_btn span{width:30px;margin:5px;} .mo-sub{word-break: keep-all;} .mo-sub .sub-cont h6{font-size:1.25rem;} .mo-sub .company .txt-box p{font-size:0.875rem;} .mo-sub .certification-box .ti{text-align: center;} .mo-sub .company-link a{padding:40px 20px;} .mo-sub .company-link a span{font-size:1.2rem} .mo-sub .list-txt > li b{display:block} .mo-sub .list-txt > li b.wh_txt{display:none} .mo-sub .sub-cont .history-box h6{font-size:1.5rem} .mo-sub .history{height:100%;} .mo-sub .history-box{padding:30px 40px 0 30px} .mo-sub .swiper-container-history .swiper-button-next, .mo-sub .swiper-container-history .swiper-rtl .swiper-button-prev{top:-10px;} .mo-sub .swiper-container-history .swiper-button-prev, .mo-sub .swiper-container-history .swiper-rtl .swiper-button-next{top:-10px;} .mo-sub .swiper-container-history:nth-child(2){height:500px;} .mo-sub .swiper-container-history {