@charset "utf-8";


.doc{font-size: 16px;}
.box1{ width:1320px;max-width: 96%; margin:0 auto; position:relative } 
.mobile_only{display:none;}

:root { 
    --mainColor:#90be37;
    --subColor: #4b6b0c;
    --bor_r:3px;
	--header_H:80px;
	--fs_01: "Nanum Brush Script", serif;
}

#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/*header*/
#header{z-index: 200; position: fixed; top: 0; left: 0; width:100%; background: #fff;}
#header .va_wrap,
#header .h_wrap{height:var(--header_H);}
#header #logo{z-index:800;}
#header #logo img{display:block;}
#header #logo .logo_txt{font-size: .937em; color: #333; font-weight: 400; line-height: 1.3; margin-left: 10px; border-left: 1px solid #ddd; padding-left: 10px;}
/*#header .gnb_wrap{margin:0 auto;}*/
#header .gnb_wrap .gnb .depth1{padding:0 30px; position: relative; transition: .3s;}
#header .gnb_wrap .gnb .depth1 > a{font-size: 1.125em; line-height: inherit; font-weight:500; color:#111; position: relative; align-content: center;} 
#header .gnb_wrap .gnb .depth1 a:before{content: ''; display: block; width: 0px; height: 2px; background: var(--mainColor); position: absolute; bottom: 0; left: 50%; transform:translateX(-50%); transition: .3s;}
#header .gnb_wrap .gnb .depth1:hover a:before{width: 70px;}
#header .gnb_wrap .gnb .depth1 > ul{background:#fff; min-width: 160px; border: 1px solid #ddd; border-top:0; margin-top:-2px; transition:all .5s; position:absolute; left:50%; transform:translateX(-50%); max-height:0; overflow:hidden; opacity:0 }
#header .gnb_wrap .gnb .depth1 > ul:after{content: ""; position: absolute; left: 0; top: -2px; width: 100%; height:5px; background-color:var(--mainColor); transform: scaleX(0); transition: .3s;}
#header .gnb_wrap .gnb .depth1 > ul > .depth2 a{display: block; text-align: center; color:#444; border-top: 1px dotted #ddd; font-weight:400; padding: 15px 10px;}
#header .gnb_wrap .gnb .depth1 > ul > .depth2 a:hover{background: #f5f5f5;}
#header .gnb_wrap .gnb .depth1:hover ul{ max-height:500px; opacity:1 }
#header .gnb_wrap .gnb .depth1:hover > ul:after{transform: scaleX(1);}
#header .download_btn{font-size: .937em; line-height: 1; color: var(--mainColor); border: 1px solid var(--mainColor); padding: 10px 13px; transition: .3s;}
#header .download_btn:hover{background: var(--mainColor); color: #fff;}

/*검색*/
#header .hd_sch_btn{font-size:1.125em; color:#fff; cursor: pointer;} 
#header .hd_sch_btn.on .xi:before{content:'\e921';}
#header .hd_sch_wr #hd_sch{border:1px solid rgba(255,255,255,.8); border-radius: 50px; position: relative; width:240px; overflow: hidden;}
#header .hd_sch_wr #hd_sch #sch_stx{border:0; background:transparent; color:#fff; width:100%; height: 45px; padding:5px 55px 5px 20px; font-size:.95em; box-sizing: border-box;}
#header .hd_sch_wr #hd_sch #sch_stx::placeholder{color:rgba(255,255,255,.8)!important;}
#header .hd_sch_wr #hd_sch button{border:0; background-color:var(--mainColor); width:38px; height: 38px; color:#fff; position: absolute; top:50%; transform: translateY(-50%); right:4px; border-radius: 50%; font-size:.9em;}

/*회원*/
#header .hd_login{margin-left:20px;}
#header .hd_login > li a{color:#fff; margin-left:15px; font-weight: 300;}
#header .hd_login > li:first-child a{margin-left:0px;}
#header .hd_login > li .xi{vertical-align: baseline; margin-right:4px;}

