/*
@import url('https://webfontworld.github.io/Poppins/Poppins.css');



.font {font-family:  'Playfair Display';}
*/

/*CEO인사말*/
.greeting-wr {display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 80px;}
.greeting-wr .img-box {width: 44%;}
.greeting-wr .img-box img {width: 100%;}

.greeting-wr .txt-box {width: 50%;}
.greeting-wr .txt-box .tit {margin: 55px 0 70px 0; font-size: 2.5rem; line-height: 1.25; font-weight: 600;color: #111; }
.greeting-wr .txt-box .subtit {color: #1f4e9d; font-size: 1.35rem; margin: 0 0 20px 0; font-weight: 500;}
.greeting-wr .txt-box .txt {margin: 0 0 40px 0; line-height: 1.4; font-size: 1.2rem;color: #555;   }

.greeting-wr .txt-box .name {font-weight: 600;}
.greeting-wr .txt-box .name span {font-size: 1.2rem;}

@media all and (max-width:999px){
	.greeting-wr .img-box, .greeting-wr .txt-box {width: 100%;}
	.greeting-wr .img-box img {max-height: 450px; object-fit: cover;}
}

@media all and (max-width:599px){
	.greeting-wr .txt-box .tit {font-size: 2rem;margin: 35px 0 40px 0;}
}

/*경영이념*/
.business-area-wr .title-top {margin: 0 0 130px 0;}
.business-area-wr .title-top .subtit {color: #1f4e9d; font-size: 1.1rem; margin: 0 0 20px 0; font-weight: 500;}
.business-area-wr .title-top .tit {font-size: 2.5rem; line-height: 1.3; font-weight: 600;color:#111;}

.business-area-wr .business-area-cont {min-width: 1920px; position: relative; left: -10%;}

.business-area-wr .list-wrap {display: flex; flex-wrap: wrap;}
.business-area-wr .list-wrap .img-wrap, .business-area-wr .list-wrap .desc-wrap {width: 50%;}
.business-area-wr .list-wrap .img-wrap .img {width: 100%; height: 100%;}
.business-area-wr .list-wrap.list01 .img-wrap .img {background: url(/kr/_Img/Content/business_img01.jpg) no-repeat;}
.business-area-wr .list-wrap.list02 .img-wrap .img {background: url(/kr/_Img/Content/business_img02.jpg) no-repeat;}
.business-area-wr .list-wrap.list03 .img-wrap .img {background: url(/kr/_Img/Content/business_img03.jpg) no-repeat;}

.business-area-wr .list-wrap .desc-wrap .inner {margin: 150px 0 150px 130px;}
.business-area-wr .list-wrap .desc-wrap .sub-title {color: #1f4e9d; font-size: 1.2rem;}
.business-area-wr .list-wrap .desc-wrap .title {font-size: 2.3rem; margin: 20px 0 90px 0; font-weight: 600;}
.business-area-wr .list-wrap .desc-wrap .inner-list {position: relative;}
.business-area-wr .list-wrap .desc-wrap .inner-list::after {color: #efefef; font-size: 2.3rem; position: absolute; content: ""; display: none; font-weight: bold; z-index: -1; position: absolute; top: -42%; /*font-family: 'Playfair Display';*/}
.business-area-wr .list-wrap.list01 .desc-wrap .inner-list::after {content: "MANAGEMENT";}
.business-area-wr .list-wrap.list02 .desc-wrap .inner-list::after {content: "TECHNOLOGY";}
.business-area-wr .list-wrap.list03 .desc-wrap .inner-list::after {content: "PRODUCTION QUALITY";}

.business-area-wr .list-wrap .desc-wrap .inner-list li {font-size: 1.2rem; padding-left: 20px; position: relative; margin: 0 0 30px 0;}
.business-area-wr .list-wrap .desc-wrap .inner-list li:last-child {margin: 0px;}
.business-area-wr .list-wrap .desc-wrap .inner-list li::after {content: ""; display: inline-block; width: 5px; height: 2px; background: #333; position: absolute; left: 0; top: 10px;}

.business-area-wr .policy-wr {position: relative; padding: 130px 0 250px 0; color: #fff; text-align: center;margin-bottom: -80px;}
.business-area-wr .policy-wr::after {background: #2d2d2d; width: 2000px; content: ""; display: block; height: 100%; position: absolute; top: 0; left: -10%; z-index: -1;}
.business-area-wr .policy-wr .subtit {color: #36aaf4; margin-bottom: 25px;}
.business-area-wr .policy-wr .tit {font-size: 2.3rem; font-weight: 600;}
.business-area-wr .policy-wr .policy-list {display: flex; width: 80%; margin: 80px auto; justify-content: space-between;}
.business-area-wr .policy-wr .policy-list li {width: 32%; height: 215px;}
.business-area-wr .policy-wr .policy-list .box {background: #202022; width: 100%; padding: 50px 0;}
.business-area-wr .policy-wr .policy-list .box .img {width: 215px; height: 215px; border-radius: 50%; margin: 0 auto;}

.business-area-wr .policy-wr .policy-list .box .img.list01 {background: url(/kr/_Img/Content/business_img04.jpg) no-repeat center;}
.business-area-wr .policy-wr .policy-list .box .img.list02 {background: url(/kr/_Img/Content/business_img05.jpg) no-repeat center;}
.business-area-wr .policy-wr .policy-list .box .img.list03 {background: url(/kr/_Img/Content/business_img06.jpg) no-repeat center;}

.business-area-wr .policy-wr .policy-list .tit {font-size: 1.5rem; font-weight: bold; margin: 50px 0 20px 0;}
.business-area-wr .policy-wr .policy-list .txt {opacity: 0.4;}

@media all and (max-width:1199px){
	.business-area-wr .business-area-cont {left: 0; min-width: fit-content;}

	.business-area-wr .list-wrap .img-wrap, .business-area-wr .list-wrap .desc-wrap {width: 100%;}
	.business-area-wr .list-wrap .img-wrap .img {height: 350px; background-size: cover !important;}
	.business-area-wr .list-wrap .desc-wrap .inner {margin: 100px 0 100px 100px;}

	.business-area-wr .policy-wr .policy-list .box .img {width: 180px; height: 180px;}
}

@media all and (max-width:799px){
	.business-area-wr .policy-wr .policy-list .box .img {width: 120px; height: 120px;}
	.business-area-wr .policy-wr .policy-list {width: 95%;}
}

@media all and (max-width:599px){
	.business-area-wr .list-wrap .desc-wrap .inner {margin: 60px 20px;}
	.business-area-wr .policy-wr {padding: 130px 0;}
	.business-area-wr .policy-wr .policy-list {flex-wrap: wrap;}
	.business-area-wr .policy-wr .policy-list li {width: 100%; height: auto;}
	.business-area-wr .policy-wr .policy-list .txt {margin-bottom: 50px;}
}

/*연혁*/
.history-wr {width: 85%; padding-left: 15%; position: relative; margin-bottom: 50px;}
.history-wr .bg-text {color: #f0f0f0; font-size: 5rem; transform: rotate(90deg); font-weight: 600;position: absolute; left: -23%; top: 19%;}
.history-wr .bg-text .deco {-webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #f0f0f0; color: transparent; font-size: 2.5rem; display: inline-block;}
.history-wr .history-top .bg {background: url(/kr/_Img/Content/history_img01.jpg) no-repeat; width: 100%; height: 350px; background-size: cover;}
.history-wr .history-sec {margin:100px 0 0 10%; display: flex; align-items: baseline;}
.history-wr .history-sec .year {font-size: 2.3rem; line-height: 1.4; font-weight: 600; position: relative; width: 200px;}
.history-wr .history-sec .year::after {content: ""; display: block;; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: #070775; top: 20px; left: -30px;}
.history-wr .history-sec .list {margin: 0 0 0 120px; width: 100%;}
.history-wr .history-sec .list li {margin: 0 0 50px 0; position: relative;}
.history-wr .history-sec .list li::after {content: ""; display: block; position: absolute; bottom: -20px; width: 100%; height: 1px;/* background: url(/kr/_Img/Content/history_img02.png);*/border-bottom: 1px dotted #ddd;}
.history-wr .history-sec .list li .date {font-size: 1.5rem; color: #414ba2; font-weight: 500; margin: 0 65px 0 0; min-width: 95px; display: inline-block;}
.history-wr .history-sec .list li .txt {font-size: 1.2rem;}

@media all and (max-width:1099px){
	.history-wr {width: 100%; position: relative; padding-left: 0;}
	.history-wr .bg-text {left: 0%; transform: rotate(0deg);}
}

@media all and (max-width:899px){
	.history-wr .history-sec {display: block;}
	.history-wr .history-sec .year {margin-bottom: 50px;}
	.history-wr .history-sec .list {margin: 0;}
	.history-wr .history-sec .list li .date {margin: 0 30px 0 0;}
}

@media all and (max-width:599px){
	.history-wr .history-sec .list li .date {display: block; margin: 0 0 20px 0;}
}

/*주요고객사*/
.customer-wr .c-tit01 {font-size: 2.5rem; margin-bottom: 50px;}
.customer-wr .c-tit01::before {display: none;}

.customer-sec {margin-bottom: 30px;}
.customer-sec .owl-carousel .owl-stage-outer {height: 180px;}

.customer-sec .sliderBox02, .customer-sec .sliderBox03 {position: relative;}
.customer-sec .sliderBox02 .owl-item {border: 1px solid #f6f6f6; height: 150px;}
.customer-sec .sliderBox02 .owl-item:last-child(1) {margin-right: 0;}
.customer-sec .sliderBox02 .owl-item a {padding: 55px 0px; display: block; height: 100%;}
.customer-sec .sliderBox02 .owl-item a img {max-width: 150px; margin: 0 auto; max-height: 50px; object-fit: contain;}
.customer-sec .sliderBox03 .owl-item {border: 1px solid #f6f6f6; height: 150px;}
.customer-sec .sliderBox03 .owl-item a {padding: 55px 0px; display: block; height: 100%;}
.customer-sec .sliderBox03 .owl-item a img {max-width: 150px; margin: 0 auto; max-height: 50px; object-fit: contain;}
.customer-sec .sliderBox02 .dataCtrl .dataAuto, .customer-sec .sliderBox03 .dataCtrl .dataAuto {display: none;}
.customer-sec .sliderBox02 .dataCtrl .dataDots, .customer-sec .sliderBox03 .dataCtrl .dataDots {position: absolute; top: -59px;}
.customer-sec .dataCtrl .dataDots .owl-dot {width: 10px; height: 10px; border: 1px solid #414ba2; border-radius: 50%; margin-right: 10px; background: #fff;}
.customer-sec .dataCtrl .dataDots .owl-dot.active {width: 50px; height: 10px; border: 1px solid #414ba2; background: #070775; border-radius: 50px;}
.customer-sec .sliderBox02 .dataCtrl .dataDots {left: 130px;}
.customer-sec .sliderBox03 .dataCtrl .dataDots {left: 190px;}
.customer-sec .sliderBox02 .dataCtrl .dataDots_en {left: 130px;}
.customer-sec .sliderBox03 .dataCtrl .dataDots_en {left: 190px;}

.customer-sec .subtit {color: #414ba2; font-weight: 800; font-size: 1.3rem; margin-bottom: 30px;}


/*제품소개*/
.product_wr .c-tit01 {font-size: 2.3em; margin: 0 0 50px 0; line-height: 1.1;}
.product_wr .c-tit01:before {display: none;}
.product_wr .product_sec {display: flex; justify-content: space-between; position: relative;}
/*.product_wr .product_sec::before{content: "Dong-A Hwa Sung"; display: block; font-size: 28px; position: absolute; top: 50px; left: 0; color: #b6b6b6; opacity: 0.1;}*/
.product_wr .product_sec::after {content: "PRODUCT INTRODUCTION"; display: block; font-size: 60px; position: absolute; bottom: 0; right: 0; color: #b6b6b6; opacity: 0.1; font-weight: 800; z-index: -1;}

.product_sec .left_box {width: 35%; position: relative; padding-top: 50px;}
.product_sec .left_box .img-slide-wr {width: 100%;}
/*.product_sec .left_box img {position: absolute; left: 50%; transform: translate(-50%, 0%);}*/

.product_sec .right_box {width: 60%;}
.product_sec .pro_list01 li {display: flex; margin: 0 0 40px 0; font-size: 1.1rem; line-height: 1.5; position: relative;}
.product_sec .pro_list01 li::after {display: block; content: ""; width: 100%; height: 1px; position: absolute; background: #e7e7e7; bottom: -20px;}
.product_sec .pro_list01 li .tit {font-weight: 600; width: 130px; display: inline-block;}
.product_sec .pro_list01 li .txt {width: calc(100% - 130px);}
/*.product_sec .owl-carousel .owl-item {height: 400px;}*/
.product_sec .sld-nav {position: absolute; bottom: 0; z-index: 999999;}

.product_wr .info_box {background: #fbfbfb; padding: 40px 75px; margin: 60px 0 50px; display: none;}
.product_wr .info_box .txt_sec {margin: 30px 0 0 0;}
.product_wr .info_box .txt_sec .t1 {font-weight: 500; margin-bottom: 20px;}
.product_wr .info_box .txt_sec .pro_list02 {display: flex; justify-content: space-between; flex-wrap: wrap;}
.product_wr .info_box .txt_sec .pro_list02 li {margin: 0 0 10px 0; position: relative; width: 25%; text-align: center;}
.product_wr .info_box .txt_sec .pro_list02 li:nth-child(1) {text-align: left;}
.product_wr .info_box .txt_sec .pro_list02 li .icon01 {width: 20px; height: 15px; background: url(/kr/_Img/Content/product_icon01.png) no-repeat; display: inline-block; background-size: contain;}
.product_wr .info_box .txt_sec .pro_list02 li .icon02 {width: 20px; height: 15px; background: url(/kr/_Img/Content/product_icon02.png) no-repeat; display: inline-block; background-size: contain;}
.product_wr .info_box .txt_sec .pro_list02 li .icon03 {width: 20px; height: 15px; background: url(/kr/_Img/Content/product_icon03.png) no-repeat; display: inline-block; background-size: contain;}
.product_wr .info_box .txt_sec .pro_list02 li .txt {margin-left: 8px;}

.product_wr .list_btn {float: right; padding: 15px 35px; background: #333; color: #fff; margin-bottom: 50px;}
/*.product_sec .list_btn span {position: relative;}
.product_sec .list_btn span::after {content: ""; display: block; width: 80px; height: 80px; border: 1px solid #2d2d2d; border-radius: 50%; position: absolute; left: -40px; top: -26px;}
.product_sec .list_btn span::before {content: ""; display: block; width: 135px; height: 36px;  position: absolute; right: 115%; top: -2px; background: url(/kr/_Img/Content/product_icon04.png) no-repeat; transition: all 0.3s;}
.product_sec .list_btn:hover span::before {right: 100%;}*/

@media all and (max-width:999px){
	.product_wr .product_sec {flex-wrap: wrap;}
	.product_wr .info_box .txt_sec {display: block;}
	.product_wr .info_box .txt_sec .pro_list02 {margin: 30px 0 0 0;}
	.product_wr .info_box .txt_sec .pro_list02 li:nth-child(1) {width: 100%;}
	.product_wr .info_box .txt_sec .pro_list02 li {width: 33%;}

	.product_sec .left_box, .product_sec .right_box {width: 100%;}
	.product_wr .c-tit01 {margin: 30px 0;}
}

@media all and (max-width:799px){
	.product_wr .product_sec {flex-wrap: wrap;}
	.product_wr .info_box .txt_sec .pro_list02 li {width: 100%; text-align: left;}
	.product_wr .c-tit01 {position: absolute; top: 0;}

	.product_sec .left_box {padding-top: 160px; padding-bottom: 50px;}
}

@media all and (max-width:699px){
	.product_wr .product_sec {display: block;}
	.product_wr .product_sec::after {bottom: -60px; line-height: 1;}

	.product_sec .pro_list01 {padding: 0 20px;}
	.product_sec .pro_list01 li .tit {width: 90px;}
	.product_sec .pro_list01 li .txt {width: calc(100% - 90px);}

	.product_sec .left_box {text-align: center;}
	.product_sec .left_box img {position: relative; transform: translate(0%, 0%); left: auto; top: auto;}

	.product_wr .info_box {padding: 30px;}

	.product_wr .img-slide-wr {width: 100%;}
	.product_sec .owl-carousel .owl-item {height: auto;}
}

/*회사약도*/
.map_wr {margin-bottom: 50px;}
.map_wr .foldings-wrap {border-top: none;}
.map_wr .foldings-list .foldings-in-cont {background: none; padding: 30px 0;}
.map_wr .foldings-list .foldings-in-wrap a {padding: 30px 0px;}
.map_wr .foldings-list .over .foldings-in-wrap {border-bottom: 1px solid #a4a4a4;}
.map_wr .foldings-list .over .foldings-in-wrap a {background: none;}
.map_wr .foldings-list .over .foldings-in-wrap a:before, .map_wr .foldings-list .over .foldings-in-wrap a .num:before, .map_wr .foldings-list .over .foldings-in-wrap a .num:after, .foldings-list .foldings-in-wrap a:before, .map_wr .root_daum_roughmap .wrap_controllers, .root_daum_roughmap_landing .border3, .root_daum_roughmap_landing .border4, .root_daum_roughmap .border1, .root_daum_roughmap .wrap_btn_zoom {display: none;}

.map_wr .root_daum_roughmap {width: 100%; border-radius: 30px;}

.map_wr .foldings-list .map_name {font-size: 2.5rem; font-weight: 400; color: #b3b3b3;}
.map_wr .foldings-list .over .map_name {color: #202022; font-weight: 600;}

.map_wr .foldings-contents {display: flex; flex-wrap: wrap;}
.map_wr .foldings-list .map_sec {width: 100%;}
.map_wr .foldings-list .left_box, .map_wr .foldings-list .right_box {width: 50%; padding: 50px 0; display: flex; font-family: 'SUIT';}
.map_wr .foldings-list .right_box {background: #fcfcfc;}
.map_wr .foldings-contents .map_tit {color: #414ba2; font-weight: 800; font-size: 1.2rem; margin: 0 10%;} 
.map_wr .foldings-contents .map_list .tit {display: block; font-weight: 600; position: relative;} 
.map_wr .foldings-contents .map_list .tit::after {display: block; content: ""; width: 5px; height: 5px; background: #c4c4c4; border-radius: 50%; position: absolute; top: 9px; left: -17px;} 
.map_wr .foldings-contents .map_list .txt {display: block; margin: 10px 0;} 
.map_wr .foldings-contents .map_list li {margin: 0 0 20px 0;}
.map_wr .foldings-contents .map_list li a {display: block; transition: all 0.3s;}
.map_wr .foldings-contents .map_list li a:hover {text-decoration: underline; color: #070775;}
.map_wr .foldings-contents .map_list li a .txt span {width: 15px; height: 15px; background: #070775 url(/kr/_Img/Content/map_icon01.png) no-repeat center; border-radius: 50%; display: inline-block; vertical-align: middle; margin-left: 5px;}
.map_wr .foldings-contents .map_list li a .txt span.icon02 {background: #414ba2 url(/kr/_Img/Content/map_icon01.png) no-repeat center;}
.map_wr .foldings-contents .map_list li a .txt span.icon03 {background: url(/kr/_Img/Content/map_icon02.png) no-repeat center;}

@media all and (max-width:799px){
	.map_wr .foldings-list .left_box, .map_wr .foldings-list .right_box {width: 100%;}
}

@media all and (max-width:499px){
	.map_wr .foldings-list .left_box, .map_wr .foldings-list .right_box {display: block;}
	.map_wr .foldings-contents .map_list {padding: 20px 10% 0 10%;}
}

/*계열사*/
.company_wr .company_top {width: 100%; position: relative;}
.company_wr .company_top img {width: 100%;}
.company_wr .company_top.moblie {display: none;}

.company_top .btn li {position: absolute;}
.company_top .btn li a i {position: absolute;top: 0;left: 0;display: block; width:25px;height:37px; background:url(/kr/_Img/Content/mapDot.png)no-repeat;/* border: 3px solid #fff;transition: all 0.5s;*/}
.company_top .btn li a p {position:absolute;font-size:14px;font-weight:600; line-height: 1;}
.company_top .btn li a p:hover {text-decoration:underline;}
.company_top .btn li a p img {width:30px;}
.company_top .btn li a p span {display:block;margin-top:5px; width: 100px;}
.company_top .btn li.china a p {top: 17px;right: -135px;}
.company_top .btn li.india01 a p {right: -100px;display: block;width: 150px; top: 30px;}
.company_top .btn li.india02 a p {top: 90px;width: 150px;right: -99px;}
.company_top .btn li.mexico a p {top: 40px;}
.company_top .btn li.russia a p {left:40px;}
.company_top .btn li.japan a p {left: 41px;}
.company_top .btn li.poland a p {top: 40px;right: -72px;}
.company_top .btn li.vietnam a p {top: 32px;left: 27px;}
.company_top .btn li.usa a p {top: -10px;left: 55px;}
.company_top.moblie .btn li a {width: 8px; height: 8px;}
/*.company_top .btn li a::after {font-size: 14px; background: #e09524; padding: 10px; border-radius: 5px; display: block; text-align: center; color: #fff; font-weight: 600; width: 200px; right: -50%; transform: translateX(42%); top: 0; position: absolute; z-index: 1; display: none; box-shadow: 4px 3px 5px rgb(155, 155, 155);}
.company_top .btn li:hover a::after {top: -45px; display: block;}
.company_top .btn li.china a::after {content: "중국공장 DONG-A CHINA";}
.company_top .btn li.india01 a::after {content: "인도 1공장(첸나이) DONG-A INDIA CHENNAI";}
.company_top .btn li.india02 a::after {content: "인도 2공장(안드라) DONG-A INDIA ANDHRA";}
.company_top .btn li.russia a::after {content: "러시아공장 DONG-A RUSSIA";}
.company_top .btn li.mexico a::after {content: "멕시코공장 DONG-A MEXICO";}
.company_top .btn li.japan a::after {content: "일본공장 DONG-A JAPAN";}
.company_top .btn li.poland a::after {content: "폴란드공장 DONG-A POLAND";}
.company_top .btn li.vietnam a::after {content: "베트남공장 DONG-A VIETNAM";}
.company_top .btn li.usa a::after {content: "미국공장 DONG-A USA";}*/

.company_wr .company_con {margin: 50px 0;}
.company_wr .company_con > ul {display: flex; justify-content: space-between; flex-wrap: wrap; border-top: 2px solid #a4a4a4;}
.company_wr .company_con > ul > li {width: 33.3%; position: relative;}
.company_wr .company_con > ul > li::after {width: 1px; content: ""; display: block; position: absolute; background: #c4c4c4; height: 100%; top: 0; right: 0;}
.company_wr .company_con > ul > li:nth-child(3n):after {display: none;}
.company_wr .company_con .com_sec {padding: 0 30px;}
.company_wr .company_con .com_sec li:not(:first-child) {padding: 20px 30px;}
.company_wr .company_con .com_sec .tit {padding: 30px 0; border-bottom: 1px solid #f0f0f0; border-top: 1px solid #f0f0f0; font-size: 1.2rem; font-weight: bold;}
.company_wr .company_con .com_sec .litit {font-weight: 600; font-size: 1.1rem; position: relative;}
.company_wr .company_con .com_sec .litit::after {width: 4px; height: 4px; background: #c4c4c4; content: ""; display: block; position: absolute; border-radius: 50%; top: 7px; left: -17px;}
.company_wr .company_con .com_sec li > p {margin: 10px 0;color:#111;}
.company_wr .company_con .com_sec li .txt {line-height: 1.5;}


.company_top.moblie .btn li.china {top: 43%; left: 49%;}
.company_top.moblie .btn li.india01 {top: 52%; left: 30.5%;}
.company_top.moblie .btn li.india02 {top: 50%; left: 27.5%;}
.company_top.moblie .btn li.russia {top: 27%; left: 10%;}
.company_top.moblie .btn li.mexico {top: 80%; right: 9%;}
.company_top.moblie .btn li.japan {top: 42%; left: 61%;}
.company_top.moblie .btn li.poland {top: 32%; left: 0%;}
.company_top.moblie .btn li.vietnam {top: 56%; left: 45.5%;}
.company_top.moblie .btn li.usa {top: 72%; right: 12%;}
.company_top.moblie .btn li a::after {display: none;}

@media all and (max-width:999px){
	.company_wr .company_con > ul > li {width: 50%;}
	.company_wr .company_con > ul > li:nth-child(3n):after {display: block;}
	.company_wr .company_con > ul > li:nth-child(2n):after {display: none;}

}

@media all and (max-width:799px){
	.company_wr .company_top.moblie {display: block;}
	.company_wr .company_top {display: none;}
}
@media all and (max-width:599px){
	.company_wr .company_con > ul > li {width: 100%;}
	.company_wr .company_con > ul > li:nth-child(3n):after {display: none;}
	.company_wr .company_con > ul > li::after {display: none;}
}

/*vision*/
.vision_wr {min-width: 1800px; position: relative; left: -10%; display: inline-block;}
.vision_wr .tab { display: none; width: 100%; height: 100%; transition: all 0.3s;}
.vision_wr .tab:nth-child(1) { display: block; }
.vision_wr .view_content {display: flex; padding: 0 0 100px 0;}
.vision_wr .view_content > ul {width: 50%;}
.vision_wr .view_content .tit_box {margin-left: 5%; box-sizing: border-box;}
.vision_wr .view_content .tit_box .tit {font-size: 1.5rem; margin: 35px 0 20px 0; font-weight: 800;}
.vision_wr .view_content .tit_box .txt {font-size: 1.2rem;}
.vision_wr .view_content .tit_box .box {border-bottom: 1px solid #cfcfcf; color: #cfcfcf; transition: all 0.3s;}
.vision_wr .view_content .tit_box .box.on {color: #444;}
.vision_wr .view_content .tit_box .box > div {padding: 0 0 30px 0;}

#img_v1 {background: url(/kr/_Img/Content/vision_img01.png) no-repeat center;}
#img_v2 {background: url(/kr/_Img/Content/vision_img02.png) no-repeat center;}
#img_v3 {background: url(/kr/_Img/Content/vision_img03.png) no-repeat center;}
#img_v4 {background: url(/kr/_Img/Content/vision_img04.png) no-repeat center;}

@media all and (max-width:1499px){
	.vision_wr {width: 100%; min-width: auto; left: 0;}
}

@media all and (max-width:799px){
	.vision_wr .tab {height: 250px;}
	.vision_wr .view_content {display: block;}
	.vision_wr .view_content > ul {width: 100%;}
	.vision_wr .view_content .tit_box {padding: 0 5%; margin-left: 0%;}
}

/*품질인증*/
.quality_wr .quality_top {background: url(/kr/_Img/Content/quality_img01.jpg) no-repeat center; color: #fff; position: relative;/* left: -10%; min-width: 1800px; */margin-bottom: 100px;}
.quality_wr .quality_top div {padding: 10% 15%;}
.quality_wr .quality_top .tit {font-weight: 600; font-size: 2.5rem; margin-bottom: 60px;}
.quality_wr .quality_top .txt {font-size: 1.5rem; line-height: 1.4;position:relative;display: inline-block;}
.quality_wr .quality_top .txt::before {content:'';position:absolute;top:5%;display:block;width:100%;height:90%;background:rgba(0 0 0 / 40%);}
.quality_wr .quality_top .txt .bgBack {position:relative;}
.quality_wr .quality_top .txt .strong {font-weight: 500;}

.quality_wr .quality_sec {border-bottom: 1px solid #e7e7e7;}
.quality_wr .quality_sec:last-child {border-bottom: none;}
.quality_wr .quality_sec, .quality_wr .quality_sec .list {display: flex; flex-wrap: wrap; margin: 0 0 80px 0;}
.quality_wr .quality_sec > .tit {font-weight: 600;color:#111; font-size: 2.4rem; line-height: 1.2; width: 30%;}

.quality_wr .quality_sec .list {justify-content: space-between; width: 70%;}
.quality_wr .quality_sec .list.box3 li {width: 20%; border: 1px solid #626995; padding: 50px;}
.quality_wr .quality_sec .list.box3 li img {height: 55px;}
.quality_wr .quality_sec .list.box3 li .txt {font-size: 1.2rem;}
.quality_wr .quality_sec .list.box3 li .tit {font-size: 1.5rem; color: #070775; font-weight: 600; margin:50px 0 10px 0; }
.quality_wr .quality_sec .list.box3 li .txt, .quality_wr .quality_sec .list.box3 li .tit {text-align: right;}

.quality_wr .quality_sec .list.box2 li {width: 48%;}
.quality_wr .quality_sec .list.box2 li img {float: left; margin-right: 30px;}
.quality_wr .quality_sec .list.box2 li .txt {font-size: 1.5rem; font-weight: 700; margin-bottom: 40px;}
.quality_wr .quality_sec .list.box2 li .tit {font-size: 1.2rem; margin-bottom: 30px;}
.quality_wr .quality_sec .list.box2 li p span {font-weight: 600;}


@media all and (max-width:1499px){
	.quality_wr .quality_top {width: 100%; min-width: auto; left: 0;}
}

@media all and (max-width:1299px){
	.quality_wr .quality_sec > .tit {width: 25%;}
	.quality_wr .quality_sec .list {width: 75%;}
	.quality_wr .quality_sec .list.box3 li {width: 17%;}
}

@media all and (max-width:999px){
	.quality_wr .quality_top .tit {font-size: 1.5rem;}
	.quality_wr .quality_top .txt {font-size: 1.2rem;}
	.quality_wr .quality_top div {padding: 20% 10%;}
	.quality_wr .quality_top div br {display: none;}
	.quality_wr .quality_sec > .tit, .quality_wr .quality_sec .list {width: 100%;}
	.quality_wr .quality_sec > .tit {margin-bottom: 50px;}
}

@media all and (max-width:699px){
	.quality_wr .quality_sec .list.box3 li {width: 100%; margin-bottom: 20px;}
	.quality_wr .quality_sec .list.box3 li .txt {margin: 25px 0 10px 0;}

	.quality_wr .quality_sec .list.box2 li {width: 100%;}
	.quality_wr .quality_sec .list.box2 li:nth-child(1) {margin-bottom: 50px;}
	.quality_wr .quality_sec .list.box2 li img {float: none; margin-bottom: 30px;}
}

/*인사제도 및 복리후생*/

#pg-MN0000028 #contents {max-width:100%;}
.recruit-sec1 {margin-top:80px;max-width:1600px;margin:0 auto;}
.recruit-sec1 .ptit {font-size:2.4rem;font-family: 'pretendard';line-height:1.5;color:#999;font-weight:400;margin-bottom:50px;}
.recruit-sec1 .ptit strong {font-weight:900;color:#222;}
.recruit-sec1 .ptit span {font-weight:900;color:#414ba2;}

.recruit-sec2 {margin:100px auto 80px;}
.txtList {max-width:1400px;margin:0 auto;display:flex;}
.txtList dt {font-family: 'pretendard';font-size:2.3rem;color:#222;width:350px;margin-right:30px;font-weight:600;}
.txtList dd {width:calc(100% - 380px);font-size: 18px;}
.txtList dd .item {display:flex;padding:30px 0;border-bottom:1px solid #eee;}
.txtList dd .item:first-child {padding-top:0;}
.txtList dd .item .pTxt {font-size:26px;font-weight:400;color:#414ba2;width:140px;margin-right:30px;}
.txtList dd .item .tWrap {width:calc(100% - 170px);}

.numList {counter-reset:section;}
.numList > li {position:relative;padding-left: 32px;padding-bottom:14px;box-sizing:border-box;    font-size: 18px;}
.numList > li:before {display:block;counter-increment:section;content:counter(section);position:absolute;top: 0px;left:0;font-size: 16px;font-family:roboto;color: #c7c7c7;font-weight: 900;box-sizing:border-box;text-align:center;line-height:24px;}

.stepList {}
.stepList::after {content:'';display:block;clear:both;}
.stepList li {position:relative;float: left;font-size: 17px;text-align: center;margin-right: 60px;width: 115px;height: 115px;border: 1px solid #414ba2;display: flex; justify-content: center;align-items: center;font-weight: 700;color: #414ba2;border-radius:100px}
.stepList li::before {content:'>';display:block;position:absolute;right: -35px;color: #999;}
.stepList li:last-child::before {display:none;}
.stepList li:last-child {margin-right:0;}

.recruit-sec3  {background:#fafafa;padding:5% 0;font-size: 18px;}
.recruit-sec3 .pTxt1 {}
.recruit-sec3 .recruitIcon {display:flex;flex-wrap: wrap;justify-content: space-between;margin-top: 50px;}
.recruit-sec3 .recruitIcon li {width: 31%;padding: 35px 30px 40px;box-sizing: border-box;border: 1px solid #414ba2;margin-bottom: 40px;height: 290px;}

.recruit-sec3 .recruitIcon li .tit {font-size:22px;line-height:1.2;font-weight:bold;color:#414ba2;margin:30px 0 10px;}
.recruit-sec3 .recruitIcon li .txt  {font-size:16px;}

@media all and (max-width:1599px){
	#pg-MN0000028 #contents {max-width:95%;}
	.txtList dt {width:220px;}
	.txtList dd {width: calc(100% - 250px);}
	.recruit-sec1 .imgBox img {width:100%;}
}

@media all and (max-width:1299px){
	.txtList {display:block;}
	.txtList dt {width:100%;line-height: 1.3;margin-bottom:20px;}
	.txtList dd {width:100%;}
}

@media all and (max-width:899px){
	.recruit-sec1 .ptit {    font-size: 2rem;}
	.txtList dd .item {display:block;}
	.txtList dd .item .pTxt {width:100%;margin-bottom:15px;}
	.txtList dd .item .tWrap {width:100%;}
	.recruit-sec3 .recruitIcon li {    width: 48%;height:auto;}

	.stepList li {width:20%;    margin-right: 6%;}
	
}
/*제품소개*/
.product-wrap {}
.product-wrap .details-list ul {}
.product-wrap .details-list ul::after {content:'';display:block;clear:both;} 
.product-wrap .details-list ul li {float:left;width:23.5%;margin-right:2%;margin-bottom:30px;padding:15px;border:1px solid #ddd;box-sizing:border-box;}
.product-wrap .details-list ul li:nth-child(4n) {margin-right:0;}
.product-wrap .details-list ul li .img {height:200px;overflow: hidden;}
.product-wrap .details-list ul li .img img {width:100%;}
.product-wrap .details-list ul li .tit {display: block;margin-top:15px;font-size:20px;font-weight:bold;}

@media only screen and (max-width:999px){
	.product-wrap .details-list ul li {width:32%;}
	.product-wrap .details-list ul li:nth-child(3n) {margin-right:0;}
	.product-wrap .details-list ul li:nth-child(4n) {margin-right:2%;}

	.product-wrap .details-list ul li .img {height:170px;}
}
@media only screen and (max-width:599px){
	.product-wrap .details-list ul li {width:49%;}
	.product-wrap .details-list ul li:nth-child(3n) {margin-right:2%;}
	.product-wrap .details-list ul li:nth-child(2n) {margin-right:0;}
	.product-wrap .details-list ul li .img {height:150px;}
}

/*제품소개 - 자동차*/
/*.body-sub #contents.div-cont{    max-width: 100%;}*/
.productList {position:relative;margin:0 auto;padding:300px 0;text-align:center;background:#eff0f1;margin-bottom: -80px;}
.productList.car .proImg {position:relative;text-align:center;    display: inline-block;}
.productList.car .mainImg {position:relative;    animation: mapinfo03 0.4s 0.3s both;}
.productList.car .mainLineImg {opacity:0;position:absolute;top: 215px;left: 200px;}

.productList.car .proListLink li {position:absolute;max-width: 250px;}
.productList.car .proListLink li.p01 {bottom: 42px;right: -106px; }
.productList.car .proListLink li.p02 {bottom: -190px;right: -212px;}
.productList.car .proListLink li.p03 {bottom: -195px;left: 265px;}
.productList.car .proListLink li.p04 {bottom: -220px;left: 20px;}
.productList.car .proListLink li.p05 {bottom: -130px;left: -210px;}
.productList.car .proListLink li.p06 {bottom: 170px;left: -225px;}
.productList.car .proListLink li.p07 {top: -121px;left: -210px;}
.productList.car .proListLink li.p08 {top: -165px;left: 160px;}
.productList.car .proListLink li.p09 {top: -222px;right: 50px;}
.productList.car .proListLink li.p10 {top: -80px;right: -250px;}

.productList.car .proListLink li.p01 .line,
.productList.car .proListLink li .line > *,
.productList.car .proListLink li .line::before {opacity:0;}
.productList.car .proListLink li .line::before {content:'';display:block;width:30px;height:30px;border-radius:50px;background: #f8161691;position: absolute;}
.productList.car .proListLink li.p01 .line {width: 220px;height: 2px;background: #f81616;position: absolute;top: 36%;left: -167px;z-index: 0;}
.productList.car .proListLink li.p02 .line {position: relative;top: -160px;left: -60px;z-index: 0;}
.productList.car .proListLink li.p02 .line::before {left: -14px;top: -30px;}
.productList.car .proListLink li.p02 .line .line01 {display: block;position: absolute;width: 330px;height: 2px;background: #f81616;left: -417px; top: -149px;}
.productList.car .proListLink li.p02 .line .line02 {display: block;position: absolute;width: 290px;height: 2px;background: #f81616;top: 250px; left: -90px;}
.productList.car .proListLink li.p02 .line .line03 {display: block;position: absolute;width: 2px;height: 400px;background: #f81616;left: -90px;top: -149px;}
.productList.car .proListLink li.p03 .line {position: relative;top: -160px;left: -60px;z-index: 0;}
.productList.car .proListLink li.p03 .line::before {left: -14px;top: -30px;}
.productList.car .proListLink li.p03 .line .line01 {display: block;position: absolute;width: 2px;height: 80px;background: #f81616;left: 0;}
.productList.car .proListLink li.p03 .line .line02 {display: block;position: absolute;width: 185px;height: 2px;background: #f81616;top: 80px;}
.productList.car .proListLink li.p03 .line .line03 {display: block;position: absolute;width: 2px;height: 80px;background: #f81616;left: 185px;top: 80px;}

.productList.car .proListLink li.p04 .line {position: relative;top: -210px;left: 123px;z-index: 0;}
.productList.car .proListLink li.p04 .line::before {left: 30px;top: -15px;}
.productList.car .proListLink li.p04 .line .line01 {display: block;position: absolute;width: 30px;height: 2px;background: #f81616;}
.productList.car .proListLink li.p04 .line .line02 {display: block;position: absolute;width: 2px;height: 208px;background: #f81616;top: 2px;}

.productList.car .proListLink li.p06 .line {position: relative;top: 75px;left: 171px;z-index: 0;}
.productList.car .proListLink li.p06 .line::before {left: 250px;top: 28px;}
.productList.car .proListLink li.p06 .line .line01 {display: block;position: absolute;width: 265px;height: 2px;background: #f81616;}
.productList.car .proListLink li.p06 .line .line02 {display: block;position: absolute;width: 2px;height: 30px;background: #f81616;left: 264px;}
.productList.car .proListLink li.p06 .line .line03 {display: block;position: absolute;width: 2px;height: 208px;background: #f81616;top: 2px;}

.productList.car .proListLink li.p08 .line {position: relative;top: 203px;left: 50%;z-index: 0;}
.productList.car .proListLink li.p08 .line::before {left: -136px;top: 179px;}
.productList.car .proListLink li.p08 .line .line01 {display: block;position: absolute;width: 2px;height: 130px;background: #f81616;}
.productList.car .proListLink li.p08 .line .line02 {display: block;position: absolute;width: 122px;height: 2px;background: #f81616;left: -122px;top: 128px;}
.productList.car .proListLink li.p08 .line .line03 {display: block;position: absolute;width: 2px;height: 50px;background: #f81616;top: 130px;left: -122px;}

.productList.car .proListLink li.p09 .line {position: relative;top: 198px;left: 50%;z-index: 0;z-index: 0;}
.productList.car .proListLink li.p09 .line::before {left: -14px;top: 235px;}
.productList.car .proListLink li.p09 .line .line01 {display: block;position: absolute;width: 2px;height: 250px;background: #f81616;}

.productList.car .proListLink li.p10 .line {position: relative;top: 75px;left: -55px;z-index: 0;}
.productList.car .proListLink li.p10 .line::before {left: -90px;top: 95px;}
.productList.car .proListLink li.p10 .line .line01 {display: block;position: absolute;width: 110px;height: 2px;background: #f81616;}
.productList.car .proListLink li.p10 .line .line02 {display: block;position: absolute;width: 2px;height: 110px;background: #f81616;left: 0;}
.productList.car .proListLink li.p10 .line .line03 {display: block;position: absolute;width: 65px;height: 2px;background: #f81616;top: 110px;left: -62px;}

.productList.car .proListLink .imgBox {width: 150px;height: 150px;border-radius:100%;background: #fff;box-shadow: 0 0 10px rgba(0 0 0 / 3%);overflow: hidden;display: flex;justify-content: center;align-items: center;box-sizing: border-box;}
.productList.car .proListLink .imgBox img {width: 80%;}

.productList.car .proListLink .imgBox {width: 150px;height: 150px;border-radius:100%;background: #fff;box-shadow: 0 0 10px rgba(0 0 0 / 3%);overflow: hidden;display: flex;justify-content: center;align-items: center;box-sizing: border-box;z-index: 1;}
.productList.car .proListLink .imgBox img {width: 80%;}

.productList.car .wrap {opacity:0;text-align:center;display: flex;flex-wrap: wrap;justify-content: center;position: relative;z-index: 1;}
.productList.car .wrap a {display:block;width:100%;}
.productList.car .wrap .txtBox {margin-top:15px;}
.productList .wrap .txtBox .tit {font-size:20px;font-weight:500;color:#222;display:block;line-height:1.3;}

.productList.car.move .mainLineImg {animation: mapbg02 cubic-bezier(0, .30, .43, 1) 0.5s 0.3s both;}

.productList.car.move .proListLink li.p01 .wrap {animation: mapinfo03 0.3s 0.7s both;}
.productList.car.move .proListLink li.p01 .line {animation: mapinfo01 0.3s 0.4s both;}

.productList.car.move .proListLink li.p02 .wrap {animation: mapinfo03 0.3s 1.0s both;}

.productList.car.move .proListLink li.p02 .wrap {animation: mapinfo03 0.3s 2.1s both;}
.productList.car.move .proListLink li.p02 .line::before {animation: mapinfo03 0.1s 1.4s both;}
.productList.car.move .proListLink li.p02 .line .line01 {animation: mapinfo02 0.1s 1.6s both;}
.productList.car.move .proListLink li.p02 .line .line02 {animation: mapinfo01 0.1s 1.8s both;}
.productList.car.move .proListLink li.p02 .line .line03 {animation: mapinfo02 0.1s 1.8s both;}

.productList.car.move .proListLink li.p03 .wrap {animation: mapinfo03 0.3s 2.1s both;}
.productList.car.move .proListLink li.p03 .line::before {animation: mapinfo03 0.1s 1.4s both;}
.productList.car.move .proListLink li.p03 .line .line01 {animation: mapinfo02 0.1s 1.6s both;}
.productList.car.move .proListLink li.p03 .line .line02 {animation: mapinfo01 0.1s 1.8s both;}
.productList.car.move .proListLink li.p03 .line .line03 {animation: mapinfo02 0.1s 1.8s both;}

.productList.car.move .proListLink li.p04 .wrap {animation: mapinfo03 0.3s 3.1s both;}
.productList.car .proListLink li.p04 .line::before {animation: mapinfo02 0.1s 2.4s both;}
.productList.car .proListLink li.p04 .line .line01 {animation: mapinfo01 0.3s 2.6s both;}
.productList.car .proListLink li.p04 .line .line02 {animation: mapinfo02 0.3s 2.8s both;}

.productList.car.move .proListLink li.p05 .wrap {animation: mapinfo03 0.3s 3.3s both;}

.productList.car.move .proListLink li.p06 .wrap {animation: mapinfo03 0.3s 4.3s both;}
.productList.car .proListLink li.p06 .line::before {animation: mapinfo02 0.1s 3.3s both;}
.productList.car .proListLink li.p06 .line .line01 {animation: mapinfo01 0.3s 3.8s both;}
.productList.car .proListLink li.p06 .line .line02 {animation: mapinfo02 0.3s 3.6s both;}

.productList.car.move .proListLink li.p07 .wrap {animation: mapinfo03 0.3s 4.6s both;}

.productList.car.move .proListLink li.p08 .wrap {animation: mapinfo03 0.3s 5.7s both;}
.productList.car .proListLink li.p08 .line::before {animation: mapinfo02 0.1s 4.8s both;}
.productList.car .proListLink li.p08 .line .line01 {animation: mapinfo02 0.3s 5.4s both;}
.productList.car .proListLink li.p08 .line .line02 {animation: mapinfo01 0.3s 5.2s both;}
.productList.car .proListLink li.p08 .line .line03 {animation: mapinfo02 0.3s 5.0s both;}

.productList.car.move .proListLink li.p09 .wrap {animation: mapinfo03 0.3s 6.9s both;}
.productList.car .proListLink li.p09 .line::before {animation: mapinfo02 0.1s 6.1s both;}
.productList.car .proListLink li.p09 .line .line01 {animation: mapinfo01 0.3s 6.3s both;}
.productList.car .proListLink li.p09 .line .line02 {animation: mapinfo02 0.3s 6.6s both;}

.productList.car.move .proListLink li.p10 .wrap {animation: mapinfo03 0.3s 8.1s both;}
.productList.car .proListLink li.p10 .line::before {animation: mapinfo02 0.1s 7.2s both;}
.productList.car .proListLink li.p10 .line .line01 {animation: mapinfo01 0.3s 7.8s both;}
.productList.car .proListLink li.p10 .line .line02 {animation: mapinfo02 0.3s 7.6s both;}
.productList.car .proListLink li.p10 .line .line03 {animation: mapinfo01 0.3s 7.4s both;}

@keyframes mapinfo01 {
0% {width: 0;opacity:0;}
100% {width: revert-layer;opacity:1;}
}
@keyframes mapinfo02 {
0% {height: 0;opacity:0;}
100% {height: revert-layer;opacity:1;}
}
@keyframes mapinfo03 {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes mapbg02 {
0% {transform: translateY(-30px);opacity:0;}
100% {transform: translateY(0);opacity:1;}
}

@media only screen and (max-width:1199px) {
.body-sub #contents.div-cont {margin:0;padding:0 20px}
#pg-MN0000039 .div-cont {padding:0px}
.productList.car .proImg {width:600px;}
.productList.car .mainImg {width:100%;}
.productList.car .mainLineImg {width: 240px;top: 190px;left: 190px;}

.productList.car .proListLink li {max-width:190px}
.productList.car .proListLink .imgBox {width: 100px;height: 100px;}
.productList .wrap .txtBox .tit {font-size: 18px;}

.productList.car .proListLink li.p02 {bottom: -197px;right: -60px;}
.productList.car .proListLink li.p03 .line {left: -90px;}
.productList.car .proListLink li.p04 {bottom: -220px;left: -35px;}
.productList.car .proListLink li.p04 .line {top: -210px;left: 90px;}
.productList.car .proListLink li.p05 {bottom: -100px;left: -170px;}
.productList.car .proListLink li.p06 {bottom: 130px;left: -165px;}
.productList.car .proListLink li.p06 .line {top: 50px;left: 119px;}
.productList.car .proListLink li.p07 {top: -140px;left: -120px;}
.productList.car .proListLink li.p08 .line {    top: 150px;}
.productList.car .proListLink li.p09 {top: -205px;right: 25px;}
.productList.car .proListLink li.p09 .line {top: 145px;}
.productList.car .proListLink li.p10 {top: -74px; right: -190px;}
.productList.car .proListLink li.p10 .line {top: 53px;left: -39px;}
}

@media only screen and (max-width:899px) {
.productList.car .proImg {width:350px;}
.productList.car .mainLineImg {display:none;width: 150px;top: 109px;left: 114px;}
.productList.car .proListLink li .line::before {width:10px;height:10px;}
.productList.car .proListLink .imgBox {width:70px;height:70px;}
.productList .wrap .txtBox .tit {font-size: 17px;}
.productList.car .proListLink li {max-width: 150px;}
}

@media only screen and (max-width:899px) {
.productList {    padding:50px 10px;}
.productList.car .proImg {width:100%;}
.productList.car .mainImg {width:350px;}
.productList.car .mainLineImg {top: 100px;left: 165px;opacity:1;}
.productList.car .proListLink {display:flex;margin-top:30px;flex-wrap: wrap;}
.productList.car .proListLink .imgBox {width: 45px;height: 45px;}
.productList.car .proListLink li { position: inherit;max-width: 100%;width:50%;padding-right:20px;box-sizing:border-box;margin-bottom:15px;}
.productList.car .proListLink li .line {display:none;}
.productList.car .proListLink li .wrap {opacity:1!important;flex-wrap: nowrap;justify-content: flex-start;    align-items: center;text-align: left;width:100%;}
.productList.car.move .proListLink li .wrap {opacity:1!important;animation: none!important;}
.productList.car .wrap a {width:auto;margin-left:10px;}
.productList.car .wrap .txtBox {margin-top: 0;}
}
@media only screen and (max-width:499px) {
.productList.car .proListLink li {padding-right:12px;}
.productList.car .proListLink .imgBox {width: 35px;height: 35px;}
.productList .wrap .txtBox .tit {font-size: 16px;}
}
@media only screen and (max-width:399px) {
.productList.car .mainImg {width:300px;}
}

/*제품소개 - 가전*/

.productList.honeApp {padding:150px 0;}

.productList.honeApp .proImg {position:relative;text-align:center;    display: inline-block;}
.productList.honeApp .mainImg {position:relative;    animation: mapinfo03 0.2s 0.1s both;}

.productList.honeApp .proListLink li {position:absolute;max-width: 250px;}
.productList.honeApp .proListLink li.p01 {bottom: 42px;right: -370px;}
.productList.honeApp .proListLink li.p02 {top: 0px;left: -370px;}
.productList.honeApp .proListLink li.p03 {top: 120px;right: -370px;}
.productList.honeApp .proListLink li.p04 {bottom: 85px;left: -370px;}

/*.productList.honeApp .proListLink li.p01 .line,
.productList.honeApp .proListLink li .line > *,
.productList.honeApp .proListLink li .line::before {opacity:0;}*/
.productList.honeApp .proListLink li .line::before {content:'';display:block;width:30px;height:30px;border-radius:50px;background: #f8161691;position: absolute;}
.productList.honeApp .proListLink li.p01 .line {width: 300px;height: 2px;background: #f81616;position: absolute;top: 45%;left: -254px;z-index: 0;}
.productList.honeApp .proListLink li.p01 .line::before {left: -30px;top: -15px;}
.productList.honeApp .proListLink li.p02 .line {position: relative; top: 50px;right: -160px;z-index: 0;width: 220px;height: 2px;background: red;}
.productList.honeApp .proListLink li.p02 .line::before {right: -30px;top: -15px;}

.productList.honeApp .proListLink li.p03 .line {position: relative;top: 85px;left: -130px; z-index: 0; width: 290px; height: 2px; background: red;}
.productList.honeApp .proListLink li.p03 .line::before {left: -30px;top: -15px;}

.productList.honeApp .proListLink li.p04 .line {position: relative;top: 75px;right: -200px;z-index: 0;height: 2px;width: 350px;background: red;}
.productList.honeApp .proListLink li.p04 .line::before {right: -30px;top: -15px;}
.productList.honeApp .proListLink li.p04 .line .line01 {display: block;position: absolute;width: 30px;height: 2px;background: #f81616;}
.productList.honeApp .proListLink li.p04 .line .line02 {display: block;position: absolute;width: 2px;height: 208px;background: #f81616;top: 2px;}

.productList.honeApp .proListLink .imgBox {width: 150px;height: 150px;border-radius:100%;background: #fff;box-shadow: 0 0 10px rgba(0 0 0 / 3%);overflow: hidden;display: flex;justify-content: center;align-items: center;box-sizing: border-box;}
.productList.honeApp .proListLink .imgBox img {width: 80%;}

.productList.honeApp .proListLink .imgBox {width: 150px;height: 150px;border-radius:100%;background: #fff;box-shadow: 0 0 10px rgba(0 0 0 / 3%);overflow: hidden;display: flex;justify-content: center;align-items: center;box-sizing: border-box;z-index: 1;}
.productList.honeApp .proListLink .imgBox img {width: 80%;}

.productList.honeApp .wrap {text-align:center;display: flex;flex-wrap: wrap;justify-content: center;position: relative;z-index: 1;}
.productList.honeApp .wrap a {display:block;width:100%;}
.productList.honeApp .wrap .txtBox {margin-top:15px;}

.productList.honeApp .proListLink li.p01 .wrap {animation: mapinfo03 0.3s 1.0s both;}
.productList.honeApp .proListLink li.p01 .line::before {animation: mapinfo03 0.1s 0.4s both;}
.productList.honeApp .proListLink li.p01 .line {animation: mapinfo01 0.1s 0.7s both;}

.productList.honeApp .proListLink li.p02 .wrap {animation: mapinfo03 0.3s 1.9s both;}
.productList.honeApp .proListLink li.p02 .line::before {animation: mapinfo03 0.1s 1.3s both;}
.productList.honeApp .proListLink li.p02 .line {animation: mapinfo01 0.1s 1.6s both;}

.productList.honeApp .proListLink li.p03 .wrap {animation: mapinfo03 0.3s 2.8s both;}
.productList.honeApp .proListLink li.p03 .line::before {animation: mapinfo03 0.1s 2.2s both;}
.productList.honeApp .proListLink li.p03 .line {animation: mapinfo01 0.1s 2.5s both;}

.productList.honeApp .proListLink li.p04 .wrap {animation: mapinfo03 0.3s 3.7s both;}
.productList.honeApp .proListLink li.p04 .line::before {animation: mapinfo03 0.1s 3.1s both;}
.productList.honeApp .proListLink li.p04 .line {animation: mapinfo01 0.1s 3.4s both;}


@media only screen and (max-width:1199px) {
.productList.honeApp .mainImg {    width: 300px;}
.productList.honeApp .proListLink li.p04 {bottom: 60px;}
.productList.honeApp .proListLink .imgBox {width:120px;height:120px;}

.productList.honeApp .proListLink li.p04 .line {top: 60px;right: -140px;}
}

@media only screen and (max-width:999px) {
.productList.honeApp .mainImg {    width:200px;}
.productList.honeApp .proListLink li.p04 {bottom: 21px;left: -220px;}
.productList.honeApp .proListLink .imgBox {width:70px;height:70px;}

.productList.honeApp .proListLink li.p04 .line {top: 60px;right: -140px;}

.productList.honeApp .proListLink li .line::before {width:10px;height:10px;}

.productList.honeApp .proListLink li {position:absolute;max-width: 250px;}
.productList.honeApp .proListLink li.p01 {bottom: -15px;right: -200px;}
.productList.honeApp .proListLink li.p02 {top: 0px;left: -200px;}
.productList.honeApp .proListLink li.p03 {top: -18px;right: -200px;}

.productList.honeApp .proListLink li.p01 .line {width: 200px;top: 30%;left: -154px;}
.productList.honeApp .proListLink li.p01 .line::before {left: -10px;top: -5px;}
.productList.honeApp .proListLink li.p02 .line {top: 33px;right: -99px;width: 120px;}
.productList.honeApp .proListLink li.p02 .line::before {right: -10px;top: -4px;}

.productList.honeApp .proListLink li.p03 .line {top: 37px;left: -55px;width: 150px;}
.productList.honeApp .proListLink li.p03 .line::before {left: -10px;top: -5px;}

.productList.honeApp .proListLink li.p04 .line {top: 33px;right: -132px;height: 2px;width: 169px;}
.productList.honeApp .proListLink li.p04 .line::before {right: -10px;top: -4px;}
}



@media only screen and (max-width:699px) {
.productList {    padding:50px 10px;}
.productList.honeApp .proImg {width:100%;}
.productList.honeApp .mainImg {width:200px;}
.productList.honeApp .mainLineImg {top: 100px;left: 165px;opacity:1;}
.productList.honeApp .proListLink {display:flex;margin-top:30px;flex-wrap: wrap;}
.productList.honeApp .proListLink .imgBox {width: 45px;height: 45px;}
.productList.honeApp .proListLink li { position: inherit;max-width: 100%;width:50%;padding-right:20px;box-sizing:border-box;margin-bottom:15px;}
.productList.honeApp .proListLink li .line {display:none;}
.productList.honeApp .proListLink li .wrap {opacity:1!important;flex-wrap: nowrap;justify-content: flex-start;    align-items: center;text-align: left;width:100%;}

.productList.honeApp .wrap a {width:auto;margin-left:10px;}
.productList.honeApp .wrap .txtBox {margin-top: 0;}
}



/*연료전지*/

.productList.honeApp.fuelCell .proListLink li.p01 {bottom: -30px;right: -285px;}
.productList.honeApp.fuelCell .proListLink li.p01 .line {width: 0;left: -420px;}
.productList.honeApp.fuelCell .proListLink li.p01 .line::before {left: 78px; top: -259px;}
.productList.honeApp.fuelCell .proListLink li.p01 .line .line01 {width: 233px;display: block;height: 2px;background: red;position: absolute;left: 105px;top: -240px;}
.productList.honeApp.fuelCell .proListLink li.p01 .line .line02 {width: 2px;display: block;height: 232px;background: red;position: absolute;left: 336px;top: -240px;}
.productList.honeApp.fuelCell .proListLink li.p01 .line .line03 {width: 134px;display: block;height: 2px;background: red;position: absolute;left: 336px;top: -9px;}

.productList.honeApp.fuelCell .proListLink li.p02 {top: 50px;}
.productList.honeApp.fuelCell .proListLink li.p02 .line {right: -200px;width: 280px;}

.productList.honeApp.fuelCell .proListLink li.p03 {top: 45px;right: -310px;}
.productList.honeApp.fuelCell .proListLink li.p03 .line {left: -250px;width: 305px;}

/*FROM SITE CODE :  
*/
