@charset "utf-8";

#container {position: relative;}
/*서브 비주얼*/
#sub_visual {position:relative; height:520px; overflow:hidden;}
#sub_visual .zoom_ani { position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:no-repeat; background-position:center; background-size:cover; transform:scale(1.2); transition:all 6s;}
#sub_visual .zoom_ani.sv_company { background-image:url('../../images/bg/bg_subvisual01.jpg');}
#sub_visual .zoom_ani.sv_product { background-image:url('../../images/bg/bg_subvisual02.jpg');}
#sub_visual .zoom_ani.sv_tech { background-image:url('../../images/bg/bg_subvisual03.jpg');}
#sub_visual .zoom_ani.sv_qa { background-image:url('../../images/bg/bg_subvisual04.jpg');}
#sub_visual .zoom_ani.sv_recruit { background-image:url('../../images/bg/bg_subvisual05.jpg');}
#sub_visual .zoom_ani.sv_customer { background-image:url('../../images/bg/bg_subvisual06.jpg');}
#sub_visual .txt_box {position:absolute; top:46%; left:50%;  width: 1420px; color:#fff; z-index: 1000; transform:translateX(-50%); text-align: left;}
#sub_visual .txt_box [class^="suv_"] {opacity:0; transform:translateY(30px);}
#sub_visual .txt_box h3 {display: inline-block; color:#fff; font-size:46px; font-weight:600; transition:opacity 1.0s, transform 1.0s; transition-delay:0.1s;}
#sub_visual .txt_box h3 span {color: #e7161a; font-size:56px; }
#sub_visual .txt_box p {display: inline-block; margin-left: 10px; font-size:20px; font-weight:300; line-height:1.37; transition:opacity 1.0s, transform 1.0s; transition-delay:0.3s;}
#sub_visual.active .txt_box [class^="suv_"] {opacity:1; transform:translateY(0px);}
#sub_visual.active .zoom_ani {transform:scale(1);}

/*lnb*/
#lnb_warp { position: relative;}
#lnb_warp .lnb { position: absolute; top:-58px; width: 100%; background: rgba(1, 151, 77, .8); z-index: 10;}
#lnb_warp .lnb ul {display:flex; align-items:center; justify-content: center;  }
#lnb_warp .lnb ul li { }
#lnb_warp .lnb ul li a {position:relative; display:flex; align-items:center; height:58px; padding:0 56px; color: #fff; font-size: 17px; font-weight: 500; white-space: nowrap;}
#lnb_warp .lnb ul li a::after { content: ""; position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 1px; height: 20px; background:rgba(255, 255, 255, .3);}
#lnb_warp .lnb ul li a:hover,
#lnb_warp .lnb ul li.on a {background: #fff; color: #000; font-weight: 500; transition:all .3s;}

