@charset "UTF-8";

.view_back_wrap { max-width: 1300px; width: calc(100% - 170px); position: absolute; left: 50%; transform: translateX(-50%); top:0; text-align: right; }
.view_back_wrap button { display: inline-flex; width: 40px; height: 40px; border-radius: 40px; background: var(--black-color03) url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_3' data-name='Layer 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4.41 4.37'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='2.18 4.37 0 2.18 2.18 0 2.43 .25 .5 2.18 2.43 4.12 2.18 4.37'/%3E%3Crect class='cls-1' x='.25' y='2.01' width='4.16' height='.35'/%3E%3C/svg%3E") no-repeat center center; background-size: 15px; }
body:has(.introduce_wrap) .sub_cate { display: none; }
.sub_cont { overflow: hidden; }
.sub_cont:has(.history_wrap) { overflow: unset; }
em.label_tit { font-size: var(--title-20); color: var(--point-color01); font-weight: 600; display: block; margin-bottom: 20px; }
.tabWrap { display: none; }
.tabWrap.on { display: block; }
[data-aos^=side][data-aos^=side].aos-animate { opacity: 1; width: 100%; transition-duration: 1s; }
[data-aos=side-right] { opacity: 0; width: 0%; }
/** 회사소개 **/
.company_wrap { display: flex; flex-direction: column; gap: clamp(40px, 7vw, 100px); }
/* COMPANY - OVERVIEW */
.company_wrap .company_overview { display: grid; align-items: center; grid-template-columns: 1.20485fr 2fr; gap: 70px; width: 100%; }
.company_wrap .company_overview .about_thumb { border-radius: 30px; overflow: hidden; }
.company_wrap .company_overview .about_copy h4 { font-size: var(--title-40); font-weight: 600; color: var(--black-color01); }
.company_wrap .company_overview .about_copy p { margin-top: var(--title-30); }
.company_wrap .company_overview .about_copy p:has(span) { display: flex; flex-direction: column; gap: 20px; }
.company_wrap .company_overview .about_copy p span { line-height: 155%; font-weight: 400; font-size: var(--title-18); color: var(--black-color06); }
/* COMPANY - INFO */
body:has(.company_wrap) .sub_cont { overflow: unset; }
.company_wrap .company_info { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.company_wrap .company_info dl { border-radius: 15px; border: 1px solid var(--border-color01); box-sizing: border-box; padding: 30px 15px 30px 30px; position: relative; outline: 2px solid transparent; outline-offset: -2px; transition-property: opacity, transform, outline-color; }
.company_wrap .company_info dl:hover { outline: 2px solid var(--point-color01); box-shadow: 0 10px 13px rgba(212, 50, 27, 0.08); transition: opacity 500ms ease-in-out 0.1s, transform 500ms ease-in-out 0.1s, outline-color 300ms ease-in-out; }
.company_wrap .company_info dl dt { font-size: var(--title-20); color: var(--black-color03); font-weight: 600; letter-spacing: -0.6px; }
.company_wrap .company_info dl dd { font-size: var(--title-16); color: var(--black-color06); font-weight: 400; line-height: 150%; letter-spacing: -0.48px; margin-top: 13px; }
.company_wrap .company_info dl dd ul li { margin-left: 10px; }
.company_wrap .company_info dl dd ul li::before { content: "·"; display: inline-block; text-indent: -10px; }
.company_wrap .company_info dl[data-company] { content: ""; background: url() no-repeat right 30px bottom 30px/contain; background-size: 50px; min-height:355px; }
.company_wrap .company_info dl[data-company=cp-name] { background-image: url("../images/sub/about_ico01.svg"); transition: opacity 500ms ease-in-out 0.1s, transform 500ms ease-in-out 0.1s, outline-color 300ms ease-in-out; }
.company_wrap .company_info dl[data-company=cp-ceo] { background-image: url("../images/sub/about_ico02.svg"); transition: opacity 500ms ease-in-out 0.2s, transform 500ms ease-in-out 0.2s, outline-color 300ms ease-in-out; }
.company_wrap .company_info dl[data-company=cp-head] { background-image: url("../images/sub/about_ico03.svg"); transition: opacity 500ms ease-in-out 0.3s, transform 500ms ease-in-out 0.3s, outline-color 300ms ease-in-out; }
.company_wrap .company_info dl[data-company=cp-year] { background-image: url("../images/sub/about_ico04.svg"); transition: opacity 500ms ease-in-out 0.4s, transform 500ms ease-in-out 0.4s, outline-color 300ms ease-in-out; }
.company_wrap .company_info dl[data-company=cp-business] { background-image: url("../images/sub/about_ico05.svg"); transition: opacity 500ms ease-in-out 0.5s, transform 500ms ease-in-out 0.5s, outline-color 300ms ease-in-out; }
/** CEO 인사말 **/
body:has(.ceo_wrap) .contents_wrap { width: 100%; max-width: unset; }
.ceo_wrap .ceo_thumb { margin-bottom: 80px; min-height: 480px; overflow: hidden; position: relative; background: url("../images/sub/ceo_img.jpg") no-repeat left center; }
.ceo_wrap .ceo_thumb img { display: none; }
.ceo_wrap .ceo_copy { width: calc(100% - 60px); max-width: 1400px; margin: 0 auto; display: flex; gap: 155px; }
.ceo_wrap .ceo_copy .ceo_tit { flex-shrink: 0; }
.ceo_wrap .ceo_copy .ceo_face { overflow: hidden; border-radius: 30px; outline: 1px solid var(--border-color01); outline-offset: -1px; margin-top: var(--title-30); }
.ceo_wrap .ceo_copy h4 { font-size: var(--title-36); font-weight: 600; line-height: 130%; color: var(--black-color00); flex-shrink: 0; }
.ceo_wrap .ceo_copy h4 strong { display: block; color: var(--point-color01); font-weight: 700; }
.ceo_wrap .ceo_copy h4 + div { padding-top: 10px; }
.ceo_wrap .ceo_copy p:has(span) { display: flex; flex-direction: column; gap: 20px; }
.ceo_wrap .ceo_copy p span { line-height: 155%; font-weight: 400; font-size: var(--title-18); color: var(--black-color06); }
.ceo_wrap .ceo_copy dl { margin-top: 50px; display: flex; align-items: center; }
.ceo_wrap .ceo_copy dl dt, .ceo_wrap .ceo_copy dl dd { color: var(--black-color03); font-size: var(--title-20); font-weight: 600; line-height: 155%; }
.ceo_wrap .ceo_copy dl dd { display: flex; align-items: center; }
.ceo_wrap .ceo_copy dl dd::before { content: ""; display: inline-block; margin: 0 13px; height: 13px; width: 1px; background: var(--border-color02); }
/** 주요거래선 **/
body:has(.tabArea) .nav_wrap, body:has(.tabArea) .introduce_wrap { padding-bottom: 30px; }
body:has(.tabArea) .tabArea { display: flex; gap: 10px; align-items: center; justify-content: center; }
body:has(.tabArea) .tabArea button, body:has(.tabArea) .tabArea a { padding: 18px 29px; border-radius: 100px; color: var(--black-color06); background: #fff; border: 1px solid var(--border-color01); transition: all 300ms ease-in-out; font-family: "Pretendard", "맑은 고딕", AppleGothic, Dotum, sans-serif; font-size: var(--title-20); }
body:has(.tabArea) .tabArea button.on, body:has(.tabArea) .tabArea a.on { background: var(--point-color01); border: var(--point-color01); color: #fff; }
@media screen and (min-width:1024px) {
  body:has(.tabArea) .tabArea a:hover, body:has(.tabArea) .tabArea a:focus { background: var(--point-color01); border-color: var(--point-color01); color: #fff; }
}
.business_wrap .partnerList { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 30px; margin-top: 60px; }
.business_wrap .partnerList li { border-radius: 10px; border: 1px solid var(--border-color01); overflow: hidden; }
/** 오시는길 **/
.location_map { position: relative; width: calc(100% - 60px); max-width: 1000px; margin: 0 auto; aspect-ratio: 4/3.6; }
.location_map .pinArea { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
.location_map .pinArea > div { position: absolute; left: 5%; top: 13%; color: #fff; width: 100%; max-width: 420px; }
.location_map .pinArea > div strong { font-size: var(--title-20); font-weight: 700; line-height: 100%; display: block; margin-bottom: 23px; }
.location_map .pinArea > div ul { display: flex; flex-direction: column; gap: 7px; }
.location_map .pinArea > div ul li { display: flex; align-items: baseline; gap: 10px; line-height: 1.625; font-size: var(--title-16); font-weight: 200; text-wrap: pretty; }
.location_map .pinArea > div ul li b { text-indent: -9999px; display: inline-flex; align-items: center; background: url() no-repeat center center/cover; width: 20px; height: 20px; min-width: 20px; }
.location_map .pinArea > div ul li b a { font-weight: 200; }
.location_map .pinArea > div ul li b.pic_address { background-image: url("../images/sub/icon_address.png"); }
.location_map .pinArea > div ul li b.pic_tel { background-image: url("../images/sub/icon_call.png"); background-size: 18px; }
.location_map .pinArea > div ul li b.pic_fax { background-image: url("../images/sub/icon_fax.png"); background-size: 18px; }
.location_map .pinArea > div ul li b.pic_email { background-image: url("../images/sub/icon_mail.png"); background-size: 18px; }
.location_map .pinArea > div .moreBtn { font-weight: 300; margin-top: 20px; line-height: 100%; font-size: var(--title-16); justify-content: right; display: flex; align-items: center; gap: 6px; }
.location_map .pinArea > div .moreBtn i { display: block; width: 12px; height: 12px; background: var(--point-color01) url("../images/da_image/main_more_arw.svg") no-repeat center; }
.location_map .pinArea .pin_info { display: none; padding: 40px; border-radius: 20px; background: var(--point-color01); box-sizing: border-box; }
.location_map .pinArea .pin_info.on { display: block; }
.location_map .pinArea .pin_info::after { content: ""; position: absolute; right: -165px; top: 60px; width: 170px; height: 1px; background: var(--point-color01); }
.location_map .pinArea .arr { width: 18px; height: 18px; background: var(--point-color01); display: block; border-radius: 100%; position: absolute; top: 52px; right: -170px; }
.location_map .pinArea .arr::after, .location_map .pinArea .arr::before { content: ""; position: absolute; width: 100%; height: 100%; left: 50%; top: 50%; border-radius: 100%; transform: translate(-50%, -50%) scale(1); transform-origin: 0 0; background: var(--point-color01); }
.location_map .pinArea .arr::before { opacity: 0.05; animation: zoomzoom1 2000ms infinite 200ms; }
.location_map .pinArea .arr::after { opacity: 0.05; animation: zoomzoom2 2000ms infinite 200ms; }
@keyframes zoomzoom1 {
  0% { scale: 0; opacity: 1; }
  100% { scale: 2.5; opacity: 0; }
}
@keyframes zoomzoom2 {
  0% { scale: 0; opacity: 1; }
  100% { scale: 4; opacity: 0; }
}
.location_map .mapArea { width: 100%; height: 100%; background: url("../images/sub/location_map.svg") no-repeat center right/contain; display: block; }

.sub_content .map_info_wrap{box-sizing:border-box;border-top:2px solid var(--black-color00);margin-top:40px;}
.sub_content .map_info_wrap .info_box{box-sizing:border-box;border-bottom:1px solid var(--border-color01);display: flex;flex-wrap:wrap;justify-content: space-between;padding:25px 0;}
.sub_content .map_info_wrap .info_box .title{width:400px;}
.sub_content .map_info_wrap .info_box .title strong{font-size:18px;color:var(--black-color03);font-weight:500;}
.sub_content .map_info_wrap .info_box .title p{font-size:16px;color:var(--black-color08);font-weight:400;margin-top:10px;}
.sub_content .map_info_wrap .info_box .info{width:calc(100% - 550px);}
.sub_content .map_info_wrap .info_box .info dl{display: flex;flex-wrap:wrap;box-sizing:border-box;gap:0 10px;}
.sub_content .map_info_wrap .info_box .info dl + dl{margin-top:10px;}
.sub_content .map_info_wrap .info_box .info dl dt{font-size:18px;color:var(--black-color03);font-weight:500;width:90px;}
.sub_content .map_info_wrap .info_box .info dl dd{font-size:18px;color:var(--black-color03);font-weight:500;width:calc(100% - 100px);}
.sub_content .map_info_wrap .info_box .link{width:150px;}
.sub_content .map_info_wrap .info_box .link a{font-size:18px;color:var(--black-color03);font-weight:500;width:90px;display: flex;align-items: center;gap:0 10px;width:100%;}
.sub_content .map_info_wrap .info_box .link a:before{width:20px;height:20px;content:"";background:url('../images/sub/map_point.svg')no-repeat center;display: inline-block;}

/** 연혁 **/
.history_wrap { position: relative; }
.history_wrap .following { width: 100%; height: calc(100% + 8px); position: absolute; width: 4px; top: -8px; left: calc(50% + 2px); transform: translateX(-50%); z-index: 2; }
.history_wrap .process { position: absolute; top: 0; left: -2px; width: 100%; height: 0; background: var(--point-color01); transition: height 300ms ease; }
.history_wrap .mark { width: 70px; height: 70px; display: inline-flex; justify-content: center; align-items: center; border-radius: 100px; left: -36px; position: absolute; background: var(--point-color01) url("../images/sub/arrow_w.svg") no-repeat center center/contain; background-size: 14px; transition: top 300ms ease; box-shadow: 4px 10px 10px rgba(212, 50, 27, 0.3); }
.history_wrap .history_sec { display: grid; grid-template-columns: repeat(2, 1fr); gap: 180px; position: relative; }
.history_wrap .history_sec:has(.his_year.on) .his_tit h4 { color: var(--point-color01); }
.history_wrap .history_sec::before { content: ""; width: 4px; height: 100%; position: absolute; left: 50%; top: 0; transform: translateX(-50%); z-index: -1; background: var(--gray-bg05); }
.history_wrap .history_sec:first-of-type .his_tit { margin-top: 10px; }
.history_wrap .history_sec:first-of-type .his_step { padding-top: 40px; }
.history_wrap .history_sec:not(:first-of-type) { padding-top: 120px; }
.history_wrap .history_sec.active .his_tit h4 { color: var(--point-color01); }
.history_wrap .history_sec .his_tit h4 { transition: all 500ms; color: var(--black-color01); font-size: var(--title-90); font-weight: 700; letter-spacing: -2.7px; }
.history_wrap .history_sec .his_tit p { font-size: var(--title-26); letter-spacing: -0.78px; font-weight: 500; color: var(--black-color06); margin-top: 18px; }
.history_wrap .history_sec .his_year { display: flex; align-items: center; position: relative; gap: 30px; }
.history_wrap .history_sec .his_year:has(li + li) { align-items: flex-start; }
.history_wrap .history_sec .his_year::after { content: ""; width: 4px; height: 4px; background: #ccc; border-radius: 100px; position: absolute; left: -92px; top: 10px; }
.history_wrap .history_sec .his_year:not(:last-child) { margin-bottom: 40px; }
.history_wrap .history_sec .his_year strong { color: var(--black-color03); font-size: var(--title-24); font-weight: 700; letter-spacing: -0.72px; }
.history_wrap .history_sec .his_year ul li { color: var(--black-color06); line-height: 160%; font-size: var(--title-18); }
.history_wrap .history_sec .his_year ul li:has(b) { display: flex; }
.history_wrap .history_sec .his_year ul li b { font-weight: 400; display: block; flex-shrink: 0; }
.history_wrap .history_sec .his_year ul li b::after { content: ":"; display: inline-block; margin: 0 3px; }
.history_wrap .history_sec .his_year ul li p { flex-direction: column; display: flex; }
.history_wrap .history_sec .his_year ul li p > span { display: block; }
.history_wrap .history_sec .his_year ul li::before { content: "-"; display: inline-flex; margin-right: 3px; }
/** 사업소개 **/
body:has(.introduce_wrap) .contents_wrap { width: 100%; max-width: unset; }
.introduce_wrap .tradingArea { margin-top: 50px; }
.introduce_wrap .tranding_thumb, .introduce_wrap .solutions_thumb, .introduce_wrap .newBusiness_thumb { margin-bottom: 80px; min-height: 480px; overflow: hidden; position: relative; background: var(--gray-bg05); background: url() no-repeat left center; }
.introduce_wrap .tranding_thumb img, .introduce_wrap .solutions_thumb img, .introduce_wrap .newBusiness_thumb img { display: none; }
.introduce_wrap .tranding_thumb { background: url("../images/sub/tranding_img.jpg") no-repeat center; }
.introduce_wrap .solutions_thumb { background: url("../images/sub/solutions_img.jpg") no-repeat center; }
.introduce_wrap .newBusiness_thumb { background: url("../images/sub/newBusiness_img.jpg") no-repeat center; }
.introduce_wrap section{position: relative;}
.introduce_wrap section > a{position: absolute;top:-100px;}
.introduce_wrap section:not(:last-of-type) { margin-bottom: 160px; }
.introduce_wrap .sec_inner { width: calc(100% - 60px); max-width: 1400px; margin: 0 auto; display: flex; justify-content: space-between; gap: 40px; }
.introduce_wrap .sec_inner .sub_title { flex-shrink: 0; }
.introduce_wrap .sec_inner .sub_title h4 { font-size: var(--title-50); font-weight: 700;width:350px;position: relative;}
.introduce_wrap .sec_inner .sub_title h4.icon::after { width: 10px; height: 10px; }
.introduce_wrap .sec_inner .sub_title + div { width: 100%; max-width: 1070px; }
.introduce_wrap .sec_inner .bd_copy h5 { color: var(--black-color03); font-size: var(--title-30); font-weight: 600; line-height: 150%; text-wrap: pretty; }
.introduce_wrap .sec_inner .bd_copy p { color: var(--black-color06); line-height: 160%; margin-top: 20px; font-weight: 400; font-size: var(--title-18); text-wrap: pretty; }
.introduce_wrap .sec_inner .intro_item { margin-top: 44px; display: flex; flex-direction: column; gap: 30px; }
.introduce_wrap .sec_inner .intro_item > div { min-height: 350px; display: flex; box-sizing: border-box; align-items: baseline; justify-content: flex-end; flex-direction: column; padding: 0 50px 50px 50px; color: #fff; border-radius: 7px; }
.introduce_wrap .sec_inner .intro_item > div.item_chemis { background: url("../images/sub/it_chemis_img.jpg") no-repeat center center/cover; }
.introduce_wrap .sec_inner .intro_item > div.item_semi { background: url("../images/sub/it_semi_img.jpg") no-repeat center center/cover; }
.introduce_wrap .sec_inner .intro_item > div.item_battery { background: url("../images/sub/it_battery_img.jpg") no-repeat center center/cover; }
.introduce_wrap .sec_inner .intro_item > div.item_const { background: url("../images/sub/it_const_img.jpg") no-repeat center center/cover; }
.introduce_wrap .sec_inner .intro_item > div p { font-size: var(--title-28); font-weight: 700; line-height: 150%; }
.introduce_wrap .sec_inner .intro_item > div span { display: block; line-height: 160%; font-weight: 200; font-size: var(--title-16); text-wrap: pretty; margin-top: 10px; }

.introduce_wrap #intro_newBusiness .sec_inner .sub_title h4:after{position: absolute;top:81px;right:23px;}

@media only screen and (max-width:1300px){
	.introduce_wrap #intro_newBusiness .sec_inner .sub_title h4:after{top:75px;right:45px;}
}