/*전체메뉴버튼*/
#header .btn_gnb{width:30px; height: 30px; position: relative; z-index: 10000; margin-left:25px;}
#header .btn_gnb .a_rd{width:10px; height: 10px; background-color: #ddd; border-radius: 50%;}
#header .btn_gnb .a_rd.a1{position: absolute; top: 0; left: 0; transition:.3s;}
#header .btn_gnb .a_rd.a2{position: absolute; top: 0; right: 0; background-color:var(--mainColor)!important; transition:.3s;}
#header .btn_gnb .a_rd.a3{position: absolute; bottom: 0; left: 0; transition:.3s; }
#header .btn_gnb .a_rd.a4{position: absolute; bottom: 0; right: 0; transition:.3s; }

#header .btn_gnb:hover .a_rd.a1,
#header .btn_gnb:hover .a_rd.a4{display:none;}
#header .btn_gnb:hover .a_rd.a2,
#header .btn_gnb:hover .a_rd.a3{width:100%; border-radius: 50px;}

#header .btn_gnb.on .a_rd.a1,
#header .btn_gnb.on .a_rd.a4{display:none;}
#header .btn_gnb.on .a_rd.a2{width:100%; border-radius: 50px;}
#header .btn_gnb.on .a_rd.a3{width:100%; border-radius: 50px; background-color: #666;}

/*스크롤 header*/
.scroll #header{background-color:#fff; border-bottom:1px solid #ddd;}
/*.scroll #header .gnb_wrap .gnb .depth1 > a{color:#222;}*/
.scroll #header .hd_sch_btn{color:#555;}
.scroll #header .hd_sch_wr #hd_sch{border-color:#ccc;}
.scroll #header .hd_sch_wr #hd_sch #sch_stx{color:#555;}
.scroll #header .hd_sch_wr #hd_sch #sch_stx::placeholder{color:#aaa!important;}
.scroll #header .hd_login > li a{color:#555;}
.scroll #header .btn_gnb .a_rd{background-color:#666;}


