/* 회사소개 개요 */
.overview_content {width: 100%; overflow: hidden;}
.overview_content > .content1 {width: 1200px; margin: auto;}
.overview_content > .content1 dt { width: 100%; height: 200px; position: relative; background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; justify-content: center; align-items: center; flex-flow: column nowrap; }
.overview_content > .content1 dt .text{ font-size: 30px; color: #fff; font-weight: bold; line-height: 1;}
.overview_content > .content1 dt .line{ width: 11px; height: 11px; position: absolute; background-color: #01b4cb; margin-top: 20px; left: 0; right: 0; margin: auto; top: 80px; bottom:0;}
.overview_content > .content1 dt .line::after{ width: 1px; height: 0px; position: absolute; z-index: 10; bottom: 0px; left: 5px; content: "";background-color: #01b4cb;}
.overview_content > .content1 dt.aos-init.aos-animate .line::after{height: 111px; bottom: -111px; transition: height 1.5s ease 0.2s, bottom 1.5s ease 0.2s;}
.overview_content > .content1 dd { width: 100%; margin: 100px auto 130px; font-size: 16px; color: #002853; text-align: center; line-height: 30px;}
.overview_content > .content1 dd span { font-weight: bold; font-size: 23px; display: block;}
.overview_content > .content2 {width: 100%; background-color: #f5f5f5; padding: 50px 0;}
.overview_content > .content2 ul {width: 1200px; margin: auto;display: flex; flex-flow: row wrap; justify-content: space-between; align-items: baseline;}
.overview_content > .content2 li {width: 570px; display: flex; flex-flow: row nowrap; justify-content: space-between; padding-left: 25px;}
.overview_content > .content2 li .img_box {width: 150px; height: 150px; background-color: #fff; background-position: center; background-repeat: no-repeat; background-size: auto; border-radius: 20px; flex: 0 0 auto;}
.overview_content > .content2 li .text_box {display: flex; flex-flow: column nowrap; width: 365px; color: #666; }
.overview_content > .content2 li .text_box p {line-height: 30px; font-size: 16px; word-break: keep-all;}
.overview_content > .content2 li .text_box .title {color: #01b4cb; font-size: 20px; border-bottom: 1px solid #01b4cb; width: 200px; font-weight: bold; padding-bottom: 5px;}
.overview_content > .content2 li .text_box span {font-weight: bold; display: block; font-size: 18px; color: #333; margin-top: 30px; margin-bottom: 5px;}
.overview_content > .go_atag {width: 350px; height: 60px; font-size: 20px; color: #fff; background-color: #047cbb; padding: 20px 50px; font-weight: bold; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; border-radius: 10px; margin: 100px auto; line-height: 1;}


/* 회사소개 역사 */
.history_content {overflow: hidden;}
.history_content > .content1 {width: 1200px; margin: auto; margin-bottom: 80px;}
.history_content > .content1 > li { position: relative;}
.history_content > .content1 > li::after {width: 1px; height:100px; position: absolute; top: 0; left: 0; right: 0; margin: auto; content: ""; background:#01b4cb; z-index: -1;}
.history_content > .content1 > li > .title {width: 300px; height: 100px; display: flex; justify-content: center; align-items: center; font-size: 30px; line-height: 1; color: #fff; background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 20px; margin: auto; position: relative; background-color: #01b4cb;}
.history_content > .content1 > li > .lists {display: flex; justify-content: center; flex-wrap: nowrap; overflow: hidden;}
.history_content > .content1 > li > .lists ol {padding: 70px 0; min-width: 554px;}
.history_content > .content1 > li > .lists li {display: flex; flex-wrap: nowrap; align-items: center; line-height: 1; color: #002853; }
.history_content > .content1 > li > .lists li span {color: #01b4cb; padding: 5px 20px; }
.history_content > .content1 > li > .lists .line_box {width: 1px; height: 0; position: relative; display: flex; flex-flow: column nowrap; margin: 0 13px; }
.history_content > .content1 > li > .lists .line_box .line {width: 1px; height: 0px; background-color: #01b4cb; display: block;flex: 0 0 auto;}
.history_content > .content1 > li > .lists .line_box .circle {width: 10px; height: 10px; border-radius: 5px; position: absolute; left: -4px; display: block; background-color: #01b4cb; top: 79px;}
.history_content > .content1 > li > .lists .line_box .line.infinite {margin-top: 28px; height: 0; /*flex: 1 1 0px;*/  }
.history_content > .content1 > li > .title.aos-init.aos-animate + .lists .line_box { height: auto;}
.history_content > .content1 > li > .title.aos-init.aos-animate + .lists .line_box .line:not(.infinite) { height: 70px; transition: height 1s ease;}
.history_content > .content1 > li > .title.aos-init.aos-animate + .lists .line_box .circle { }
.history_content > .content1 > li > .title.aos-init.aos-animate + .lists .line_box .line.infinite { height: 100%; transition: height 2s ease 0.5s; flex: 1 1 0px;}

.history_content > .content1 > li > .lists .img_box { width: 514px; height: 262px; background-position: center; background-repeat: no-repeat; background-size: cover; margin: 70px 20px; }
.history_content > .content1 > li:last-child > .lists .img_box {margin: 70px 20px 0 20px; }
.history_content > .content1 > li.left_list > .lists {flex-direction: row;}
.history_content > .content1 > li.left_list > .lists li {flex-direction: row-reverse;}
.history_content > .content1 > li.right_list > .lists {flex-direction: row-reverse;}
.history_content > .content1 > li.right_list > .lists li {flex-direction: row;}






/* 회사소개 조직도 */
.organization_chart_content {overflow: hidden;}
.organization_chart_content > .content1 { width: 1200px; margin: auto; background-position: center; background-repeat: no-repeat; background-size: contain; height: 735px; margin-bottom: 100px;}
.organization_chart_content > .content2 { margin-bottom: 65px;}
.organization_chart_content > .content2 > .title{ color: #002853; font-size: 23px; font-weight: bold; width: 1200px; margin: auto; padding: 20px 0; line-height: 1;}
.organization_chart_content > .content2 > .list {width: 100%; min-width: 1200px;background-color: #f5f5f5;}
.organization_chart_content > .content2 > .list ul {width: 1200px; padding: 20px 0;display: flex; flex-flow: row wrap; justify-content: center; align-items: center; margin: auto;}
.organization_chart_content > .content2 > .list ul li {width: 540px; height: 200px; border-bottom-right-radius: 30px; background-color: #fff; margin: 20px 30px; display: flex; flex-flow: row nowrap; justify-content: flex-start; align-items: center;}
.organization_chart_content > .content2 > .list ul li .img_box {width: 120px; height: 150px; background-color: #d7d7d7; background-position: center; background-repeat: no-repeat; background-size: contain; margin: 0 30px; flex: 0 0 auto;}
.organization_chart_content > .content2 > .list ul li .text_box {width: 310px; display: flex; flex-flow: column nowrap;}
.organization_chart_content > .content2 > .list ul li .name {font-size: 20px; color: #121212; line-height: 30px;}
.organization_chart_content > .content2 > .list ul li .name span {font-size: 16px;}
.organization_chart_content > .content2 > .list ul li .ln_charge {font-size: 14px; color: #047cbb;}
.organization_chart_content > .content2 > .list ul li .line {height: 1px; width: 100%; background-color: #dddddd; margin-top: 18px; margin-bottom: 13px;}
.organization_chart_content > .content2 > .list ul li .contact {display: flex; flex-flow: row nowrap; justify-content: flex-start; align-items: center; font-size: 16px;}
.organization_chart_content > .content2 > .list ul li .icon {background-position: center; background-repeat: no-repeat; background-size: auto; width: 20px; height: 13px;}
.organization_chart_content > .content2 > .list ul li .icon.call {background-image: url('../../../img/oc_icon_01.png');}
.organization_chart_content > .content2 > .list ul li .icon.email {background-image: url('../../../img/oc_icon_02.png');}
.organization_chart_content > .content2 > .list ul li .title {color: #121212; padding: 0 20px 0 2px;}
.organization_chart_content > .content2 > .list ul li .text {color: #666;}

/* 회사소개 계열사소개 */
.affiliates_content {overflow: hidden;}
.affiliates_content .content1 {width: 1200px; height: auto; margin: auto; display: flex; justify-content: space-between; align-items:  flex-start; position: relative; flex-flow: row wrap; margin-bottom: 50px;}
.affiliates_content .content1 .img_box {width: 580px; height: 400px; background-position: center; background-repeat: no-repeat; background-size: cover; margin-bottom: 40px;}
.affiliates_content .content1 .text_box {width: 400px; height: 193px; position: absolute; left: 0; right: 0; margin: auto; top: 285px; background-color: #fff; color: #002853; text-align: center; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; z-index: 10;}
.affiliates_content .content1 .text_box dt {font-size: 40px; font-weight: bold; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center;}
.affiliates_content .content1 .text_box dt .logo {width: 60px; height: 55px; background-position: center; background-repeat: no-repeat; background-size: contain; display: inline-block; margin-top: 4px;}
.affiliates_content .content1 .text_box dd {font-size: 20px;}
.affiliates_content .content2 {width: 1200px; margin: auto;}
.affiliates_content .content2 > dl {border-top: 1px solid #333; display: flex; flex-flow: row wrap; font-size: 16px; line-height: 1; margin-bottom: 30px;}
.affiliates_content .content2 > dl dt {border-bottom: 1px solid #ccc; display: flex; align-items: center; padding-left: 28px; color: #01b4cb; height: 54px; width: 100px;}
.affiliates_content .content2 > dl dd {border-bottom: 1px solid #ccc; display: flex; align-items: center; color: #002853; height: 54px; width: calc(100% - 100px);}
.affiliates_content .content2 > dl dd span:nth-child(1){margin-right: 30px;}
.affiliates_content .content2 .map_area{ width: 100%; height: 600px; margin-bottom: 90px;}
.affiliates_content .content2 .map_area .daum_map { width: 100% !important; height: 100% !important;}
.affiliates_content .content2 .map_area .daum_map .wrap_map { height: calc(100% - 32px) !important;}

/* 회사소개 오시는길 */
.directions_content {overflow: hidden;}
.directions_content .content1 {width: 1200px; margin: auto;}
.directions_content .content1 .map_area{ width: 100%; height: 600px; margin-bottom: 45px;}
.directions_content .content1 .map_area .daum_map { width: 100% !important; height: 100% !important;}
.directions_content .content1 .map_area .daum_map .wrap_map { height: calc(100% - 32px) !important;}
.directions_content .content1 > ul {width: 100%; border-top: 1px solid #333; margin-bottom: 100px;}
.directions_content .content1 > ul li {width: 100%; border-bottom: 1px solid #ccc; display: flex; flex-flow: row nowrap; align-items: flex-start; justify-content: flex-start; padding: 10px 0; line-height: 1; padding-left: 28px; font-size: 16px;}
.directions_content .content1 > ul li .title {color: #01b4cb; width: 122px; padding: 5px 0;}
.directions_content .content1 > ul li .data {color: #002853; display: flex; flex-flow: column nowrap;}
.directions_content .content1 > ul li p { padding: 5px 0;}
.directions_content .content1 > ul li p.sort {display: flex; flex-flow: row wrap; align-items: flex-start;}
.directions_content .content1 > ul li p.sort:nth-child(1) {margin-bottom: 10px;}
.directions_content .content1 > ul li p.sort .sort_title {background-color: #002853; width: 90px; border-radius: 5px; color: #fff; text-align: center; padding: 7px 0 8px 0; margin-right: 10px; display: block;}
.directions_content .content1 > ul li p.sort .sort_data {display: block; padding: 7px 0 8px 0;}
.directions_content .content1 > ul li p.sort .sort_data span {display: block;}
.directions_content .content1 > ul li p.sort .sort_data span:nth-child(1) {margin-bottom: 10px;}


/*  용융아연도금 개요 */
.overview_content {overflow: hidden;}
.overview_content > .hdg > article {width: 1200px; margin: auto; height: 220px; display: flex; flex-flow: row nowrap; justify-content: space-between;}
.overview_content > .hdg > article h1{width: 600px; background-position: center; background-color:#01b4cb; background-repeat: no-repeat; background-size: cover; background-image: url('../../../img/hdg_overview_t_bg.png'); color: #fff; font-size: 20px; font-weight: normal; line-height: 1; padding: 40px;}
.overview_content > .hdg > article h1 .title {font-size: 30px; font-weight: bold;}
.overview_content > .hdg > article p {width: 600px; background-color:#f5f5f5; color: #002853; font-size: 16px; padding: 40px 20px; line-height: 28px;}
.overview_content > .hdg > article p span {font-size: 20px; line-height: 1;}
.overview_content > .hdg .box_title {font-size: 25px; color: #002853; text-align: center; font-weight: bold; margin-bottom: 5px;}
.overview_content > .hdg > .content2 {padding: 110px 0; width: 1200px; margin: auto;}
.overview_content > .hdg > .content2 ol {display: flex; flex-flow: row wrap; justify-content: space-between; align-items: baseline;}
.overview_content > .hdg > .content2 ol li {margin-top: 50px; display: flex; flex-flow: row nowrap; justify-content: flex-start; align-items: flex-start; }
.overview_content > .hdg > .content2 ol li .number_box {width: 100px; height: 100px; flex: 0 0 auto; font-size: 80px; color: #fff; border-radius: 20px; position: relative;}
.overview_content > .hdg > .content2 ol li .number_box span {position: absolute; display: inline-block; right: 4px; top:-10px; line-height: 1; letter-spacing: -6px; }
.overview_content > .hdg > .content2 ol li .number_box.color1 {background-color: #ccc;}
.overview_content > .hdg > .content2 ol li .number_box.color2 {background-color: #f0f0f0;}
.overview_content > .hdg > .content2 ol li .text_box {width: 425px; color: #002853; font-size: 16px; padding: 10px 0 0 20px; line-height: 30px;}
.overview_content > .hdg > .content2 ol li .text_box .title {font-weight: bold; font-size: 20px; line-height: 35px; padding-bottom: 5px;}
.overview_content > .hdg > .content3 {background-color: #f5f5f5; padding: 90px 0;}
.overview_content > .hdg > .content3 ul {width: 1200px; margin: auto; margin-top: 50px; display: flex; justify-content: space-between; align-items: flex-start;}
.overview_content > .hdg > .content3 ul li {width: 570px;}
.overview_content > .hdg > .content3 ul li .video_box {width: 100%;}
.overview_content > .hdg > .content3 ul li p {width: 100%; font-size: 16px; line-height: 1; display: flex; justify-content: center; align-items: center;}
.overview_content > .hdg > .content3 ul li .title {width: 100%; background-color:#002853; color: #fff; border-radius: 10px; margin: 10px 0; height: 50px;text-align: center;}
.overview_content > .hdg > .content3 ul li p span {text-align: left; margin: 5px 10px;display: inline-block; width: 50px;}
.overview_content > .hdg > .content3 ul li p span:nth-child(1) {color: #01b4cb; padding-left: 20px;}
.overview_content > .hdg > .content3 ul li p span:nth-child(2) {color: #002853;}

/*  용융아연도금 용융아연도금이란 */
.what_content { overflow: hidden; color: #002853; }
.what_content > .content1 { width: 1200px; margin: auto; margin-bottom: 100px;}
.what_content > .content1 h1 {height: 60px; font-weight: normal; font-size: 25px; color: #fff; background-position: center; background-repeat: no-repeat; background-size: cover; background-image: url('../../../img/hdg_what_t_bg.png'); background-color:#01b4cb; padding-left: 45px; display: flex; align-items: center; width: 0;}
.what_content > .content1 h1 span{white-space: nowrap;}
.what_content > .content1 h1.aos-init.aos-animate { padding-left: 45px; width:100%; transition: width 1.5s ease;}
.what_content > .content1 p {font-size: 16px; line-height: 30px; word-break: keep-all; }
.what_content > .content1 .img_text_box { display: flex; flex-flow: row nowrap; margin-top: 25px;}
.what_content > .content1 .img_text_box .img_box {width: 423px; flex: 0 0 auto; height: 273px; background-position: center; background-repeat: no-repeat; background-size: cover; margin-right: 25px;}
.what_content > .content1 > .link {font-size: 16px; line-height: 30px; color: #999;}
.what_content > .content1 > .link span {text-decoration: underline; margin-right: 7px;}
.what_content > .content2 { width: 1200px; margin: auto; margin-bottom: 100px;}
.what_content > .content2 h1 {font-size: 25px; line-height: 35px;}
.what_content > .content2 .img_box { width: 100%; height: 290px; border: 1px solid #ccc; margin: 30px 0;  display: flex; justify-content: center; align-items: center;}
.what_content > .content2 > ol { margin-bottom: 120px; line-height: 30px;}
.what_content > .content2 > ol li span { color: #01b4cb; padding-right: 15px;}
.what_content > .content2 > ul { display: flex; flex-flow: row nowrap; justify-content: space-between;}
.what_content > .content2 > ul li {width: calc(50% - 10px);}
.what_content > .content3 .img_title { width: 100%; background-position: center; background-repeat: no-repeat;background-size: cover; height: 300px; display: flex; justify-content: center; align-items: center; position: relative;}
.what_content > .content3 .img_title p {color: #fff; font-size: 25px; line-height: 55px; text-align: center;}
.what_content > .content3 .img_title p span {display: block; font-size: 40px; font-weight: bold;}
.what_content > .content3 .img_title .line{ width: 11px; height: 11px; position: absolute; background-color: #01b4cb; margin-top: 20px; left: 0; right: 0; margin: auto; bottom: 58px;}
.what_content > .content3 .img_title .line::after{ width: 1px; height: 0px; position: absolute; z-index: 10; top: 11px; left: 5px; content: "";background-color: #01b4cb;}
.what_content > .content3 .img_title.aos-init.aos-animate .line::after{height: 110px; transition: height 1.5s ease 0.2s;}
.what_content > .content3 > p {text-align: center; margin: 135px auto; line-height: 30px;}
.what_content > .content4 { width: 1200px; margin: auto; margin-bottom: 100px;}
.what_content > .content4 h1 {font-size: 25px; line-height: 35px; margin-bottom: 45px;}
.what_content > .content4 > ul {width: 100%; border-left: 1px solid #ddd; display: flex; flex-flow: row nowrap; }
.what_content > .content4 > ul li {width: calc(100%/6); border-right: 1px solid #ddd; display: flex; flex-flow: column nowrap; justify-content: space-between; align-items: center; height: 210px; padding: 5px 0;}
.what_content > .content4 > ul li .img_box {width: 100px; height: 100px; display: flex; justify-content: center; align-items: center;}
.what_content > .content4 > ul li p {line-height: 30px; text-align: center; height: 60px; }

/* 용융아연도금 제조공정 */
.process_content{ overflow: hidden;}
.process_content > ol { display: flex; width: 1200px; justify-content: center; align-items: center; flex-flow: column nowrap; line-height: 30px; margin: auto; color: #002853; margin-bottom: 90px;}
.process_content > ol li {display: flex; justify-content: center; align-items: center; flex-flow: column nowrap; position: relative; margin-bottom: 25px;}
.process_content > ol li .main_box {display: flex; justify-content: center; align-items: center; border: 1px solid #047cbb; width: 500px; height: 80px; font-size: 20px; background-color: #fff;}
.process_content > ol li .arrow_box {width: 0; height: 0; border-width: 0px; border-style: solid; border-color: #047cbb transparent transparent transparent; position: relative; z-index: -1;}
.process_content > ol li .arrow_box.aos-init.aos-animate {border-width: 14px;transition-property: opacity,transform,border-width;}
.process_content > ol li .right_box { position: absolute; top: 0; width: 0; height: 80px; right: -0; background-color: #f5f5f5; padding-left: 0; display: flex; align-items: center; overflow: hidden; white-space: nowrap;}
.process_content > ol li .arrow_box.aos-init.aos-animate + .right_box { width: 345px; right: -350px; padding-left: 45px; transition: all 1s ease .5s; }
.process_content > ol li .left_box { position: absolute; bottom: -2px; width: 10px; height: 10px; right: 0; left: 0; margin: auto;}
.process_content > ol li .left_box .circle { position: absolute; top: 0; right: 0; width: 0px; height: 10px; border-radius: 5px; background-color: #ccc; }
.process_content > ol li .left_box .line { position: absolute; top: 0; right: 9px; bottom: 0; margin: auto; width: 0px; height: 1px; background-color: #ccc; }
.process_content > ol li .left_box .text { position: absolute; top: 0; right: 259px; bottom: 0; margin: auto; width: 0; height: 80px; background-color: #ccc;  padding-left: 0; display: flex; align-items: center; overflow: hidden; white-space: nowrap;}
.process_content > ol li .arrow_box.aos-init.aos-animate ~ .left_box .circle { width: 10px; transition: all 0.5s ease .7s;}
.process_content > ol li .arrow_box.aos-init.aos-animate ~ .left_box .line { width: 250px; transition: all 0.8s ease 1s;}
.process_content > ol li .arrow_box.aos-init.aos-animate ~ .left_box .text { width: 345px; padding-left: 45px; transition: all 1.5s ease 1.7s;}

/* 용융아연도금 서비스범위 */
.service_content{ overflow: hidden;}
.service_content > .content1 {width: 1000px; margin: auto; line-height: 30px; color: #002853; font-size: 16px;}
.service_content > .content1 > li {width: 100%; height: 270px; position: relative; margin-top: 115px;}
.service_content > .content1 .box_title {width: 180px; height: 180px; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 25px; text-align: center; font-weight: bold; background-position: center; background-repeat: no-repeat; background-size: cover; position: absolute; z-index: 30;}
.service_content > .content1 .box_title.bgtype1 {background-image: url('../../../img/hdg_service_t_bg_01.png');}
.service_content > .content1 .box_title.bgtype2 {background-image: url('../../../img/hdg_service_t_bg_02.png');}
.service_content > .content1 .img_box { position: absolute; width: 300px; height: 350px; z-index: 10;}
.service_content > .content1 .img_box > span { display: block; width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; position: absolute;}
.service_content > .content1 .img_box > .bgi { left: 0; top: 0;}
.service_content > .content1 .box_text {border: 1px solid #047cbb; display: flex; align-items: center; height: 269px; position: absolute; z-index: 20;}
.service_content > .content1 .box1 .box_title {left: 290px; top: -64px;}
.service_content > .content1 .box1 .img_box {left: 55px; top: -50px;}
.service_content > .content1 .box1 .img_box .bgc{left: -30px; top: -30px;}
.service_content > .content1 .box1 .box_text {right: 0; top: 0; padding-left: 270px; width: 736px;}
.service_content > .content1 .box2 .box_title {right: 200px; top: 45px;}
.service_content > .content1 .box2 .img_box {right: 0; top: -13px;}
.service_content > .content1 .box2 .img_box .bgc{left: -30px; bottom: -33px;}
.service_content > .content1 .box2 .box_text {left: 33px; top: 0; padding-left: 120px; width: 705px; text-align: right;}
.service_content > .content1 .box3 {margin-top: 180px; margin-bottom: 120px;}
.service_content > .content1 .box3 .box_title {left: 150px; top: -40px;}
.service_content > .content1 .box3 .img_box {left: 0; top: -50px;}
.service_content > .content1 .box3 .img_box .bgc{left: 64px; top: -32px;}
.service_content > .content1 .box3 .box_text {left: 203px; top: 0; padding-left: 230px; width: 705px;}





/* 모바일 회사소개 개요 */
.overview_content.mobile > .content1 {width: 100%; padding: 0 10px;}
.overview_content.mobile > .content1 dt {width: calc(100% - 20px); margin: auto;}
.overview_content.mobile > .content1 dd {word-break: keep-all; padding: 0 1px;}
.overview_content.mobile > .content1 dd span { font-weight: normal;}
.overview_content.mobile > .content2 {padding: 60px 0 20px;}
.overview_content.mobile > .content2 ul {width: 100%; padding: 0 50px; justify-content:center;}
.overview_content.mobile > .content2 li {width: 100%; max-width: 480px; display: flex; flex-flow: column nowrap; justify-content: flex-start; align-items: center; margin-bottom: 70px; padding-left: 0;}
.overview_content.mobile > .content2 li .img_box {margin-bottom: 30px;}
.overview_content.mobile > .content2 li .text_box {max-width: 365px; width: 100%;}

.overview_content.mobile > .go_atag {margin: 60px auto; width: 80%; max-width: 350px;}
@media (max-width:480px){
	.overview_content.mobile > .content2 li {align-items: flex-start;}
}

/* 모바일 회사소개 역사 */
.history_content.mobile > .content1 {width: 100%; margin-bottom: 30px;}
.history_content.mobile > .content1 > li::after {display: none;}
.history_content.mobile > .content1 > li > .lists {justify-content: flex-start;}
.history_content.mobile > .content1 > li > .lists ol {padding: 30px 0; min-width: 320px; max-width: 480px; margin: auto; width: 100%;}
.history_content.mobile > .content1 > li > .lists li {align-items: baseline; line-height: 1.3; word-break: keep-all;}
.history_content.mobile > .content1 > li > .lists .line_box {display: none;}
.history_content.mobile > .content1 > li > .lists .img_box { width: 90%; max-width: 430px; height: 219px; margin: 0 auto 70px; }
.history_content.mobile > .content1 > li.left_list > .lists {flex-direction: column;}
.history_content.mobile > .content1 > li.left_list > .lists li {flex-direction: row;}
.history_content.mobile > .content1 > li.right_list > .lists {flex-direction: column;}
.history_content.mobile > .content1 > li.right_list > .lists li {flex-direction: row;}
@media (max-width:410px){
	.history_content.mobile > .content1 > li > .lists .img_box { height: 188px;}
}

/* 모바일 회사소개 조직도 */
.organization_chart_content.mobile > .content1 { width: 100%; height: auto; margin-bottom: 100px; padding: 0 20px;}
.organization_chart_content.mobile > .content1 img{ width: 100%; height: auto; max-width: 398px; display: block; margin: auto; opacity: 0;}
.organization_chart_content.mobile > .content2 > .title{ width: 100%; padding: 20px;}
.organization_chart_content.mobile > .content2 > .list {width: 100%; min-width: 320px; background-color: #f5f5f5;}
.organization_chart_content.mobile > .content2 > .list ul {width: 100%; padding-top: 40px;}
.organization_chart_content.mobile > .content2 > .list ul li {width: 465px; padding: 0 12px; margin-top: 0;}
.organization_chart_content.mobile > .content2 > .list ul li .img_box { margin: 0 20px 0 0;}
.organization_chart_content.mobile > .content2 > .list ul li .text_box {width: 295px;}
.organization_chart_content.mobile > .content2 > .list ul li .title {padding: 0 10px 0 2px;}
@media (max-width:480px){
	.organization_chart_content.mobile > .content2 > .list ul li {width: calc(100% - 30px); padding: 12px; margin-top: 0; margin-left: auto; margin-right: auto; height: auto;}
	.organization_chart_content.mobile > .content2 > .list ul li .img_box {width: 100px; height: 125px; margin-right: 10px;}
	.organization_chart_content.mobile > .content2 > .list ul li .name {font-size: 18px;}
	.organization_chart_content.mobile > .content2 > .list ul li .name span {font-size: 14px;}
	.organization_chart_content.mobile > .content2 > .list ul li .ln_charge {font-size: 13px;}
	.organization_chart_content.mobile > .content2 > .list ul li .line {margin-top: 13px; margin-bottom: 8px;}
	.organization_chart_content.mobile > .content2 > .list ul li .contact {font-size: 14px; flex-wrap: wrap;}
}
@media (max-width:405px){
	.organization_chart_content.mobile > .content2 > .list ul li .text {width: 100%;}
}


/* 모바일 회사소개 계열사소개 */
.affiliates_content.mobile .content1 {width: 100%; justify-content: flex-start; align-items: center; flex-flow: column nowrap; margin-bottom: 30px; padding: 0 20px;}
.affiliates_content.mobile .content1 .img_box { width: 100%; height: auto; margin-bottom: 30px;}
.affiliates_content.mobile .content1 .img_box img{ display: inline-block; width: 100%; opacity: 0;}
.affiliates_content.mobile .content1 .text_box {width: 100%; position: static; top: 0; margin-bottom: 20px;}
.affiliates_content.mobile .content1 .text_box dt {margin-bottom: 5px;}
.affiliates_content.mobile .content2 {width: 100%; padding: 0 20px;}
.affiliates_content.mobile .content2 .map_area { height: 470px;}
@media (max-width:440px){
	.affiliates_content.mobile .content2 > dl > dt.last {height: 65px;}
	.affiliates_content.mobile .content2 > dl > dd.last {height: 65px; flex-wrap: wrap; padding: 5px 0;}
}

/* 모바일 회사소개 오시는길 */
.directions_content.mobile .content1 {width: 100%; margin: auto; padding: 0 20px;}
.directions_content.mobile .content1 .map_area{ height: 400px;}
.directions_content.mobile .content1 > ul li {flex-wrap: wrap; padding-bottom: 25px;}
.directions_content.mobile .content1 > ul li .title {width: 100%; padding: 5px 0; margin-bottom: 10px;}
.directions_content.mobile .content1 > ul li .data p {line-height: 20px;}
.directions_content.mobile .content1 > ul li p.sort {flex-wrap: nowrap;}
.directions_content.mobile .content1 > ul li p.sort .sort_title {flex: 0 0 auto;}
.directions_content.mobile .content1 > ul li p.sort .sort_data {line-height: 20px; word-break: keep-all;}
.directions_content.mobile .content1 > ul li p.sort .sort_data span:nth-child(1) {margin-bottom: 0px;}


/* 모바일 용융아연도금 개요 */
.overview_content.mobile > .hdg > article {width: 100%; margin: auto; height: auto; flex-flow: column nowrap; justify-content: flex-start; padding: 0 20px;}
.overview_content.mobile > .hdg > article h1{width: 100%; height: 220px; word-break: keep-all;}
.overview_content.mobile > .hdg > article p {width: 100%; font-size: 16px; padding: 40px 25px; word-break: keep-all; line-height: 30px;}
.overview_content.mobile > .hdg > .content2 {padding: 80px 0; width: 100%;}
.overview_content.mobile > .hdg > .content2 ol {display: flex; flex-flow: row wrap; justify-content: space-between; align-items: baseline; padding: 0 20px;}
.overview_content.mobile > .hdg > .content2 ol li .text_box {width: calc(100% - 100px); max-width: 320px; }
.overview_content.mobile > .hdg > .content2 ol li .text_box .text {word-break: keep-all;}
.overview_content.mobile > .hdg > .content3 {padding: 50px 20px 0;}
.overview_content.mobile > .hdg > .content3 ul {width: 100%; display: flex;  align-items: center; flex-direction: column; justify-content: flex-start;}
.overview_content.mobile > .hdg > .content3 ul li {width: 100%; max-width: 440px; margin-bottom: 50px;}


/* 모바일 용융아연도금 용융아연도금이란 */
.what_content.mobile > .content1 { width: 100%;; margin: auto; margin-bottom: 100px; padding: 0 20px;}
.what_content.mobile > .content1 h1 { background-size: 100% 100%; overflow: hidden;}
.what_content.mobile > .content1 .img_text_box { margin-top: 15px; flex-direction: column; }
.what_content.mobile > .content1 .img_text_box .img_box {width: 100%; height: auto; margin-right: 0; margin-bottom: 20px;}
.what_content.mobile > .content1 > .link {font-size: 14px;}
.what_content.mobile > .content1 > .link a { display: block; font-size: 13px;}
.what_content.mobile > .content1 > .link span { margin-right: 0;}
.what_content.mobile > .content2 { width: 100%; margin-bottom: 20px; padding: 0 20px;}
.what_content.mobile > .content2 .img_box { height: auto; padding: 40px 15px 30px; }
.what_content.mobile > .content2 .img_box img{display: inline-block; width: 100%;}
.what_content.mobile > .content2 > ol li {display: flex; justify-content: flex-start; align-items: baseline; margin-bottom: 30px;}
.what_content.mobile > .content2 > ol li span.text { color: #002853; padding-right: 0; display: inline-block; word-break: keep-all;}
.what_content.mobile > .content2 > ul { flex-direction: column; align-items: center;}
.what_content.mobile > .content2 > ul li {width:100%; margin-bottom: 60px;}
.what_content.mobile > .content2 ul .img_box { padding: 0; margin-bottom: 0;}
.what_content.mobile > .content3 > p { margin: 80px auto 100px; line-height: 30px; padding: 0 20px; word-break: keep-all;}
.what_content.mobile > .content4 { width: 100%; padding: 0 20px;margin: auto; margin-bottom: 50px;}
.what_content.mobile > .content4 > ul {width: 100%; border-left: 0px; flex-wrap: wrap;}
.what_content.mobile > .content4 > ul li {width: calc(100%/2); border-right: 0px;  margin-bottom: 50px;}
@media (max-width:430px){
	.what_content.mobile > .content3 .img_title p {font-size: 20px; word-break: keep-all; line-height: 30px;}
	.what_content.mobile > .content3 .img_title p span {font-size: 35px; line-height: 55px;}
}


/* 모바일 용융아연도금 제조공정 */
.process_content.mobile > ol { width: 100%; margin-bottom: 90px; padding: 0 20px;}
.process_content.mobile > ol li {width: 100%; max-width: 400px; margin-bottom: 0;}
.process_content.mobile > ol li .main_box { width: 100%;}
.process_content.mobile > ol li .right_box { position: static; padding-left: 0px; width: 0; margin-right: auto; height: 80px;}
.process_content.mobile > ol li .main_box.aos-init.aos-animate + .right_box { height: 80px; width: 100%; padding-left: 45px; right: auto; transition: all 1s ease 0.5s; }
.process_content.mobile > ol li .left_box { position: static; width: 100%;; height: 80px; }
.process_content.mobile > ol li .left_box .text { position: static; width: 100%; height: 80px; background-color: #ccc;  padding-left: 45px; }
.process_content.mobile > ol li .arrow_box {width: 28px; height: 14px; overflow: hidden;}
.process_content.mobile > ol li .arrow_box span {display: inline-block; border-width: 0px; border-style: solid; border-color: #047cbb transparent transparent transparent; position: absolute; z-index: -1; left: 14px; top: 0;}
/* .process_content.mobile > ol li .main_box.aos-init.aos-animate ~ .arrow_box, .process_content.mobile > ol li .left_box.aos-init.aos-animate ~ .arrow_box {border-width: 0;  transition: border-width 1s ease 0s;} */
.process_content.mobile > ol li .main_box.aos-init.aos-animate ~ .arrow_box span, .process_content.mobile > ol li .left_box.aos-init.aos-animate ~ .arrow_box span {border-width: 14px; left: 0; transition-property: border-width, left; transition-duration: 1s;}
.process_content.mobile > ol li .main_box.aos-init.aos-animate + .arrow_box span, .process_content.mobile > ol li .left_box.aos-init.aos-animate + .arrow_box span {transition-delay: 0.5s;}
.process_content.mobile > ol li .main_box.aos-init.aos-animate + .right_box + .arrow_box span {transition-delay: 1s;}

/* 용융아연도금 서비스범위 */
.service_content.mobile > .content1 {width: 100%;}
.service_content.mobile > .content1 > li {height: auto; margin-top: 40px; padding: 0 20px; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center;}
.service_content.mobile > .content1 li .img_box {left: 0;top: 0; position: relative;}
.service_content.mobile > .content1 .img_box > span.bgi {position: static;}
.service_content.mobile > .content1 li .box_text { width: 100%; position: static; height: auto;}
.service_content.mobile > .content1 .box1 .box_title {left: 50%; top: 373px; margin-left: -90px;}
.service_content.mobile > .content1 .box1 .img_box {margin-left: 15px;}
.service_content.mobile > .content1 .box1 .box_text {padding: 155px 40px 55px; margin-top: 110px;}
.service_content.mobile > .content1 > li.box2 {margin-top: 100px;}

.service_content.mobile > .content1 .box2 .box_title {left: 50%; margin-left: -90px; top: 400px;}
.service_content.mobile > .content1 .box2 .img_box {margin-left: 15px;}
.service_content.mobile > .content1 .box2 .box_text { padding: 170px 20px 65px; margin-top: 135px; text-align: left;}
.service_content.mobile > .content1 li.box3 {margin-top: 145px; margin-bottom: 120px;}
.service_content.mobile > .content1 .box3 .box_title {left: 50%; margin-left: -90px; top: 377px;}
.service_content.mobile > .content1 .box3 .img_box {margin-right: 32px;}
.service_content.mobile > .content1 .box3 .box_text {padding: 130px 30px 50px; margin-top: 120px;}
@media (max-width:460px){
	.service_content.mobile > .content1 li .img_box {width: 250px; height: 292px;}
	.service_content.mobile > .content1 .box1 .box_title {top: 315px;}
	.service_content.mobile > .content1 .box2 .box_title {top: 342px;}
	.service_content.mobile > .content1 .box3 .box_title {top: 319px;}
}
@media (max-width:370px){
	.service_content.mobile > .content1 li .img_box {width: 200px; height: 234px;}
	.service_content.mobile > .content1 .box1 .box_title {top: 257px;}
	.service_content.mobile > .content1 .box2 .box_title {top: 284px;}
	.service_content.mobile > .content1 .box3 .box_title {top: 261px;}
}


/* 2022-07-05 추가 */
.imgArea {padding-bottom:100px;}
.imgArea img {max-width:100%; }
.overview_content.mobile .imgArea {width: calc(100% - 20px); margin: auto; padding-bottom:50px}
