@charset "UTF-8";
/* 서브페이지 기본틀 */
.header.scrolled .gnb_header {border-bottom: 1px solid #ddd}

.sub_top_area {position: relative; padding: 155px 0 160px; background-position: center center; background-repeat: no-repeat; background-size: cover;}
.sub_top_area.bg01 {background-image: url("/kor/images/sub/sub_bg01.jpg");}
.sub_top_area.bg02 {background-image: url("/kor/images/sub/sub_bg02.jpg");}
.sub_top_area.bg03 {background-image: url("/kor/images/sub/sub_bg03.jpg");}
.sub_top_area.bg04 {background-image: url("/kor/images/sub/sub_bg04.jpg");}
.sub_top_area.bg05 {background-image: url("/kor/images/sub/sub_bg05.jpg");}
.sub_top_area.bg06 {background-image: url("/kor/images/sub/sub_bg06.jpg");}
.sub_top_area.bg07 {background-image: url("/kor/images/sub/sub_bg07.jpg");}
.sub_top_area .sub_top_box {}
.sub_top_area .sub_top_box .sub_top_tit {position: relative; font-weight: 700; font-size: 40px; line-height: 50px; color: #ffffff; text-align: center; text-transform: uppercase;}
.sub_top_area .sub_top_box .sub_top_txt {margin: 10px 0 0; font-weight: 400; font-size: 16px; line-height: 25px; color: #ffffff; text-align: center;}
.sub_top_area .sub_top_box .bread_list_area {position: absolute; left: auto; bottom: 0; width: 100%; }
.sub_top_area .sub_top_box .bread_list_area .breadcrumb {display: flex; font-size: 0;  background-color: rgba(0, 0, 0, 0.3);}
.sub_top_area .sub_top_box .bread_list_area .breadcrumb .box {display: inline-block; position: relative;}
.sub_top_area .sub_top_box .bread_list_area .breadcrumb .box:before {display: block; content: ""; position: absolute; right: -1px; top: 50%; transform: translateY(-50%); width: 1px; height: 30px; background-color: #d71921;}
.sub_top_area .sub_top_box .bread_list_area .breadcrumb .box:first-child:before {display: none;}
.sub_top_area .sub_top_box .bread_list_area .breadcrumb .box:last-child:before {display: none;}
.sub_top_area .sub_top_box .bread_list_area .breadcrumb .home {width: 80px; text-align: center; background-color: #d71921;}
.sub_top_area .sub_top_box .bread_list_area .breadcrumb .home .btn {display: flex; text-align: center; width: 100%; height: 100%; align-items: center;}
.sub_top_area .sub_top_box .bread_list_area .breadcrumb .home .btn img {margin: 0 auto;}
.sub_top_area .sub_top_box .bread_list_area .breadcrumb .com_depth {position: relative; }
.sub_top_area .sub_top_box .bread_list_area .breadcrumb .com_depth > .text {display: block; position: relative; padding: 0 30px; font-family: "SUIT"; font-weight: 700; font-size: 18px; line-height: 80px; color: #333333; letter-spacing: -0.04em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: break-all;}
.sub_top_area .sub_top_box .bread_list_area .breadcrumb .com_depth > .text:after {content:''; display: inline-block; position: absolute; top: 50%; right: 17px; width: 13px; height: 6px; background-image:url('/kor/images/sub/breadcrumb_arrow.png'); background-position: center center; background-repeat: no-repeat; transform: translateY(-50%); transition: all 0.23s ease-out;}
.sub_top_area .sub_top_box .bread_list_area .breadcrumb .com_depth.on > .text:after {transform: translateY(-50%) rotate(180deg);}
.sub_top_area .sub_top_box .bread_list_area .breadcrumb .com_depth .depth_list {display: none; width: 100%; position: absolute; top: 100%; z-index: 2; background-color: #fff; box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.07)}
.sub_top_area .sub_top_box .bread_list_area .breadcrumb .com_depth .depth_list > li {}
.sub_top_area .sub_top_box .bread_list_area .breadcrumb .com_depth .depth_list > li a {padding: 0 30px; font-weight: 400; font-size: 18px; line-height: 70px; color: #999999; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: break-all;}
.sub_top_area .sub_top_box .bread_list_area .breadcrumb .com_depth .depth_list > li a:hover, .sub_top_area .sub_top_box .bread_list_area .breadcrumb .com_depth .depth_list > li a:focus {color: #d71921;}
.sub_top_area .sub_top_box .bread_list_area .breadcrumb .com_depth.depth1 {width: 100%; max-width: 280px;}
.sub_top_area .sub_top_box .bread_list_area .breadcrumb .com_depth.depth2 {width: 100%; max-width: 340px;}
.sub_top_area .sub_top_box .bread_list_area .menu_list {padding: 18px 0; background-color: rgba(0, 0, 0, 0.3); border-top: 1px solid #dfd9cc;}
.sub_top_area .sub_top_box .bread_list_area .menu_list .list {display: flex; column-gap: 100px; justify-content: center;}
.sub_top_area .sub_top_box .bread_list_area .menu_list .list li {}
.sub_top_area .sub_top_box .bread_list_area .menu_list .list li a {display: flex; align-items: center; justify-content: center; height: 100%; padding: 0 5px;}
.sub_top_area .sub_top_box .bread_list_area .menu_list .list li a .text {font-weight: 700; font-size: 18px; line-height: 24px; color: #999999;}
.sub_top_area .sub_top_box .bread_list_area .menu_list .list li.on a .text {color: #fff;}

.sub_cont {margin: 115px 0 0; padding: 0 0 110px}

.com_title_area {margin: 0 0 60px; text-align: center;}
.com_title_area .title {font-weight: 700; font-size: 40px; line-height: 50px; color: #000000;}
.com_title_area .text {margin: 15px 0 0; font-weight: 400; font-size: 20px; line-height: 35px; color: #000000;}
.com_title_area .title img {vertical-align: baseline;}
/* 서브페이지 기본틀 */

.inq_area {margin: 35px 0 0;}
.inq_area .inner {display: flex; justify-content: space-between;}
.inq_area .inner .map_area {width: 50%}
.inq_area .inner .map_area .map_box {}
.inq_area .inner .map_area .map_box #map {height: 435px;}

.inq_area .inner .map_area .map_box #map .name {padding: 10px 20px; background: rgb(0, 119, 195); background: #d71921; font-weight: 700; font-size: 16px; color: #fff;}
.inq_area .inner .map_area .map_box #map .gm-style .gm-style-iw-d {overflow: inherit !important; background-color: #d71921;}
.inq_area .inner .map_area .map_box #map .gm-ui-hover-effect {display: none !important;}
.inq_area .inner .map_area .map_box #map .gm-style .gm-style-iw-c {padding: 0 !important; background-color: #d71921;}
.inq_area .inner .map_area .map_box #map .gm-style .gm-style-iw-tc {display: none;}
.inq_area .inner .map_area .map_box #map .gm-style .gm-style-mtc {display: none;}
.inq_area .inner .map_area .map_box #map .gm-style .gmnoprint  {display: none;}
.inq_area .inner .map_area .map_box #map .gm-style-iw-ch {padding: 0 !important}

.inq_area .inner .map_area .map_info_box {margin: 30px 0 0; padding: 20px; border-top: 1px solid #d71921;}
.inq_area .inner .map_area .map_info_box .list {display: flex; column-gap: 30px;}
.inq_area .inner .map_area .map_info_box .list + .list {margin: 5px 0 0;}
.inq_area .inner .map_area .map_info_box .list li {}
.inq_area .inner .map_area .map_info_box .list li .text {display: inline-block; padding: 0 0 0 25px; background-repeat: no-repeat; background-position: left top 6px; font-weight: 400; font-size: 16px; line-height: 24px; color: #555555;}
.inq_area .inner .map_area .map_info_box .list li.icon01 .text {background-image: url("/kor/images/sub/inq_icon01.png");}
.inq_area .inner .map_area .map_info_box .list li.icon02 .text {background-image: url("/kor/images/sub/inq_icon02.png");}
.inq_area .inner .map_area .map_info_box .list li.icon03 .text {background-image: url("/kor/images/sub/inq_icon03.png");}
.inq_area .inner .map_area .map_info_box .list li.icon04 .text {background-image: url("/kor/images/sub/inq_icon04.png");}

.inq_area .inner .info_area {width: 46.4%; margin: -35px 0 0;}
.inq_area .inner .info_area > .text {font-weight: 700; font-size: 16px; line-height: 24px; color: #222222; text-align: right;}
.inq_area .inner .info_area > .text .ft_c {color: #ff0000;}
.inq_area .inner .info_area .inq_list {margin: 10px 0 0;}
.inq_area .inner .info_area .inq_list .list li {margin: 10px 0 0;}
.inq_area .inner .info_area .inq_list .list li:first-child {margin: 0;}
.inq_area .inner .info_area .inq_list .list li .box {}
.inq_area .inner .info_area .inq_list .list li .box select {width: 100%; border: 1px solid #e3e3e3; border-radius: 5px; padding: 0 20px; background-color: #ffffff; background-image: url("/kor/images/sub/slt_arr_icon.png"); background-position: right 20px center; background-size: 13px 7px; background-repeat: no-repeat; font-weight: 400; font-size: 16px; line-height: 58px; color: #555555;}
.inq_area .inner .info_area .inq_list .list li .box select option {}
.inq_area .inner .info_area .inq_list .list li .box input {width: 100%; border: 1px solid #e3e3e3; border-radius: 5px; padding: 0 20px; font-weight: 400; font-size: 16px; line-height: 58px; color: #555555;}
.inq_area .inner .info_area .inq_list .list li .box input::placeholder {font-family: "SUIT"; font-weight: 400; font-size: 16px; line-height: 24px; color: #555555;}
.inq_area .inner .info_area .inq_list .list li .box textarea {height: 200px; resize: none; border: 1px solid #e3e3e3; border-radius: 5px; padding: 10px 20px; font-family: "SUIT"; font-weight: 400; font-size: 16px; line-height: 24px; color: #555555;}
.inq_area .inner .info_area .inq_list .list li .box textarea::placeholder {font-family: "SUIT"; font-weight: 400; font-size: 16px; line-height: 24px; color: #555555;}
.inq_area .inner .info_area .check_area {display: flex; align-items: center; justify-content: end; column-gap: 10px; margin: 15px 0 0;}
.inq_area .inner .info_area .check_area .chk_inner {}
.inq_area .inner .info_area .check_area .chk_inner input {}
.inq_area .inner .info_area .check_area .chk_inner label {font-weight: 700; font-size: 16px; line-height: 24px; color: #222222;}
.inq_area .inner .info_area .check_area .policy_btn {display: block;  width: 100px; background: #d71921; font-weight: 400; font-size: 14px; line-height: 35px; color: #fff; text-align: center;}
.inq_area .inner .info_area .inq_btn {display: block; width: 140px; margin: 30px auto 0; border-radius: 19px; border: 1px solid #d71921; background: #d71921; font-weight: 700; font-size: 16px; line-height: 40px; color: #ffffff; text-align: center;}
.inq_area .inner .info_area .inq_btn:hover, .inq_area .inner .info_area .inq_btn:focus {background-color: #fff; color: #d71921;}

.award_area {}
.award_area .list {display: flex; flex-wrap: wrap; gap: 50px 27px;}
.award_area .list li {width: calc(25% - 20.25px);}
.award_area .list li .box {display: block;}
.award_area .list li .box .img_wrap {padding: 30px 60px; background-color: #f9f9f9;}
.award_area .list li .box .img_wrap .img_box {position: relative; padding-bottom: 138.1%}
.award_area .list li .box .img_wrap .img_box .img_inner {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%;}
.award_area .list li .box .img_wrap .img_box .img_inner img {display: inline-block; vertical-align: middle; width: 100%; height: 100%; object-fit: contain;}
.award_area .list li .box .text {margin: 15px 0 0; font-weight: 700; font-size: 18px; line-height: 24px; color: #222222; text-align: center;}

.perform_area {}
.perform_area .descrip_box {display: flex; justify-content: center; margin: 0 auto 50px; text-align: center;}
.perform_area .descrip_box .list {}
.perform_area .descrip_box .list li {position: relative; margin: 15px 0 0; font-weight: 400; font-size: 18px; line-height: 24px; color: #000000;}
.perform_area .descrip_box .list li:first-child {margin: 0;}
.perform_area .descrip_box .list li .box {display: flex; column-gap: 12px;}
.perform_area .descrip_box .list li .box .num {position: relative; width: 40px; padding: 0 15px 0 0;}
.perform_area .descrip_box .list li .box .num:before {display: block; content: ""; position: absolute; right: 0; top: 6px; width: 2px; height: 12px; background-color: #ababab;}
.perform_area .descrip_box .list li .box .num .tit {display: inline-block; position: relative; padding: 0 0 0 5px; font-family: "Saira"; font-weight: 700; font-size: 18px; line-height: 24px; color: #666666;}
.perform_area .descrip_box .list li .box .num .tit:before {display: block; content: ""; position: absolute; left: 0; top: 0; width: 12px; height: 12px; border-radius: 50%; background-color: #ffdd46; z-index: -1;}
.perform_area .descrip_box .list li .box .text {font-weight: 400; font-size: 18px; line-height: 24px; color: #888888; text-align: left;}
.perform_area .perform_list {}
.perform_area .perform_list > .list {}
.perform_area .perform_list > .list > li {margin: 100px 0 0;}
.perform_area .perform_list > .list > li:first-child {margin: 0;}
.perform_area .perform_list > .list > li .box {}
.perform_area .perform_list > .list > li .box .title_box {margin: 0 0 30px; padding: 0 0 15px; border-bottom: 1px solid #d72027;}
.perform_area .perform_list > .list > li .box .title_box .title {font-weight: 700; font-size: 30px; line-height: 35px; color: #000000;}
.perform_area .perform_list > .list > li .box .logo_list {}
.perform_area .perform_list > .list > li .box .logo_list .list {display: flex; flex-wrap: wrap; gap: 24px;}
.perform_area .perform_list > .list > li .box .logo_list .list li {width: calc(20% - 19.2px);}
/* .perform_area .perform_list > .list > li .box .logo_list .list li .img_box {border: 1px solid #f0f0f0; position: relative; padding-bottom: 42.18%;}
.perform_area .perform_list > .list > li .box .logo_list .list li .img_box img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; max-height: 80px; object-fit: contain;}
 */
.perform_area .perform_list > .list > li .box .logo_list .list li .img_box {display: flex; justify-content: center; align-items: center; height: 110px; padding: 0 5px; border: 1px solid #f0f0f0;}
.perform_area .perform_list > .list > li .box .logo_list .list li .img_box img {max-height: 90px;}

.com_img_box {text-align: center;}

.gray_box {padding: 70px 25px 50px; background-color: #f9f9f9; text-align: center;}
.gray_box .bg_box {position: relative; width: 100%; max-width: 750px; margin: 0 auto; border-radius: 25px; background-color: #d71921; font-weight: 700; font-size: 20px; line-height: 50px; color: #ffffff;}
.gray_box .bg_box .num {display: block; position: absolute; left: 6px; top: 5px; width: 40px; background-color: #fff; border-radius: 50%; font-weight: 700; font-size: 16px; line-height: 40px; color: #000000; text-align: center;}
.gray_box .arrow_box {margin: 60px 0 0;}
.gray_box .arrow_box .list {display: flex; column-gap: 18px; padding: 0 40px; position: relative; z-index: 99;}
.gray_box .arrow_box .list:before {display: block; content: ""; position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); width: 100%; height: 43px; background: url("/kor/images/sub/service_arrow.png") no-repeat left center; background-size: 100% auto; z-index: -1;}
.gray_box .arrow_box .list li {width: 100%;}
.gray_box .arrow_box .list li .box {display: flex; justify-content: center; align-items: center; width: 100%; height: 110px; border: 1px solid #e1e1e1; background-color: #fff; text-align: center;}
.gray_box .arrow_box .list li .box .text {font-weight: 400; font-size: 20px; line-height: 30px; color: #000000;}
.gray_box .arrow_box .list li .box .text .ft_s {font-size: 16px;}
.gray_box .arrow_box.none .list {padding: 0;}
.gray_box .arrow_box.none .list:before {display: none;}
.gray_box .arrow_box .list.w25 {max-width: 1010px; width: 100%; margin: 0 auto;} 
.gray_box .arrow_box .list.w25 li {}
.gray_box .arrow_box .list.w33 {max-width: 810px; width: 100%; margin: 0 auto;} 
.gray_box .arrow_box .com_img_area {margin: 15px auto;}
.gray_box .arrow_box .logo_box {display: flex; justify-content: center; align-items: center; width: 152px; height: 152px; margin: 0 auto 20px; border-radius: 50%; box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.07);}
.gray_box .arrow_box .logo_box img {}
.gray_box .border_box {width: 100%; max-width: 770px; margin: 60px auto 0;}
.gray_box .border_box .list {}
.gray_box .border_box .list li {margin: 20px 0 0;}
.gray_box .border_box .list li:first-child {margin: 0;}
.gray_box .border_box .list li .box {border: 1px solid #d71921; padding: 17.5px 5px; background-color: #fff;}
.gray_box .border_box .list li .box .text {font-weight: 700; font-size: 22px; line-height: 33px; color: #000000;}

.service_area {}
.service_area .service_top_area {}
.service_area .service_top_area .gray_box {}
.service_area .service_mid_area {margin: 100px 0;}
.service_area .service_btm_area {}
.service_area .service_btm_area .step_box {}
.service_area .service_btm_area .step_box .list {display: flex; flex-wrap: wrap; gap: 55px 27px;}
.service_area .service_btm_area .step_box .list li {width: calc(25% - 20.25px);}
.service_area .service_btm_area .step_box .list li .box {}
.service_area .service_btm_area .step_box .list li .box .img_box {display: flex; align-items: center; justify-content: center; height: 330px; border: 2px solid #eeeeee; border-radius: 10px; box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.07);}
.service_area .service_btm_area .step_box .list li .box .img_box img {}
.service_area .service_btm_area .step_box .list li .box .text_box {display: flex; width: 100%; align-items: center; margin: 12px 0 0; padding: 8px 0; background-color: #f9f9f9; border-radius: 5px;}
.service_area .service_btm_area .step_box .list li .box .text_box .text {width: 100%; font-weight: 700; font-size: 16px; line-height: 24px; color: #000000; text-align: center;}
.service_area .service_btm_area.product .step_box .list li .box .text_box {height: 65px;}

.about_area {}
.about_area .about_top_area {margin: 0 0 110px; padding: 140px 0 145px; background: url("/kor/images/sub/about_bg.png") no-repeat center; background-attachment: fixed;}
.about_area .about_top_area .text_box {text-align: center;}
.about_area .about_top_area .text_box .title_area {}
.about_area .about_top_area .text_box .title_area .menu {font-weight: 700; font-size: 20px; line-height: 35px; color: #d71921;}
.about_area .about_top_area .text_box .title_area .title {margin: 10px 0 0; font-weight: 700; font-size: 40px; line-height: 1; color: #ffffff;}
.about_area .about_top_area .text_box .title_area .title .ft_c {color: #d71921;}
.about_area .about_top_area .text_box .text {margin: 25px 0 0; font-weight: 400; font-size: 20px; line-height: 1.8; color: #ffffff;}
.about_area .about_mid_area {}
.about_area .about_mid_area .gray_box {padding: 50px 25px;}
.about_area .about_mid_area .gray_box .bg_box_list {}
.about_area .about_mid_area .gray_box .bg_box_list .list {}
.about_area .about_mid_area .gray_box .bg_box_list .list li {margin: 14px 0 0;}
.about_area .about_mid_area .gray_box .bg_box_list .list li:first-child {margin: 0;}
.about_area .about_mid_area .gray_box .bg_box_list .list li .bg_box {padding:  0 0 0 100px; text-align: left;}
.about_area .about_mid_area .gray_box .border_box {margin: 35px auto 0;}


.com_tab_area {margin: 0 0 60px;}
.com_tab_area .list {display: flex; column-gap: 20px; justify-content: center;}
.com_tab_area .list li {}
.com_tab_area .list li .box {display: block;  border: 1px solid #d71921; padding: 0 40px; text-align: center; border-radius: 25px; }
.com_tab_area .list li .box .text {display: inline-block; font-weight: 400; font-size: 18px; line-height: 48px; color: #222222;}
.com_tab_area .list li.on .box {background-color: #d71921;}
.com_tab_area .list li.on .box .text {font-weight: 700; color: #fff;}
.com_tab_area .list li .box:hover, .com_tab_area .list li .box:focus {background-color: #d71921;}
.com_tab_area .list li .box:hover .text, .com_tab_area .list li .box:focus .text {font-weight: 700; color: #fff;}
.com_tab_cont {display: none;}
.com_tab_cont.on {display: block;}


.sch_area {width: 100%; max-width: 580px; margin: 0 auto;}
.sch_area .inner {display: flex;}
.sch_area .inner .input_box {width: calc(100% - 50px);}
.sch_area .inner .input_box input {width: 100%; padding: 0 10px; border: 1px solid #eeeeee; font-weight: 400; font-size: 16px; line-height: 48px; color: #222;}
.sch_area .inner .sch_btn {width: 50px; height: 50px; background-color: #cccccc;}
.sch_area .inner .sch_btn img {}

.prd_area {}
.prd_area > .list {}
.prd_area > .list > li {margin: 110px 0 0;}
.prd_area > .list > li:first-child {margin: 0;}
.prd_area > .list > li .box {}
.prd_area > .list > li .box .title_box {margin: 0 0 25px; padding: 0 0 25px; border-bottom: 1px solid #d72027;}
.prd_area > .list > li .box .title_box .title {font-weight: 700; font-size: 30px; line-height: 40px; color: #000000;}
/* .prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box {}
.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box .list {display: flex; flex-wrap: wrap; gap: 40px 26px;}
.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box .list li {width: calc(25% - 19.5px);}
.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box .list li .info_box {}
.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box .list li .info_box .img_box {border: 1px solid #f0f0f0; position: relative; padding-bottom: 84.115%;}
.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box .list li .info_box .img_box .img_inner {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%;}
.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box .list li .info_box .img_box .img_inner img {display: inline-block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); vertical-align: middle; object-fit: contain;}
.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box .list li .info_box .text_box {margin: 15px 0 0;}
.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box .list li .info_box .text_box .title {font-weight: 700; font-size: 18px; line-height: 24px; color: #222222;}
.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box .list li .info_box .text_box .text {margin: 15px 0 0; padding: 10px 0 0; border-top: 1px solid #555555; font-weight: 400; font-size: 16px; line-height: 24px; color: #999999; word-break: break-all;}
 */
.prd_area > .list > li .box .info_area {}
.prd_area > .list > li .box .info_area > .list {}
.prd_area > .list > li .box .info_area > .list > li {margin: 45px 0 0;}
.prd_area > .list > li .box .info_area > .list > li:first-child {margin: 0;}
.prd_area > .list > li .box .info_area > .list > li .box2 {}
.prd_area > .list > li .box .info_area > .list > li .box2 .sub_title_box {}
.prd_area > .list > li .box .info_area > .list > li .box2 .sub_title_box .title {position: relative; padding: 0 0 0 15px; font-weight: 700; font-size: 18px; line-height: 24px; color: #222222;}
.prd_area > .list > li .box .info_area > .list > li .box2 .sub_title_box .title:before {display: block; content: ""; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; border-radius: 50%; background-color: #d72027;}
.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box {margin: 20px 0 0;}
.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box .list {display: flex; flex-wrap: wrap; gap: 40px 26px;}
.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box .list li {width: calc(25% - 19.5px);}
.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box .list li .info_box {}
.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box .list li .info_box .img_box {border: 1px solid #f0f0f0; position: relative; padding-bottom: 84.115%;}
.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box .list li .info_box .img_box .img_inner {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%;}
.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box .list li .info_box .img_box .img_inner img {display: inline-block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); vertical-align: middle; object-fit: contain;}
.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box .list li .info_box .text_box {margin: 15px 0 0;}
.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box .list li .info_box .text_box .title {font-weight: 700; font-size: 18px; line-height: 24px; color: #222222;}
.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box .list li .info_box .text_box .text {margin: 15px 0 0; padding: 10px 0 0; border-top: 1px solid #555555; font-weight: 400; font-size: 16px; line-height: 24px; color: #999999; word-break: break-all;}
.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box .list li .info_box .detail_btn {display: block; width: 120px; margin: 15px auto 0; border: 1px solid #d71921; border-radius: 15px; text-align: center;}
.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box .list li .info_box .detail_btn .text {display: inline-block; padding: 0 24px 0 0; background: url("/kor/images/sub/detail_icon.png") no-repeat right center; font-weight: 400; font-size: 16px; line-height: 28px; color: #d71921; text-align: center;}
.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box .list li .info_box .detail_btn:hover {background-color: #d71921;}
.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box .list li .info_box .detail_btn:hover .text {color: #fff; background-image: url("/kor/images/sub/detail_icon_on.png");}


.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box.logo .list {gap: 30px 20px;}
.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box.logo .list li {width: calc(20% - 16px);}
.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box.logo .list li .info_box .img_box {padding-bottom: 37.125%;}


.solution_area {}
.solution_area .solution_top {}
.solution_area .solution_top .title {padding: 0 0 0 50px;}
.solution_area .solution_top .title .tit {display: inline-block; padding: 0 0 0 43px; background: url("/kor/images/main/title_icon.png") no-repeat left center; font-family: "Saira"; font-weight: 700; font-size: 36px; line-height: 40px; color: #222222;}
.solution_area .solution_top .list {margin: 15px 0 0; border-top: 2px solid #000000;}
.solution_area .solution_top .list li {border-bottom: 1px solid #c1c1c1;}
.solution_area .solution_top .list li .box {padding: 30px 50px;}
.solution_area .solution_top .list li .box .text {display: inline-block; padding: 12px 0 12px 75px; background-position: 0; background-repeat: no-repeat; font-weight: 700; font-size: 24px; line-height: 30px; color: #222222;}
.solution_area .solution_top .list li.icon01 .box .text {background-image: url("/kor/images/sub/solution_top_icon01.png");}
.solution_area .solution_top .list li.icon02 .box .text {background-image: url("/kor/images/sub/solution_top_icon02.png");}
.solution_area .solution_top .list li.icon03 .box .text {background-image: url("/kor/images/sub/solution_top_icon03.png");}
.solution_area .solution_mid {margin: 40px 0 0;}
.solution_area .solution_mid .list {display: flex; gap: 50px 40px; flex-wrap: wrap;}
.solution_area .solution_mid .list li {width: calc(50% - 20px);}
.solution_area .solution_mid .list li .box {position: relative;  height: 400px; padding: 30px 40px 55px; border-radius: 10px; overflow: hidden;}
.solution_area .solution_mid .list li .box .img_box {position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1;}
.solution_area .solution_mid .list li .box .img_box img {width: 100%; height: 100%; object-fit: cover; transition: all 0.5s;}
.solution_area .solution_mid .list li .box .box_inner {display: flex; flex-direction: column; justify-content: space-between; height: 100%;}
.solution_area .solution_mid .list li .box .box_inner .num {font-family: "Saira"; font-weight: 700; font-size: 60px; line-height: 1; color: rgba(0, 0, 0, 0); -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #fff;}
.solution_area .solution_mid .list li .box .box_inner .text_box {text-align: right;}
.solution_area .solution_mid .list li .box .box_inner .text_box .title {font-weight: 700; font-size: 34px; line-height: 40px; color: #ffffff;}
.solution_area .solution_mid .list li .box .box_inner .text_box .text {margin: 15px 0 0; font-weight: 400; font-size: 26px; line-height: 36px; color: #ffffff;}
.solution_area .solution_mid .list li .box:hover .img_box img {transform: scale(1.1);}
.solution_area .solution_btm {margin: 150px 0 0;}

.service_area2 .service_top .b_cont_box {}
.service_area2 .service_top .b_cont_box .b_tech_list{width:100%; display:flex; justify-content:space-between; align-items:center; column-gap: 10px; height:500px;}
.service_area2 .service_top .b_cont_box .b_tech_list > li{width:11%; height:100%; position:relative; border-radius:0 10px 0 10px; overflow:hidden; transition: .45s ease; cursor: pointer}
.service_area2 .service_top .b_cont_box .b_tech_list > li:nth-child(1){background:url("/kor/images/sub/service_bg01.png") no-repeat center / cover ; }
.service_area2 .service_top .b_cont_box .b_tech_list > li:nth-child(2){background:url("/kor/images/sub/service_bg02.png") no-repeat center / cover ; }
.service_area2 .service_top .b_cont_box .b_tech_list > li:nth-child(3){background:url("/kor/images/sub/service_bg03.png") no-repeat center / cover ; }
.service_area2 .service_top .b_cont_box .b_tech_list > li .b_hover_box{opacity:0; position:relative; padding:45px 100px; height: 100%;}
.service_area2 .service_top .b_cont_box .b_tech_list > li .b_txt_box {margin-top:40px;}
.service_area2 .service_top .b_cont_box .b_tech_list > li .b_txt_box .title {font-weight: 700; font-size: 30px; line-height: 40px; color: #ffffff;}
.service_area2 .service_top .b_cont_box .b_tech_list > li .b_txt_box .text_list {margin: 20px 0 0;}
.service_area2 .service_top .b_cont_box .b_tech_list > li .b_txt_box .text_list li {position: relative; margin: 10px 0 0; padding: 0 0 0 10px; font-weight: 400; font-size: 18px; line-height: 24px; color: #ffffff;}
.service_area2 .service_top .b_cont_box .b_tech_list > li .b_txt_box .text_list li:first-child {margin: 0;}
.service_area2 .service_top .b_cont_box .b_tech_list > li .b_txt_box .text_list li .etc {position: absolute; left: 0; top: 0;}
.service_area2 .service_top .b_cont_box .b_tech_list > li .b_icon_box{display:flex; justify-content:space-between; align-items:center; }
.service_area2 .service_top .b_cont_box .b_tech_list > li .b_icon_box span{display:block; width: calc(100% - 80px);background-color:#fff; height:1px;}
.service_area2 .service_top .b_cont_box .b_tech_list > li:before{content:''; width:54px; height:54px; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:1; background-repeat: no-repeat; background-position: center;}
.service_area2 .service_top .b_cont_box .b_tech_list > li:nth-child(1):before{background-image: url("/kor/images/sub/service_icon01.png");}
.service_area2 .service_top .b_cont_box .b_tech_list > li:nth-child(2):before{background-image: url("/kor/images/sub/service_icon02.png");}
.service_area2 .service_top .b_cont_box .b_tech_list > li:nth-child(3):before{background-image: url("/kor/images/sub/service_icon03.png");}
.service_area2 .service_top .b_cont_box .b_tech_list > li.b_on{width:75%;}
.service_area2 .service_top .b_cont_box .b_tech_list > li.b_on:after{display:none;}
.service_area2 .service_top .b_cont_box .b_tech_list > li.b_on .b_hover_box{opacity:1; transition:.5s;}
.service_area2 .service_top .b_cont_box .b_tech_list > li.b_on:before {opacity:0; }
.service_area2 .service_mid {margin: 200px 0 0;}
.service_area2 .service_mid .com_title_area {}
.service_area2 .service_mid .adv_area {display: flex; column-gap: 10px;}
.service_area2 .service_mid .adv_area .left_box {width: 100%;}
.service_area2 .service_mid .adv_area .left_box img {}
.service_area2 .service_mid .adv_area .right_box {width: 100%; text-align: center;}
.service_area2 .service_mid .adv_area .right_box .text_box {padding: 50px 20px 50px 75px; background-color: #f9f9f9; text-align: left;}
.service_area2 .service_mid .adv_area .right_box .text_box .list {}
.service_area2 .service_mid .adv_area .right_box .text_box .list li {margin: 35px 0 0;}
.service_area2 .service_mid .adv_area .right_box .text_box .list li:first-child {margin: 0;}
.service_area2 .service_mid .adv_area .right_box .text_box .list li .box {padding: 0 0 0 40px; background: url("/kor/images/sub/chk_icon.png") no-repeat left top 4px;}
.service_area2 .service_mid .adv_area .right_box .text_box .list li .box .tit {font-weight: 700; font-size: 24px; line-height: 30px; color: #000000;}
.service_area2 .service_mid .adv_area .right_box .text_box .list li .box .txt {margin: 10px 0 0; font-weight: 400; font-size: 18px; line-height: 24px; color: #000000;}
.service_area2 .service_mid .adv_area .right_box .arrow_btn {display: inline-block; margin: 20px auto 0; padding: 0 20px; border-radius: 22px; background-color: #d71921; font-weight: 700; font-size: 20px; line-height: 45px; color: #ffffff; text-align: center;}
.service_area2 .service_mid .adv_area .right_box .arrow_btn img {margin: 0 10px 0 0; vertical-align: baseline;}
.service_area2 .service_btm {margin: 150px 0 0;}
.service_area2 .service_btm > .list {}
.service_area2 .service_btm > .list > li {margin: 90px 0 0;}
.service_area2 .service_btm > .list > li:first-child {margin: 0;}
.service_area2 .service_btm > .list > li .title_area {margin: 0 0 30px; padding: 0 0 15px; border-bottom: 1px solid #cccccc;}
.service_area2 .service_btm > .list > li .title_area .title {font-weight: 700; font-size: 24px; line-height: 30px; color: #000000;}
.service_area2 .service_btm > .list > li > .img_box {margin: 0 0 40px;}
.service_area2 .service_btm > .list > li > .img_box img {}
.service_area2 .service_btm > .list > li .product_area {}
.service_area2 .service_btm > .list > li .product_area .list {display: flex; flex-wrap: wrap; gap: 35px 13px;}
.service_area2 .service_btm > .list > li .product_area .list li {width: calc(25% - 9.75px);}
.service_area2 .service_btm > .list > li .product_area .list li .box {}
.service_area2 .service_btm > .list > li .product_area .list li .box .img_box {}
.service_area2 .service_btm > .list > li .product_area .list li .box .img_box img {}
.service_area2 .service_btm > .list > li .product_area .list li .box .text {margin: 5px 0 0; font-weight: 500; font-size: 16px; line-height: 24px; color: #000000; text-align: center;}

.login_area {height: 100vh; background: url("/kor/images/sub/service_login_bg.png") no-repeat center / cover; background-attachment: fixed;}
.login_area .login_box {display: flex; align-items: center; justify-content: center; width: 100%; max-width: 670px; height: 100%; margin: 0 auto;}
.login_area .login_box .logo_box {position: relative; padding: 0 60px 0 0; margin: 0 60px 0 0;}
.login_area .login_box .logo_box:before {display: block; content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 200px; background-color: #fff;}
.login_area .login_box .logo_box img {}
.login_area .login_box .info_box {width: 100%; max-width: 250px;}
.login_area .login_box .info_box .input_box {}
.login_area .login_box .info_box .input_box input {width: 100%; padding: 0 15px; border: 1px solid #cccccc; background-color: #ffffff; font-weight: 400; font-size: 16px; line-height: 38px; color: #777777;}
.login_area .login_box .info_box .login_btn {display: block; width: 100%; margin: 15px 0 0; background-color: #d71921; font-weight: 400; font-size: 18px; line-height: 40px; color: #ffffff; text-align: center;}

.customer_area {}
.customer_area .customer_top {margin: 0 0 80px; padding: 55px 0 0;}
.customer_area .customer_top .logo_box {position: absolute; left: 50%; top: 0; transform: translateX(-50%);}
.customer_area .customer_top .logo_box img {}
.customer_area .customer_top .info_box {padding: 70px 0 45px; border-radius: 20px; background-color: #f9f9f9; font-weight: 400; font-size: 24px; line-height: 45px; color: #222222; text-align: center;}
.customer_area .com_tab_area {margin: 0 0 20px;}
.customer_area .com_tab_area .list {}
.customer_area .com_tab_cont {}
.customer_area .com_tab_cont .com_title_area {margin: 0 0 20px;}
.customer_area .com_tab_cont .perform_area {}
.customer_area .com_tab_cont .perform_area .descrip_box {}
.customer_area .gray_text {width: 100%; max-width: 600px; margin: 0 auto 40px; padding: 5px; border-radius: 5px; background-color: #f8f8f8; font-weight: 700; font-size: 20px; line-height: 30px; color: #000000; text-align: center;}

.customer_area .com_img_list {}
.customer_area .com_img_list .list {display: flex; column-gap: 50px; justify-content: center;}
.customer_area .com_img_list .list li {}
.customer_area .com_img_list .list li img {}
.customer_area .com_img_list .list li .text {margin: 10px 0 0; font-weight: 400; font-size: 18px; line-height: 24px; color: #555555; text-align: center;}

.about_area2 {}
.about_area2 .about_top {}
.about_area2 .about_top .inner {position: relative;}
/* .about_area2 .about_top .inner .img_box {width: 100%; max-width: 1080px; height: 580px; background: url("/kor/images/sub/about_top_img.png") no-repeat center / cover;} */
.about_area2 .about_top .inner .img_box {}
.about_area2 .about_top .inner .img_box img {}
.about_area2 .about_top .inner .text_box {position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 100%; max-width: 1170px; padding: 30px 10px 30px 50px; background-color: #fff;}
.about_area2 .about_top .inner .text_box .menu {font-weight: 700; font-size: 20px; line-height: 30px; color: #d71921;}
.about_area2 .about_top .inner .text_box .title {margin: 15px 0 0; font-weight: 700; font-size: 40px; line-height: 50px; color: #000000;}
.about_area2 .about_top .inner .text_box .title .ft_c {color: #d71921;}
.about_area2 .about_top .inner .text_box .text {margin: 35px 0 0; font-weight: 400; font-size: 20px; line-height: 35px; color: #000000;}
.about_area2 .about_mid {overflow: hidden; margin: 100px 0 0;}
.about_area2 .about_mid .com_title_area {}
.about_area2 .about_mid .history_area .history_list {position:relative}
.about_area2 .about_mid .history_area .history_list .history_line {position: absolute; top: 0; left: 50%; width: 2px; height: 0px; background: #d71921; transform: translateX(-50%); z-index: 2;}
.about_area2 .about_mid .history_area .history_list .history_line.fixed {position: fixed; top: 80px; height: 540px;}

.about_area2 .about_mid .history_area .history_list .list {position: relative;}
.about_area2 .about_mid .history_area .history_list .list:before {display: block; content: ""; position: absolute; left: 50%; transform: translateX(-50%); width: 1px; height: 100%; background-color: #ececec;}
.about_area2 .about_mid .history_area .history_list .list li {}
.about_area2 .about_mid .history_area .history_list .list li .box {display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 15px 0;}
.about_area2 .about_mid .history_area .history_list .list li:last-child .box {padding-bottom: 100px;}
.about_area2 .about_mid .history_area .history_list .list li .box .img_box {flex: 0 0 50%; max-width: 50%; padding: 0 70px;}
.about_area2 .about_mid .history_area .history_list .list li .box .img_box .img_inner {width: 100%; max-width: 450px;  position: relative; padding-bottom: 44.645%;}
.about_area2 .about_mid .history_area .history_list .list li .box .img_box .img_inner img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; object-fit: cover;}
.about_area2 .about_mid .history_area .history_list .list li .box .text_wrap {position: relative; flex: 0 0 50%; max-width: 50%; align-self: center; padding: 0 70px;}
.about_area2 .about_mid .history_area .history_list .list li .box .text_wrap:before {content: ""; position: absolute; top: 10px; width: 16px; height: 16px; border-radius: 50%; background: #d71921; z-index: 9;}
.about_area2 .about_mid .history_area .history_list .list li .box .text_wrap .text_box {}
.about_area2 .about_mid .history_area .history_list .list li .box .text_wrap .text_box + .text_box {margin: 30px 0 0;}
.about_area2 .about_mid .history_area .history_list .list li .box .text_wrap .text_box .date {font-family: "Saira"; font-weight: 700; font-size: 40px; line-height: 1; color: #222222;}
.about_area2 .about_mid .history_area .history_list .list li .box .text_wrap .text_box .text {margin: 15px 0 0; font-weight: 400; font-size: 18px; line-height: 30px; color: #222222;}

.about_area2 .about_mid .history_area .history_list .list li:nth-child(odd) .box .img_box {order: 2}
.about_area2 .about_mid .history_area .history_list .list li:nth-child(odd) .box .text_wrap {order: 1; text-align: right;}
.about_area2 .about_mid .history_area .history_list .list li:nth-child(odd) .box .text_wrap:before {right: -8px;}
.about_area2 .about_mid .history_area .history_list .list li:nth-child(even) .box .text_wrap:before {left: -8px;}
.about_area2 .about_mid .history_area .history_list .list li:nth-child(even) .box .img_box {text-align: right;}
.about_area2 .about_mid .history_area .history_list .list li:nth-child(even) .box .img_box .img_inner {margin: 0 0 0 auto;}

.about_area2 .about_btm {margin: 150px 0 0; padding: 90px 0 80px; background: url("/kor/images/sub/about_btm_bg.png") no-repeat center / cover; background-attachment: fixed;}
.about_area2 .about_btm .title_box {}
.about_area2 .about_btm .title_box .menu {font-weight: 700; font-size: 22px; line-height: 30px; color: #d71921;}
.about_area2 .about_btm .title_box .text {margin: 25px 0 0; font-weight: 300; font-size: 35px; line-height: 50px; color: #ffffff;}
.about_area2 .about_btm .num_list {width: 100%; max-width: 700px; margin: 20px 0 0;}
.about_area2 .about_btm .num_list .list {}
.about_area2 .about_btm .num_list .list li {border-bottom: 1px solid #999999;}
.about_area2 .about_btm .num_list .list li .box {display: flex; padding: 35px 0; column-gap: 15px;}
.about_area2 .about_btm .num_list .list li .box .num {width: 60px; border-radius: 15px; background-color: #d71921; font-weight: 400; font-size: 18px; line-height: 30px; color: #ffffff; text-align: center;}
.about_area2 .about_btm .num_list .list li .box .text {width: calc(100% - 75px); font-weight: 700; font-size: 20px; line-height: 30px; color: #ffffff;}
.about_area2 .about_btm .info_list {margin: 80px 0 0;}
.about_area2 .about_btm .info_list .list {display: flex; gap: 5px 14px; justify-content: center;}
.about_area2 .about_btm .info_list .list li {width: calc(25% - 10.5px); text-align: center;}
.about_area2 .about_btm .info_list .list li .box {height: 100%; padding: 20px 10px; border: 1px solid #e1e1e1; border-radius: 10px;}
.about_area2 .about_btm .info_list .list li .box .icon_box {display: flex; align-items: center; justify-content: center; width: 80px; height: 80px; margin: 0 auto; border-radius: 50%; background-color: #ffffff;}
.about_area2 .about_btm .info_list .list li .box .icon_box img {}
.about_area2 .about_btm .info_list .list li .box .text {margin: 8px 0 0; font-weight: 400; font-size: 20px; line-height: 30px; color: #ffffff;}
.about_area2 .about_btm .info_list .img_box {margin: 20px 0; text-align: center;}
.about_area2 .about_btm .info_list .img_box img {}

.flex_box {display: flex; gap: 10px;}
.flex_box > .box {width: 50%;}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1400px) {
	.sub_top_area {padding: 120px 0;}
	.sub_top_area .sub_top_box .sub_top_tit {font-size: 34px; line-height: 40px;}
	.sub_top_area .sub_top_box .bread_list_area .breadcrumb .home {width: 60px;}
	.sub_top_area .sub_top_box .bread_list_area .breadcrumb .com_depth > .text {padding: 0 20px; font-size: 16px; line-height: 60px;}
	.sub_top_area .sub_top_box .bread_list_area .breadcrumb .com_depth > .text:after {right: 5px;}
	.sub_top_area .sub_top_box .bread_list_area .breadcrumb .com_depth .depth_list > li a {padding: 0 20px; font-size: 16px; line-height: 50px;}

	.sub_top_area .sub_top_box .bread_list_area .menu_list {padding: 12px 0;}
	.sub_top_area .sub_top_box .bread_list_area .menu_list .list {column-gap: 50px;}
	.sub_top_area .sub_top_box .bread_list_area .menu_list .list li a .text {font-size: 16px; line-height: 20px;}

	.sub_cont {margin: 60px 0 0; padding: 0 0 90px}

	.com_title_area {margin: 0 0 40px;}
	.com_title_area .title {font-size: 30px; line-height: 40px;}
	.com_title_area .text {margin: 10px 0 0; font-size: 18px; line-height: 30px;}

	.inq_area .inner .map_area .map_box #map {height: 350px;}
	.inq_area .inner .map_area .map_info_box {margin: 20px 0 0; padding: 10px;}
	.inq_area .inner .info_area > .text {font-size: 14px; line-height: 21px;}
	.inq_area .inner .info_area .inq_list .list li .box select {padding: 0 10px; line-height: 48px;}
	.inq_area .inner .info_area .inq_list .list li .box input {padding: 0 10px; line-height: 48px;}
	.inq_area .inner .info_area .inq_list .list li .box textarea {height: 150px; padding: 10px;}
	.inq_area .inner .info_area .check_area {margin: 10px 0 0;}
	.inq_area .inner .info_area .inq_btn {width: 120px; margin: 15px auto 0;}

    .award_area .list {gap: 30px;}
    .award_area .list li {width: calc(25% - 22.5px)}
    .award_area .list li .box .img_wrap {padding: 20px 40px;}


	.perform_area .descrip_box .list li {margin: 6px 0 0; font-size: 16px; line-height: 20px;}
	.perform_area .perform_list > .list > li {margin: 60px 0 0;}
	.perform_area .perform_list > .list > li .box .title_box {margin: 0 0 20px; padding: 0 0 10px;}
	.perform_area .perform_list > .list > li .box .logo_list .list {gap: 15px;}
	.perform_area .perform_list > .list > li .box .logo_list .list li {width: calc(20% - 12px);}
	.perform_area .perform_list > .list > li .box .title_box .title {font-size: 26px; line-height: 30px;}
	.perform_area .perform_list > .list > li .box .logo_list .list li .img_box {height: 100px;}
	.perform_area .perform_list > .list > li .box .logo_list .list li .img_box img {max-height: 80px;}

	.gray_box {padding: 40px 20px;}
	.gray_box .bg_box {font-size: 18px; line-height: 45px;}
	.gray_box .bg_box .num {width: 35px; line-height: 35px;}
	.gray_box .arrow_box {margin: 30px 0 0;}
	.gray_box .arrow_box .list li .box {height: 90px;}
	.gray_box .arrow_box .list li .box .text {font-size: 18px; line-height: 24px;}
	.gray_box .border_box {margin: 30px auto 0;}
	.gray_box .border_box .list li .box {padding: 12px 5px;}
	.gray_box .border_box .list li .box .text {font-size: 20px; line-height: 30px;}

	.about_area .about_top_area {margin: 0 0 80px; padding: 120px 0;}
	.about_area .about_top_area .text_box .title_area .menu {font-size: 18px; line-height: 30px;}
	.about_area .about_top_area .text_box .title_area .title {margin: 6px 0 0; font-size: 30px;}
	.about_area .about_top_area .text_box .text {margin: 15px 0 0; font-size: 18px;}
	.about_area .about_mid_area .gray_box {padding: 20px;}

	.service_area .service_mid_area {margin: 70px 0;}
	.service_area .service_btm_area .step_box .list li .box .img_box {height: 270px; padding: 5px;}

	.com_tab_area {margin: 0 0 30px;}
	.com_tab_area .list {column-gap: 10px;}
	.com_tab_area .list li .box {padding: 0 20px;}
	.com_tab_area .list li .box .text {font-size: 16px; line-height: 38px;}

	.sch_area .inner .input_box {width: calc(100% - 40px);}
	.sch_area .inner .input_box input {font-size: 14px; line-height: 38px;}
	.sch_area .inner .sch_btn {width: 40px; height: 40px;}

	.prd_area > .list > li {margin: 80px 0 0;}
	.prd_area > .list > li .box .title_box {margin: 0 0 20px; padding: 0 0 20px;}
	.prd_area > .list > li .box .title_box .title {font-size: 26px; line-height: 30px;}
	.prd_area > .list > li .box .info_area > .list > li {margin: 30px 0 0}
	.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box .list li .info_box .img_box .img_inner {padding: 5px;}
	.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box .list li .info_box .text_box {margin: 10px 0 0;}
	.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box .list li .info_box .text_box .title {font-size: 16px; line-height: 20px;}
	.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box .list li .info_box .text_box .text {margin: 10px 0 0; padding: 6px 0 0; font-size: 14px; line-height: 22px;}
	.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box {margin: 15px 0 0;}
	.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box.logo .list {gap: 20px 10px;}
	.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box.logo .list li {width: calc(25% - 7.5px);}


	.solution_area .solution_top .title {padding: 0 0 0 30px;}
	.solution_area .solution_top .title .tit {padding: 0 0 0 35px; font-size: 30px; line-height: 34px;}
	.solution_area .solution_top .list {margin: 10px 0 0;}
	.solution_area .solution_top .list li .box {padding: 20px 30px;}
	.solution_area .solution_top .list li .box .text {padding: 10px 0 10px 50px; background-size: auto 44px; font-size: 20px; line-height: 24px;}
	.solution_area .solution_mid .list {gap: 30px 20px;}
	.solution_area .solution_mid .list li {width: calc(50% - 10px);}
	.solution_area .solution_mid .list li .box {height: 340px; padding: 20px;}
	.solution_area .solution_mid .list li .box .box_inner .num {font-size: 40px;}
	.solution_area .solution_mid .list li .box .box_inner .text_box .title {font-size: 28px; line-height: 30px;}
	.solution_area .solution_mid .list li .box .box_inner .text_box .text {margin: 10px 0 0; font-size: 20px; line-height: 24px;}
	.solution_area .solution_btm {margin: 100px 0 0;}

	.service_area2 .service_top .b_cont_box .b_tech_list > li .b_icon_box img {width: 46px;}
	.service_area2 .service_top .b_cont_box .b_tech_list {height: 360px;}
	.service_area2 .service_top .b_cont_box .b_tech_list > li .b_hover_box {padding: 20px 40px;}
	.service_area2 .service_top .b_cont_box .b_tech_list > li .b_txt_box {margin-top: 20px;}
	.service_area2 .service_top .b_cont_box .b_tech_list > li .b_txt_box .title {font-size: 24px; line-height: 30px;}
	.service_area2 .service_top .b_cont_box .b_tech_list > li .b_txt_box .text_list li {margin: 6px 0 0; font-size: 16px; line-height: 22px;}

	.service_area2 .service_mid {margin: 140px 0 0;}
	.service_area2 .service_mid .adv_area .right_box .text_box {padding: 30px 20px;}
	.service_area2 .service_mid .adv_area .right_box .text_box .list li {margin: 20px 0 0;}
	.service_area2 .service_mid .adv_area .right_box .text_box .list li .box {padding: 0 0 0 30px; background-size: 24px auto; background-position: left 2px;}
	.service_area2 .service_mid .adv_area .right_box .text_box .list li .box .tit {font-size: 20px; line-height: 24px;}
	.service_area2 .service_mid .adv_area .right_box .text_box .list li .box .txt {margin: 6px 0 0; font-size: 16px; line-height: 20px;}
	.service_area2 .service_mid .adv_area .right_box .arrow_btn {margin: 10px auto 0; font-size: 18px; line-height: 35px;}
	.service_area2 .service_mid .adv_area .right_box .arrow_btn img {margin: 0 5px 0 0; width: 56px;}
	.service_area2 .service_btm {margin: 100px 0 0;}
	.service_area2 .service_btm > .list > li {margin: 50px 0 0;}
	.service_area2 .service_btm > .list > li .title_area {margin: 0 0 10px; padding: 0 0 10px;}
	.service_area2 .service_btm > .list > li .title_area .title {font-size: 20px; line-height: 24px;}
	.service_area2 .service_btm > .list > li > .img_box {margin: 0 0 20px;}
	.service_area2 .service_btm > .list > li .product_area .list {gap: 20px 10px;}
	.service_area2 .service_btm > .list > li .product_area .list li {width: calc(25% - 7.5px);}
	.service_area2 .service_btm > .list > li .product_area .list li .box .text {font-size: 14px; line-height: 20px;}

	.login_area {height: 70vh;}
	.login_area .login_box .logo_box {margin: 0 30px 0 0; padding: 0 30px 0 0;}
	.login_area .login_box .logo_box img {width: 220px;}
	.login_area .login_box .logo_box:before {height: 150px;}

	.customer_area .customer_top {margin: 80px 0 40px; padding: 40px 0 0;}
	.customer_area .customer_top .logo_box img {width: 170px;}
	.customer_area .customer_top .info_box {padding: 40px 0; font-size: 18px; line-height: 35px;}
	.customer_area .com_tab_cont .com_title_area {margin: 0 0 10px;}
	.customer_area .gray_text {margin: 0 auto 30px; font-size: 18px; line-height: 24px;}
	.customer_area .com_img_list .list {column-gap: 20px;}
	.customer_area .com_img_list .list li .text {margin: 5px 0 0; font-size: 16px; line-height: 20px;}

	.about_area2 .about_top .inner .img_box img {width: 600px;}
	.about_area2 .about_top .inner .text_box {max-width: 700px; padding: 10px;}
	.about_area2 .about_top .inner .text_box .menu {font-size: 18px; line-height: 24px;}
	.about_area2 .about_top .inner .text_box .title {margin: 10px 0 0; font-size: 20px; line-height: 24px;}
	.about_area2 .about_top .inner .text_box .text {margin: 10px 0 0; font-size: 16px; line-height: 24px;}

	.about_area2 .about_mid {margin: 70px 0 0;}
	.about_area2 .about_mid .history_area .history_list .list li .box .img_box {padding: 0 30px;}
	.about_area2 .about_mid .history_area .history_list .list li .box .text_wrap {padding: 0 30px;}
	.about_area2 .about_mid .history_area .history_list .list li .box .text_wrap:before {top: 5px;}
	.about_area2 .about_mid .history_area .history_list .list li .box .text_wrap .text_box .date {font-size: 30px;}
	.about_area2 .about_mid .history_area .history_list .list li .box .text_wrap .text_box .text {margin: 10px 0 0; font-size: 16px; line-height: 24px;}
	.about_area2 .about_mid .history_area .history_list .list li:last-child .box {padding-bottom: 0;}
	.about_area2 .about_mid .history_area .history_list .history_line.fixed {top: 70px;}
	.about_area2 .about_mid .history_area .history_list .list li .box .img_box .img_inner {padding-bottom: 53.135%;}

	.about_area2 .about_btm {margin: 100px 0 0; padding: 50px 0;}
	.about_area2 .about_btm .title_box .menu {font-size: 18px; line-height: 24px;}
	.about_area2 .about_btm .title_box .text {margin: 10px 0 0; font-size: 30px; line-height: 40px;}
	.about_area2 .about_btm .num_list .list li .box {padding: 20px 0; column-gap: 10px;}
	.about_area2 .about_btm .num_list .list li .box .num {width: 50px; font-size: 16px; line-height: 26px;}
	.about_area2 .about_btm .num_list .list li .box .text {width: calc(100% - 60px); font-size: 18px; line-height: 26px;}
	.about_area2 .about_btm .info_list {margin: 50px 0 0;}
	.about_area2 .about_btm .info_list .list {gap: 5px;}
	.about_area2 .about_btm .info_list .list li {width: calc(25% - 3.75px);}
	.about_area2 .about_btm .info_list .list li .box {padding: 10px;}
	.about_area2 .about_btm .info_list .list li .box .icon_box {width: 65px; height: 65px;}
	.about_area2 .about_btm .info_list .list li .box .icon_box img {height: 45px;}
	.about_area2 .about_btm .info_list .list li .box .text {font-size: 18px; line-height: 24px;}
	.about_area2 .about_btm .info_list .img_box {margin: 10px 0;}

}
@media screen and (max-width: 1280px) {
    
}
@media screen and (max-width: 1080px) {

	.sub_top_area {padding: 100px 0;}
	.sub_top_area .sub_top_box .sub_top_tit {font-size: 28px; line-height: 30px;}
	.sub_top_area .sub_top_box .sub_top_txt {margin: 6px 0 0; font-size: 14px; line-height: 20px;}
	.sub_top_area .sub_top_box .bread_list_area .breadcrumb .box:before {height: 20px;}
	.sub_top_area .sub_top_box .bread_list_area .breadcrumb .home {width: 50px;}
	.sub_top_area .sub_top_box .bread_list_area .breadcrumb .com_depth > .text {padding: 0 23px 0 10px; font-size: 14px; line-height: 50px;}
	.sub_top_area .sub_top_box .bread_list_area .breadcrumb .com_depth > .text:after {right: 10px;}
	.sub_top_area .sub_top_box .bread_list_area .breadcrumb .com_depth .depth_list > li a {padding: 0 10px; font-size: 14px; line-height: 50px;}
	.sub_top_area .sub_top_box .bread_list_area .breadcrumb .com_depth.depth2 {max-width: 280px;}
	
	.sub_top_area .sub_top_box .bread_list_area .menu_list .list {column-gap: 30px;}
	.sub_top_area .sub_top_box .bread_list_area .menu_list .list li a .text {font-size: 14px; line-height: 18px;}
	
	.sub_cont {margin: 40px 0 0; padding: 0 0 60px}
	.com_title_area {margin: 0 0 30px;}
	.com_title_area .title {font-size: 24px; line-height: 30px;}
	.com_title_area .text {margin: 6px 0 0; font-size: 16px; line-height: 26px;}

	.inq_area {margin: 0;}
	.inq_area .inner {flex-direction: column;}
	.inq_area .inner .map_area {width: 100%;}
	.inq_area .inner .map_area .map_box #map {height: 300px;}
	.inq_area .inner .map_area .map_info_box .list li .text {padding: 0 0 0 20px; background-position: left top 2px; font-size: 14px; line-height: 20px;}
    .inq_area .inner .info_area {width: 100%; margin: 0;}
	.inq_area .inner .map_area .map_info_box .list {column-gap: 10px;}
	.inq_area .inner .info_area .inq_list .list li .box select {font-size: 14px; line-height: 42px; background-position: right 20px center}
	.inq_area .inner .info_area .inq_list .list li .box input {font-size: 14px; line-height: 42px;}
	.inq_area .inner .info_area .inq_list .list li .box input::placeholder {font-size: 14px; line-height: 42px;}
	.inq_area .inner .info_area .inq_list .list li .box textarea {font-size: 14px; height: 120px;}
	.inq_area .inner .info_area .inq_list .list li .box textarea::placeholder {font-size: 14px;}
	.inq_area .inner .info_area .check_area .policy_btn {width: 80px; font-size: 12px; line-height: 30px;}
	.inq_area .inner .info_area .inq_btn {width: 100px; margin: 10px auto 0; font-size: 14px; line-height: 35px;}

	
    .award_area .list {gap: 20px;}
    .award_area .list li {width: calc(33.3333% - 13.3333px)}
    .award_area .list li .box .img_wrap {padding: 20px;}
    .award_area .list li .box .text {margin: 10px 0 0; font-size: 16px; line-height: 20px;}

	.perform_area .descrip_box {margin: 0 auto 30px;}
	.perform_area .descrip_box .list li .box {column-gap: 5px;}
	.perform_area .descrip_box .list li .box .num {width: 35px; padding: 0 5px 0 0;}
	.perform_area .descrip_box .list li .box .num .tit {font-size: 16px; line-height: 20px;}
	.perform_area .descrip_box .list li .box .text {font-size: 16px; line-height: 20px;}
	.perform_area .perform_list > .list > li .box .title_box {margin: 0 0 10px;}
	.perform_area .perform_list > .list > li .box .title_box .title {font-size: 20px; line-height: 24px;}
	.perform_area .perform_list > .list > li .box .logo_list .list {gap: 10px;}
	.perform_area .perform_list > .list > li .box .logo_list .list li {width: calc(25% - 7.5px);}
	.perform_area .perform_list > .list > li .box .logo_list .list li .img_box {height: 90px;}
	.perform_area .perform_list > .list > li .box .logo_list .list li .img_box img {max-height: 70px;}


	.gray_box {padding: 20px;}
	.gray_box .bg_box {font-size: 16px; line-height: 40px;}
	.gray_box .arrow_box {margin: 20px 0 0;}
	.gray_box .arrow_box .list {padding: 0 20px;}
	.gray_box .arrow_box .list li .box {height: 80px;}
	.gray_box .arrow_box .list li .box .text {font-size: 16px; line-height: 22px;}
	.gray_box .border_box {margin: 20px auto 0;}
	.gray_box .border_box .list li {margin: 10px 0 0;}
	.gray_box .border_box .list li .box {padding: 5px;}
	.gray_box .border_box .list li .box .text {font-size: 18px; line-height: 24px;}
	.gray_box .bg_box .num {width: 30px; line-height: 30px;}
	.gray_box .arrow_box .logo_box {width: 130px; height: 130px;}
	.gray_box .arrow_box .logo_box img {width: 100px;}
	.gray_box .arrow_box .com_img_area img {width: 38px;}

	.about_area .about_top_area {margin: 0 0 40px; padding: 60px 0; background-attachment: inherit; background-size: cover;}
	.about_area .about_top_area .text_box .title_area .menu {font-size: 16px; line-height: 24px;}
	.about_area .about_top_area .text_box .title_area .title {font-size: 24px; line-height: 1.5;}
	.about_area .about_top_area .text_box .text {margin: 10px 0 0; font-size: 16px;}
	.about_area .about_mid_area .gray_box {padding: 20px;}
	.about_area .about_mid_area .gray_box .bg_box_list .list li .bg_box {padding: 0 0 0 50px;}
	.about_area .about_mid_area .gray_box .border_box {margin: 20px auto 0;}

	.service_area .service_mid_area {margin: 50px 0;}
	.service_area .service_btm_area .step_box .list {gap: 30px 15px;}
	.service_area .service_btm_area .step_box .list li {width: calc(33.333% - 10px);}
	.service_area .service_btm_area .step_box .list li .box .img_box {height: 200px;}
	.service_area .service_btm_area .step_box .list li .box .text_box {padding: 5px 0;}
	.service_area .service_btm_area .step_box .list li .box .text_box .text {font-size: 14px; line-height: 20px;}

	.com_tab_area {margin: 0 0 20px;}
	.com_tab_area .list {column-gap: 5px;}
	.com_tab_area .list li .box {display: flex; align-items: center; justify-content: center; height: 38px; padding: 0 10px;}
	.com_tab_area .list li .box .text {font-size: 14px; line-height: 11px;}

	.sch_area {max-width: 480px;}

	.prd_area > .list > li {margin: 60px 0 0;}
	.prd_area > .list > li .box .title_box {margin: 0 0 15px; padding: 0 0 15px;}
	.prd_area > .list > li .box .title_box .title {font-size: 22px; line-height: 26px;}
	.prd_area > .list > li .box .info_area > .list > li {margin: 20px 0 0;}
	.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box {margin: 10px 0 0;}
	.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box .list {gap: 30px 15px;}
	.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box .list li {width: calc(33.3333% - 10px);}
	.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box.logo .list {gap: 10px;}
	.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box.logo .list li {width: calc(33.333% - 6.6666px);}
	.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box .list li .info_box .detail_btn {width: 100px; margin: 10px auto 0;}
	.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box .list li .info_box .detail_btn .text {padding: 0 16px 0 0; background-size: 10px auto; font-size: 14px; line-height: 24px;}
	
	.solution_area .solution_top .title {padding: 0 0 0 20px;}
	.solution_area .solution_top .title .tit {padding: 0 0 0 30px; background-size: 25px auto; font-size: 24px; line-height: 30px;}
	.solution_area .solution_top .list {margin: 6px 0 0;}
	.solution_area .solution_top .list li .box {padding: 10px 20px;}
	.solution_area .solution_top .list li .box .text {padding: 8px 0 8px 42px; background-size: auto 36px; font-size: 18px; line-height: 22px;}
	.solution_area .solution_mid {margin: 20px 0 0;}
	.solution_area .solution_mid .list {gap: 20px 10px;}
	.solution_area .solution_mid .list li {width: calc(50% - 5px);}
	.solution_area .solution_mid .list li .box {height: 240px; padding: 10px;}
	.solution_area .solution_mid .list li .box .box_inner .num {font-size: 30px;}
	.solution_area .solution_mid .list li .box .box_inner .text_box .title {font-size: 20px; line-height: 24px;}
	.solution_area .solution_mid .list li .box .box_inner .text_box .text {margin: 6px 0 0; font-size: 18px; line-height: 20px;}
	.solution_area .solution_btm {margin: 60px 0 0;}

	.service_area2 .service_top .b_cont_box .b_tech_list > li:before {width: 44px; height: 44px; background-size: cover;}
	.service_area2 .service_top .b_cont_box .b_tech_list > li .b_icon_box img {width: 42px;}
	.service_area2 .service_top .b_cont_box .b_tech_list > li .b_icon_box span {width: calc(100% - 60px);}
	.service_area2 .service_top .b_cont_box .b_tech_list {height: 300px;}
	.service_area2 .service_top .b_cont_box .b_tech_list > li .b_hover_box {padding: 10px 20px;}
	.service_area2 .service_top .b_cont_box .b_tech_list > li .b_txt_box {margin-top: 10px;}
	.service_area2 .service_top .b_cont_box .b_tech_list > li .b_txt_box .title {font-size: 20px; line-height: 24px;}
	.service_area2 .service_top .b_cont_box .b_tech_list > li .b_txt_box .text_list {margin: 10px 0 0;}
	.service_area2 .service_top .b_cont_box .b_tech_list > li .b_txt_box .text_list li {font-size: 14px; line-height: 20px;}

	.service_area2 .service_mid {margin: 100px 0 0;}
	.service_area2 .service_mid .adv_area .right_box .text_box {padding: 20px 10px;}
	.service_area2 .service_mid .adv_area .right_box .text_box .list li {margin: 15px 0 0;}
	.service_area2 .service_mid .adv_area .right_box .text_box .list li .box {padding: 0 0 0 22px; background-size: 20px auto;}
	.service_area2 .service_mid .adv_area .right_box .text_box .list li .box .tit {font-size: 18px; line-height: 22px;}
	.service_area2 .service_mid .adv_area .right_box .text_box .list li .box .txt {font-size: 14px; line-height: 18px;}
	.service_area2 .service_mid .adv_area .right_box .arrow_btn {font-size: 16px; line-height: 32px;}
	.service_area2 .service_mid .adv_area .right_box .arrow_btn img {width: 48px;}
	.service_area2 .service_btm {margin: 60px 0 0;}
	.service_area2 .service_btm > .list > li {margin: 30px 0 0;}
	.service_area2 .service_btm > .list > li .title_area .title {font-size: 18px; line-height: 22px;}
	.service_area2 .service_btm > .list > li > .img_box {margin: 0 0 10px;}
	.service_area2 .service_btm > .list > li .product_area .list li {width: calc(33.3333% - 6.666px);}


	.login_area {height: 50vh;}
	.login_area .login_box .logo_box {margin: 0 20px 0 0; padding: 0 20px 0 0;}
	.login_area .login_box .logo_box img {width: 160px;}
	.login_area .login_box .logo_box:before {height: 100px;}
	.login_area .login_box .info_box {max-width: 200px;}
	.login_area .login_box .info_box .input_box input {padding: 0 10px; font-size: 14px; line-height: 33px;}
	.login_area .login_box .info_box .login_btn {margin: 10px 0 0; font-size: 16px; line-height: 35px;}
	
	.customer_area .customer_top {margin: 80px 0 20px; padding: 30px 0 0;}

	.customer_area .customer_top .logo_box img {width: 120px;}
	.customer_area .customer_top .info_box {padding: 25px 0; font-size: 15px; line-height: 30px;}
	.customer_area .customer_top .info_box br.mob {display: none;}
	.customer_area .gray_text {margin: 0 auto 20px; font-size: 16px; line-height: 20px;}
	.customer_area .com_img_list .list {column-gap: 10px;}
	.customer_area .com_img_list .list li .text {font-size: 14px; line-height: 18px;}

	.about_area2 .about_top .inner .text_box {max-width: 700px; padding: 20px;}
	.about_area2 .about_top .inner .text_box .menu {font-size: 16px; line-height: 20px;}
	.about_area2 .about_top .inner .text_box .title {margin: 6px 0 0; font-size: 20px; line-height: 30px;}
	.about_area2 .about_top .inner .text_box .text {margin: 10px 0 0; font-size: 14px; line-height: 24px;}
	.about_area2 .about_top .inner .text_box .text br.mob {display: none;}


	
	.about_area2 .about_mid {margin: 40px 0 0;}
	.about_area2 .about_mid .history_area .history_list .list li .box .img_box {padding: 0 20px;}
	.about_area2 .about_mid .history_area .history_list .list li .box .text_wrap {padding: 0 20px;}
	.about_area2 .about_mid .history_area .history_list .list li .box .text_wrap:before {width: 10px; height: 10px; top: 6px;}
	.about_area2 .about_mid .history_area .history_list .list li:nth-child(even) .box .text_wrap:before {left: -5px;}
	.about_area2 .about_mid .history_area .history_list .list li:nth-child(odd) .box .text_wrap:before {right: -5px;}
	.about_area2 .about_mid .history_area .history_list .list li .box .text_wrap .text_box + .text_box {margin: 10px 0 0;}
	.about_area2 .about_mid .history_area .history_list .list li .box .text_wrap .text_box .date {font-size: 24px;}
	.about_area2 .about_mid .history_area .history_list .list li .box .text_wrap .text_box .text {margin: 6px 0 0; font-size: 14px; line-height: 21px;}
	.about_area2 .about_mid .history_area .history_list .history_line.fixed {top: 60px;}


	.about_area2 .about_btm {margin: 60px 0 0; padding: 30px 0;}
	.about_area2 .about_btm .title_box .menu {font-size: 16px; line-height: 22px;}
	.about_area2 .about_btm .title_box .text {margin: 6px 0 0; font-size: 24px; line-height: 30px;}
	.about_area2 .about_btm .num_list {margin: 10px 0 0; max-width: 100%;}
	.about_area2 .about_btm .num_list .list li .box {padding: 10px 0; column-gap: 5px;}
	.about_area2 .about_btm .num_list .list li .box .num {width: 40px; font-size: 14px; line-height: 24px;}
	.about_area2 .about_btm .num_list .list li .box .text {width: calc(100% - 50px); font-size: 16px; line-height: 24px;}
	.about_area2 .about_btm .info_list {margin: 30px 0 0;}
	.about_area2 .about_btm .info_list .list li {width: 100%;}
	.about_area2 .about_btm .info_list .list li .box {padding: 6px;}
	.about_area2 .about_btm .info_list .list li .box .icon_box {width: 55px; height: 55px;}
	.about_area2 .about_btm .info_list .list li .box .icon_box img {height: 40px;}
	.about_area2 .about_btm .info_list .list li .box .text {font-size: 16px; line-height: 22px;}
	.about_area2 .about_btm .info_list .img_box {margin: 6px 0;}
	.about_area2 .about_btm .info_list .img_box img {width: 38px;}
	
	.flex_box {flex-direction: column;}
	.flex_box .box {width: 100%;}
}
@media screen and (max-width: 767px) {
	.sub_top_area .sub_top_box .sub_top_tit {font-size: 24px; line-height: 30px;}
	.sub_top_area .sub_top_box .bread_list_area .breadcrumb .home {flex-shrink: 0;}
	.sub_top_area .sub_top_box .bread_list_area .breadcrumb .com_depth.depth1 {max-width: 100%; width: calc(40% - 25px);}
	.sub_top_area .sub_top_box .bread_list_area .breadcrumb .com_depth.depth2 {max-width: 100%; width: calc(60% - 25px);}
	.sub_top_area .sub_top_box .bread_list_area .breadcrumb .com_depth .depth_list > li a {line-height: 40px;}

	.sub_top_area .sub_top_box .bread_list_area .menu_list {padding: 8px 0;}
	.sub_top_area .sub_top_box .bread_list_area .menu_list .list {gap: 0;}
	.sub_top_area .sub_top_box .bread_list_area .menu_list .list li {width: 100%; text-align: center;}

	.com_title_area {margin: 0 0 20px;}
	.com_title_area .title {font-size: 20px; line-height: 24px;}
	.com_title_area .text {font-size: 14px; line-height: 21px;}
	.com_title_area .text br.mob {display: none;}
    
	.inq_area .inner .map_area .map_info_box .list {flex-wrap: wrap;}
	.inq_area .inner .map_area .map_info_box .list + .list {margin: 0;}

	
    .award_area .list {gap: 15px 10px;}
    .award_area .list li {width: calc(50% - 5px)}
    .award_area .list li .box .img_wrap {padding: 20px;}
    .award_area .list li .box .text {margin: 5px 0 0; font-size: 14px; line-height: 18px;}

	
	
	.perform_area .descrip_box {margin: 0 auto 20px;}
	.perform_area .descrip_box .list li .box {column-gap: 3px;}
	.perform_area .descrip_box .list li .box .num {flex-shrink: 0;}
	.perform_area .descrip_box .list li .box .num:before {top: 5px;}
	.perform_area .descrip_box .list li .box .text {font-size: 14px; text-align: left;}

	.perform_area .perform_list > .list > li .box .logo_list .list li {width: calc(33.333% - 6.666px);}

	.gray_box {padding: 10px;}
	.gray_box .bg_box {padding: 8px 0; line-height: 24px;}
	.gray_box .arrow_box {margin: 10px auto 0;}
	.gray_box .arrow_box .list {flex-direction: column; gap: 10px; padding: 15px 0;}
	.gray_box .arrow_box .list:before {transform: translate(-50%, -50%) rotate(90deg); width: 370px; left: 50%;}
	.gray_box .arrow_box .list li .box {height: 60px;}
	.gray_box .arrow_box .list li .box .text {font-size: 14px; line-height: 20px;}
	.gray_box .border_box {margin: 10px auto 0;}
	.gray_box .border_box .list li .box .text {font-size: 16px;}
	.service_area .service_btm_area .step_box .list {gap: 20px 10px;}
	.service_area .service_btm_area .step_box .list li {width: calc(50% - 5px);}
	.service_area .service_btm_area .step_box .list li .box .img_box {height: 170px;}

	.about_area .about_top_area {padding: 50px 0;}
	.about_area .about_top_area .text_box .title_area .menu {font-size: 14px; line-height: 20px;}
	.about_area .about_top_area .text_box .title_area .title {font-size: 20px;}
	.about_area .about_top_area .text_box .text {font-size: 14px;}
	.about_area .about_mid_area .gray_box {padding: 10px;}
	.about_area .about_mid_area .gray_box .bg_box_list .list li .bg_box {padding: 8px 0 8px 40px;}

	.gray_box .arrow_box .logo_box {width: 100px; height: 100px; margin: 0 auto 10px;}
	.gray_box .arrow_box .logo_box img {width: 80px;}
	.gray_box .arrow_box .com_img_area {margin: 10px auto;}

	
	.prd_area > .list > li {margin: 40px 0 0;}
	.prd_area > .list > li .box .title_box {margin: 0 0 10px; padding: 0 0 10px;}
	.prd_area > .list > li .box .title_box .title {font-size: 20px; line-height: 24px;}
	.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box .list {gap: 10px;}
	.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box .list li {width: calc(50% - 5px);}
	.prd_area > .list > li .box .info_area > .list > li .box2 .prd_info_box.logo .list li {width: calc(50% - 5px);}

	
	.solution_area .solution_top .title {padding: 0 0 0 5px;}
	.solution_area .solution_top .title .tit {padding: 0 0 0 24px; background-size: 20px auto; font-size: 20px; line-height: 24px;}
	.solution_area .solution_top .list li .box {padding: 5px;}
	.solution_area .solution_top .list li .box .text {padding: 6px 0 6px 38px; background-size: auto 30px; font-size: 16px;}
	
	.solution_area .solution_mid .list {gap: 5px;}
	.solution_area .solution_mid .list li {width: calc(50% - 2.5px);}
	.solution_area .solution_mid .list li .box {height: 200px;}
	.solution_area .solution_mid .list li .box .box_inner .num {font-size: 24px;}
	.solution_area .solution_mid .list li .box .box_inner .text_box .title {font-size: 18px; line-height: 22px;}
	.solution_area .solution_mid .list li .box .box_inner .text_box .text {font-size: 16px; line-height: 18px;}
	.solution_area .solution_btm {margin: 30px 0 0;}

	.service_area2 .service_top .b_cont_box .b_tech_list {flex-direction:column; height:unset; }
	.service_area2 .service_top .b_cont_box .b_tech_list > li{width:100%; height:95px; margin-bottom:10px;}
	.service_area2 .service_top .b_cont_box .b_tech_list > li.b_on{width:100%; height:280px;}

	.service_area2 .service_mid {margin: 60px 0 0;}
	.service_area2 .service_mid .adv_area {flex-direction: column; gap: 10px;}
	.service_area2 .service_mid .adv_area .right_box .text_box {padding: 10px;}
	.service_area2 .service_btm {margin: 30px 0 0;}
	.service_area2 .service_btm > .list > li .product_area .list {gap: 10px;}
	.service_area2 .service_btm > .list > li .product_area .list li {width: calc(50% - 5px);}
	.service_area2 .service_btm > .list > li .product_area .list li .box .img_box img {width: 100%;}
	.service_area2 .service_btm > .list > li .product_area .list li .box .text {line-height: 16px;}

	.customer_area .customer_top {padding: 20px 0 0;}
	.customer_area .customer_top .logo_box img {width: 90px;}
	.customer_area .customer_top .info_box {padding: 20px 0; font-size: 14px; line-height: 28px;}
	.customer_area .gray_text {margin: 0 auto 10px; font-size: 15px; line-height: 18px;}
	.customer_area .com_img_list .list {column-gap: 5px;}
	
	.about_area2 .about_top .inner .text_box {position: inherit; right: inherit; top: inherit; transform: translateY(0); max-width: 100%; padding: 10px;}
	.about_area2 .about_top .inner .text_box .title {line-height: 20px;}
	.about_area2 .about_top .inner .text_box .title br {display: none;}
	.about_area2 .about_top .inner .text_box .text br.mob {display: none;}

	.about_area2 .about_mid .history_area .history_list .history_line {height: 100%; left: 10px; transform: translateX(0);}
	.about_area2 .about_mid .history_area .history_list .history_line.fixed {position: absolute; top: 0; height: 100% !important;}
	.about_area2 .about_mid .history_area .history_list .list:before {display: none;}
	.about_area2 .about_mid .history_area .history_list .list li .box {gap: 10px; padding: 10px 0;}
	.about_area2 .about_mid .history_area .history_list .list li .box .img_box {flex: auto; max-width: 100%; width: 100%; padding: 0 0 0 10px;}
	.about_area2 .about_mid .history_area .history_list .list li .box .img_box .img_inner {max-width: 100%;}
	.about_area2 .about_mid .history_area .history_list .list li .box .text_wrap {flex: auto; max-width: 100%; width: 100%;	padding: 0 0 0 10px;}
	.about_area2 .about_mid .history_area .history_list .list li .box .text_wrap:before {top: 5px;}
	.about_area2 .about_mid .history_area .history_list .list li:nth-child(odd) .box .img_box {order: 1;}
	.about_area2 .about_mid .history_area .history_list .list li:nth-child(odd) .box .text_wrap {order: 2; text-align: left;}
	.about_area2 .about_mid .history_area .history_list .list li:nth-child(odd) .box .text_wrap:before {right: inherit; left: -4px;}
	.about_area2 .about_mid .history_area .history_list .list li:nth-child(even) .box .img_box .img_inner {margin: 0;}
	.about_area2 .about_mid .history_area .history_list .list li:nth-child(even) .box .text_wrap:before {left: -4px;}

	.about_area2 .about_btm {margin: 40px 0 0; padding: 20px 0;}
	.about_area2 .about_btm .title_box .text {font-size: 20px; line-height: 24px;}
	.about_area2 .about_btm .title_box .text br {display: none;}
	.about_area2 .about_btm .num_list .list li .box {align-items: start;}
	.about_area2 .about_btm .info_list {margin: 20px 0 0;}
	.about_area2 .about_btm .info_list .img_box img {width: 30px;}
	.about_area2 .about_btm .info_list .list li .box .icon_box {width: 50px; height: 50px;}
	.about_area2 .about_btm .info_list .list li .box .icon_box img {height: 35px;	}
	.about_area2 .about_btm .info_list .list li .box {padding: 5px;}
	.about_area2 .about_btm .info_list .list li .box .text {font-size: 14px; line-height: 18px;}
	.about_area2 .about_btm .info_list .list {flex-wrap: wrap; gap: 10px;}
	.about_area2 .about_btm .info_list .list li {width:	calc(50% - 5px);}

}
@media screen and (max-width: 480px) {
    .inq_area .inner .map_area .map_info_box .list li .text {background-position: left top 3px;}

	
	.perform_area .perform_list > .list > li .box .logo_list .list li {width: calc(50% - 5px);}
	.perform_area .perform_list > .list > li .box .logo_list .list li .img_box {height: 80px;}
	.perform_area .perform_list > .list > li .box .logo_list .list li .img_box img {max-height: 60px;}

	.com_tab_area .list {flex-wrap: wrap; gap: 0;}
    .com_tab_area .list li {width: 50%; margin: -1px -1px 0 0;}
    .com_tab_area .list li .box {border-radius: 0; width: 100%;}
    .com_tab_area .list li .box .text {font-size: 14px;}

	
	.solution_area .solution_mid .list li {width: 100%;}
	.solution_area .solution_mid .list li .box {height: 140px;}
	.solution_area .solution_btm {margin: 20px 0 0;}

	.login_area {height: auto; padding: 150px 0;}
	.login_area .login_box {flex-direction: column; gap: 0;}
	.login_area .login_box .logo_box {width: 100%; max-width: 260px; margin: 0 0 20px; padding: 0 0 20px; text-align: center;}
	.login_area .login_box .logo_box:before {left: 0; right: inherit; top: inherit; bottom: 0; transform: translateY(0); width: 100%; height: 1px;}
	.login_area .login_box .logo_box img {width: 120px;}
	.login_area .login_box .info_box {max-width: 260px;}

	.customer_area .com_img_list .list {flex-direction: column; gap: 10px}

	.about_area2 .about_btm {background-attachment: inherit; background-position:  right 30% center;}
	.about_area2 .about_btm .info_list .list li {width:	100%}

	.service_area2 .service_top .b_cont_box .b_tech_list > li.b_on {height: auto;}
}





