@charset "utf-8";

.sub-container .inner-content {max-width: 1500px; margin: 0 auto;}
.sub-container {padding-bottom: 110px;}
.sub-container.pb-none {padding-bottom: 0;}

/* .sub-container .src-title { font-size: 50px; font-weight: 700; text-align: center; width: 100%; max-width: 1500px;} */
.sub-container .search-box {height: 80px; width: 100%; max-width: 1500px; position: relative; display: flex;}
/* .sub-container .search-box .src-box01 {display: flex; width: 240px; box-sizing: border-box; height: 100%;}
.sub-container .search-box .src-box01 select { width: 100%;  height: 100%; padding: 0 25px; box-sizing: border-box; font-size: 18px; border-right: none; color: #282828; background-color: #f8f9fa;} */
.sub-container .search-box .src-box02 { width: 100%;display: flex; box-sizing: border-box;height: 100%;}
.sub-container .search-box .src-box02 input { width: 100%;  height: 100%; padding: 0 70px 0 25px; box-sizing: border-box; font-size: 18px; color: #676664;background-color: #f8f9fa; } 
.sub-container .search-box button {position: absolute; right: 20px; color: #dc851b;  font-size: 40px; top: 50%; transform: translateY(-50%); cursor: pointer; display: flex; align-items: center; justify-content: center;}
/* .sub-container .search-box i.xi-search {position: absolute; right: 50px; color: #dc851b;  font-size: 40px; top: 50%; transform: translateY(-50%); cursor: pointer;} */


.result-top {text-align: center; padding: 60px 0; border-bottom: 1px solid #ebebeb;}
.result-top h2 {font-size: 30px; color: #909090;}
.result-top .src-keyword {color: #282828;font-weight: 700;}
.src-tab {margin-top: 45px;}
.src-tab ul {display: flex; flex-wrap: wrap; border-top: 1px solid #ebebeb; border-right: 1px solid #ebebeb;}

.src-tab ul li {width: 50%; border-left:1px solid #ebebeb; box-sizing: border-box; text-align: center; border-bottom: 1px solid #ebebeb;}
/* .src-tab ul li:last-child {margin-left: -1px; border-right: 1px solid #ebebeb;} */
.src-tab ul li > a {display: block; height: 50px; line-height: 50px; background: #f8f9fa; color: #676664; font-size: 18px;}
.src-tab ul li.active {border-bottom: 0; border-top: 1px solid #dc851b;}
.src-tab ul li.active > a {background: #fff; color: #dc851b; font-weight: 500;}
.src-tab ul li:last-child.active {margin-left: 0;}
.result-con {margin-top: 45px;}

.products-top {font-size: 45px; text-align: center; font-weight: 700; color: #282828;letter-spacing: -2px; margin: 75px 0 60px;}
.products-tit {font-size: 30px; font-weight: 700; color: #282828; letter-spacing: -2px; margin-bottom: 20px; padding: 30px 0 10px; border-bottom: 1px solid #ebebeb;}
.type-tag {width: 120px; height: 30px; line-height: 30px; font-size: 18px; color: #fff; background: #dc851b; text-align: center; margin-bottom: 20px;}
.products-list {display: flex; flex-wrap: wrap;}
.products-list li {width: calc(11.111% - 27px); margin-right: 30px; text-align: center;}
.products-list li:nth-child(9n) {margin-right: 0;}
.products-list li .img-wrap {position: relative; padding-top: 100%; border: 1px solid #ebebeb; overflow: hidden;}
.products-list li .img-wrap::before {position: absolute; content: ''; width: 100%; height: 100%; background: rgba(220, 133, 27, 0.5);left:50%; top: 50%; transform: translate(-50%, -50%); transition: all 0.3s; opacity: 0;}
.products-list li .img-wrap img {position: absolute; width: 100%; height: 100%; object-fit: cover; left:50%; top: 50%; transform: translate(-50%, -50%);}
.products-list li .img-wrap .ico-lnk {position: absolute; right: 10px; bottom: 10px; display: none; margin-top: 0; z-index: 2;}
.products-list li .products-name {margin: 30px 0;text-transform: uppercase;color: #676664;font-size: 16px;transition: all 0.3s;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.modal-pop .products-list li .products-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.products-list li:hover .img-wrap::before {z-index: 1; opacity: 1;}
.products-list li:hover .img-wrap .ico-lnk {display: block;}
.products-list li:hover .img-wrap .ico-lnk::before {animation: lnk-arrow 1s infinite linear;}
.products-list li:hover .products-name {color: #083994; font-weight: 500;}

.products-list.case, .products-list.video {padding-top: 20px; border-top: 1px solid #ebebeb;}
.products-list.case li {width:calc(20% - 40px); margin-right: 50px;}
.products-list.case li:nth-child(5n) {margin-right: 0;}
.products-list.case li:nth-child(9n) {margin-right: 50px;}
.products-list.case .products-name {margin: 20px 0 30px;}

.products-list.video li {width: calc(25% - 15px); margin-right: 20px;}
.products-list.video li:nth-child(4n) {margin-right: 0;}
.products-list.video li .img-wrap {padding-top: 56%;}

.src-tab-dep2 {border:1px solid #e5e5e5; border-top: none; box-sizing: border-box;}
.src-tab-dep2 .dep2-box {display: block; width: 100%; border-top: none; padding: 20px 0; box-sizing: border-box;}
.src-tab-dep2 .dep2-box > div { width: 100%; border-top: none; box-sizing: border-box; display: none;}
.src-tab-dep2 .dep2-box > div.act { display: block;}
/* .src-tab-dep2 .dep2-box > div { display: none;} */
.src-tab-dep2 .dep2-box>div.wid100>ul {height: 100%;}
/* .src-tab-dep2 .dep2-box>div.wid100>ul>li {width: 100%; border-right: none;}
.src-tab-dep2 .dep2-box>div.wid33>ul>li {width: 33.33%;}
.src-tab-dep2 .dep2-box>div.wid25>ul>li {width: 25%;}
.src-tab-dep2 .dep2-box>div.wid50>ul>li {width: 50%;} */
/* .src-tab-dep2 .dep2-box > div.wid25 { display: block;} */
/* .src-tab-dep2 .dep2-box > div > ul { border: none; height: 100%; max-height: 200px; flex-direction: column; } */
.src-tab-dep2 .dep2-box > div > ul { border: none; height: 100%;   }
.src-tab-dep2 .dep2-box > div > ul > li{ width: 25%; text-align: left; padding: 0 20px; box-sizing: border-box; border-bottom: none; border-left: none; border-right: 1px solid #ebebeb;}
.src-tab-dep2 .dep2-box > div > ul > li{border-right: 1px solid #ebebeb; }
.src-tab-dep2 .dep2-box>div>ul>li:nth-child(4n) {border-right: none;}
.src-tab-dep2 .dep2-box>div>ul>li > a {background-color: #fff; display: block;width: 100%; height:100%; word-break: keep-all; display: flex; align-items: center;  height: 50px; line-height: 1.5; justify-content: left;}
.src-tab-dep2 .dep2-box>div>ul>li.go a span {color: #dc851b; border-bottom: 1px solid #dc851b; box-sizing: border-box; padding-bottom: 7px; font-weight: 700;} 



@media screen and (max-width:1600px) {
	.sub-container .inner-content {padding: 0 40px; box-sizing: border-box;}
}
@media screen and (max-width:1400px) {
	.products-list li {width: calc(16.666% - 25px);}
	.products-list li:nth-child(6n) {margin-right: 0;}
	.products-list li:nth-child(9n) {margin-right: 30px;}
	.products-list li .products-name {margin: 20px 0;}

	.products-list.case li {width:calc(33.333% - 20px); margin-right: 30px}
	.products-list.case li:nth-child(3n) {margin-right: 0;}
	.products-list.case li:nth-child(5n) {margin-right: 30px;}

	.products-list.video li:nth-child(9n) {margin-right: 20px;}
}

@media screen and (max-width:1024px) {
    .sub-container .search-box i.xi-search {font-size: 30px;}
    .sub-container .search-box{height: 75px;}
    .sub-container .search-box > button {right: 10px;}
    .sub-container .search-box .src-box01 select,
    .sub-container .search-box .src-box02 input {font-size: 16px; padding: 0 51px 0 20px;}
}

@media screen and (max-width:1023px) {
	.sub-container .inner-content {padding: 0 30px;}
	.result-top {padding: 40px 0;}
	.result-top h2 {font-size: 26px;}
	.src-tab {margin-top: 30px;}
	.src-tab ul li a {font-size: 16px;}
	.src-tab-dep2 .dep2-box>div>ul>li{padding: 0 10px;}
	.src-tab-dep2 .dep2-box>div>ul>li>a {height: 60px; }

	.result-con {margin-top: 30px;}
	.products-top {margin: 50px 0 40px; font-size: 36px;}
	.products-tit {padding: 20px 0 10px; font-size: 26px;}
	.type-tag {font-size: 16px; width: 100px;}

	.products-list li .products-name {font-size: 14px;}
	.products-list.case .products-name {margin: 15px 0 25px;}

	.products-list.video li {width: calc(33.333% - 14px);}
	.products-list.video li:nth-child(4n) {margin-right: 20px;}
	.products-list.video li:nth-child(3n) {margin-right: 0;}
}
@media screen and (max-width:767px) {
	.sub-container .inner-content {padding: 0 20px;}
	.result-top {padding: 30px 0;}
	.result-top h2 {font-size: 24px;}
	.src-tab {margin-top: 20px;}
	.src-tab ul li a {font-size: 15px;}
	.result-con {margin-top: 20px;}
	.products-list li {width:calc(25% - 15px); margin-right: 20px;}
	.products-list li:nth-child(6n), .products-list li:nth-child(9n) {margin-right: 20px;}
	.products-list li:nth-child(4n) {margin-right: 0;}

	.products-list.case li:nth-child(4n) {margin-right: 30px;}

	.products-list li .img-wrap .ico-lnk {right: 5px; bottom: 5px;}

	.products-list.video li {width: calc(50% - 10px);}
	.products-list.video li:nth-child(3n) {margin-right: 20px;}
	.products-list.video li:nth-child(2n) {margin-right: 0;}

	.src-tab ul li > a {word-break: keep-all; line-height: 1.5; display: flex;align-items: center;justify-content: center;}
	.src-tab-dep2 .dep2-box>div>ul>li>a{justify-content: center; text-align: center;}
    .sub-container .search-box > button {right: 15px;}

    .src-tab-dep2 .dep2-box>div>ul>li {width: 33.33%;}
    .src-tab-dep2 .dep2-box>div>ul>li:nth-child(4n) {border-right: 1px solid #ebebeb;}
    .src-tab-dep2 .dep2-box>div>ul>li:nth-child(3n) {border-right: none;}



}
@media screen and (max-width:640px) {
    .sub-container .search-box{ height: 60px;}
    .sub-container .search-box i.xi-search {font-size: 25px;}
    /* .sub-container .search-box .src-box01 {width: 170px;} */
    /* .sub-container .search-box .src-box02{width: calc( 100% - 170px );} */
    .sub-container .search-box .src-box01 select,
    .sub-container .search-box .src-box02 input {padding: 0 45px 0 13px;}

	.src-tab-dep2 .dep2-box>div>ul>li {width: 100%;}
	.src-tab-dep2 .dep2-box>div>ul>li>a {font-size: 18px;}
	.src-tab-dep2 .dep2-box>div {border-top: 1px solid #dc851b;}

	.src-tab-dep2 .dep2-box {padding: 0; margin-top: 20px;}
	.src-tab > ul{border-right:none;}
	.src-tab.col7>ul>li:last-child{border-right: 1px solid #ebebeb;}
    .src-tab-dep2 .dep2-box>div>ul>li {border-right: none;}
    .src-tab-dep2 .dep2-box>div>ul>li:nth-child(4n) {border-right: none;}

}
@media screen and (max-width:500px) {
    /* .sub-container .search-box .src-box01 {width: 115px;} */
    /* .sub-container .search-box .src-box02{width: calc( 100% - 115px );} */
    .sub-container .search-box i.xi-search{font-size: 20px;}

	.products-list li {width:calc(33.333% - 7px); margin-right: 10px;}
	.products-list li:nth-child(4n) {margin-right: 10px;}
	.products-list li:nth-child(3n) {margin-right: 0;}
	.products-list li .products-name {margin: 10px 0;}

	.products-list.case li {width:calc(50% - 15px);}
	.products-list.case li:nth-child(3n) {margin-right: 30px;}
	.products-list.case li:nth-child(2n) {margin-right: 0;}
	.products-list.case .products-name {margin: 10px 0 20px;}

    .sub-container .search-box > button {right: 10px;}
}

@media screen and (max-width:400px) {
    /* .sub-container .search-box .src-box01 {width: 100px;}
     .sub-container .search-box .src-box02{width: calc( 100% - 100px );} */
    .sub-container .search-box{height: 55px;}
    .sub-container .search-box .src-box01 select,
    .sub-container .search-box .src-box02 input {padding: 0 40px 0 10px; font-size: 15px;}
    /* .sub-container .search-box > button {display: none;} */

	.src-tab-dep2 .dep2-box>div>ul>li>a {font-size: 18px;}
}

/*popup*/
.modal-pop ,
.plusimg-modal {display: none; position: fixed; left: 50%; top: 0; transform: translateX(-50%); padding: 60px 0; z-index: 50; width: 100%; height: 100vh; overflow-y: auto; box-sizing: border-box; overflow-x: hidden;}
/* .inner-pop {position:relative; z-index:2; max-width: 800px; margin: 0 auto; width: 100%; top: 50%; transform: translateY(-50%);} */
.inner-pop {position:relative; z-index:2; max-width: 800px; margin: 0 auto; width: 100%; }
.popup-close {background: #dc851b; border-top-left-radius: 10px; height: 40px; line-height: 40px; padding: 0 20px; box-sizing: border-box; text-align: right;}
.popup-close2{text-align:center; padding:0; border-radius:0;}
.popup-close2 a{display: block; width: 100%; height: 100%; color: #fff; font-size: 18px;}
.popup-close button {font-size: 18px; color: #fff;}
.pro-name {text-align: center;background: #f8f9fa;color: #282828;font-size: 24px;font-weight: 700;/* height: 60px; *//* line-height: 60px; */text-transform: uppercase;border-bottom: 1px solid #e1e1e1;padding: 16px 20px;}
.popup-con {background: #fff; padding: 36px 30px 32px;}
.popup-con.p-none {padding: 36px 0 32px;}
.popup-con .img-wrap {max-width: 640px;margin: 0 auto;margin-bottom: 20px;position: relative;padding-top: 86%;}
.popup-con .img-wrap img {position: absolute;width: 100%;height: 100%;left:50%;top: 50%;transform: translate(-50%, -50%);object-fit: contain;}
.popup-con .popup-con-btns {display: flex; align-items: center; justify-content: space-between; max-width: 640px; width: 100%; margin: 0 auto;}
.popup-con .lnk-btn {background: #083994; color: #fff; font-size: 24px; font-weight: 700; max-width: 310px; margin: 0; display: block; text-align: center; height: 60px; line-height: 60px; border-radius: 5px; display: flex; align-items: center; justify-content: center; width: 100%;}
.popup-con .popup-con-btns .lnk-btn:nth-child(1) {margin-right: 20px;}
.popup-con .lnk-btn.plus {border: 1px solid #083994; box-sizing: border-box; background-color: transparent; color: #083994; cursor: pointer;}
.popup-con .lnk-btn.plus i.xi-zoom-in {padding-left: 13px; font-size: 24px; }

.pop-slide .swiper-wrapper {padding-bottom: 50px;}
.pop-slide .swiper-slide {    text-align: center;padding: 30px;box-sizing: border-box;min-height: 410px;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.pop-slide .swiper-slide .mobshow {display: none;}
.pop-slide .swiper-slide img {max-width: 100%;}
.pop-slide .swiper-slide .video-wrap {position: relative;padding-top: 47%;width: 85%;margin: 0 auto;}
.pop-slide .swiper-slide iframe {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100% !important; height: 100% !important;}

.pop-slide .swiper-button-next, .pop-slide .swiper-button-prev {top: calc(50% - 50px);}
.pop-slide .swiper-button-next::after, .pop-slide .swiper-button-prev::after {content: ''; background: url('../../images/prev-btn.png') 50% 50% no-repeat; width: 20px; height: 34px; background-size: 100%; z-index: 1;}
.pop-slide .swiper-button-next::after {background-image: url('../../images/next-btn.png');}
.pop-slide .swiper-pagination {background: rgba(161,161,161,0.2); width: auto; padding: 0 20px; border-radius: 100px; left: 50%; transform: translateX(-50%); height: 30px; line-height: 30px; font-size: 18px; color: #828282; bottom: 0;}
.pop-slide .swiper-pagination-current {color: #dc851b; font-weight: 500;}
.pop-slide .swiper-button-next::before, .pop-slide .swiper-button-prev::before {position: absolute;content: '';width: 130px;height: 130px;background: rgba(161,161,161,0.5);transform: rotate(45deg);border-radius: 40px;left: -75px;}
.pop-slide .swiper-button-next::before {left: auto; right: -75px;}
.popup-bottom {background: #fff;padding-bottom: 30px;}
.cate-name {text-align: center;background: #f8f9fa;color: #282828;font-size: 24px;font-weight: 700;height: 60px;line-height: 60px;text-transform: uppercase;border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1;}
.popup-bottom .products-list {padding: 30px;}
.popup-bottom .products-list:after{content:''; clear:both; display:block; visibility:hidden;}
.popup-bottom .products-list li{width: calc(20% - 10px); margin:0 5px;}


.modal-pop .wrap{position:relative; height:100%;}

.modal-pop .bg_box{position:absolute; z-index:1; width:100vw;height:100%;}



@media screen and (max-width:1023px) {
	.modal-pop,
	.plusimg-modal {padding: 80px 60px;}

	.pop-slide .swiper-button-next, .pop-slide .swiper-button-prev {top: calc(50% - 30px);}
	.pop-slide .swiper-button-next::before, .pop-slide .swiper-button-prev::before {width: 100px; height: 100px; left: -60px; border-radius: 25px;}
	.pop-slide .swiper-button-next::before {left: auto; right: -60px;}
	.pop-slide .swiper-wrapper {padding-bottom: 30px;}
}
@media screen and (max-width:820px) {
	.popup-con .lnk-btn {max-width: 38vw;}
}
@media screen and (max-width:767px) {
	.modal-pop,
	.plusimg-modal {padding: 100px 40px;}
	.popup-close {padding: 0 15px;}
	.popup-close2 a{font-size:16px;}
	.pro-name, .popup-con .lnk-btn{font-size: 20px;}
	.popup-con .img-wrap {padding-top: 100%;}
	.popup-bottom .products-list li {width: calc(33.333% - 14px); margin:0 7px;}
	.popup-bottom .products-list li:nth-child(3n) {margin-right: 0;}
	.pop-slide .swiper-slide .video-wrap {width: 100%; padding-top: 56%;}
	.pop-slide .mob-box {position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; display: flex; flex-wrap: wrap; width: 190px; align-items: center; justify-content: space-between; z-index: 2;}
	.pop-slide .mob-box .swiper-button-next, .pop-slide .mob-box .swiper-button-prev, .pop-slide .mob-box swiper-pagination {position: static; height: auto;}
	.pop-slide .swiper-button-next::before, .pop-slide .swiper-button-prev::before {display: none;}
	.pop-slide .swiper-button-next::after, .pop-slide .swiper-button-prev::after {width: 15px; background-image: url('../../images/sub/pop-next-btn.png');}
	.pop-slide .swiper-button-prev::after {background-image: url('../../images/sub/pop-prev-btn.png');}
	.pop-slide .swiper-slide {min-height: auto;}
	
}
@media screen and (max-width:500px) {
	.modal-pop ,
	.plusimg-modal{padding: 100px 20px;}
	.popup-bottom .products-list li {width: calc(33.333% - 7px); margin:0 3.5px;}
	.popup-con{padding: 36px 15px 32px;}
	.popup-con .popup-con-btns .lnk-btn { max-width: 100%; padding: 0 5px;}
}

@media screen and (max-width:470px) {
	.popup-con .popup-con-btns .lnk-btn:nth-child(1) {margin-right: 10px;}
	.popup-con .popup-con-btns .lnk-btn {font-size: 18px; word-break: keep-all; line-height: 1.5; display: flex;align-items: center; justify-content: center;} 
}

@media screen and (max-width:370px) {
    .popup-con .popup-con-btns .lnk-btn {font-size: 15.6px; height: 50px;}
}

/*sub-top*/
.sub-top {display: flex; flex-wrap: wrap; flex-direction: column; align-items: center; justify-content: center; height: 310px; width: 100%; background: url('../../images/sub/sub-top01.jpg') 50% 50% no-repeat; background-size: 120%; text-align: center; box-sizing: border-box; padding-top: 60px; animation: visualEf 1s 0.3s 1 linear forwards;}
.sub-top.case {background-image: url("../../images/sub/sub-top02.jpg");}
.sub-top.company {background-image: url("../../images/sub/sub-top03.jpg");}
.sub-top.service {background-image: url("../../images/sub/sub-top04.jpg");}
.sub-top.about {background-image: url("../../images/sub/sub-top05.jpg");}
.sub-top.smart_factory {background-image: url("../../images/sub/sub-top06.jpg"); background-size: cover !important;}
@keyframes visualEf {
	0% {background-size: 120%;}
	100% {background-size: 115%;}
}
.sub-txt {color: #fff;}
.sub-txt h2 {font-size: 50px; font-weight: 700; letter-spacing: -2.5px;}
.sub-txt p {font-size: 18px; margin-top: 20px;}
.lnb-wrap {position: relative; z-index: 10; border-bottom: 1px solid #f1f1f1;}
.lnb-wrap > ul {max-width: 1500px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center;}
.lnb-wrap > ul > li {position: relative;}
.lnb-wrap > ul > li::before {position: absolute; content:''; width: 1px; height: 22px; top: 50%; transform: translateY(-50%); right: 0; background: #ebebeb;}
.lnb-wrap > ul > li.home > a {padding: 15px 20px 15px 0;}
.lnb-wrap > ul > li.lnb-dep {position: relative;}
.lnb-wrap > ul > li.lnb-dep > a {display: flex; min-width: 145px; padding: 15px 20px; align-items: center; justify-content: space-between; font-size: 15px; color: #868686; box-sizing: border-box;}
.lnb-wrap > ul > li.lnb-dep > a > i {color: #282828;}
.lnb-wrap > ul > li.lnb-dep > a.active > i::before {content: '\e932';}
.lnb-wrap > ul > li.lnb-dep > ul {display: none;position: absolute;top: 52px;width: 100%;border-left: 1px solid #ebebeb;border-right: 1px solid #ebebeb;z-index: 1;}
.lnb-wrap > ul > li.lnb-dep > ul > li > a {padding: 10px 20px; box-sizing: border-box; display: block; border-bottom: 1px solid #ebebeb; background: #fff; transition: all 0.3s;}
.lnb-wrap > ul > li.lnb-dep > ul > li > a:hover {background: #dc851b; color: #fff;}
.tit {margin: 55px 0 60px; font-size: 45px; font-weight: 700; color: #282828;text-align: center; letter-spacing: -2.5px;}

@media screen and (max-width:1600px) {
	.lnb-wrap > ul, .sub-txt {padding: 0 40px; box-sizing: border-box;}
}
@media screen and (max-width:1023px) {
	.lnb-wrap > ul, .sub-txt {padding: 0 30px;}
	.sub-top {height: 280px;}
	.sub-txt h2, .tit {font-size: 40px;}
	.sub-txt p {font-size: 18px;}
	.tit {margin: 50px 0;}
}
@media screen and (max-width:767px) {
	.lnb-wrap > ul, .sub-txt {padding: 0 20px;}
	.sub-top {height: 250px; background-image: url("../../images/sub/sub-top01-mo.jpg");}
	.sub-top.case {background-image: url("../../images/sub/sub-top02-mo.jpg");}
	.sub-top.company {background-image: url("../../images/sub/sub-top03-mo.jpg");}
	.sub-top.service {background-image: url("../../images/sub/sub-top04-mo.jpg");}
	.sub-top.about {background-image: url("../../images/sub/sub-top05-mo.jpg");}
	.sub-txt h2, .tit {font-size: 32px;}
	.sub-txt p {font-size: 16px;}
	.tit {margin: 50px 0 30px;}
}
@media screen and (max-width:500px) {
	.lnb-wrap > ul > li.home img {height: 30px;}
	.lnb-wrap > ul > li.lnb-dep {width: calc(50% - 20px);}
	.lnb-wrap > ul > li.home > a {padding: 10px 10px 10px 0;}
	.lnb-wrap > ul > li.lnb-dep > a {padding: 15px 10px; min-width: auto;}
}

/*제품소개 게이트*/
.gate-wrap ul {display: flex; flex-wrap: wrap; border: 1px solid #e1e1e1; box-sizing: border-box; height: 610px;}
.gate-wrap ul li {width: 14.285%; box-sizing: border-box; border-right: 1px solid #e1e1e1; text-align: center; background-position: 50% bottom; background-repeat: no-repeat; background-size: cover; transition: width 0.5s; cursor: pointer;}
.gate-wrap ul li:last-child {border-right: 0;}
.gate-wrap ul li .num {display: inline-block; font-size: 15px; font-weight: 700; color: #dc851b; margin-bottom: 20px;}
.gate-wrap ul li .dep-tit {font-size: 24px;color: #282828;font-weight: 700;writing-mode: vertical-rl;text-orientation: upright;letter-spacing: 0.5px;line-height: 1.2;margin: 0 auto;width: 24px;}
.gate-wrap ul li .ico-lnk {margin-top: 0;}
.gate-wrap ul li .gate-con {padding: 40px 0;height: 100%;box-sizing: border-box;}
.gate-wrap ul li .gate-con > a {margin-top: 25px; display: none; color: #083994; font-size: 18px;}

.gate-wrap ul li.on {width: 30%; padding: 40px; text-align: left;}
.gate-wrap ul li.on .dep-tit {margin: 0; width: auto; writing-mode: inherit; text-orientation: inherit;}
.gate-wrap ul li.on .gate-con {padding: 0;}
.gate-wrap ul li.on .gate-con > a {display: flex;flex-wrap: wrap;align-items: center;min-width: 520px;}
.gate-wrap ul li.on .ico-lnk {margin-left: 10px;}
.gate-wrap ul li:hover .ico-lnk::before {animation: lnk-arrow 1s infinite linear;}
.gate-wrap ul li.off {width: 10%;}

@media screen and (max-width:1023px) {
	.gate-wrap ul {height: 1500px;}
	.gate-wrap ul li {background-position: right bottom; background-size: inherit;background-image: url('../../images/sub/gate01-mo.jpg');}
	.gate-wrap ul li, .gate-wrap ul li.on, .gate-wrap ul li.off {width: 100%; text-align: left; padding: 30px; border-right: 0; border-bottom: 1px solid #e1e1e1; transition: height 0.5s;}
	.gate-wrap ul li:last-child {border-bottom: 0;}
	.gate-wrap ul li .dep-tit {margin: 0; width: auto; writing-mode: inherit; text-orientation: inherit;}
	.gate-wrap ul li .gate-con {padding: 0;}
	.gate-wrap ul li.on {height: 20%;}
	.gate-wrap ul li.off {height: 11.4%;}
	.gate-wrap ul li.gate02 {background-image: url('../../images/sub/gate02-mo.jpg');}
	.gate-wrap ul li.gate03 {background-image: url('../../images/sub/gate03-mo.jpg');}
	.gate-wrap ul li.gate04 {background-image: url('../../images/sub/gate04-mo.jpg');}
	.gate-wrap ul li.gate05 {background-image: url('../../images/sub/gate05-mo.jpg');}
	.gate-wrap ul li.gate06 {background-image: url('../../images/sub/gate06-mo.jpg');}
	.gate-wrap ul li.gate07 {background-image: url('../../images/sub/gate07-mo.jpg');}
}
@media screen and (max-width:767px) {
	.gate-wrap ul {height: 1000px;}
	.gate-wrap ul li {background-position: right 50%; background-size: 80%;}
	.gate-wrap ul li .num {margin-bottom:10px;}
	.gate-wrap ul li .dep-tit {font-size: 20px;}
	.gate-wrap ul li .ico-lnk {margin-top: 10px;}
	.gate-wrap ul li .gate-con > a {font-size: 15px;}
	.gate-wrap ul li.on .ico-lnk {margin-top: 0;}
}
@media screen and (max-width:767px) {
	.gate-wrap ul {height: 900px;}
}

/*list*/
.src-tab.col7, .src-tab.col8 {margin-bottom: 45px;}
.src-tab.col7 > ul > li {width:12.5%;}
.src-tab.col8 > ul > li {width:11.111%;}
.products-tit.dep {position: relative; cursor: pointer;}
.products-tit.dep::before {position: absolute; content:'\e945'; font-family: xeicon; font-size: 30px; color: #dc851b; top: 45%; right: 0;}
.products-tit.dep.off::before {content:'\e942';}
i.red {color: #ff0000;}

/*적용사례 상단 검색*/
.src-box {display: flex; flex-wrap: wrap; margin-bottom: 25px; justify-content: flex-end;}
.src-box .int {background: #f8f9fa; color: #676664; height: 60px; line-height: 60px; border: 1px solid #ebebeb; box-sizing: border-box; border-radius: 100px; font-size: 18px;}
.src-box .select-box select {width: 160px; padding: 0 30px 0 20px; background-image: url('../../images/select-arrow.png'); background-repeat: no-repeat; background-position: 85% 50%; margin-right: 5px;}
.src-box .input-box button > i {color: #083994;}
.src-box .input-box {width: 600px; position: relative;}
.src-box .input-box input {width: 100%; padding: 0 60px 0 30px;}
.src-box .input-box input::placeholder {color: #909090;}
.src-box .input-box button {position: absolute; top: 50%; transform: translateY(-50%); right: 0; padding: 0; font-size: 30px; right: 20px;}

@media screen and (max-width:1200px) {
.src-tab.col8 > ul > li {width:25%;}
.src-tab.col8 > ul > li:nth-child(4n) {border-right: 1px solid #ebebeb;}
.src-tab.col8 > ul > li:last-child {margin-left: 0;}
}

@media screen and (max-width:1023px) {
	.src-tab.col8 > ul > li {width:25%;}
	.src-tab.col8 > ul > li:nth-child(4) {border-right: 1px solid #ebebeb;}
	.src-tab.col8 > ul > li:last-child {margin-left: 0;}
	.select-box {width: 145px;}
	.src-box .select-box select {width: 140px;}
	.src-box .input-box {width:calc(100% - 145px);}
	.src-box .int {font-size: 16px;}
	.src-box .input-box button {font-size: 26px; width: 30px;}
}

@media screen and (max-width:1280px) {
	.src-tab.col7>ul>li {
		width: 25%;
	}

}
@media screen and (max-width:767px) {
	.src-tab.col7 > ul > li {width: 33.333%;}
	.src-tab.col7 > ul > li:nth-child(3n) {border-right: 1px solid #ebebeb;}
	.src-tab.col7 > ul > li:nth-child(3n) {border-right: none;}
	.src-tab.col7 > ul > li:last-child {margin-left: 0; border-right: 1px solid #ebebeb;}
	.src-tab.col7 > ul > li.active, .src-tab.col8 > ul > li.active {border: 1px solid #dc851b;}
	.src-tab.col8 > ul > li {width:33.333%;}
	.src-tab.col8 > ul > li:nth-child(3n) {border-right: 1px solid #ebebeb;}
	.src-tab.col8 > ul > li:nth-child(4n) {border-right:0;}
	.src-tab.col8 > ul > li:nth-child(3n).active,
	.src-tab.col8 > ul > li:nth-child(4n).active{border: 1px solid #dc851b;}
	.src-box .int {height: 50px; line-height: 50px;}
}
@media screen and (max-width:430px) {
	.src-tab>ul li>a {padding: 0 5px;}

}
/*상세*/
.view-top {display: flex; flex-wrap: wrap;}
.view-top .left {width: calc(50% - 60px);margin-right:120px;}
.view-top .left .view-pro {font-size: 30px;font-weight: 700;color: #282828;text-transform: uppercase;display: flex;flex-wrap: wrap;justify-content: left;align-items: baseline;margin-bottom: 35px; display: flex; align-items: center;}
.view-top .left .view-pro p {font-style: italic;width: calc(100% - 190px);}
.view-top .left .view-pro .list-btn {color: #083994;width: 90px;margin-left: 20px;display: flex;align-items: center; width: auto; border: 2px solid #083994; border-radius: 100%; padding: 5px; box-sizing: border-box;}
.view-top .left .view-pro .list-btn i,  
.view-top .left .view-pro .zoom-btn i  
{font-size: 20px;}
.view-top .left .view-pro .zoom-btn {border: 2px solid #083994; margin-left: 0; border-radius: 35px; padding: 0 10px; display: flex; align-items: center; justify-content: center;width: 130px; box-sizing: border-box; height: 35px; cursor: pointer;}
.view-top .left .view-pro .list-btn .font-xs {font-size: 18px;padding-right: 5px;}
.view-top .left .img-wrap {position: relative; padding-top: 100%;}
.view-top .left .img-wrap img {position: absolute; width: 100%; height: 100%; object-fit: cover; top:50%; left: 50%; transform: translate(-50%, -50%);}

.view-top .right {width: calc(50% - 60px);}
.view-top .right .src-tab {margin-top: 0;}
.view-top .right .products-list.case {margin-top: 20px;}
.view-top .right .products-list.case li {width: calc(20% - 24px); margin-right: 30px;}
.view-top .right .products-list.case li:nth-child(5n) {margin-right: 0;}
.view-top .right .products-list.case li:nth-child(9n) {margin-right: 30px;}
.view-top .right .products-list.case li .products-name {margin: 10px 0 20px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.view-top .right .products-list.case.video li {width: calc(33.333% - 17px); margin-right: 20px;}
.view-top .right .products-list.case.video li:nth-child(3n) {margin-right: 0;}
.view-top .right .products-list.case.video .img-wrap {padding-top: 60%;}
.viewSlide .swiper-wrapper {padding-bottom: 50px;}
.viewSlide .view-btn {display: flex; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 190px; justify-content: space-between; align-items:center; z-index: 2;}
.viewSlide .view-btn .swiper-button-next, .viewSlide .view-btn .swiper-button-prev {position: static; margin-top: 0; color: #464646;}
.viewSlide .view-btn .swiper-button-prev::after {content: '\e93b'; font-family: xeicon; font-size: 30px;}
.viewSlide .view-btn .swiper-button-next::after {content: '\e93e'; font-family: xeicon; font-size: 30px;}
.viewSlide .view-btn .swiper-pagination {position: static; height: 30px; line-height: 30px; background: rgba(161,161,161,0.2); color: #828282; font-size: 18px; padding: 0 20px; width: auto; border-radius: 100px;}
.viewSlide .view-btn .swiper-pagination-current {color: #dc851b; font-weight: 500;}

.view-bottom {margin-top: 100px;}
.view-bottom .src-tab {margin-top: 0; margin-bottom: 45px;}
.src-tab.col3 li {width:33.333%;}
.tab-wrap .tab-con {display: none;}
.tab-wrap .tab-con:first-child {display: block;}

.bg-area {background: #f8f9fa; color: #676664; padding: 50px; box-sizing: border-box; font-size: 18px;}
.editor {min-height: 400px; line-height: 1.6;}
.editor img{max-width:100%;}
.editor > span {color: #bbb; text-align: center; display: block;}
.fix-section {margin-top: 30px;}
.v-con-tit {font-size: 24px; color: #282828; font-weight: 500;}
.v-con-txt {color: #676664; margin: 30px 0; line-height:1.6;}
.txt-list .li-tit {position: relative; padding-left: 8px; color: #676664; margin-bottom: 5px;}
.txt-list .li-tit::before {position: absolute; content: ''; width: 2px; height: 2px; background: #676664; border-radius: 100%; top: 11px; left: 0;}
.txt-list li:last-child .li-tit {margin-bottom: 0;}
.txt-list .li-tit.col-oran {color: #dc851b;}
.txt-list .li-tit.col-oran::before {background: #dc851b;}
.line {display: block; width: 100%; border-top: 1px solid #e1e1e1; margin: 40px 0;}
.tab-con .img-wrap img {max-width: 100%;}
.col-oran {color: #dc851b;}

.step-list {display: flex;flex-wrap: wrap;align-items: stretch;margin-top: 80px;}
.step-list > li {width: 20%;text-align: center;height: 100%;}
.step-list li .top > p, .step-list li .bottom {max-width: 85%; margin: 0 auto;}
.step-list li .top > p {background: #fcbe00; color: #fff; padding: 10px 0; border-top-left-radius: 30px; border-top-right-radius: 30px; font-size: 20px; text-transform: uppercase;}
.step-list li .top > p > span {display: block; font-size: 15px;}
.step-list li.bg02 .top > p {background: #fc6d00;}
.step-list li.bg03 .top > p {background: #4eae66;}
.step-list li.bg04 .top > p {background: #2594d6;}
.step-list li.bg05 .top > p {background: #cd312e;}
.step-list li .top {position: relative;}
.step-list li .top::before {position: absolute;content: '';width: 100%;height: 100%;background: url('../../images/sub/shadow.png') 50% bottom no-repeat;left: 50%;bottom: 0;transform: translateX(-50%);background-size: 100%;}
.step-list li .bottom {background: #fff;text-align: left;box-sizing: border-box;padding: 30px;border-bottom-left-radius: 30px;border-bottom-right-radius: 30px;height: 100%;min-height: 210px;}
.step-list li .bottom li {position: relative; padding-left: 8px; font-size: 18px; margin-bottom: 5px; color: #676664;}
.step-list li .bottom li::before {position: absolute; content: ''; width: 2px; height: 2px; background: #676664; border-radius: 100%; top: 14px; left: 0;}
.step-list li .bottom li:last-child {margin-bottom: 0;}

.padding-box {padding: 0 50px; box-sizing: border-box;}
.info-length {margin-top: 50px;}
.info-length, .info-length li {display: flex; flex-wrap: wrap;}
.info-length li {width: calc(50% - 20px); margin-right: 40px;}
.info-length li:last-child {margin-right: 0;}
.info-length .left {width: 173px;height: 173px;border-radius: 100%;background: #fff;display: flex;align-items: center;text-align: center;justify-content: center;flex-direction: column;padding: 20px;box-sizing: border-box; color: #676664; margin-right: 40px; box-shadow: 7px 6px 20px rgba(97,97,97,0.1);}
.info-length .left .top {border-bottom: 1px solid #ebebeb; width: 100%; padding-bottom: 10px; margin-bottom: 10px; box-sizing: border-box;}
.info-length .right {margin-top: 20px; width: calc(100% - 223px);}
.info-length .right .col-oran {margin-bottom: 20px;}
.info-length .right .info {line-height: 1.6;}
.flex-box {display: flex; align-items: center; margin-top: 80px; flex-wrap: wrap;}
.flex-box.start {align-items: flex-start;}
.flex-box.mt-none {margin-top: 0;}
.flex-box .img-wrap {margin-right: 120px;}
.flex-box .v-con-tit {margin-bottom: 30px;}
.flex-box .wid50 {width: calc(50% - 30px);}
.flex-box .wid50:first-child {margin-right: 60px;}
.flex-box .wid50 .img-wrap {margin-right: 0;}
.flex-box.type1 .img-wrap {width: 470px;}
.flex-box.type1 .right {width: calc(100% - 590px);} 
.v-con-txt.mt50 {margin-top: 50px;}

.fix-section .fix-top {display: flex;flex-wrap: wrap;justify-content: space-between;max-width: 80%;align-items: center;}
.fix-top .left {width:calc(100% - 350px); margin-right: 20px; line-height: 1.8;}
.fix-top .left .fix-tit {font-size: 24px; font-weight: 700; color: #d8151b; margin-bottom: 0;}
.fix-top .left .subtitle {font-size: 18px; color: #282828;}
.fix-top .right {width: 330px;}
.col-red {color: #d8151b;}
.tbl-noti {margin-top: 10px; font-size: 18px; line-height: 1.7;}
.tbl-noti .email {color: #676664;}
.tbl-noti.font-xs {font-size: 15px; color: #083994;}
.fix-tit {font-size: 24px; color: #282828; margin-bottom: 20px; font-weight: 500; font-style: italic;}
.fix-tit.type1 {font-style: normal; margin-top: 40px; margin-bottom: 0;}
.subtitle {font-size: 18px; color: #676664;}
.col-chip {display: inline-block; width: 35px; height: 35px; border-radius: 100%; margin: 0 auto;}
.col-chip.iv {background :#f8f3a1;}
.col-chip.wh {background :#fff; border: 1px solid #ebebeb;}
.col-chip.gr {background :#dcdcdc;}
.col-chip.bl {background :#2752a1;}
.col-chip.bk {background :#231816;}
.col-chip.eg {background :#c0b7b2;}
.col-chip.dg {background :#707070;}
.col-chip.sb {background :#9fd8f5;}
.col-chip.db {background :#102c6d;}
.col-chip.gn {background :#8fc323;}
.col-chip.rd {background :#e50112;}
.col-chip.gd {background :#bb8c16;}
.col-chip.sv {background :#a2a7ab;}

@media screen and (max-width:1500px) {
	.step-list {margin-top: 50px;justify-content: space-between;}
	.v-con-txt {margin: 20px 0;}
	.bg-area {padding: 50px 30px;}
	.step-list > li {max-width: 220px;  width:calc(20% - 8px); margin-right: 10px;}
	.step-list > li:last-child {margin-right: 0;}
	.step-list li .top > p {font-size: 18px;}
	.step-list li .top > p, .step-list li .bottom {max-width: 100%;}
	.step-list li .bottom {padding: 20px;}
	.step-list li .bottom li {font-size: 17px;}
	.flex-box {margin-top: 50px;}
	.flex-box .img-wrap {margin-right: 80px;}
	.flex-box .wid50 {width: calc(50% - 20px);}
	.flex-box .wid50:first-child {margin-right: 40px;}
	.info-length {margin-top: 30px;}
	.flex-box.type1 .right  {width:calc(100% - 550px);}
	.padding-box {padding: 0 30px;}
}

@media screen and (max-width:1200px) {
	.view-top .left, .view-top .right {width: calc(50% - 30px);}
	.view-top .left {margin-right: 60px;}
	.view-top .right .products-list.case li {margin-right: 20px; width: calc(20% - 16px);}
	.view-top .right .products-list.case li:nth-child(6n), .view-top .right .products-list.case li:nth-child(9n) {margin-right: 20px;}
	.view-top .right .products-list.case li .products-name {margin: 10px 0 20px; font-size: 15px;}
	.viewSlide .swiper-wrapper {padding-bottom: 40px;}
	.viewSlide .view-btn .swiper-button-prev::after, .viewSlide .view-btn .swiper-button-next::after {font-size: 24px;}
	.viewSlide .view-btn .swiper-pagination {font-size: 15px; padding: 0 15px;}
	.flex-box {margin-top: 30px;}
	.flex-box .wid50 {width: 100%;}
	.flex-box .wid50:first-child {margin-right:0; margin: 30px 0;}
	.tab-con .img-wrap img {max-width: none; width: 100%;}
	.info-length li {width: 100%; margin-right: 0;}
	.info-length li:last-child {margin-top: 30px;}
	.flex-box.center {justify-content: center; margin-top: 80px;}
	.flex-box .right {margin-top: 30px;}
	.flex-box .img-wrap {margin-right: 60px;}
	.flex-box .v-con-tit {margin-bottom: 10px;}
	.flex-box.type1 .img-wrap {margin-right: 60px;}
	.flex-box.type1 .right {width: calc(100% - 530px);}
	.flex-box .img-wrap {margin-right: 0; width: 100%;}
	.flex-box .right {width: 100%;}
	.padding-box {padding: 0 20px;}
	.fix-section .fix-top {max-width: 100%;}
	.flex-box.mt-none .wid50:first-child {margin-top: 0;}
}

@media screen and (max-width:1023px) {
	.view-top .left, .view-top .right {width: 100%;}
	.view-top .left {margin-right: 0; margin-bottom: 50px;}
	.view-top .left .img-wrap {max-width: 860px; margin: 0 auto; padding-top: 100%; height: 0;}
	.viewSlide .swiper-wrapper {padding-bottom: 60px;}

	.flex-box.type1 .img-wrap {width: 100%; margin-right: 0;}
	.flex-box.type1 .right {width: 100%;}
	.step-list > li {width:calc(33.333% - 7px); margin-bottom: 10px;}
	.step-list > li:nth-child(3n) {margin-right: 0;}
	.v-con-txt {margin: 10px 0;}
	.v-con-tit.mb30 {margin-bottom: 20px;}
	.v-con-tit {font-size: 20px;}
	.v-con-txt, .txt-list .li-tit {font-size: 16px;}

	.fix-section .fix-top {flex-direction: column-reverse; align-items: flex-start;}
	.fix-top .left {width: 100%; margin-top: 20px;}
	.fix-top .right {margin: 0 auto;}
	.fix-top .left .fix-tit {font-size: 20px;}
	.fix-tit {font-size: 20px; margin-bottom: 10px;}
	.fix-top .left .subtitle, .subtitle {font-size: 16px;}
	.col-chip {width: 28px; height: 28px;}
	.tbl-noti {font-size: 16px;}
}
@media screen and (max-width:767px) {
	.view-top .right .products-list.case.video li {width: calc(50% - 5px); margin-right: 10px;}
	.view-top .right .products-list.case.video li:nth-child(3n) {margin-right: 10px;}
	.view-top .right .products-list.case.video li:nth-child(2n) {margin-right: 0;}
	.step-list {margin-top: 30px;}
	.step-list li .bottom {min-height: 180px; padding: 20px 15px;}
	.step-list li .bottom li {font-size: 15px;}
	.info-length .left {font-size: 16px; width: 150px; height: 150px; padding: 10px;}
	.info-length .right .col-oran {margin-bottom: 10px;}
	.info-length .right {font-size: 16px; width: calc(100% - 190px);}
	.padding-box {padding:0 10px;}
	.flex-box.center {margin-top: 50px;}
	.line {margin: 20px 0;}
}
@media screen and (max-width:640px) {
	.view-top .left .view-pro {margin-bottom: 20px;}
	.view-top .left .view-pro p {font-size: 24px;}
	.view-top .left .img-wrap {height: 0; padding-top: 100%;}
	.view-top .right .products-list.case li {width: calc(50% - 10px); margin-right: 10px;}
	.view-top .right .products-list.case li:nth-child(5n) {margin-right: 10px;}
	.view-top .right .products-list.case li:nth-child(2n) {margin-right: 0;}
	.view-top .right .products-list.case li:last-child {margin-right: 0;}
	.pop-slide .swiper-slide .mobshow {display: block; text-align: left; font-size: 14px; margin-top: 10px;}

	.step-list > li {width: 100%; margin: 0 auto; max-width: none; margin-bottom: 20px;}
	.info-length .left {margin: 0;}
	.info-length .right {width: 100%;}
	.step-list li .top::before {width: 280px;}
	.step-list li .top > p, .step-list li .bottom {max-width: 220px;}

	.fix-top .right {width: 100%; margin: 0;}

    .src-tab.col7 > ul > li:nth-child(3n) {border-right: 1px solid #ebebeb;}
}
@media screen and (max-width:400px) {
	.view-top .left .view-pro .list-btn .font-xs{font-size: 16px;}
	.view-top .left .view-pro .zoom-btn{width: 110px;margin-left: 0; height: 32px;}
	.view-top .left .view-pro .list-btn{margin-left: 10px; padding: 4px;}
	.view-top .left .view-pro p{width: calc(100% - 165px);}
	


}

/*해외대리점*/
.global-wrap img {width: 100%;}

/*국내대리점*/
.local-wrap > ul {border-top: 1px solid #e5e5e5;}
.local-wrap > ul > li {padding: 50px 0; box-sizing: border-box; border-bottom: 1px solid #e5e5e5;}
.local-info {padding: 0 30px; box-sizing: border-box; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.local-info .left {width:calc(100% - 98px);}
.local-info .right {width: 78px; margin-left: 20px;}
.comp-name {font-size: 24px; font-weight: 500; color: #000;}
.comp-location {margin: 10px 0; color: #646464; font-size: 18px;}
.comp-contact {display: flex; flex-wrap: wrap; align-items: center; color: #646464; font-size: 18px;}
.comp-contact li {margin-right: 40px;}
.comp-contact li:last-child {margin-right: 0;}
.comp-contact i {color: #083994;}
.view-more {position: relative;width: 65px;height: 65px;padding: 0;font-size: 15px;color: #000;font-weight: 500; transition: all 0.3s; z-index: 1; letter-spacing: -1px;}
.web-br {display: block;}
.view-more::before {position: absolute;content: '';width: 100%;height: 100%;border: 1px solid #e1e1e1;left: 35%;top: 35%;transform: rotate(45deg) translateX(-50%);text-align: center; transition: all 0.3s; z-index: -1;}
.view-more.active, .view-more:hover {color: #fff;}
.view-more.active::before, .view-more:hover::before {background: #dc851b; border: 0;}
.map-wrap {position: relative; border-top-left-radius: 20px; overflow: hidden; margin-top: 50px; display: none;}
.local-wrap > ul > li:first-child .map-wrap {display: block;}
.map-wrap .map {height: 380px; width: 100%; background: #ddd;}
.map-wrap .map-lnk {position: absolute; right: 0; bottom: 0; width: 50px; height: 50px; line-height: 50px; color: #fff; background: #083994; font-size: 24px; text-align: center; z-index:1;}

@media screen and (max-width:1023px) {
	.local-info {padding: 0 20px;}
	.local-wrap > ul > li {padding: 40px 0;}
	.comp-name {font-size: 22px;}
	.comp-location, .comp-contact {font-size: 17px;}
	.map-wrap {margin-top: 35px;}
	.map-wrap .map {height: 320px;}
}
@media screen and (max-width:767px) {
	.local-wrap > ul > li {padding: 30px 0;}
	.comp-name {font-size: 20px;}
	.comp-location, .comp-contact {font-size: 16px;}
	.map-wrap {margin-top: 25px;}
	.map-wrap .map {height: 280px;}
}
@media screen and (max-width:640px) {
	.comp-contact {display: block;}
	.comp-contact li {margin-right: 0; margin-bottom: 5px;}
	.comp-contact li:last-child {margin-bottom: 0;}
	.local-info {padding: 0;}
	.local-info .left, .local-info .right {width: 100%;}
	.local-info .right { margin-left: 0; margin-top: 15px;}
	.view-more {width: 100%; height: 40px;}
	.view-more::before {width: 100%; height: 100%; transform: translate(-50%, -50%); left: 50%; top: 50%;}
	.web-br {display: inline-block;}
}

/*고객서비스*/
.account-top {border-top-left-radius: 20px; overflow: hidden; margin-bottom: 60px;}
.account-top img {width: 100%;}
.account-info {border-top: 1px solid #252525;}
.account-info li {padding: 55px 0; display: flex; flex-wrap: wrap; align-items: center; border-bottom: 1px solid #ebebeb;}
.account-info .account-name {font-size: 45px; font-weight: 700; color: #282828; width: 30%; position: relative;}
.account-info .account-name::before {position: absolute; content: ''; width: 1px; height: 100%; background: #ebebeb; right: 0; top: 50%; transform: translateY(-50%);}
.account-info .contact {display: flex; flex-wrap: wrap; align-items: center; width:70%; font-size: 18px; color: #646464;}
.account-info .contact .type-name {width: 35%; text-align: center; font-weight: 700; color: #282828;}
.account-info .contact span {width: 65%; display: inline-block;}

@media screen and (max-width:1023px) {
	.account-top {margin-bottom: 40px;}
	.account-info li {padding: 40px 0;}
	.account-info .account-name {font-size: 38px;}
	.account-info .contact {font-size: 17px;}
}
@media screen and (max-width:767px) {
	.account-top {margin-bottom: 25px;}
	.account-info li {padding: 30px 0;}
	.account-info .account-name {font-size: 30px; width: 180px;}
	.account-info .contact {font-size: 16px; width:calc(100% - 180px);}
}
@media screen and (max-width:640px) {
	.account-info li {flex-direction: column; align-items: flex-start; padding: 20px 0;}
	.account-info .account-name {width: 100%; margin-bottom: 10px;}
	.account-info .account-name::before {display: none;}
	.account-info .contact .type-name {text-align: left; width:  80px;}
	.account-info .contact span {width: calc(100% - 80px);}
}

/*카다로그*/

.catalog_inner{position: relative;}
.sub-container .inner-content.catalog {max-width: none;background: url('../../images/sub/bg-catalog.jpg') 50% 0 no-repeat;background-size: cover;min-height:  900px;}
.sub-container .inner-content.catalog .tit {margin: 0; padding: 55px 0 60px;}
.inner-bg {background: url('../../images/sub/obj-catalog.png') 50% bottom no-repeat;background-size: 100%;max-width: 1500px;margin: 0 auto;padding-bottom: 110px;}
.catalog-list {max-width: 870px; margin: 0 auto; display: flex; flex-wrap: wrap;}
.catalog-list li {width: calc(50% - 20px); margin-right: 40px; position: relative;}
.catalog-list li:last-child {margin-right: 0;}
.catalog-list li .img-wrap img {width: 100%;}
.cata-name {position: absolute;width: 100%;padding: 30px 30px;box-sizing: border-box;color: #282828;font-size: 24px;font-weight: 500;transition: all 0.3s;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;bottom: 0;left: 50%;transform: translateX(-50%);background: #ebebeb;border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 3px 3px 20px rgba(82, 82, 82, 0.25);}
.cata-name:hover {color: #dc851b; font-weight: 700;}

.catalog_slider{max-width: 870px; margin: 0 auto;}
.catalog_slider .slick-slide {margin: 0 20px;}
.catalog_slider .slick-list {margin: 0 -20px;}
.catalog_slider .slick-slide .con{text-align: center;}
.catalog_slider .slick-slide .con a{display: inline-block; position: relative;}
.catalog_slider .slick-slide img{max-width: 100%;}
.catalog_arrows_box{position: absolute; width: 100%; max-width: 1100px; top: 42%; left: 50%; transform: translate(-50%,-50%);}
.catalog_arrows_box .slick-next,
.catalog_arrows_box .slick-prev{background-color: #dc851b; transform: rotate(45deg) translate(-50%,-50%); transform-origin: center; width: 65px; height: 65px;}
.catalog_arrows_box .slick-next:focus, .catalog_arrows_box .slick-next:hover, .catalog_arrows_box .slick-prev:focus, .catalog_arrows_box .slick-prev:hover{background: #dc851b !important;}
.catalog_arrows_box .slick-next:before,
.catalog_arrows_box .slick-prev:before{display: block; transform: rotate(-45deg); font-family: 'xeicon'; opacity: 1; font-size: 36px;}
.catalog_arrows_box .slick-prev{left: 0;}
.catalog_arrows_box .slick-next{right: 0;}
.catalog_arrows_box .slick-next:before{content: "\e93f";}
.catalog_arrows_box .slick-prev:before{content: "\e93c";}

@media screen and (max-width:1500px) {
	.inner-bg {padding: 0 80px 90px; box-sizing: border-box;}
}
@media screen and (max-width:1200px) {
	.inner-bg {padding: 0 80px 70px;}
	.sub-container .inner-content.catalog {min-height: auto; padding: 0 0 100px 0;}
    .catalog_arrows_box .slick-prev{left: 25px;}
    .catalog_arrows_box .slick-next{right: 25px;}
}
@media screen and (max-width:1023px) {
	.cata-name {font-size: 20px;}
}
@media screen and (max-width:640px) {
	.sub-container .inner-content.catalog {padding: 0 0 60px 0;}
	.inner-bg {padding: 0 30px; background: none;}
	.catalog-list li {width: 100%; margin-right: 0; margin-bottom: 30px;}
    .catalog_arrows_box{max-width: 455px; top: 50%; width: 95%;}
    .catalog_arrows_box .slick-prev{left: 0;}
    .catalog_arrows_box .slick-next{right: 0;}
    .catalog_arrows_box .slick-next, .catalog_arrows_box .slick-prev{width: 40px; height: 40px;}
    .catalog_arrows_box .slick-next:before, .catalog_arrows_box .slick-prev:before{font-size: 24px;}
}

/*회사소개 - 조직도*/
.organization-wrap {display: flex; flex-wrap: wrap; align-items: center;}
.organization-wrap .line-el {position: relative;}
.organization-wrap .line-el::before {position: absolute; content: ''; width: 100%; height: 1px; background: #ebebeb; top: 50%; transform: translateY(-50%); left: 95%; z-index: -1;}
.organization-wrap .ceo {width: 168px; height: 166px; background: url('../../images/sub/ceo-bg.png') 50% 50% no-repeat; text-align: center; line-height: 166px; font-size: 24px; color: #fff; margin-right: 110px;}
.organization-wrap .executive {width: 130px; height: 130px; line-height: 130px; text-align: center; background: url('../../images/sub/executive-bg.png') 50% 50% no-repeat; color: #fff; font-size: 24px; margin-right: 110px;}
.organization-list {position: relative; width: calc(100% - 518px);}
.organization-list::before {position: absolute; content: ''; width: 1px; height: 93%; background: #ebebeb; top: 50%; transform: translateY(-50%); left: 0;}
.organization-list > li {position: relative; padding-left: 30px; display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 35px;}
.organization-list > li:last-child {margin-bottom: 0;}
.organization-list > li > p {width: 160px; height: 50px; line-height: 50px; border-top-left-radius: 10px; background: #f3f3f3; text-align: center; font-size: 18px; color: #282828; position: relative;}
.organization-list > li > p::before {position: absolute; content: ''; width: 7px; height: 7px; border:2px solid #083994; background: #fff; box-sizing: border-box; border-radius: 100%; top: 50%; transform: translateY(-50%); left: -2px;}
.organization-list > li > p::after {position: absolute; content: ''; width: 100%; height: 1px; background: #ebebeb; top: 50%; transform: translateY(-50%); left: -30px; z-index: -1;}
.organization-list > li > ul {display: flex; flex-wrap: wrap; padding-left: 30px; position: relative;}
.organization-list > li > ul::before {position: absolute; content: ''; width: 7px; height: 7px; border: 2px solid #c2c2c2; background: #fff; box-sizing: border-box; border-radius: 100%;  top: 50%; transform: translateY(-50%); left: 28px;}
.organization-list > li > ul::after {position: absolute; content: ''; width: 100%; height: 1px; background: #ebebeb; top: 50%; transform: translateY(-50%); left: -30px; z-index: -1;}
.organization-list > li > ul > li {width: 140px; height: 50px; line-height: 48px; text-align: center; font-size: 18px; border: 1px solid #d7d7d7; color: #7d7d7d; background: #fff; box-sizing: border-box; margin-right: 10px;}
.organization-list > li > ul > li:last-child {margin-right: 0;}

@media screen and (max-width:1600px) {
	.organization-wrap .ceo, .organization-wrap .executive {margin-right: 60px; font-size: 20px;}
	.organization-wrap .ceo {width: 155px; height: 155px; line-height: 155px; background-size: 100%;}
	.organization-wrap .executive {width: 110px; height: 110px; line-height: 110px; background-size: 100%;}
	.organization-list {width: calc(100% - 385px);}
	.organization-list > li > p {width: 145px; font-size: 17px;}
	.organization-list > li > ul {padding-left: 20px;}
	.organization-list > li > ul > li {width: 120px; font-size: 17px;}
	.organization-list > li > ul::before {left: 18px;}
}
@media screen and (max-width:1400px) {
	.organization-wrap {flex-direction: column; justify-content: center;}
	.organization-wrap .line-el::before {width: 1px; height: 100%; top: 61px; transform: translateX(-50%); left: 50%;}
	.organization-wrap .ceo, .organization-wrap .executive {margin-right: 2px; margin-bottom: 60px;}
	.organization-list {width: 100%; display: flex; align-items: flex-start; padding-top: 30px; flex-wrap: wrap;}
	.organization-list::before {width: 89%; height: 1px; top: 0; transform: translateX(-50%); left: 50%;}
	.organization-list > li, .organization-list > li > ul {padding-left: 0;}
	.organization-list > li > p::before {left: 50%; top: -3px; transform: translateX(-50%);}
	.organization-list > li > p::after {width: 1px; height: 100%; left: 50%; top: -30px; transform: translateX(-50%);}
	.organization-list > li {width: calc(11.111% - 9px); margin-right: 10px;}
	.organization-list > li:last-child {margin-right: 0;}
	.organization-list > li > ul {padding-top: 20px; width: 100%;}
	.organization-list > li > ul::before {left: 50%; transform: translateX(-50%); top: 18px;}
	.organization-list > li > ul::after {width: 1px; height: 100%; left: 50%; top: -30px; transform: translateX(-50%);}
	.organization-list > li > ul > li { margin-right: 0; margin-bottom: 10px;}
	.organization-list > li > ul > li:last-child {margin-bottom: 0;}
	.organization-list > li > p, .organization-list > li > ul > li {width: 100%; font-size: 15px;}
}
@media screen and (max-width:1200px) {
	.organization-wrap .ceo, .organization-wrap .executive {margin-right: 10px; margin-bottom: 30px;}
	.organization-wrap .line-el::before {top: 41px;}
	.organization-list {padding-top: 0;}
	.organization-list > li {width: 100%;}
	.organization-list::before {display: none;}
	.organization-list > li > ul {padding-top: 0;}
	.organization-list > li > ul > li {margin-bottom: 0;}
	.organization-list > li > ul.col3 > li {width: 33.33%; border-right: 0;}
	.organization-list > li > ul.col3 > li:last-child {border-right: 1px solid #d7d7d7;}
	.organization-list > li > ul.col5 > li {width: 20%; border-right: 0;}
	.organization-list > li > ul.col5 > li:last-child {border-right: 1px solid #d7d7d7;}
	.organization-list > li > ul::before {display: none;}
	.organization-list > li > p::after {top: -35px;}
	.organization-list > li:first-child > p::after {display: none;}
}
@media screen and (max-width:767px) {
	.organization-list > li > p, .organization-list > li > ul > li {height: 40px; line-height: 40px;}
	.organization-wrap .ceo, .organization-wrap .executive {font-size: 18px;}
	.organization-wrap .ceo {width: 130px; height: 130px; line-height: 130px;}
	.organization-wrap .executive {width: 90px; height: 90px; line-height: 90px;}
}
@media screen and (max-width:500px) {
	.organization-list > li > ul.col5 > li {width: 33.33%; margin-bottom: -1px;}
	.organization-list > li > ul.col5 > li.wid50 {width: 50%;}
	.organization-list > li > ul.col5 > li:nth-child(3n) {border-right: 1px solid #d7d7d7;}
}

/*회사인증*/
.certification-tit {background: #f7f7f7; color: #282828; font-size: 24px; padding: 0 20px; box-sizing: border-box; font-weight: 500; height: 50px; line-height: 50px; margin-bottom: 20px;}
.certification-tit.mt { margin-top: 100px;}
.certification-tit > i {color: #dc851b;}
.certification-list {display: flex; flex-wrap: wrap;}
.certification-list > li {width: calc(20% - 8px); margin-right: 10px; text-align: center; margin-right: 10px; margin-bottom: 20px;}
.certification-list > li:nth-child(5n) {margin-right: 0;}
.certification-list .img-wrap img {max-width: 100%;}
.certification-list .certification-name {margin-top: 10px; font-size: 18px; color: #282828;}

@media screen and (max-width:1023px) {
	.certification-tit {font-size: 20px;}
	.certification-tit.mt {margin-top: 60px;}
	.certification-list > li {width: calc(33.333% - 7px);}
	.certification-list > li:nth-child(5n) {margin-right: 10px;}
	.certification-list > li:nth-child(3n) {margin-right: 0;}
	.certification-list .certification-name {font-size: 17px;}
}
@media screen and (max-width:767px) {
	.certification-tit {font-size: 18px; height: 45px; line-height: 45px;}
	.certification-tit.mt {margin-top: 40px;}
	.certification-list > li {width: calc(50% - 5px); margin-bottom: 30px;}
	.certification-list > li:nth-child(3n) {margin-right: 10px;}
	.certification-list > li:nth-child(2n) {margin-right: 0;}
	.certification-list .certification-name {font-size: 14px;}
}

/*회사사진*/
.slide-wrap {display: flex;flex-wrap: wrap;max-width: 1500px;margin: 0 auto;align-items: flex-end;padding-top: 75px;height: 370px;}
.slide-wrap .photo-slide, .slide-wrap .photo-slide2 {padding-right: 400px;position: absolute;width: 640px;height: 370px;}
.slide-wrap .photo-thumbs, .slide-wrap .photo-thumbs2 {width: calc(100% - 710px);margin: 0 0 0 auto;}
.slide-wrap .photo-slide .swiper-slide img, .slide-wrap .photo-slide2 .swiper-slide img {width:640px;height: 370px;object-fit: cover;}
.slide-wrap .photo-thumbs .swiper-slide, .slide-wrap .photo-thumbs2 .swiper-slide {overflow: hidden;}
.slide-wrap .photo-thumbs .swiper-slide img, .slide-wrap .photo-thumbs2 .swiper-slide img {width: 240px; height: 140px;object-fit: cover;}
.slide-wrap .photo-txt {position: absolute;top: 0; left: 715px; width: 100%;}
.slide-wrap .photo-txt > span{font-size: 30px; color: #404040; font-weight: 700; display: block;}
.slide-wrap .photo-txt > em {color: #939393; font-size: 15px;}
.photo-btn {position: absolute;top: 100px;right: 188px;display: flex;flex-wrap: wrap;width: 120px;justify-content: space-between;padding-left: 30px;}
.photo-btn .swiper-button-next, .photo-btn .swiper-button-prev {position: relative; margin-top: 0; left: auto; right: auto; top: auto;}
.photo-btn .swiper-button-next:before, .photo-btn .swiper-button-prev:before {position: absolute;content: '';width: 60px;height: 60px;background: rgba(161,161,161,0.25);border-radius: 15px;transform: rotate(45deg); left: -13px;}
.photo-btn .swiper-button-next:after, .photo-btn .swiper-button-prev:after {content: '';background: url('../../images/prev-btn.png') 50% 50% no-repeat;width: 20px;height: 34px;background-size: 100%;z-index: 1;}
.photo-btn .swiper-button-next:before {left: auto; right: -13px;}
.photo-btn .swiper-button-next:after {background-image: url('../../images/next-btn.png');}

@media screen and (max-width:1500px) {
	.slide-wrap {height: 300px;}
	.slide-wrap .photo-slide, .slide-wrap .photo-slide2 {width: 500px; height: 300px;}
	.slide-wrap .photo-slide .swiper-slide img, .slide-wrap .photo-slide2 .swiper-slide img {width: 500px; height: 300px;}
	.slide-wrap .photo-thumbs .swiper-slide img, .slide-wrap .photo-thumbs2 .swiper-slide img {height: 120px;}
	.slide-wrap .photo-thumbs, .slide-wrap .photo-thumbs2 {width: calc(100% - 570px);}
	.slide-wrap .photo-txt > span {font-size: 26px;}
	.photo-btn {top: 83px;}
}
@media screen and (max-width:1200px) {
	.slide-wrap .photo-slide, .slide-wrap .photo-slide2 {padding-right: 360px;}
	.slide-wrap .photo-thumbs, .slide-wrap .photo-thumbs2 {width: calc(100% - 530px);}
	.slide-wrap .photo-txt {right: -240px;}
}
@media screen and (max-width:1023px) {
	.slide-wrap {height: auto;}
	.slide-wrap .photo-slide, .slide-wrap .photo-slide2 {position: relative; width: 100%; height: auto; padding-right: 300px; margin-bottom: 20px;}
	.slide-wrap .photo-thumbs, .slide-wrap .photo-thumbs2 {width: 100%;}
	.photo-btn {top: auto; bottom: 30px; right: 125px;}
	.slide-wrap .photo-txt {top: auto; bottom: 110px;}
	.slide-wrap .photo-thumbs .swiper-slide {text-align: center;}

	.slide-wrap .photo-slide .swiper-slide .img-wrap, .slide-wrap .photo-slide2 .swiper-slide .img-wrap {position: relative; padding-top: 58%;}
	.slide-wrap .photo-slide .swiper-slide .img-wrap img, .slide-wrap .photo-slide2 .swiper-slide .img-wrap {position: absolute; width: 100%; height:100%; object-fit: cover; left: 50%; top: 50%; transform: translate(-50%, -50%); }
}
@media screen and (max-width:800px) {
	.slide-wrap {padding-top: 30px;}
	.slide-wrap .photo-slide {padding-right: 0; padding-top: 100px; margin-bottom: 10px;}
	.slide-wrap .photo-txt {width: 100%; top: -80px; bottom: auto; right: auto; left: 0;}
	.photo-btn {bottom: auto; top: 20px; right: 30px; width: 105px;}
	.photo-btn .swiper-button-next:after, .photo-btn .swiper-button-prev:after {width: 13px; height: 20px;}
	.photo-btn .swiper-button-next:before, .photo-btn .swiper-button-prev:before {width: 50px; height: 50px; border-radius: 10px; left: -9px;}
	.slide-wrap .photo-txt > span {font-size: 22px;}
	.slide-wrap .photo-txt > em {font-size: 14px;}
	.photo-btn .swiper-button-next:before {left: auto; right: -9px;}
}
@media screen and (max-width:500px) {
	.slide-wrap .photo-slide {padding-top: 180px;}
	.slide-wrap .photo-thumbs .swiper-slide img {height:100px;}
	.slide-wrap .photo-txt {top: -160px;}
	.photo-btn {top: 100px; right: auto; left: 0; padding-left: 20px;}
}

/*찾아오시는 길*/
.location-wrap {border-top-left-radius: 20px; overflow: hidden;}
.location-map {width: 100%; height:  400px;}
.location-info {display: flex; flex-wrap: wrap; align-items: flex-start; margin-top: 70px;}
.location-info .company {width: calc(30% - 200px);min-width: 410px;font-size: 45px;font-weight: 700;color: #282828;line-height: 1.25;}
.location-info .company span {font-size: 15px; color: #dc851b; font-weight: 700; display: flex; text-transform: uppercase;}
.location-info .company-info {width: calc(86.6% - 620px);padding-left: 10%;box-sizing: border-box;border-left: 1px solid #ebebeb;margin-right: 10px;}
.location-info .company-info li {display: flex; flex-wrap: wrap; font-size: 18px; margin-bottom: 15px; align-items: center;}
.location-info .company-info li > p {font-weight: 700; color: #282828; text-transform: uppercase; width: 20%;}
.location-info .company-info li > span {width: 80%; color: #646464;}
.location-info .company-info li:last-child {margin-bottom: 0;}
.btn-mapLnk {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; width: 400px;height: 130px; border: 2px solid #dc851b; border-radius: 10px;color: #dc851b;box-sizing: border-box;padding: 0 30px; position: relative; z-index: 1; overflow: hidden;transition: all 0.3s}
.btn-mapLnk::after {position: absolute; content: ''; width: 0; height:100%; background:#dc851b; transition: all 0.4s; z-index: -1; left: 0; top: 0;}
.btn-mapLnk > span {display: inline-block; width: calc(100% - 79px); margin-right: 20px; color: #dc851b; font-weight: 500; font-size: 18px; position: relative;transition: all 0.3s;}
.btn-mapLnk > .ico-map {display: flex; width: 59px; height: 66px; top: 50%; right: 30px; background: url('../../images/sub/ico-maplnk.png') 50% 50% no-repeat;}
.btn-mapLnk:hover {box-shadow: 4px 7px 30px rgba(183, 109, 19, 0.4);}
.btn-mapLnk:hover::after {width: 100%;}
.btn-mapLnk:hover > span {color: #fff;}

@media screen and (max-width:1600px) {
	.location-info .company {min-width: 380px;}
	.location-info .company-info {padding-left: 7%;}
	.location-info .company-info li > p {width: 30%;}
	.location-info .company-info li > span {width: 70%;}
}

@media screen and (max-width:1400px) {
	.location-info .company {min-width: auto;width: 100%;padding-bottom: 40px;border-bottom: 1px solid #ebebeb;}
	.location-info .company-info {padding-left: 0;padding-top: 40px;border-left: 0;width: calc(100% - 440px);padding-right: 40px;position: relative; margin-right: 0;}
	.location-info .company {border-bottom: 1px solid #ebebeb;}
	.location-info .company-info li > p {width: 120px;}
	.location-info .company-info li > span {width: calc(100% - 120px);}
	.btn-mapLnk {margin-top: 40px;}
}

@media screen and (max-width:1023px) {
	.location-info .company {padding-bottom: 20px; font-size: 40px;}
	.location-info .company-info {width: 100%; padding-right: 0; padding-top: 20px;}
	.btn-mapLnk {width: 100%;  margin-top: 20px; height: 100px;}
	.btn-mapLnk::before {display: none;}
	.location-info .company-info li, .btn-mapLnk > span {font-size: 17px;}
	.location-map {height: 350px;}
	.location-info {margin-top: 40px;}
}
@media screen and (max-width:767px) {
	.location-info .company {font-size: 36px;}
	.location-info .company-info li, .btn-mapLnk > span {font-size: 15px;}
	.btn-mapLnk {height: 80px;}
	.btn-mapLnk > .ico-map {width: 39px; height: 46px; background-size: 100%;}
	.location-map {height: 300px;}
}
@media screen and (max-width:500px) {
	.location-info .company-info li > p {width: 80px;}
	.location-info .company-info li > span {width:calc(100% - 80px);}
	.location-map {height: 260px;}
}

.plusimg-modal { position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 99999; background-color: rgba(0,0,0,0.6); display: none; transform: translateX(0%);}
.plusimg-modal.pluson { display: block;}
.plusimg-modal .bg-box02 { width: 100vw; height: 100vh; z-index: 1;position: absolute; left: 0; top: 0;}
.plusimg-modal .modal-box { position: absolute; left: 50%; top: 50%; transform: translate(-50% , -50% ); display: flex; flex-direction: column; z-index: 2; overflow: hidden; }
.plusimg-modal.pluson .modal-box { display: block; }

.plusimg-modal .modal-box img { height: 1000px; width: 1000px;}

.plusimg-modal .modal-box > p { height: 40px; background-color: #dc851b; border-radius: 25px 0 0 0 ;  box-sizing: border-box; position: relative;}
.plusimg-modal .modal-box > p >.btn{position:absolute; left: 20px; top: 0;font-size: 22px; font-weight: 500; color: #fff; display: none; align-items: center; height: 100%; transform: translateY(-55px);}
.plusimg-modal .modal-box>p>.btn span { margin-right: 10px; width: 55px; height: 55px; display: flex; align-items: center; justify-content: center; background-color: #dc851b; cursor: pointer; border-radius: 100%;}
.plusimg-modal .modal-box>p>.btn span.x3 {margin-right: 0;}
.plusimg-modal .modal-box > p i{color: #fff; font-size: 18px; position: absolute; right: 10px;top: 10px; cursor: pointer;}

@media screen and (max-height:1100px) {
	.plusimg-modal .modal-box img { max-height: 1000px; height: 95vh; max-width: 1000px; width: 95vh;}
}
@media screen and (max-width:1430px) {
	.plusimg-modal .modal-box img { max-height: 1000px; height: 95vw; max-width: 1000px; width: 95vw;}
}
@media screen and (max-width:1430px) and ( max-height:1070px) {
.plusimg-modal .modal-box img { max-height: 1000px; height: 95vh; max-width: 1000px; width: 95vh;}
}
@media screen and (max-height:1070px) and ( max-width:1120px) {
.plusimg-modal .modal-box img { max-height: 1000px; height: 95vw; max-width: 1000px; width: 95vw;}
}
.plusimg-modal .modal-box img.row {  height: 95vh; width: 95vh; max-width: 1000px; max-height: 1000px;}
.plusimg-modal .modal-box img.col { height: 95vw; width: 95vw; max-width: 1000px; max-height: 1000px;}
@media screen and (max-width:768px) {
.plus-wrap.row { width: 95vh; height: 95vh; overflow: auto;}
.plus-wrap.col { width: 95vw; height: 95vw; overflow: auto;}
.plus-wrap > img.plusimg-img { width: 100% ; height: 100% ; }
.plus-wrap > img.plusimg-img.w100 { width: 100% ; height: 100% ; }
.plus-wrap > img.plusimg-img.w200 { width: 200% ; height: 200% ; }
.plus-wrap > img.plusimg-img.w300 { width: 300% ; height: 300% ; }
.plusimg-modal .modal-box img {  max-width: 300% !important ; max-height: 300% !important;}
.plusimg-modal .modal-box>p>.btn {display: flex;}
.plusimg-modal .modal-box {overflow: visible;}

}

.magnifier {width: 450px;height: 450px;position: absolute;
	display: none;}
.magnifier.no { display: none !important;}
.scrolltopbtnbox {position: fixed; right:50px; bottom: 50px; z-index: 99999; transition: all 0.3s ease-in-out; }
.scrolltopbtnbox .scrolltopbtn {width: 60px; height: 60px; border-radius: 100%; background-color: #dc851b; display: flex; align-items:center; justify-content: center; cursor: pointer;} 
.scrolltopbtnbox .scrolltopbtn:hover i {animation: upup 1.3s ease-in-out infinite}
.scrolltopbtnbox .scrolltopbtn > i { color: #fff; font-size: 23px;}
@media screen and (max-width:640px) {
	.scrolltopbtnbox{right: 30px; bottom: 30px;}
	.scrolltopbtnbox .scrolltopbtn:hover i {animation: none;}
}
@media screen and (max-width:500px) {
    .plusimg-modal .modal-box>p>.btn{font-size: 19px; margin-right: 7px; transform: translateY(-50px);}
    .plusimg-modal .modal-box>p>.btn span {width: 48px; height: 48px;}
}
@keyframes upup {
	0% {transform:translateY(10px); opacity: 0;}
	100% {transform:translateY(-10px)}
}

.gate-wrap > ul > li.col .dep-tit{width: auto; writing-mode: vertical-lr; text-align: start;}
.gate-wrap > ul > li.col.on .dep-tit {width:auto; writing-mode: horizontal-tb;}
.gate-wrap > ul > li.col.on .dep-tit br{display: none; }

@media screen and (max-width:1024px) {
    .gate-wrap > ul > li.col .dep-tit {width:auto; writing-mode: horizontal-tb;}
    .gate-wrap > ul > li.col .dep-tit br{display: none; }
    
}
@media screen and (max-width:350px) {
    .gate-wrap ul li,
    .gate-wrap ul li.on,
    .gate-wrap ul li.off {padding: 30px 20px;}
}

/* 230830 상세페이지 수정 */
.view-top.view-top-bak { background-color: #f8f9fa; display: flex; align-items: center; justify-content: center; padding: 50px 10px;  box-sizing: border-box;}
.view-top.view-top-bak .left { width: 100%; margin-right: 0; max-width: 860px;}
.plusimg-modal .modal-box .plus-wrap{ background-color: #fff; }

.view-bottom-bak .src-tab.col3 li { width: 20%;}

.products-list.video.video-bak {border-top: none;}

@media screen and (max-width:550px) {
    .view-bottom-bak .src-tab.col3 li {width: 33.33%;}
}
@media screen and (max-width:500px) {
    .view-top-bak .left .view-pro {gap: 8px 0px;}
    .view-top-bak .left .view-pro p {width: 100%;}
    .view-top-bak .left .view-pro > .list-btn {margin-left: 5px;}
    .view-top-bak .left .view-pro > .list-btn.zoom-btn {margin-left: 0px;}
}
@media screen and (max-width:350px) {
    .view-bottom-bak .src-tab.col3 li {width: 33.33%;}
    .view-bottom-bak .src-tab.col3 li a {font-size: 14.3px;}
}

/* 230906 상세페이지 tab 수정 */
.view-bottom-bak {margin-top: 50px;}
.newtab_ul .newtab_li .newtab_top { display: block !important; position: relative; cursor: pointer;}
.newtab_ul .newtab_li .newtab_top {font-size: 30px;font-weight: 700;color: #282828;letter-spacing: -2px;margin-bottom: 20px;padding: 30px 0 10px;border-bottom: 1px solid #ebebeb;}
.newtab_ul .newtab_li .newtab_top::before {position: absolute;content: '\e945';font-family: xeicon;font-size: 30px;color: #dc851b;top: 45%;right: 0; transition: all 0.2s ease-in-out;}
.newtab_ul .newtab_li.active .newtab_top::before {content: '\e942';}
.tab-wrap .tab-con { display: block;}
@media screen and (max-width:1023px) {
    .newtab_ul .newtab_li .newtab_top {padding: 20px 0 10px; font-size: 26px;}
}
.tab-wrap .tab-con.tab-con01 > div:nth-child(1) {text-align: center;}
.newtab_ul .tbl01 thead th { text-align: center;}


/* 20240306 물류자동화 */
.smart_factory_wrap {display: flex; flex-direction: column; align-items: center; gap: 80px;}
.smart_factory_wrap .sf_box img { max-width: 100%; width: 100%;}