/*탑버튼*/
.qk_list{position:fixed; bottom:15px; right:15px; z-index: 800;}
.qk_list > li a{display:block; width:46px; height: 46px; line-height: 46px; border-radius: 50%; font-size:1.5em; text-align: center; margin-top:5px; transition: .3s;}
.qk_list > li a:hover{box-shadow: 3px 3px 7px rgba(0,0,0,0.15);}
.qk_list > li.top_btn a{background-color:#333; color:#fff;}
.qk_list > li.kakao_btn a{background-color:#ffcf3d; color:#512929;}
.qk_list > li.blog_btn a{background-color:#03c75a; color:#fff;}

/*footer*/
.main #footer{margin-top: 0;}
#footer{background-color:#151515; padding-bottom:4.375em; margin-top:8em;}
#footer .f_menu{padding:40px 0; border-bottom: 1px solid rgba(255,255,255,.1); margin-bottom: 45px;}
#footer .f_menu > li a{font-size: 1.125em; color:#eee; font-weight: 400; margin-right:55px;}
#footer .f_menu > li:last-child a{margin-right:0px;}
#footer .f_info > li{color:#ccc; font-weight: 300; margin-right:40px; margin-top: 15px; font-size:1.0625em; opacity: .85;}
#footer .f_info > li span{font-weight: 600; color:#eee; margin-right: 10px;}
#footer .f_copy{font-size:1em; color:#eee; opacity: .5; margin-top:60px; letter-spacing: .3px; font-weight: 100; text-align: center;}
#footer .f_copy a{color: inherit;}
#footer .f_list .f_logo{width: 23%;}
#footer .f_list .f_box{width: 77%;}


/*서브 비주얼*/
.sub_v_wrap{position: relative;}
#sub_visual{height:430px; position: relative; overflow: hidden;}
#sub_visual .bgfix{position:absolute; top: 0; left:0; width:100%; height: 100%; transform: scale(1.15); transition-timing-function: ease-in-out; transition: 1s;}
#sub_visual .sub_v_tit{ font-weight: 700; text-align:center; font-size:3.625em; color:#fff; position: relative; z-index: 10; margin-right:3em; opacity:0; transition:1s;}
.load #sub_visual .bgfix{transform: scale(1);}
.load #sub_visual .sub_v_tit{margin-right:0; opacity:1}

#sub_visual.sub10 .bgfix{background-image:url(../img/sub/sub_v_01.jpg);}
#sub_visual.sub20 .bgfix{background-image:url(../img/sub/sub_v_01.jpg);}
#sub_visual.sub30 .bgfix{background-image:url(../img/sub/sub_v_01.jpg);}
#sub_visual.sub40 .bgfix{background-image:url(../img/sub/sub_v_01.jpg);}
#sub_visual.sub50 .bgfix{background-image:url(../img/sub/sub_v_01.jpg);}

/*snb*/
#snb { position: absolute; bottom:4em; left:50%; transform: translateX(-50%); z-index: 10; opacity: 0; transition: 1.5s; width:96%;}
#snb .snb_list .sdp1 a{display:block; width:55px; height: 55px; line-height: 55px; border-radius: 50%; text-align:center; background-color:var(--mainColor); color:#fff; font-size:1.125em;}
#snb .snb_list .sdp2,
#snb .snb_list .sdp3,
#snb .snb_list .last{position: relative; width:250px; border-bottom:1px solid rgba(255,255,255,.3);padding:15px 20px; margin-left:20px; cursor: pointer; box-sizing: border-box;}
#snb .snb_list .last{cursor: default;}
#snb .snb_list .sdp_tt{ color:#fff; font-size:1.125em; font-weight: 500; padding-right:20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
#snb .snb_list .sdp_tt:before{content:'\e943'; font-family: 'xeicon'; position: absolute; top: 50%; right:20px; transform: translateY(-50%); font-size:.938em;}
#snb .snb_list .last .sdp_tt:before{display:none;}
#snb .snb_list .sdp_list_wrap{ max-height: 0px; position: absolute; top: 75px; left: 0;  width: 100%;  background: #fff; border-radius: 20px; box-sizing: border-box; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10); z-index: 10; transition: .3s; transition-timing-function: ease-in-out; opacity: 0; overflow: hidden;}
#snb .snb_list .Aon .sdp_list_wrap{ max-height: 1000px; opacity: 1;}
#snb .snb_list .sdp_list{ padding: 25px; }
#snb .snb_list .sdp_list > li{margin-bottom:7px;}
#snb .snb_list .sdp_list > li:last-child{margin-bottom:0;}
#snb .snb_list .sdp_list > li a{color:#777; font-size:1.05em;}
#snb .snb_list .sdp_list > li.on a{color:var(--mainColor); font-weight: 500;}
.load #snb{ opacity: 1;}

/*컨텐츠 페이지*/
.ctt_admin{display:none;}/*관리자 내용수정 버튼*/
#ctt header{display:none;}/*컨텐츠 페이지 타이틀 header*/

/*컨텐츠 타이틀*/
.container_title{font-weight: 200; font-size: 2.125em; padding-top: 35px; margin: 55px 0; text-align: center; position: relative;}
.container_title:before{content:''; width:1px; height: 26px; visibility: hidden; transition: .8s; transition-timing-function: ease-in-out; transform: scaleY(0); transform-origin: left top; background: #222; position: absolute; top: 0; left: 50%;}
.load .container_title:before{transform: scaleY(1); visibility: visible;} 

/*개인정보&이용약관*/
.agree_box{ border:1px solid #ddd; background:#f9f9f9; border-radius:5px}
.agree_box .in_con{  padding:2em; border:1px solid #ededed; margin:1em; background:#fff;}
.agree_box .in_con .agree_wrap{ font-size: .938em;}
.agree_box .in_con .agree_wrap span{ display: block;}


/*=================================================================main============================================================*/

/*메인 비주얼*/
.mainSlider{position:relative}
.mainSlider .el{ height:100vh; position:relative; overflow:hidden}
.mainSlider .el .bg{ position:absolute; left:0; top:0; width:100%; height:100%; background-repeat:no-repeat; background-position:center center; background-size:cover; transform:scale(1.2,1.2); transition-delay:1s}
.mainSlider .slogan{ position:absolute; top:57%; left:50%; transform: translate(-50%, -60%); color:#fff;}
.mainSlider .slogan .te{ font-size:1.25em; font-weight: 200;  display:block; transform:translateY(1em); opacity:0; margin-bottom: 20px; line-height: 1.2;}
.mainSlider .slogan .t1{ font-size:3.75em; display:block; transform:translateY(1em); font-weight: 800; opacity:0; margin-bottom: 110px; line-height: 1.2;}
.mainSlider .slogan .t2{ font-size:1.625em; font-weight: 700; transform:translateY(1em); opacity:0; line-height: 1.5; margin-top:25px;}
.mainSlider .slogan .t3{ font-size:1.125em; font-weight: 200; transform:translateY(1em); opacity:0; line-height: 1.8; margin-top:20px; color: rgba(255,255,255,.9);}
.mainSlider .el.swiper-slide-active .bg{ transform:scale(1); transition:2s; transition-delay:0; transition-timing-function:ease-in}
.mainSlider .el.swiper-slide-active .slogan .te{ transform:translateY(0); opacity:1; transition:1s; transition-delay:.5s}
.mainSlider .el.swiper-slide-active .slogan .t1{ transform:translateY(0); opacity:1; transition:1s; transition-delay:.5s}
.mainSlider .el.swiper-slide-active .slogan .t2{ transform:translateY(0); opacity:1; transition:1s; transition-delay:1s}
.mainSlider .el.swiper-slide-active .slogan .t3{ transform:translateY(0); opacity:1; transition:1s; transition-delay:1.5s}

.mainSlider .line_gr{display: block; width: 100%; height: 1px;  position: absolute; top: 52%; left: 0;}
.mainSlider .line_gr .line{width: 90px; height: 3px; background: #fff; position: absolute; bottom: -2px;}

.mainSlider .mainSlider-control{ position: absolute; top: 52%; left: 50%; transform: translate(-50%, -50%); z-index: 10; width:100%;}
.mainSlider .mainSlider-control:before{content:''; width:100%; height: 1px; background-color: rgba(255,255,255,.2); position: absolute; top: 50%; left: 50%; transform: translateX(-50%);}
.mainSlider .mainSlider-control .b_btn{padding:20px 0; cursor: pointer; opacity: .8;}
.mainSlider .mainSlider-control .b_btn:hover{opacity: 1;}
.mainSlider .mainSlider-control .arr_btn{width:70px;height: 1px;background-color: #fff;display: block;position: relative;}
.mainSlider .mainSlider-control .b_prev{margin-left: -100px;}
.mainSlider .mainSlider-control .b_next{margin-right: -100px;}
.mainSlider .mainSlider-control .b_prev .arr_btn:after{content: ''; width: 30px; height: 1px; transform: rotate(-45deg); position: absolute; top: -11px; left: -3px;  background: #fff;}
.mainSlider .mainSlider-control .b_next .arr_btn:after{content: ''; width: 30px; height: 1px; transform: rotate(45deg); position: absolute; top: -11px; right: -3px;  background: #fff;}



.mainSlider .mainSlider-pagination{ position: absolute; left:50%; bottom:3em; transform: translateX(-50%); z-index: 100;}
.mainSlider .mainSlider-pagination .swiper-pagination-bullet{width:120px; height:auto; margin: 0 20px 0 0; border-radius: 0; opacity: .4; background:transparent; color:#fff; border-bottom:2px solid #fff; padding-bottom:5px;}
.mainSlider .mainSlider-pagination .swiper-pagination-bullet-active{opacity: 1;}
.scroll_wrap{position: absolute; bottom: 0; left:0;width:100%; z-index: 10;}
.scroll_wrap .mainSlide_scroll{ color: #fff; font-size: 0.85em; text-align: center; letter-spacing: 4px; font-weight: 200;}
.scroll_wrap .mainSlide_scroll_bar{ width: 1px; height: 35px; background: #fff; margin: 5px auto 0; position: relative;}
.scroll_wrap .scroll_bar {width:5px; height: 5px; background: #fff; animation: box-ani 2s linear infinite backwards; margin-left:-5px; border-radius: 50%;}

@keyframes box-ani { 
0% {transform: translate(50%, 0);} 
100% {transform: translate(50%, 53px);}
}


/*메인 샘플용 css*/
.main_section{padding:7em 0;}
.main_section_bg{background-color: #f9f9f9;}
.main_tit{ margin-bottom: 50px;}
.main_tit .in_en{ font-size:1.375em; margin-bottom: 10px;}
.main_tit .in_tt{ font-size:3em; font-weight: 700; color:#111; line-height: 1.3; margin-bottom: 20px;}
.main_tit .in_tx{font-size: 1.1875em; font-weight: 500; color: #333; line-height: 1.8;}
.main_more{text-align:center;}
.main_more a{display: inline-block; padding:13px 50px; border:1px solid #ccc; transition: .3s; color:#888; font-size:1.125em; margin-top: 40px;}
.main_more a:hover{border-color:var(--maincolor); background-color:var(--mainColor); color:#fff;}
.main_more .xi{font-size: .937em; margin-left: 10px;}

.dot_list{margin-top: 20px;} 
.dot_list > li{position: relative; margin-left: 10px; line-height: 1.6; margin-bottom: 5px;}
.dot_list > li::before{content:''; display: block; width: 3px; height: 3px; border-radius:50%; background-color: #ababab; position: absolute; top: 10px; left: -10px;}


/* 회사소개 */
.main_about{}
.main_about .about_cont > div{width: 50%;}
.main_about .about_cont .img_box{padding-right: 2em;}
.main_about .about_cont .img_box .img_z{height: 400px;}
.main_about .about_cont .txt_z{padding-left: 2em;}
.main_about .about_cont .txt_z .ti{font-size:1.75em; margin-bottom:20px;}
.main_about .about_cont .txt_z .tx{font-size: 1.1875em; font-weight: 500; color: #333; line-height: 1.8;}

/* 사업영역 */
.main_area{padding-top: 2em;}
.main_area .area_list{margin-right: -20px;}
.main_area .area_list > li{width: 25%; }
.main_area .area_list > li .in{height: 400px; margin-right: 20px; padding: 30px; position: relative;}
.main_area .area_list > li .in .ti{font-size: 1.25em; color: #fff;}
.main_area .area_list > li .in .ti span.st{font-size: .8em;}
.main_area .area_list > li .in .tag{margin-bottom: 10px;}
.main_area .area_list > li .in .tag > li{padding: 6px 15px; background: rgba(255,255,255,.7); color: #111; border-radius: 30px;backdrop-filter: blur(5px); margin-right: 5px; font-size: .875em; position: relative; margin-bottom: 5px;}
.main_area .area_list > li .in .tag > li.st{margin-right: 20px;}
.main_area .area_list > li .in .tag > li.st:before{content: "\e907"; display: block; font-family: 'xeicon'; position: absolute; right: -16px; color: #fff;}

/* 사업분야 */
.main_business{}
.main_business .main_tit .in_tt,
.main_business .main_tit .in_tx{color: #fff;}
.main_business .bus_list{}
.main_business .bus_list > li{width: 16.66%; margin-bottom: 40px;}
.main_business .bus_list > li .in{text-align: center;}
.main_business .bus_list > li .in .ti{font-size: 1.125em; font-weight: 600; color: #fff;}
.main_business .bus_list > li .in .icon{width: 130px; height: 130px; /*border:1px solid #ddd;*/ background: var(--mainColor); border-radius: 50%; margin: 0 auto 20px;} 


/* 스마트 팩토리 */ 
.main_smart{padding-bottom: 0;}
.main_smart .smart_cont{}
.main_smart .smart_cont.bg{border: 2px dashed #ddd; border-radius: 500px; padding: 3em; margin-bottom: 7em;}
.main_smart .smart_cont .tit{font-size: 1.75em; text-align: center; margin-top: 3em; margin-bottom: 35px;}
.main_smart .smart_cont .txt{font-size: 1.25em; color: #999; text-align: center;}
.main_smart .smart_cont .smar_box{border-radius: 500px; padding: 2em 4em; background: #f9f9f9;}
.main_smart .smart_cont .smar_box > li{width: 33.33%;}
.main_smart .smart_cont .smar_box > li .in{text-align: center; width: 300px; height: 300px; border-radius: 50%; margin: 0 auto; align-content: center; padding: 10px;}
.main_smart .smart_cont .smar_box > li .in .t1{font-size: .937em; margin-bottom: 5px;}
.main_smart .smart_cont .smar_box > li .in .t2{font-size: 1.5em; font-weight: 600;}
.main_smart .smart_cont .smar_box > li .in .t3{font-size: 1.125em;}
.main_smart .smart_cont .smar_box > li:nth-child(2) .in{background: var(--mainColor); margin-right: -15px; color:#fff; border: 10px solid #a0cb4b;}
.main_smart .smart_cont .smar_box > li:nth-child(3) .in{border: 1px solid #ff9524;background-image: linear-gradient(145deg, transparent 10%, rgba(255,149,36,.55) 100%); margin-left: -15px; color: #ff9524;}

/* 스마트 팩토리 진행절차 */
.main_smart .smart_cont.st{background: #f9f9f9; padding: 7em 0;}
.main_smart .smart_cont .step_process > li{ width:100%;  margin-bottom: 20px;}
.main_smart .smart_cont .step_process > li .in{background: #fff; padding: 25px; height: 100%; color: #444;}
.main_smart .smart_cont .step_process .num{text-transform:uppercase; color:#999; font-size: .875em; background: #f9f9f9; border:1px solid #ddd; display: inline-block; padding: 3px 15px; border-radius: 30px; margin-right: 20px;}
.main_smart .smart_cont .step_process .tt{width: 22%;font-size:1.125em; font-weight: 700; color:#333; line-height: 1.3;}
.main_smart .smart_cont .step_box{padding: 20px; border: 1px dashed #ff9524; background: #fff5ea;} 
.main_smart .smart_cont .step_box .step_tit{font-size: 1.25em; font-weight: 600; color: #ff9524; margin-bottom: 20px;}
.main_smart .smart_cont .step_process.st{padding: 0 20px;}
.main_smart .smart_cont .step_process.st > li .in{border: 2px solid #ddd;}


/* 솔루션 */
.main_solution{}
.main_solution .solution_cont{margin: 0 auto;}
.main_solution .solution_cont .tit{font-size: 1.75em; text-align: center; margin-top: 3em; margin-bottom: 35px;}
.main_solution .main_tit{margin-bottom: 70px;}

.main_solution .use_list{margin-top: 7em;}
.main_solution .use_list > li{padding: 60px 0;}
.main_solution .use_list > li .img_box{width: 50%; padding-right: 2em;}
.main_solution .use_list > li .img_box .img_z{height: 400px;}
.main_solution .use_list > li .txt_box{width: 50%; padding-left: 2em;} 
.main_solution .use_list > li .txt_box .ti{font-size: 1.625em; font-weight: 700; color: #222;}
.main_solution .use_list > li .txt_box .tt{font-size: 1.125em; font-weight: 300; color: #333; line-height: 1.6;}
.main_solution .use_list > li .txt_box .item_list{margin-top: 30px;}
.main_solution .use_list > li .txt_box .item_list > li{width: 33.33%; margin-bottom: 15px;}
/*.main_solution .use_list > li .txt_box .item_list > li .in img{height: 100px;}*/
.main_solution .use_list > li.rev .img_box{padding-left: 2em; padding-right: 0;}
.main_solution .use_list > li.rev .txt_box{padding-left: 0; padding-right: 2em;}


.main_solution .sol_box{}
.main_solution .sol_box .ti{font-size: 1.375em; font-weight: 600; color: #fff; text-align: center; background: var(--mainColor); padding: 20px; margin-bottom: 20px;}
.main_solution .sol_list{background: #f9f9f9; border: 1px solid #ddd; padding: 2em 2em 0; overflow: hidden;}
.main_solution .sol_list > li{width: 11.11%; margin: 0 auto;}
.main_solution .sol_list > li .in{ text-align: center; margin-bottom: 30px;}
.main_solution .sol_list > li .in .img_z{width: 100px; height: 100px; background: #fff; border: 1px solid #ddd; border-radius: 50%; margin: 0 auto 10px; position: relative;}
.main_solution .sol_list > li .in .img_z:before{content: ''; display: block; width: 50px; height: 4px; background: #d6eda8; position: absolute; top: 50%; right: -50px;}
.main_solution .sol_list > li:last-child .in .img_z:before{display: none;}
.main_solution .sol_list > li .in .tt{font-size: 1.0625em; font-weight: 600; color: #333;}
.main_solution .sol_list > li .in .xi{font-size: 2.25em; color: var(--mainColor); line-height: 1;}

/* 사업실적 */
.main_performance{background-color: #f9f9f9;}
.main_performance .perf_tit{font-size: 1.25em; font-weight: 600; margin-bottom: 10px;}
.main_performance .perf_list{margin-right: -20px; margin-bottom: 2em;}
.main_performance .perf_list > li{width: 33.33%;}
.main_performance .perf_list > li .in{height: 100%; border: 1px solid #ddd; background-color: #fff; margin-bottom: 20px; margin-right: 20px; padding: 30px; transition: .3s;}
.main_performance .perf_list > li:hover .in{border-color: #999;} 
.main_performance .perf_list > li .in .ti{font-size: 1.5em; font-weight: 700; color: #333; margin-bottom: 20px;}
.main_performance .perf_list > li .in .tt{color: var(--subColor);}
.main_performance .perf_list > li .in .dot_list{margin-top: 10px; margin-bottom: 20px; color: #666;}
.rad_list{margin-top: 10px;}
.rad_list > li{padding: 2px 15px; border-radius: 30px; background: #f9f9f9; border: 1px solid #9dc54e; margin-right: 5px; color: var(--subColor); margin-bottom: 5px;}
.rad_list > li.st{background: #9dc54e; color: #fff;} 

/* CONTACT */
.main_contact{padding-bottom: 0!important; background-color: #f9f9f9;}
.main_contact .contact_cont{width: 100%;}
.main_contact .contact_cont .con_box{position: relative;}
.main_contact .contact_cont .con_box:before{content:''; display: block; position: absolute; top: 23px; left: 0; width: 100%; height: 1px; background: #153e92; opacity: .15;}
.main_contact .root_daum_roughmap .wrap_controllers,
.main_contact .root_daum_roughmap .cont .section.lst{display: none;}
.main_contact .info_list{margin-bottom: 50px;}
.main_contact .info_list > li{width: 25%;}
.main_contact .info_list > li .in{}
.main_contact .info_list > li .in .xi{width: 45px; height: 45px; line-height: 45px; text-align: center; font-size: 1.25em; color: #fff; background: var(--mainColor); border-radius: 50%; margin-bottom: 30px;}
.main_contact .info_list > li .in .ti{font-size: 1.25em; font-weight: 700; color: #1b2a4d; margin-bottom: 20px;}
.main_contact .info_list > li .in .tt{font-size: 1.125em; color: #333; line-height: 1.6;}




/**/
.tab_idx{ margin:-1em 0 3em -1em;}
.tab_idx > li{flex:1 20%;}
.tab_idx > li > a{ padding:0 .5em; height:4em; border:1px solid #ddd; margin:1em 0 0 1em; color:#666; transition:.3s;}
.tab_idx > li > a .va{font-size:1.068em; font-weight:500}
.tab_idx > li > a:hover,
.tab_idx > li.on > a{ box-shadow:0 0 1em .125em rgba(0,0,0,.1); color:var(--mainColor); border-color:var(--mainColor)}

/**/
.nm_page_tt{font-size:1.5em; text-align: center; margin:80px auto 30px;}
.nm_page_tt .nmb{width:50px; height: 50px; line-height: 50px; border-radius: 50%; background-color: var(--mainColor); display: inline-block; color:#fff; margin-right:5px;}
.page_tt{font-size:1.825em; font-weight: 600;}
.page_stt{font-size:1.45em; font-weight: 600;}
.page_tx{font-size:1.125em; font-weight: 300;}
.page_stx{font-size:1em; font-weight: 300;}