/*서브 공통*/
#sub_warp {position: relative; margin: 0 auto 100px; }
#sub_wrap:after {content:''; display:block; clear:both;}
#sub_wrap.mb0{ margin:0 auto 0 !important}
#sub_warp .inner { width: 1420px; }
.tit_warp {padding: 40px 0;}
.tit_warp h4 {display: block; font-size: 36px; font-weight: 700; text-align: center; color: #000;}
.w1420 {width: 100%; max-width: 1420px; margin: 0 auto;}

.tabs {display: flex; justify-content: center; width:100%; margin:0 auto 30px; font-size:0; table-layout:fixed;}
.tabs li {display: flex; justify-content: center; align-items: center; text-align: center; padding:20px 30px; border:1px solid #ddd; margin-left:-1px; background:#fff; color:#777; font-size:16px; font-weight:400; transition: all 0.3s ease-out; cursor:pointer;}
.tabs li.active {color:#fff !important; border-color:#02964e !important; background:#02964e !important; font-weight:500 !important}
.tabs li:hover {color:#02964e; transition: all 0.3s ease-out;}
.tabs li.active a { color: #fff;}
.tabs.lineup li {padding: 20px 20px; width:calc(100% / 6); color:#333; font-weight: 600;  }


.tab_cont {display:none;}
.tab_cont.active {display:block;}

#sub_warp .sub_tit {position: relative; margin: 0 auto 120px; padding:112px 0 0 34px; font-size: 26px; font-weight: 400; text-align: left; color:#222; line-height: 2.2rem; font-family:'Noto Sans KR' ;}
#sub_warp .sub_tit::before {content: ""; position: absolute; top: 0; left: 0; width: 16px; height: 198px; background: url(../../images/sub/bg_sub_tit.png) no-repeat 0 0;}
#sub_warp .sub_tit span {font-weight: 600;}
#sub_warp .sub_tit.ico {text-align: left; width: 1420px; margin: 0 auto 80px; font-size: 28px;}
#sub_warp .sub_tit.ty2 { width: 1420px;}

.info_box {margin-bottom: 80px;} 
.info_box ul {display: flex; flex-wrap: wrap;}
.info_box ul li {position: relative; display: flex; justify-content: center; align-items: center; margin:0 5px 40px 5px; padding: 40px 0 30px; width: calc(33.3333% - 10px); background: #f9f9f9; font-weight: 400; line-height: 1.6rem; text-align: center;}
.info_box ul li::before { content: ""; position: absolute; top: -10px; left: 50%; transform: translateX(-50%); width: 30px; height: 29px; background: url(../../images/ico/ico_check_ty1.png); }

/********************************************** 회사소개 **********************************************/
/*인사말*/
#sub_warp .greeting {}
#sub_warp .greeting .itemBox {display: flex; position: relative; height: 800px; }
#sub_warp .greeting .itemBox .img {position: absolute; right: 0; }
#sub_warp .greeting .itemBox .img .img_text { display: flex; position: absolute; left: 40px; bottom: -40px; width:260px; height: 205px; background: rgba(1, 151, 77, .8);}
#sub_warp .greeting .itemBox .img .img_text div {display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; color: #fff; font-size: 20px; font-weight: 600;}
#sub_warp .greeting .itemBox .img .img_text div span {font-size: 36px;}
#sub_warp .greeting .itemBox .w1420 {position: relative;}
#sub_warp .greeting .itemBox .w1420 .text { display: inline-block; position: absolute; left: 0; width: 50%;}
#sub_warp .greeting .itemBox .w1420 .text strong {display: block; margin-bottom: 20px; font-size: 26px; font-weight: 600;} 
#sub_warp .greeting .itemBox .w1420 .text p {margin-bottom: 50px; color: #666; line-height: 2rem;}
#sub_warp .greeting .itemBox .w1420 .text p .f_col1 {font-weight: 600 !important;}
#sub_warp .greeting .itemBox .w1420 .text .sign {color: #666;}
#sub_warp .greeting .itemBox .w1420 .text .sign span {color: #000; font-weight: 500;}
#sub_warp .greeting .itemBox .w1420 .text .sign strong {display: inline-block; color: #000; }

#sub_warp .greeting .itemBox.reverse {height: 500px;}
#sub_warp .greeting .itemBox.reverse .w1420 {max-width: 1580px;}
#sub_warp .greeting .itemBox.reverse .w1420 .text {right: 0; left: auto; width: 50%;}
#sub_warp .greeting .itemBox.reverse .img {left: 0; right: auto; }
#sub_warp .greeting .itemBox.reverse .img .samshin {position: absolute; top: -77px; left: 25%; font-size: 90px; font-weight: 700; color: #e8e8e8;}

/*회사소개 동영상
#sub_warp .promotion .video_warp {width: 1024px; margin: 0 auto; background: #000; text-align: center; }
#sub_warp .promotion .video_warp video {width: 100%; }*/

/*회사소개 동영상*/
#sub_warp .promotion .lang_tabs {display: flex; justify-content: center; width:100%; margin:0 auto 30px; font-size:0; table-layout:fixed;}
#sub_warp .promotion .lang_tabs li a{display: flex; justify-content: center; align-items: center; text-align: center; padding:20px 30px; border:1px solid #ddd; margin-left:-1px; background:#fff; color:#777; font-size:16px; font-weight:400; transition: all 0.3s ease-out; cursor:pointer;}
#sub_warp .promotion .lang_tabs li.active a {color:#fff !important; border-color:#02964e !important; background:#02964e !important; font-weight:500 !important}
#sub_warp .promotion .lang_tabs li:hover {color:#02964e; transition: all 0.3s ease-out;}
#sub_warp .promotion .video_warp {width: 1024px; margin: 0 auto; background: #000; text-align: center; }
#sub_warp .promotion .video_warp video {width: 100%; height: 520px; }

/*회사연혁*/
#sub_warp .history .sub_tit {margin-bottom: 80px; }
#sub_warp .history .tabs.year li {position: relative; border: none; font-size:32px;}
#sub_warp .history .tabs.year li.active {color:#000 !important; border-color:none !important; background:none !important; }
#sub_warp .history .tabs.year li.active:before{content:""; position: absolute; bottom:0; left: 50%; display: block; width: 10px; height: 10px; border-radius: 100%; background: #e7161a; }
#sub_warp .history .tabs.year li.active:after{content:""; position: absolute; bottom:-5px; left: 50%; margin-left: -5px; display: block; width: 20px; height: 20px; border-radius: 50%; background: #e7161a; opacity:0.2; animation: dots 1.5s ease-in-out infinite;}
#sub_warp .history .tabs.year li:hover {color:#000; transition: all 0.3s ease-out;}
#sub_warp .history .row { margin-top: 100px;}
#sub_warp .history .img_box { position: relative;}
#sub_warp .history .img_box .year { position: absolute; top: -20px; left: 30px; width: 200px; height: 140px; background:rgba(1, 151, 77, .8); z-index: 1;}
#sub_warp .history .img_box .year span {display: block; margin: 80px 0 0 20px; font-size: 50px; color: #fff; font-weight: 600;}
#sub_warp .history .txt_box {margin-left: 50px;}
#sub_warp .history .txt_box .tit h5 {font-size: 32px; font-weight: 600;}
#sub_warp .history .txt_box .tit p {margin-top: 12px; line-height: 1.8rem;}
#sub_warp .history .txt_box .list {position: relative; display: flex; flex-direction: column; gap: 65px 0; padding: 0 0 0 30px; margin-top: 50px; border-left: 1px solid #ececec;}
#sub_warp .history .txt_box .list .history_bar {position: absolute; top:0; left: 0; width: 1px; height:100%; background: #ddd; overflow: hidden;}
#sub_warp .history .txt_box .list .history_bar span {position: absolute; top: 0; left: 0; display: block; width: 1px; height: 0; background: #02964e;}
#sub_warp .history .txt_box .list dl {position: relative; display: flex; gap: 0 24px; }
#sub_warp .history .txt_box .list dl::before {content: ""; position: absolute; top:0; left: -35px; width: 5px; height: 5px; border-radius: 50%; border: 2px solid #d5d5d5; background: #fff; }
#sub_warp .history .txt_box .list dl dt { margin-top: -4px; font-weight: 600; color: #000;}
#sub_warp .history .txt_box .list dl dd { display: flex; flex-direction: column; gap: 12px 0; margin-top: -10px; padding: 2px 0 0;}
#sub_warp .history .txt_box .list dl dd li {position: relative; font-weight: 300; line-height: 1.8rem; padding-left: 12px;}
#sub_warp .history .txt_box .list dl dd li::before {content: ""; position: absolute; left: 0; top: 12px; width: 3px; height: 3px; border-radius: 50%; background: #666; }
#sub_warp .history .txt_box .list dl dd p {font-weight: 300; line-height: 1.6rem; }

/*VISION*/
#sub_warp .vision_tit {font-size: 48px; font-weight: 600; letter-spacing: -1px; text-align: center; margin: 112px auto 100px;  }
#sub_warp .vision_tit span {color: #02964e; }
#sub_warp .vision_tit p {margin-top: 20px; font-size: 30px; font-weight: 300; }
#sub_warp .vision .vision_list {display: flex; justify-content: center; text-align: center; width: 1200px; margin: 0 auto; }
#sub_warp .vision .vision_list .item {display: flex; flex-direction: column; align-items: center; margin: 0 50px; width: 33.3333%;  }
#sub_warp .vision .vision_list .item .ico_round { position: relative; width: 200px; height: 200px; border: 1px solid #ddd; border-radius: 50%;}
#sub_warp .vision .vision_list .item .ico_round img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
#sub_warp .vision .vision_list .item .tit { position: relative; margin-top: 80px;}
#sub_warp .vision .vision_list .item .tit::before {content: ""; position: absolute; left: 50%; top: -40px; display: block; width: 10px; height: 10px; border-radius: 50%; background: #e7161a;}
#sub_warp .vision .vision_list .item .tit strong {font-size: 32px; font-weight: 600;}
#sub_warp .vision .vision_list .item .tit p {margin-top: 10px; font-size: 20px;}
#sub_warp .vision .philosophy {height: 100%; background: url(../../images/sub/bg_vision01.jpg) no-repeat center; background-size:cover; margin: 120px auto 0; padding: 50px 0; }
#sub_warp .vision .philosophy .stit {text-align: center; margin-bottom: 50px;}
#sub_warp .vision .philosophy .stit span {position: relative; font-size: 24px; font-weight: 600; color: #fff; }
#sub_warp .vision .philosophy .stit span::after {content: ""; position: absolute; bottom: 0; left: 50%; margin-left: -40px; width:80px; height: 1px; background: #fff; }
#sub_warp .vision .philosophy .phil_list {display: flex; justify-content: center; text-align: center; max-width: 960px; margin: 0 auto;  }
#sub_warp .vision .philosophy .phil_list .item {display: flex; flex-direction: column; margin: 0 0; width: 33.3333%; }
#sub_warp .vision .philosophy .phil_list .item .round {position: relative; display: block; padding: 50%; width:100%; border: 1px solid #ddd; border-radius: 50%; }
#sub_warp .vision .philosophy .phil_list .item .round::after {content: ""; position: absolute; left: 0; top: 50%; transform: translate(-50%, -50%); background: url(../../images/sub/ico_vision_plus.png); width: 34px; height: 34px;}
#sub_warp .vision .philosophy .phil_list .item:first-child .round::after {display: none;}
#sub_warp .vision .philosophy .phil_list .item .round .txt {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
#sub_warp .vision .philosophy .phil_list .item .round .txt strong {font-size: 40px; font-weight: 300; color: #fff;}
#sub_warp .vision .philosophy .phil_list .item .round .txt p {margin-top: 40px; font-size: 20px; font-weight: 400; color: #fff;}

/*주요고객*/
#sub_warp .partner .row + .row { margin-top: 100px;}
#sub_warp .partner h5 {position: relative; display: inline-block; font-size: 24px; font-weight: 600; color: #000;}
#sub_warp .partner h5 span {display: inline-block; margin-left: 5px; width: 8px; height: 8px; border-radius: 50%; background: #e7161a; }
#sub_warp .partner .list ul { display: flex; flex-wrap: wrap;}
#sub_warp .partner .list ul li { display: flex; justify-content: center; align-items: center; width:25%; height: 130px; border: 1px solid #ddd; margin-left: -1px; margin-top: -1px;}

/*오시는 길*/
#sub_warp .location h5 {position: relative; display: inline-block; font-size: 24px; font-weight: 600; color: #000;}
#sub_warp .location h5 span {display: inline-block; margin-left: 5px; width: 8px; height: 8px; border-radius: 50%; background: #e7161a;  }
#sub_warp .location .tit {margin-top: 20px; font-size: 16px; font-weight: 600;}
#sub_warp .location .info dl { display: flex; flex-direction: row; margin-top: 20px;}
#sub_warp .location .info dl dt {width: 100px;}
#sub_warp .location .info dl dd {font-weight: 500;}
#sub_warp .location .map { width: 100%;}
#sub_warp .location .row + .row {margin-top: 60px;}


/*제품리스트*/
.product .lineup_tabs {display: flex; justify-content:flex-start; max-width:1420px; margin:0 auto 30px; font-size:0; table-layout:fixed;}
.product .lineup_tabs li {display: inline-block; width:calc(100% / 6); border:1px solid #ddd; margin-left:-1px; background:#fff; text-align: center;  }
.product .lineup_tabs li a {display: block; padding: 20px; line-height: 1.6rem; color:#333; font-size:16px; font-weight:600; transition: all 0.3s ease-out; }
.product .lineup_tabs li.active {background:#02964e;}
.product .lineup_tabs li.active a {color: #fff; }
.product .prod_search_area {position:relative; overflow:hidden; margin:50px 0 50px; display: flex; justify-content:center; align-items:flex-end;}
.product .prod_search_area .search_warp {display: flex; align-items: center; border-bottom: 2px solid #333; width: 560px;}
.product .prod_search_area .search_warp input.search_word {border: none; width: calc(100% - 50px); height:50px;  }
.product .prod_search_area .search_warp input[type="text"]:focus .search_word {border:none; text-indent: 8px;}
.product .prod_search_area .search_warp .search_btn {margin: 0px; border: 0;width: 50px;height: 100%; font-size: 15px;letter-spacing: -0.5px;color: #333; cursor: pointer; vertical-align: top;}
.product .prod_search_area .search_warp .search_btn i {display: block; width: 50px; height: 50px; background: url(../../images/ico/ico_search.png) no-repeat center;}

.product .prod_list {display: flex; flex-wrap: wrap;}
.product .prod_list .item {position: relative; padding: 0 0 40px; margin: 0 20px 30px 0; width: calc(33.33% - 14px); border: 1px solid #cacaca; text-align: center; transition: 0.4s;}
.product .prod_list .item:nth-of-type(3n) {margin-right: 0;}
.product .prod_list .item:last-of-type {margin-right: 0;}
.product .prod_list .item a {position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
.product .prod_list .item figure {position: relative; overflow: hidden; padding-bottom: 80%; background: #f9f9f9;}
.product .prod_list .item figure img {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); max-width: 100%; max-height: 100%;}
.product .prod_list .item .txt {margin-top: 40px; position: relative;}
.product .prod_list .item .txt h5 {font-size: 24px; font-weight: 600; word-break: break-word; white-space: normal;}
.product .prod_list .item .txt .info {width: 80%; margin: 20px auto 0; color: #666; line-height: 1.4rem; }
.product .prod_list .item .txt .cate {margin-top: 20px; }
.product .prod_list .item .txt .ico_more {position: absolute; left: 50%; transform: translateX(-50%); top: -70px; content: ""; width: 52px; height: 52px; background: url(../../images/ico/ico_prod_more.png) no-repeat 0 0; opacity: 0; text-indent:-99999999px ; }
.product .prod_list .item .txt .btn_view {display: inline-block; margin-top: 30px; width: 140px; line-height: 40px; font-size: 13px; font-weight: 500; color: #666; border: 1px solid #cacaca; border-radius:20px; text-align: center; transition: 0.4s;}
.product .prod_list .item:hover {background: #fff; box-shadow: 1px 2px 24px 0px rgba(0, 0, 0, .15); border: 1px solid #000;}
.product .prod_list .item:hover .txt .ico_more { opacity: 1; transition: 0.4s;}
.product .prod_list .item:hover .txt .btn_view {color: #fff; border: 1px solid #333; background: #333;}
.product .prod_list.ty2 .item figure{ background: #fff;}

/*제품상세보기*/
.product { margin-top: 30px; }
.product.mt0 {margin-top: 0;}
.product .view_warp { width: 1420px; margin: 0 auto; }
.product .btn_back { display: inline-block; padding: 12px 20px 12px 40px;  background: #595959 url(../../images/ico/ico_back.png)no-repeat 10px center; color: #fff;  }
.product .prod_view_top { padding: 0 0 100px;}
.product .prod_view_top .detail_warp { display: flex; margin-top: 50px; }
.product .prod_view_top .detail_warp .detail_thumb {width:38%; position:relative; margin-right: 80px;}
.product .prod_view_top .detail_warp .detail_thumb .slide_warp { display: flex; }
.product .prod_view_top .detail_warp .detail_thumb .slide_warp .prod_nav_slide {position:relative; width:23%; }
.product .prod_view_top .detail_warp .detail_thumb .slide_warp .prod_nav_slide .slick-list {overflow:visible; }
.product .prod_view_top .detail_warp .detail_thumb .slide_warp .prod_nav_slide .item { width: 100%; margin-top: 10px; border:1px solid #cacaca; box-sizing:border-box;}
.product .prod_view_top .detail_warp .detail_thumb .slide_warp .prod_nav_slide .item:first-child {margin-top: 0;}
.product .prod_view_top .detail_warp .detail_thumb .slide_warp .prod_nav_slide .item figure {position: relative; padding-top: 100%; cursor: pointer;}
.product .prod_view_top .detail_warp .detail_thumb .slide_warp .prod_nav_slide .item figure img{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); max-width: 100%; max-height: 100%;}
.product .prod_view_top .detail_warp .detail_thumb .slide_warp .prod_nav_slide .item:hover{border:1px solid #333;}
.product .prod_view_top .detail_warp .detail_thumb .slide_warp .prod_nav_slide .item.slick-current {border:1px solid #333;}

.product .prod_view_top .detail_warp .detail_thumb .slide_warp .prod_img_slide {position: relative; width: 100%;}
.product .prod_view_top .detail_warp .detail_thumb .slide_warp .prod_img_slide .slick-list {overflow:hidden; }
.product .prod_view_top .detail_warp .detail_thumb .slide_warp .prod_img_slide .item {border: 1px solid #333;}
.product .prod_view_top .detail_warp .detail_thumb .slide_warp .prod_img_slide .item figure {position:relative; padding-bottom:100%; overflow: hidden;}
.product .prod_view_top .detail_warp .detail_thumb .slide_warp .prod_img_slide .item figure img {position:absolute; top: 50%; left: 50%; transform:translate(-50%,-50%); max-width: 100%; max-height: 100%;}
.product .prod_view_top .detail_warp .detail_thumb .download {display: flex; justify-content: center; margin-top: 20px;}
.product .prod_view_top .detail_warp .detail_thumb .download .ico_catalog {position: relative;}
.product .prod_view_top .detail_warp .detail_thumb .download .ico_catalog a { display: flex; align-items: center; width: 200px; height: 50px; border: 1px solid #02964e; border-radius: 8px; background: #02964e;}
.product .prod_view_top .detail_warp .detail_thumb .download .ico_catalog a::before,
.product .prod_view_top .detail_warp .detail_thumb .download .ico_catalog a::after { display: inline-block; content: ""; position: absolute; left: 80%; width: 24px; height: 22px; background: url(../../images/ico/ico_catalog.png) no-repeat 0 0; }
.product .prod_view_top .detail_warp .detail_thumb .download .ico_catalog a span {padding-left: 20px; font-size: 16px; font-weight: 400; color: #fff; }
.product .prod_view_top .detail_warp .detail_thumb .download .ico_catalog a:hover span {color: #02964e; -webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;}
.product .prod_view_top .detail_warp .detail_thumb .download .ico_catalog a:hover {background: #fff; -webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;}
.product .prod_view_top .detail_warp .detail_thumb .download .ico_catalog a:hover::after { background-position: 0 -22px; }


.product .prod_view_top .detail_warp .info {width:50%; margin-left:0; margin-top: 30px; }
.product .prod_view_top .detail_warp .info h5 {font-size: 44px; font-weight: 700; color: #000; }
.product .prod_view_top .detail_warp .info .cate {margin-top: 20px; font-size: 24px;}
.product .prod_view_top .detail_warp .info .feature { margin-top: 50px; }
.product .prod_view_top .detail_warp .info .feature .round_box {display:inline-block; line-height: 48px; padding: 0 40px; border-radius:24px; color: #fff; background: #b2b2b2;}
.product .prod_view_top .detail_warp .info .feature ul { margin: 30px 0;}
.product .prod_view_top .detail_warp .info .feature ul li {position: relative; padding:0 0 24px 26px; font-size: 22px; color: #333; letter-spacing: -1px; font-family: 'Noto Sans KR'; line-height: 1.8rem; }
.product .prod_view_top .detail_warp .info .feature ul li::before {content: ""; position: absolute; left: 0; top: 6px; width: 16px; height: 18px; background: url(../../images/ico/ico_li_check.png) no-repeat center;}

.product .prod_view_btm {padding: 50px 0 150px; background: #f2f5f4;}
.product .prod_view_btm .spec h5 {font-size: 24px; font-weight: 700; color: #000; margin-top: 10px;}
.product .prod_view_btm .spec h5 span {padding-left: 5px; font-size: 40px !important; color:#e7161a !important;}
.product .prod_view_btm .spec .table_data { margin-top: 20px;}
.product .prod_view_btm .spec .table_scroll table {min-width: 480px; }
.product .prod_view_btm .row { justify-content: space-between;}
.product .prod_view_btm .row .col_6 {width: 48%;}

/*성능검증시험*/
.pv_test {position: relative; }
.pv_test .row { margin-top: 100px;}
.pv_test h5 {position: relative; display: inline-block; font-size: 24px; font-weight: 500; color: #000;}
.pv_test h5 span {display: inline-block; margin-left: 5px; width: 8px; height: 8px; border-radius: 50%; background: #e7161a; }
.pv_test .txt {line-height: 1.6rem;}
.pv_test .li_ty {margin-top: 10px;}
.pv_test .li_ty li {position: relative; padding-left: 15px; margin-bottom: 5px; line-height: 1.6rem; font-size: 16px; color: #666; }
.pv_test .li_ty li::before { content: ""; position: absolute; left: 0; top: 11px; width: 6px; height: 1px; background: #666; }
.pv_test .table_data {line-height: 1.6rem;}
.pv_test .table_scroll table {min-width: 630px; }
.pv_test .pv_img {display: flex; margin-bottom: 20px; }
.pv_test .pv_img li { width: calc(100% - 2px); margin-right: 2px;}
.pv_test .pv_img li:last-child {flex: 0 0 1; margin-right: 0;}

/*내진 해석*/
.seismic_anal {position: relative; }
.seismic_anal .row { margin-top: 100px;}
.seismic_anal h5 {position: relative; display: inline-block; font-size: 24px; font-weight: 500; color: #000;}
.seismic_anal h5 span {display: inline-block; margin-left: 5px; width: 8px; height: 8px; border-radius: 50%; background: #e7161a; }
.seismic_anal .txt {line-height: 1.6rem;}
.seismic_anal dl + dl {margin-top: 30px;}
.seismic_anal dt {font-size: 18px; font-weight: 600;}
.seismic_anal .li_ty2 {margin-top: 10px;}
.seismic_anal .li_ty2 li { position: relative; padding-left: 22px; margin-bottom: 15px; line-height: 1.6rem; font-size: 16px; color: #666; }
.seismic_anal .li_ty2 li::before {content: ""; position: absolute; left: 0; top: 5px; width: 16px; height: 16px; background: url(../../images/ico/ico_li_check.png);}
.seismic_anal .li_ty {margin-top: 5px;}
.seismic_anal .li_ty li {position: relative; padding-left: 12px; margin-bottom: 5px; line-height: 1.6rem; font-size: 14px; color: #777; }
.seismic_anal .li_ty li::before { content: ""; position: absolute; left: 0; top: 11px; width: 6px; height: 1px; background: #666; }
.seismic_anal .table_data {line-height: 1.6rem; margin-bottom: 30px;}
.seismic_anal .table_data th {text-align: center;}
.seismic_anal .table_scroll table {min-width: 630px; }
.seismic_anal .pv_img {display: flex; flex-wrap: wrap; align-items: flex-start; margin: 20px 0; }
.seismic_anal .pv_img li { width: calc(50% - 10px); margin-right: 10px; margin-bottom: 40px; text-align: center;}
.seismic_anal .pv_img li:last-child {margin-right: 0;}
.seismic_anal .pv_img li .txt { display: flex; justify-content: center; align-items:flex-start; overflow: hidden; padding: 16px; font-size: 15px; background: #f9f9f9; border-top: 1px solid #333; }
.seismic_anal .pv_img li .txt.heig1{ height: 80px;}
.seismic_anal .pv_img li .txt.heig2{ height: 116px;}
.seismic_anal .pv_img li img {border: 1px solid #e5e5e5;}

/*현장서비스, 진단시험*/
.prod_service .service_txt strong { font-size: 48px; color: #e5e5e5;}
.prod_service .service_txt h5 {font-size: 30px; font-weight: 700; color: #000; margin-top: 10px;}
.prod_service .service_txt h5 span {padding-left: 5px; font-size: 40px !important; color:#e7161a !important;}
.prod_service .service_txt p {margin-top: 26px; line-height: 1.6rem; color: #333;}
.prod_service .row {align-items: center;}
.prod_service .row.reverse .service_txt {margin-left: 50px;}
.prod_service .thumb.test { position: relative;}
.prod_service .thumb.test .slick-arrow {position:absolute; bottom: 0; right: 0; text-indent:-9999px; z-index: 10; width:47px; height:31px; }
.prod_service .thumb.test .slick-prev {bottom: 12px; right:90px; background:url(../../images/ico/ico_slide_prev.png) no-repeat;}
.prod_service .thumb.test .slick-next {bottom: 12px; right:0; background:url(../../images/ico/ico_slide_next.png) no-repeat;}
.prod_service .thumb.test .page_con {position:absolute; bottom: 0; right:0; color:#000; font-size:12px; width: 170px; height: 70px; background:#fff; z-index: 5;}
.prod_service .thumb.test .page_con .page { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.prod_service .thumb.test .page_con .page span {margin:0 3px; font-size:14px; font-weight:600;}
.prod_service .thumb.test .page_con .page .total {color:rgba(0,0,0,.53);}
.prod_service .row.reverse .thumb.test .slick-arrow { left: 20px;}
.prod_service .row.reverse .thumb.test .slick-next { left: 130px; }
.prod_service .row.reverse .thumb.test .page_con { left: 0;}
.manag_service {margin: -80px 0 40px; width: 100; background: #e8e8e8;}
.manag_service .video_warp {width: 1024px; margin: 0 auto;  background: #000;  text-align: center; }
.manag_service .video_warp video {width: 100%; height: 520px; }

/*정비서비스 > 보유기술*/
.tech_service {position: relative; margin-top: -30px;}
.tech_service .tech_tabs {display: flex; justify-content: center; width:100%; margin:0 auto 40px; font-size:0; table-layout:fixed;}
.tech_service .tech_tabs li a{display: flex; justify-content: center; align-items: center; text-align: center; padding:20px 30px; border:1px solid #ddd; margin-left:-1px; background:#fff; color:#777; font-size:16px; font-weight:400; transition: all 0.3s ease-out; cursor:pointer;}
.tech_service .tech_tabs li.active a {color:#fff !important; border-color:#02964e !important; background:#02964e !important; font-weight:500 !important}
.tech_service .tech_tabs li:hover {color:#02964e; transition: all 0.3s ease-out;}
.tech_service .tech + .tech {margin-top: 80px;}
.tech_service .tech .tit {position: relative; }
.tech_service .tech .tit strong { display: inline-block; font-size: 48px; color: #e5e5e5;}
.tech_service .tech .tit h5 {display: inline-block; font-size: 30px; font-weight: 700; color: #000; margin-top: 10px;}
.tech_service .tech .tit h5 span {padding-left: 5px; font-size: 40px !important; color:#e7161a !important;}
.tech_service .tech .list {display: block; clear: both; margin-top: 30px;}
.tech_service .tech .list li { position: relative; padding-left: 24px; margin-bottom: 10px; line-height: 1.6rem; font-size: 17px; color: #666; }
.tech_service .tech .list li::before {content: ""; position: absolute; left: 0; top: 5px; width: 16px; height: 16px; background: url(../../images/ico/ico_li_check.png);}
.tech_service .tech .list li span {color: #02964e;}
.tech_service .tech .row {margin-top: 40px;}
.tech_service .tech .row + .row {margin-top: 10px;}
.tech_service .tech .tech_img {display: flex; gap: 0 10px; }
.tech_service .tech .tech_img .item { position: relative}
.tech_service .tech .tech_img .item .stit {position: absolute; bottom: 0; height: 40px; width: 100%; background: rgba(0, 0, 0, .6);}
.tech_service .tech .tech_img .item .stit span {display: flex; justify-content: center; align-items: center; height: 40px; font-size: 16px; color: #fff; text-align: center;}

/*기술정보, 인증현황 - 갤러리형식*/
.cert_list {display: flex; flex-wrap: wrap;}
.cert_list .item {position: relative; padding: 0 0 40px; margin: 0 20px 20px 0; width: calc(25% - 20px); border: 1px solid #cacaca; text-align: center; transition: 0.4s;}
.cert_list .item figure {position: relative; overflow: hidden; padding-bottom: 100%; margin-top: 26px; }
.cert_list .item figure img {position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); max-width: 100%; max-height: 100%; border: 1px solid #cacaca; }
.cert_list .item .txt {display: flex; flex-direction: column; align-items: center; margin-top: 30px;}
.cert_list .item .txt .cate {display: flex; justify-content: center; align-items: center; width: 100px; height: 40px; border-radius: 20px; border: 1px solid #ddd; font-size: 16px;}
.cert_list .item .txt dl {margin-top: 20px; padding: 0 20px; }
.cert_list .item .txt dl dt {font-size: 22px; font-weight: 500; line-height:1.6rem; min-height: 50px;  width: 100%; display: block; overflow: hidden; text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; 
}
.cert_list .item .txt dl dd {margin-top: 20px; }
.cert_list .item .txt .btn_view {display: inline-block; margin-top: 30px; width: 140px; line-height: 40px; font-size: 13px; font-weight: 500; color: #666; border: 1px solid #cacaca; border-radius:20px; text-align: center; transition: 0.4s;}
.cert_list .item:hover {background: #fff; box-shadow: 1px 2px 24px 0px rgba(0, 0, 0, .15); border: 1px solid #000; cursor:pointer; }
.cert_list .item:hover figure::after {content: ""; display: block; position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); width: calc(100% - 50px); height: 100%; background:rgba(0, 0, 0, .6);z-index: 9; transition: 0.4s;}
.cert_list .item:hover figure::before {content: ""; display: block; position: absolute; z-index: 999; width: 35px; height: 36px; background: url(../../images/ico/ico_zoom.png) no-repeat center; left:50%; top:50%; transform:translate(-50%, -50%);}

/*공정소개*/
.process {position: relative; margin-top: -50px;}
.process .process_tabs {display: flex; justify-content: center; width:100%; margin:0 auto 40px; font-size:0; table-layout:fixed;}
.process .process_tabs li a{display: flex; justify-content: center; align-items: center; text-align: center; padding:20px 30px; border:1px solid #ddd; margin-left:-1px; background:#fff; color:#777; font-size:16px; font-weight:400; transition: all 0.3s ease-out; cursor:pointer;}
.process .process_tabs li.active a {color:#fff !important; border-color:#02964e !important; background:#02964e !important; font-weight:500 !important}
.process .process_tabs li:hover {color:#02964e; transition: all 0.3s ease-out;}
.process .process_list { display: flex; flex-direction: column; }
.process .process_list li {position: relative; display: flex; justify-content: center; align-items: flex-start;}
.process .process_list li + li {margin-top: 80px;}
.process .process_list li::before {content: ""; position: absolute; top: 36px; width: 100%; height: 1px; background: #e5e5e5; z-index: 1;}
.process .process_list li .item {position: relative; display: flex; flex-direction: column; align-items: center;  }
.process .process_list li .item + .item {margin-left: 100px;}
.process .process_list li .item::after {content: ""; position: absolute; top: 27px; right: 0; width: 32px; height: 19px; background: url(../../images/ico/ico_arrow.png) no-repeat center; z-index: 999;}
.process .process_list li .item .txt {display: flex; flex-direction: column; justify-content: center; align-items: center;}
.process .process_list li .item .txt .no {display: flex; justify-content: center; align-items: center; width: 74px; height: 74px; background: #02964e; border-radius: 100%; font-size: 32px; font-weight: 600; color: #fff; z-index: 999; }
.process .process_list li .item .txt strong {margin-top: 20px; font-size: 28px; font-weight: 500;}
.process .process_list li .item .txt em {display: block; margin-top: 5px; text-align: center;}
.process .process_list li .item .img {position: relative; margin-top: 22px; width:406px; /*max-width:406px;*/}
.process .process_list li .item .img .thumb_slide .thumb {display: block; position: relative; width:406px;}
.process .process_list li .item .img .slick-arrow {position:absolute; bottom: 0; right: 0; text-indent:-9999px; z-index: 10; width:30px; height:18px; }
.process .process_list li .item .img .slick-prev {bottom: 12px; right:55px; background:url(../../images/ico/ico_slide_prev.png) no-repeat;}
.process .process_list li .item .img .slick-next {bottom: 12px; right:0; background:url(../../images/ico/ico_slide_next.png) no-repeat;}
.process .process_list li .item .img .page_con {position:absolute; bottom: 0; right:0; color:#000; font-size:12px; width: 100px; height: 40px; background:rgba(256, 256, 256, .4); z-index: 5;}
.process .process_list li .item .img .page_con .page { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.process .process_list li .item .img .page_con .page span {margin:0 3px; font-size:14px; font-weight:600;}
.process .process_list li .item .img .page_con .page .total {color:rgba(0,0,0,.53);}
.process .process_list li:nth-child(2) .item:nth-child(1)::before,
.process .process_list li:nth-child(3) .item:nth-child(1)::before,
.process .process_list li:nth-child(4) .item:nth-child(1)::before,
.process .process_list li:nth-child(5) .item:nth-child(1)::before {content: ""; position: absolute; top: 27px; left: 0; width: 32px; height: 19px; background: url(../../images/ico/ico_arrow.png) no-repeat center; z-index: 999;}

.process .process_list.dan li .item .txt span{display: block; height: 20px; font-size: 14px; color: #555; margin-top: 5px; text-align: center;} /*단조공정 상세설명*/


/*품질보증프로그램*/
#sub_warp .qa .sub_tit {font-size: 20px; margin: 50px 0; text-align: left; padding: 0;}
#sub_warp .qa .sub_tit::before {display: none;}
#sub_warp .qa .row { margin-top: 100px;}
#sub_warp .qa h5 {position: relative; display: inline-block; font-size: 24px; font-weight: 500; color: #000;}
#sub_warp .qa h5 span {display: inline-block; margin-left: 5px; width: 8px; height: 8px; border-radius: 50%; background: #e7161a; }
#sub_warp .qa .info_box li {width: calc(50% - 10px); }
#sub_warp .qa .info_box li.none { background: none;}
#sub_warp .qa .info_box li.none::before {background: none;}
#sub_warp .qa .info_box.three li {width: calc(33.333% - 10px); }
#sub_warp .qa .qa_list {position:relative; overflow: hidden;}
#sub_warp .qa .qa_list .slick-list { padding-bottom:80px !important;}
#sub_warp .qa .qa_list .slick-track {display:block; position:relative; top:0; left:0}
#sub_warp .qa .qa_list .slick-slide {position:relative; width: 280px; overflow: hidden; padding:0 0 0 0; margin:0 10px; transition:all .3s ease;}
#sub_warp .qa .qa_list .slick-slide .img { border: 1px solid #b2b2b2; /*position:absolute; z-index:1; top: 0; display: flex; justify-content:center; align-items: center; transition:all .3s ease; overflow: hidden;*/ }
#sub_warp .qa .qa_list .slick-slide.slick-current {box-shadow:0px 5px 13px 0 rgba(0,0,0,0.5);transition:all .3s ease;}
#sub_warp .qa .qa_list .slick-slide.slick-current .img {border: 2px solid #02964e; padding:0 0 0 0; }
#sub_warp .qa .qa_list .slick-arrow {position:absolute; z-index:1; bottom:0; width:50px; height:50px; text-indent:-9999px; border-radius:50px; border:1px solid #b1b1b1; background-repeat:no-repeat; background-position:center;}
#sub_warp .qa .qa_list .slick-arrow.slick-prev {left:50%; margin-left:-53px; background-image:url(../../images/ico/ico_slide_next.png); transform: rotateY(180deg); }
#sub_warp .qa .qa_list .slick-arrow.slick-next {left:50%; margin-left:3px; background-image:url(../../images/ico/ico_slide_next.png);}


/*인사제도*/
.recruit  h5 {position: relative; display: inline-block; font-size: 24px; font-weight: 600; color: #000;}
.recruit  h5 span {display: inline-block; margin-left: 5px; width: 8px; height: 8px; border-radius: 50%; background: #e7161a; }
.recruit .talent {display: flex; flex-wrap: wrap; padding: 60px 0 60px 50px; background: url(../../images/sub/bg_shape.png) no-repeat 0 8px; background-size:100%; text-align: center; }
.recruit .talent .item {position: relative; width: calc(33.33% - 60px); padding-bottom: calc(30% - 55px); margin-right:60px; border-width:16px; border-style: solid; border-radius: 50%;}
.recruit .talent .item:nth-child(1) { border-color: #02964e; }
.recruit .talent .item:nth-child(2) { border-color: #4caf9e;}
.recruit .talent .item:nth-child(3) {border-color: #2f97aa;}
.recruit .talent .item .txt {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; text-align: center;}
.recruit .talent .item .txt strong {display: block; margin: 20px 0; font-size: 26px;}
.recruit .system_list ul {display: flex; flex-direction: column; margin-top: 20px; }
.recruit .system_list .item {display: flex; align-items: center; padding: 70px 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; margin-bottom: -1px;}
.recruit .system_list .item i {padding: 0 70px;}
.recruit .system_list .item .tit_cont {width: 300px; }
.recruit .system_list .item .tit_cont strong {display: block; font-size: 28px; color: #02964e; }
.recruit .system_list .item .tit_cont span {display: block; margin-top: 6px; font-size: 20px; color: #000; font-weight: 600;}
.recruit .system_list .item p {flex: 1; padding-right: 50px; line-height: 1.6rem;}

/*복리후생*/
.recruit .welfare_list ul { display: flex; flex-wrap: wrap; text-align: center; }
.recruit .welfare_list ul li {display: flex; flex-direction: column; justify-content:flex-start; align-items: center; width: calc(25% - 20px); background: #f9f9f9; border-radius: 20px; padding: 70px 20px; margin: 0 20px 20px 0;}
.recruit .welfare_list ul li strong {margin: 20px 0; font-size: 28px; font-weight: 600;}
.recruit .welfare_list ul li p {color: #666; line-height: 1.6rem;}

/*채용안내*/
.recruit .guide_step ul { display: flex; align-items: center; justify-content: center;}
.recruit .guide_step ul li {position: relative; display: flex; justify-content: center; align-items: center; margin-right: 38px; width:222px; height: 222px; text-align: center;}
.recruit .guide_step ul li:last-child {margin-right: 0;}
.recruit .guide_step ul li::before {content: ""; position: absolute; top: calc(50% + 1px); right: -30px; transform: translateY(-50%); width: 23px; height: 19px; background: url(../../images/ico/ico_arrow.png) no-repeat 50% 50%; background-size: cover; }
.recruit .guide_step ul li:last-child:before {display: none;}
.recruit .guide_step ul li:nth-child(1) {background: url(../../images/sub/ico_guide_circle01.png) no-repeat 0 0;}
.recruit .guide_step ul li:nth-child(2) {background: url(../../images/sub/ico_guide_circle02.png) no-repeat 0 0;}
.recruit .guide_step ul li:nth-child(3) {background: url(../../images/sub/ico_guide_circle03.png) no-repeat 0 0;}
.recruit .guide_step ul li:nth-child(4) {background: url(../../images/sub/ico_guide_circle04.png) no-repeat 0 0;}
.recruit .guide_step ul li:nth-child(5) {background: url(../../images/sub/ico_guide_circle05.png) no-repeat 0 0;}
.recruit .guide_step ul li .step_txt p {font-size: 16px; font-weight: 700; color: #02964e;}
.recruit .guide_step ul li .step_txt strong {display: block; margin: 5px 0 10px; }
.recruit .guide_desc {display: flex; flex-wrap: wrap; margin-top: 100px;}
.recruit .guide_desc .item {display: flex; align-items: flex-start; width:50%; margin-bottom: 80px;}
.recruit .guide_desc .item .no {font-size: 36px; color: #02964e; font-weight: 700; margin-right: 30px; }
.recruit .guide_desc .item .txt strong {display: block; font-size: 32px; color: #000; font-weight: 600;}
.recruit .guide_desc .item .txt ul { margin-top: 20px;}
.recruit .guide_desc .item .txt ul li {position: relative; padding-left: 15px; margin-bottom: 10px; line-height: 1.6rem; }
.recruit .guide_desc .item .txt ul li::before { content: ""; position: absolute; left: 0; top: 11px; width: 6px; height: 1px; background: #666; }

/* 온라인 문의 */
.online_inquiry .inp_box { display: flex; justify-content: space-between;}
.online_inquiry .inp_box dl { width: 48%; margin-bottom: 80px;}
.online_inquiry .inp_box.col1 dl { width: 100%;}
.online_inquiry .inp_box dl dt label.required::after { content: "*"; margin-left: 6px; color: #e7161a; font-size: 18px; font-weight: 600; }
.online_inquiry .inp_box dl dd input[type="text"] { width: 100%; border: 0; border-bottom: 1px solid #ccc; height: 50px; text-indent: 0; padding: 0;}
.online_inquiry .inp_box dl dd input[type="text"]:focus { border-bottom: 1px solid #000; }
.online_inquiry .inp_box dl dd textarea { border: 1px solid #ccc; margin-top: 20px; padding: 20px;}
.online_inquiry .inp_box dl dd textarea:focus { border: 1px solid #000; }
.online_inquiry .inp_box .agree_box {border: 1px solid #ccc;  margin-top: 20px; padding: 20px; font-size: 16px; color: #666;}
.online_inquiry .inp_box .agree_box .cont {overflow-y: auto; max-height: 120px; padding-right: 20px;}
.online_inquiry .inp_box .agree_box .cont strong {display: block; margin-bottom: 20px; font-weight: 500; color: #000;}
.online_inquiry .inp_box .agree_box .cont p {margin-bottom: 10px; }
.online_inquiry .inp_box .agree_chk { margin-top: 20px; font-size: 16px;}
.online_inquiry .btnArea { text-align: center;}
.online_inquiry .btnArea > button {border: none; background: #02964e; border: 1px solid #02964e; cursor: pointer; color: #fff; line-height: 2.5; padding: 8px 60px; -webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;}
.online_inquiry .btnArea > button:hover {background: #fff; border: 1px solid #02964e; color: #02964e; font-weight: 600;}

/*스크롤바 커스텀*/
.agree_box .cont::-webkit-scrollbar {width: 2px; }
.agree_box .cont::-webkit-scrollbar-track {background: #dedede; width: 2px; border-radius: 10px;}
.agree_box .cont::-webkit-scrollbar-thumb {background: #777;}
.agree_box .cont::-webkit-scrollbar-thumb:hover { background: #555;}

/*공통팝업*/
.popup_wrap {display:none; position:fixed; z-index:9999; top:0; left:0; width:100%; height:100vh; background:rgba(0,0,0,0.8);}
.popup_wrap.tac {text-align: center;}
.popup_wrap .popup {position:absolute; z-index:1; top:20%; left:50%; width:1000px; max-width: 100%; transform:translate(-50%,-50%);transition:all 0.8s;}
.popup_wrap .popup img { max-height: 90vh;}
.popup_wrap .popup.view { top:48%; transition:all 0.8s;}
.popup_wrap .popup .pop_head {position:relative; height:48px;}
.popup_wrap .popup .pop_head .pop_close {/*position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); height:34px; width:34px; background:url(../../images/ico/ico_popup_close.png) no-repeat center center;*/}
.popup_wrap .popup .pop_head .pop_close {position:absolute; top:0; right:0; cursor:pointer;}
.popup_wrap .popup .pop_head .pop_close p {position:relative; display:inline-block; vertical-align:middle; text-align:center; width:45px; height:45px;}
.popup_wrap .popup .pop_head .pop_close p a{position:absolute; left:0; top:5px; display:inline-block; width:45px; height:2px; background:#fff; margin:7px 0; transform: rotate(-45deg); transition:all 0.5s ease;}
.popup_wrap .popup .pop_head .pop_close p a.two{transform: rotate(45deg); transition:all 0.5s ease;}
.popup_wrap .popup .pop_head .pop_close:hover p a{transform: rotate(45deg); transition:all 0.5s ease;}
.popup_wrap .popup .pop_head .pop_close:hover p a.two{transform: rotate(-45deg); transition:all 0.5s ease;}
.popup_wrap .popup.video {width: auto;}

/* 동영상 모달 팝업창 */
#modal {position:fixed; top:20%; left:50%; z-index:99999999; transform:translate(-50%,-50%); width:720px; visibility:hidden; opacity:0; transition:all 0.8s;}
#modal.view {visibility:visible; opacity:1; top:48%; transition:all 0.8s;}
#modal .closeBtn {position:absolute; top:-34px; right:0; cursor:pointer;}
#modal .closeBtn p {position:relative; display:inline-block; vertical-align:middle; text-align:center; width:45px; height:45px;}
#modal .closeBtn p a{position:absolute; left:0; top:5px; display:inline-block; width:45px; height:2px; background:#fff; margin:7px 0; transform: rotate(-45deg); transition:all 0.5s ease;}
#modal .closeBtn p a.two{transform: rotate(45deg); transition:all 0.5s ease;}
#modal .closeBtn:hover p a{transform: rotate(45deg); transition:all 0.5s ease;}
#modal .closeBtn:hover p a.two{transform: rotate(-45deg); transition:all 0.5s ease;}
#modal .youtubeWrap {position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height:0;}
#modal .youtubeWrap iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.mask {position: fixed; z-index: 9999999;  background-color: #2a2f33;  display :none;  left :0; top :0; opacity :0.8;}
.mask_pro {position: fixed; z-index: 9999999; background-color: rgba(0,0,0,0.8); display: none; left: 0; top: 0; opacity :0.8;}

/*****애니메이션******/
@keyframes menushow {
    0% {opacity:0; visibility:hidden;}
    100% {opacity:1; visibility:visible;}
 }
 
 @keyframes fadeinup {
    0% {opacity:0; transform:translateY(30px);}
    100% {opacity:1; transform:translateY(0);}
 }
 
 @keyframes zoomin {
    0% {transform:scale(1.3);}
    100% {transform:scale(1);}
 }
 
 @keyframes visualtxt {
    0% {opacity:0; transform:translate(-60%);}
    100% {opacity:1; transform:translate(0);}
 }
 
 @keyframes btnfade {
    0% {opacity:0;}
    100% {opacity:1;}
 }

 @keyframes dots {
    0% {opacity: 0.5; transform: scale(1);}
    100% {opacity: 0; transform: scale(3);}
}

/******************************************************************************************************************************************/
@media all and (max-width:1600px){
    /*서브 공통*/
    #sub_warp .inner { width: 100%;}
    #sub_warp .sub_tit.w1420 {width: auto; margin-left: 10px;}
    .w1420 {max-width: 100%; padding: 0; }
    #sub_warp .sub_tit { margin-left: 20px;}
    #sub_warp .sub_tit.ty2 { width: 100%; }
    #sub_warp .qa .sub_tit {margin-left: 0;}

    /*인사말*/
    #sub_warp .greeting .itemBox { height: 100vh; }
    #sub_warp .greeting .itemBox .img {width: 44%;}
    #sub_warp .greeting .itemBox .w1420 .text { left: 26px;}
    #sub_warp .greeting .itemBox.reverse .img {width:44%;}
    #sub_warp .greeting .itemBox.reverse .img .samshin {left: 10%; }
    #sub_warp .greeting .itemBox.reverse .w1420 .text { right:26px}
    #sub_warp .greeting .itemBox.reverse .w1420 {max-width: 100%;}


    /*공통팝업*/
    .popup_wrap .popup {width:95%;}
    .popup_wrap .popup img {max-height: 90vh;}

    .tabs.lineup.w1420 { padding: 0 20px;}


    /*제품상세보기*/
    .product .view_warp { width:100%; }
    .product.spec .lineup_tabs { padding: 0 24px;} 
    .product .prod_view_top .detail_warp { padding: 0 24px;}
    .product .prod_view_btm {padding: 50px 24px 150px;}

}

@media all and (max-width:1280px){
    /*서브 비주얼*/
    #sub_visual .txt_box {left: 50px; width: 100%; text-align: left; transform: none;}

    /*lnb*/
    #lnb_warp .lnb { max-width:100%}
    #lnb_warp .lnb ul {justify-content:normal ; overflow-x: auto;}
    #lnb_warp .lnb ul li a { padding: 0 40px;}

    /*VISION*/
    #sub_warp .vision .vision_list { width: 100%;}
    #sub_warp .vision .philosophy .phil_list { max-width: 100%; padding:0 50px; }

    /*공정소개*/
    .process .process_list li .item .img {width:280px; max-width:auto;}

    /*정비서비스 > 보유기술*/
    .tech_service .tech .tit {padding: 0 20px;}
    .tech_service .tech ul {padding: 0 20px;}

    /*채용안내*/
    .recruit .guide_step ul li{width:180px; height: 180px; }
    .recruit .guide_step ul li:nth-child(1),
    .recruit .guide_step ul li:nth-child(2),
    .recruit .guide_step ul li:nth-child(3),
    .recruit .guide_step ul li:nth-child(4),
    .recruit .guide_step ul li:nth-child(5) {background-size: cover;}
    
    /* 동영상 모달 팝업창 */
    #modal {width:94%;}
}

/*태블릿*/
@media all and (max-width:1025px){
    /*서브 비주얼*/
	#sub_visual {height: 538px;}
	#sub_visual .txt_box {left: 50px; top: 250px;}
	#sub_visual .txt_box h3 {margin-bottom: 70px; font-size: 42px;}
	#sub_visual .txt_box p {font-size: 28px;}
    
    /*lnb*/
    #lnb_warp .lnb ul li a { padding: 0 30px;}

    /*서브 공통*/
    .tit_warp {padding: 40px 0;}
    .tit_warp h4 {font-size: 26px;}

    #sub_warp .sub_tit { margin-left: 20px; margin-top: 0; padding-top:60px; margin-bottom: 60px; font-size: 22px; line-height: 1.6rem; }
    #sub_warp .sub_tit::before {background-image: url(../../images/sub/bg_sub_tit_m.png);}

    .tabs {flex-wrap: wrap; justify-content:flex-start}
    .tabs.col3 li {width:calc(100% / 3); margin-bottom: -1px; padding: 14px; font-size: 14px;}
    .lineup_tabs { flex-wrap: wrap; justify-content:flex-start}
    .lineup_tabs.col3 li {width:calc(100% / 3); margin-bottom: -1px; padding: 14px; font-size: 14px;}

    /*인사말*/
    #sub_warp .greeting .itemBox {flex-direction: column; height: auto;}
    #sub_warp .greeting .itemBox .w1420 {padding: 0 26px; width: 100%; order: 1;}
    #sub_warp .greeting .itemBox .w1420 .text {position:inherit; width: 100%; left: auto; margin-top: 80px;}
    #sub_warp .greeting .itemBox .img {position: inherit; width: 100%; }
    #sub_warp .greeting .itemBox.reverse { height:auto}
    #sub_warp .greeting .itemBox.reverse .w1420 { padding: 0 26px; }
    #sub_warp .greeting .itemBox.reverse .w1420 .text { position: inherit; width: 100%; left: 0;}
    #sub_warp .greeting .itemBox.reverse .img { width: 100%; }
    #sub_warp .greeting .itemBox.reverse .img .samshin {top:auto; bottom: -14px; left: auto; right:-10px; color:rgba(255, 255, 255, .3);}
    #sub_warp .greeting .itemBox.reverse .w1420 .text {margin-top: 40px;}

    /*회사소개 동영상*/
    #sub_warp .promotion .video_warp {width: 100%; }
    #sub_warp .promotion .video_warp video {height: auto; }
    #sub_warp .promotion .lang_tabs { flex-wrap: wrap; justify-content:flex-start}
    #sub_warp .promotion .lang_tabs.col3 li {width:calc(100% / 3); margin-bottom: -1px;}
    #sub_warp .promotion .lang_tabs.col3 li a {padding: 0; height: 45px; font-size: 14px;}

    /*회사연혁*/
    #sub_warp .history .sub_tit {margin-bottom: 50px; }
    #sub_warp .history .tabs.year {flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; overflow-y: hidden;}
    #sub_warp .history .tabs.year li {margin-bottom: 20px; font-size:26px;}

    /*VISION*/
    #sub_warp .vision_tit {font-size: 30px; padding: 0 24px; }
    #sub_warp .vision_tit p {margin-top: 10px; font-size: 22px;}
    #sub_warp .vision .vision_list .item .ico_round {width:140px; height:140px; }
    #sub_warp .vision .vision_list .item .tit strong {font-size: 26px;}
    #sub_warp .vision .philosophy {margin: 60px auto 0;}
    #sub_warp .vision .philosophy .phil_list .item .round .txt strong {font-size: 32px;}

    /*주요고객*/
    #sub_warp .partner .row + .row { margin-top: 60px;}
    #sub_warp .partner .row .col_2 { width: 100%; }
    #sub_warp .partner .row .col_10 { width: 100%; }
    #sub_warp .partner .list {margin-top: 20px;}
    #sub_warp .partner .list ul li {height: 80px;}

    /*오시는 길*/
    #sub_warp .location .row .col_4 { width: 100%; }
    #sub_warp .location .row .col_8 { width: 100%; }
    #sub_warp .location .info dl dd .block {display: contents}
    #sub_warp .location .map {margin-top: 30px;}

    /*제품리스트*/
    .product .lineup_tabs li {display: flex; justify-content: center;align-items: center;}
    .product .lineup_tabs li a{ padding: 0; }
    .product .prod_list .item {padding: 0 0 20px; }
    .product .prod_list .item .txt {margin-top: 20px;}
    .product .prod_list .item .txt h5 {font-size: 18px;}
    .product .prod_list .item .txt .info {font-size: 16px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

    /*제품상세보기*/
    .product .prod_view_top {padding: 0 0 50px; }
    .product .prod_view_top .detail_warp .detail_thumb { margin-right: 40px;}
    .product .prod_view_top .detail_warp .info {margin-top: 10px;}
    .product .prod_view_top .detail_warp .info h5 {font-size: 30px;}
    .product .prod_view_top .detail_warp .info .cate {font-size: 18px;}
    .product .prod_view_top .detail_warp .info .feature { margin-top: 20px; }
    .product .prod_view_top .detail_warp .info .feature .round_box {line-height: 40px; padding: 0 30px; border-radius:20px;}
    .product .prod_view_top .detail_warp .info .feature ul {margin-top: 20px;}
    .product .prod_view_top .detail_warp .info .feature ul li {font-size: 16px; letter-spacing:normal;}
    .product .prod_view_top .detail_warp .info .feature ul li::before { top:1px}
    .product .prod_view_btm .row { flex-direction: column; justify-content: center;}
    .product .prod_view_btm .row .col_6 {width: 100%;}

    /*현장서비스, 진단시험*/
    .manag_service {margin: -30px auto 20px;}
    .manag_service .video_warp {width: 100%;   }
    .manag_service .video_warp video {height: auto; }

    /*정비서비스 > 보유기술*/
    .tech_service .tabs {justify-content:center}
    .tech_service .tech .tit strong {display: block; font-size: 38px;}
    .tech_service .tech .tit h5 {font-size: 24px; margin-top: 0px;}
    .tech_service .tech .list {margin-top: 10px;}
    .tech_service .tech .list li {font-size: 14px; }

    /*기술정보, 인증현황 - 갤러리형식*/
    .cert_list .item {width: calc(50% - 20px); margin: 0 20px 20px 0; }
    .cert_list .item:nth-of-type(2n) {margin-right: 0;}
    .cert_list .item:nth-of-type(4n) {margin-right: 20px;}
    .cert_list .item .txt .cate {font-size: 15px;}
    .cert_list .item .txt dl dt {font-size: 18px;}
    .cert_list .item .txt dl dd {font-size: 16px;}

    /*공정소개*/
    .process {position: relative; margin-top: -10px;}
    .process .process_list li::before {top:27px;}
    .process .process_list li .item + .item {margin-left: 20px;}
    .process .process_list li .item::after {top: 18px;}
    .process .process_list li .item .txt .no {width: 54px; height: 54px; font-size: 22px; }
    .process .process_list li .item .txt strong {font-size: 24px;}
    .process .process_list li .item .txt em {font-size: 16px;}
    .process .process_list li:nth-child(2) .item:nth-child(1)::before,
    .process .process_list li:nth-child(3) .item:nth-child(1)::before,
    .process .process_list li:nth-child(4) .item:nth-child(1)::before,
    .process .process_list li:nth-child(5) .item:nth-child(1)::before {top: 18px;}

    .process .process_list.dan li .item .txt strong { font-size: 18px;}
    .process .process_list.dan li .item .txt em {font-size: 14px;}
    .process .process_list.dan li .item .txt span {height: 14px; font-size: 12px;}


    /*품질보증프로그램*/
    #sub_warp .qa .row .col_2 { width: 100%; }
    #sub_warp .qa .row .col_10 { width: 100%; margin-top: 40px; }
    #sub_warp .qa .info_box.three li {width: calc(50% - 10px); }

    /*인사제도*/
    .recruit .talent {padding: 40px 0 60px 40px; }
    .recruit .talent .item {width: calc(33.33% - 50px); padding-bottom: calc(32% - 55px); margin-right:50px; border-width:10px;}
    .recruit .talent .item .txt strong {margin: 10px 0; font-size: 20px;}
    .recruit .talent .item .txt strong p {font-size: 16px;}
    .recruit .system_list .item i {padding: 0 40px;}
    .recruit .system_list .item .tit_cont {width: 200px;}
    .recruit .system_list .item .tit_cont strong {font-size: 22px;}
    .recruit .system_list .item .tit_cont span {font-size: 18px;}
    .recruit .system_list .item p {font-size: 16px;}

    /*복리후생*/
    .recruit .welfare_list ul li {width: calc(33.3333% - 20px);}
    .recruit .welfare_list ul li strong { font-size: 22px;}
    .recruit .welfare_list ul li p {font-size: 16px;}

    /*채용안내*/
    .recruit .guide_step ul {flex-wrap: wrap; }
    .recruit .guide_step ul li {width:220px; height: 220px; margin-bottom: 30px;}
    .recruit .guide_desc .item .no {font-size: 28px; margin-right: 20px;}
    .recruit .guide_desc .item .txt {margin-top: 4px;}
    .recruit .guide_desc .item .txt strong {font-size: 24px;}

}

@media all and (max-width:768px){
	/*lnb*/
    #lnb_warp {top: 11px;}
    
    #lnb_warp .lnb ul li a {padding: 0 40px;}
    #lnb_warp .lnb ul li a {height:48px; padding:0 24px; font-size: 16px; }

    /*회사연혁*/
    #sub_warp .history .row { flex-direction: row;}
    #sub_warp .history .row .col_4 { width: 33.333%; }
    #sub_warp .history .row .col_8 { width: 66.666%; }

    /*제품리스트*/
    .product .prod_list .item {padding: 0 0 20px; margin:0 -1px -1px 0; width: calc(50%); }
    .product .prod_list .item:nth-of-type(3n) {margin-right: -1px;}
    .product .prod_list .item .txt .info {font-size: 14px; }
    .product .prod_list .item .txt .btn_view {width: 100px; line-height: 30px; font-size: 12px;  }

    /*성능검증시험*/
    .pv_test .row .col_10 {margin-top: 20px;}
    .pv_test .row + .row {margin-top: 40px;}

    /*내진 해석*/
    .seismic_anal .row .col_10 {margin-top: 20px;}
    .seismic_anal .row + .row {margin-top: 40px;}
    .seismic_anal .pv_img { flex-direction: row;}
    .seismic_anal .pv_img li {width: calc(100%); margin-right: 0; }
    .seismic_anal .pv_img li .txt.heig1{ height: auto;}
    .seismic_anal .pv_img li .txt.heig2{ height: auto;}


    /*현장서비스, 진단시험*/
    .prod_service .row.reverse {flex-direction: column-reverse}
    .prod_service .row.reverse .service_txt {margin-left: 0;}
    .prod_service .thumb { margin: 20px 0 50px;}


    /*인사제도*/
    .recruit .talent .item .txt i img { width: 50px; }
    .recruit .talent .item .txt strong {margin: 5px 0; font-size: 18px;}
    .recruit .talent .item .txt p { font-size: 14px;}

    /* 동영상 모달 팝업창 */
    #modal .closeBtn p {width:40px; height:40px;}
    #modal .closeBtn p a{width:40px; height:2px;}
}

/*모바일*/
@media all and (max-width:640px){
    /*서브 비주얼*/
    #sub_visual {height: 380px;}
	#sub_visual .txt_box {top: 50%; left: 0; text-align: center; transform: translateY(-50%);}
	#sub_visual .txt_box h3 {margin-bottom: 25px; font-size: 30px;}
	#sub_visual .txt_box p {display: block; font-size: 18px;}

    #sub_warp .greeting .itemBox .img .img_text {left: 20px; bottom: -20px; width:180px; height: 140px; }
    #sub_warp .greeting .itemBox .img .img_text div {font-size: 16px; }
    #sub_warp .greeting .itemBox .img .img_text div span {font-size: 26px;}
    #sub_warp .greeting .itemBox .w1420 .text strong {font-size: 20px;}
    #sub_warp .greeting .itemBox.reverse .img .samshin {bottom: -10px; right:-5px; font-size: 46px;}

    /*서브 공통*/
    .info_box {margin-bottom: 20px;}
    .info_box ul li {width: calc(50% - 10px);}

    /*회사연혁*/
    #sub_warp .history .row { flex-direction: column; margin-top: 0px;}
    #sub_warp .history .row .col_4 { width: 100%; }
    #sub_warp .history .row .col_8 { width: 100%; }
    #sub_warp .history .tabs.year li {font-size:22px;}
    #sub_warp .history .img_box img {display: none;}
    #sub_warp .history .img_box .year {position: relative; top:0; left: 0; width: 120px; height: 90px; }
    #sub_warp .history .img_box .year span {padding-top: 50px; margin:0 0 0 10px; font-size: 26px;}
    #sub_warp .history .txt_box { margin:20px 0 0; }
    #sub_warp .history .txt_box .list { padding: 0 0 0 15px;}
    #sub_warp .history .txt_box .list dl::before {left: -20px;}
    #sub_warp .history .txt_box .list dl dd li {font-size: 16px; line-height: 1.6rem;}

    /*VISION*/
    #sub_warp .vision_tit {margin: 60px auto 50px; }
    #sub_warp .vision .vision_list .item {margin: 0}
    #sub_warp .vision .vision_list .item .ico_round {width:120px; height:120px; }
    #sub_warp .vision .vision_list .item .ico_round img { width: 80px;}
    #sub_warp .vision .vision_list .item .tit strong {font-size: 20px;}
    #sub_warp .vision .vision_list .item .tit p {font-size: 16px;}
    #sub_warp .vision .philosophy .phil_list {padding: 0 10px;}
    #sub_warp .vision .philosophy .phil_list .item .round .txt strong { font-size: 26px;}
    #sub_warp .vision .philosophy .phil_list .item .round .txt p {margin-top: 20px; font-size: 16px; }

    /*주요고객*/
    #sub_warp .partner .list ul li {width: 33.333%; height: 50px;}

    /*제품리스트*/
    .product .prod_list .item .txt h5 {font-size: 16px;}

    /*제품상세보기*/
    .product .prod_view_top {padding: 0 24px;}
    .product .prod_view_top .detail_warp { flex-direction:column; }
    .product .prod_view_top .detail_warp .detail_thumb {width: 100%; margin-left: 0;}
    .product .prod_view_top .detail_warp .detail_thumb .slide_warp {justify-content: center;}
    .product .prod_view_top .detail_warp .detail_thumb .slide_warp .prod_nav_slide {width: 22%;}
    .product .prod_view_top .detail_warp .detail_thumb .slide_warp .prod_img_slide {width: 100%; }
    .product .prod_view_top .detail_warp .info {width:100%; margin-top: 50px; margin-left: 0;}

    .product .prod_view_btm {padding: 50px 24px 80px; }
    .product .prod_view_btm .spec .table_data table {font-size: 15px;}
    
    /*현장서비스, 진단시험*/
    .prod_service .service_txt h5 {font-size: 26px;}

    /*정비서비스 > 보유기술*/
    .tech_service .tech .row + .row {margin-top: 1px;}
    .tech_service .tech .tech_img {gap: 1px 1px; }
    .tech_service .tech .tech_img .item .stit {height: 30px;}
    .tech_service .tech .tech_img .item .stit span {height: 30px; font-size: 12px;}

    /*공정소개*/
    .process .process_list li + li {margin-top: 40px;}
    .process .process_list li::before {top:18px;}
    .process .process_list li .item + .item {margin-left: 10px;}
    .process .process_list li .item::after {top: 9px; background-size:18px;}
    .process .process_list li .item .txt .no {width: 36px; height: 36px; font-size: 18px; }
    .process .process_list li .item .txt strong {font-size: 14px;}
    .process .process_list li .item .txt em {font-size: 12px; height: 30px; }
    .process .process_list li .item .img {margin-top:0; width:115px; max-width:auto;}
    .process .process_list li .item .img .slick-arrow {bottom: 7px; width:20px; height:12px; }
    .process .process_list li .item .img .slick-prev {right:38px; background-size: 7px; }
    .process .process_list li .item .img .slick-next {background-size: 7px;}
    .process .process_list li .item .img .page_con {font-size: 11px; width: 70px; height: 26px;}
    .process .process_list li:nth-child(2) .item:nth-child(1)::before,
    .process .process_list li:nth-child(3) .item:nth-child(1)::before,
    .process .process_list li:nth-child(4) .item:nth-child(1)::before,
    .process .process_list li:nth-child(5) .item:nth-child(1)::before {top: 9px; background-size:18px;}
    .process .process_list li:nth-child(5) .item:nth-child(1) { margin-left: 50px;}
    .process .process_list li:nth-child(5) .item:nth-child(2) { margin-right: 50px;}

    .process .process_list.dan li .item .txt strong { font-size: 12px;}
    .process .process_list.dan li .item .txt em { font-size: 10px; height: auto;}
    .process .process_list.dan li .item .txt span {font-size: 11px; height: 30px; }
    .process .process_list.dan li:nth-child(5) .item:nth-child(1) { margin-left: 10px;}
    .process .process_list.dan li:nth-child(5) .item:nth-child(2) { margin-right: 10px;}

    /*인사제도*/
    .recruit .talent { justify-content: center; background: none; padding: 20px 0; }
    .recruit .talent .item {display: flex; flex-direction:column; width: calc(50% - 10px); padding-bottom: calc(42%); margin-right:10px;}
    .recruit .talent .item:nth-child(3) {margin-top: -20px;}
    .recruit .talent .item .txt i img { width: 60px; }
    .recruit .system_list .item { flex-direction: column; justify-content: center; padding: 40px 0; text-align: center;}
    .recruit .system_list .item i {padding: 0 0 20px 0;}
    .recruit .system_list .item .tit_cont { width: 100%; }
    .recruit .system_list .item p { margin-top: 10px; padding: 0; }

    /*복리후생*/
    .recruit .welfare_list ul li {width: calc(50% - 20px); padding: 50px 20px;}
    .recruit .welfare_list ul li strong {font-size: 20px;}
    .recruit .welfare_list ul li p {font-size: 14px;}

    /*채용안내*/
    .recruit .guide_step ul li {width:160px; height: 160px; margin-bottom: 30px;}
    .recruit .guide_desc .item {width: 100%;}

    /* 온라인 문의 */
    .online_inquiry .inp_box {flex-direction: column;}
    .online_inquiry .inp_box dl {width: 100%; margin-bottom: 40px;}
    .online_inquiry .inp_box dl dt label {font-size: 16px;}
    .online_inquiry .inp_box .agree_box .cont {line-height: 1.4rem;}
    .online_inquiry .btnArea > button {width: 100%; padding: 0;}

    /* 동영상 모달 팝업창 */
    #modal {top:35%;}
    #modal .closeBtn {top:-45px; right:10px;}
    #modal .closeBtn p {width:30px; height:30px;}
    #modal .closeBtn p a{width:30px; height:2px;}
}
@media all and (max-width:480px){
    /*VISION*/
    

    /*주요고객*/
    #sub_warp .partner .list ul li {width: 50%; height: 40px;}

    /*제품리스트*/
    .product .prod_list .item .txt .cate {font-size: 16px;}
    .product .prod_list .item .txt .btn_view {width: 120px; line-height: 36px; font-size: 12px;}


    /*인사제도*/
    .recruit .talent .item .txt i img { width: 50px; }

    /*채용안내*/
    .recruit .guide_step ul li {width:120px; height: 120px; margin-bottom: 30px;}
    .recruit .guide_step ul li .step_txt p {font-size: 12px;}
    .recruit .guide_step ul li .step_txt img {max-width: 50%;}
	
}