@charset "utf-8"; /* CSS Document */
.box0 { padding:0 4vw } 
.box1 { width:1280px; margin:0 auto; max-width:94% } 
.box2 { width:1400px; margin:0 auto; max-width:94% } 
.box3 { width: 1600px; margin: 0 auto; max-width: 94%;} 
.box4 { width: 1120px; margin: 0 auto; max-width: 94%;}

.gnb li.m_hide { display: none } 
.gnb .layer { display: none !important; } 
.gnb .blank .arrow:before { content: "\e980"; } 
body:not(.pop) { display:flex; flex-direction:column; min-height:100vh; min-height:calc(var(--vh, 1vh) * 100) } 

.headH { height: var(--headH); } 
.headHS { height: var(--headHS); } 

#header { z-index: 999; position: fixed; top: 0; left: 0; width: 100%; transition: transform 1s; } 
#header.active { background: var(--crWhite); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05); } 
#header .inner { gap: 0 1vw; } 
/* #header:not(.active) { background:transparent; } */
#header:not(.active) .inner { filter: var(--crWhite) } 
#header:not(.actice) .logo { height: var(--headH) } 
#header .logo,
#header .util_wrap { width: 20em; } 

#header .logo { height: var(--headH); transition:height .2s } 
#header .logo > .in { transform-origin: left center; transition: .2s; gap: 1em; } 
#header .logo > .in img { width: 13.375rem; filter: var(--crWhitefil); } 

#header .gnb_wrap { display: flex; align-items: center; } 
#header .gnb_wrap .gnb {gap: 1.5em;} 
#header .gnb_wrap .gnb > li { position: relative; cursor: pointer; } 
/* #header .gnb_wrap .gnb > li .dp2 { display: none; } */
#header .gnb_wrap .gnb > li .dp2 { display: none; transition: .2s; } 
#header .gnb_wrap .gnb > li .dp2 > li > a { display: block; padding: .6em 0; color: #333; transition: .2s; } 
#header .gnb_wrap .gnb > li .dp2 > li > a .tt { } 
#header .gnb_wrap .gnb > li:hover .dp1 .va:after,
#header .gnb_wrap .gnb > li.on .dp1 .va:after { opacity: 1; } 
#header .gnb_wrap .gnb > li .dp2 > li:hover > a,
#header .gnb_wrap .gnb > li .dp2 > li.on > a { color: var(--siteC); } 
#header .gnb_wrap .gnb > li .dp3 { display: none; } 
#header .gnb_wrap .gnb > li .dp1 { position: relative; padding: 0 2.25vw; justify-content: center; align-items: center; color: var(--crWhite); height: var(--headH); transition:height .2s } 
#header .gnb_wrap .gnb > li .dp1 .tt { position: relative; font-size: 1.150em; font-weight: 600; text-transform: uppercase; } 
#header .gnb_wrap .gnb > li .dp1 .tt:after { content: ""; position: absolute; left: 100%; bottom: 100%; width: 1em; height: 1em; transform: translate(-60%, 60%); border-radius: 50%; background: #fff; opacity: 0; transition: .3s } 
#header .gnb_wrap .gnb > li:hover .dp1 .tt:after,
#header .gnb_wrap .gnb > li.on .dp1 .tt:after { opacity: .5 } 
#header .gnb_wrap .gnb > li .dp1:after { /*content:""; display:block; position:absolute; left:0; bottom:0; width:100%; height:1px; background:var(--siteC); opacity:0; transform:scaleX(0); transition:transform .3s; */ } 
#header .gnb_wrap .gnb > li.act { overflow: visible; } 
#header .gnb_wrap .gnb > li.act .dp1:after,
#header .gnb_wrap .gnb > li.on .dp1:after { opacity: 1; transform: scaleX(.7); } 
#header .gnb_wrap .gnb > li .dp1 .va { position: relative } 
#header .gnb_wrap .gnb > li .dp1 .va .tt { position: relative } 
#header:not(.active) .gnb_wrap .gnb > li .dp1:after { filter: var(--crWhitefil); } 
#header.active .gnb_wrap .gnb > li.act .dp1,
#header.active .gnb_wrap .gnb > li.on .dp1 { color: var(--siteC); } 

#header.gnbOpen { box-shadow: 2px 0 .75em rgba(0, 0, 0, .1); } 
#header.gnbOpen .gnb_wrap { height: auto; } 
#header.gnbOpen .gnb_wrap .gnb > li { height: auto; } 
#header.gnbOpen .gnb_wrap .gnb > li .dp2 { display: block; padding: 0em 0 1.5em 0; color: #333; } 
#header.gnbOpen .gnb > li .dp1 { color: #111; } 
#header.gnbOpen .gnb > li .dp1 .tt:after { background: var(--siteC); } 
#header.gnbOpen .logo > .in img { filter: none; } 
#header.gnbOpen .side_wrap { height: var(--headH); } 
#header.gnbOpen .all_wrap .all_btn .ham,
#header.gnbOpen .all_wrap .all_btn .ham:before,
#header.gnbOpen .all_wrap .all_btn .ham:after { background: #000 !important; } 

#header .side_wrap {gap: 2em;}

#header .lang_wrap .lang {position: relative;}
#header .lang_wrap .lang .lang_btn {color:#fff;}
#header .lang_wrap .lang .lang_btn .tt {font-weight: 500;}
#header .lang_wrap .lang .lang_btn .xi {font-size: 1rem;}

#header:hover .lang_wrap .lang .lang_btn {color:#000;}

#header .lang_wrap .lang .drop {position: absolute; top: calc(100% + 0.5em); left: 0; width: 100%; height: 0; transition: 0.3s; overflow: hidden; background: rgba(255, 255, 255, .2); border-radius: 5px;}
#header.active .lang_wrap.on .lang .drop,
#header.gnbOpen .lang_wrap.on .lang .drop,
#header .lang_wrap.on .lang .drop:hover {background: var(--crWhite); border: 1px solid #eee;}
#header .lang_wrap.on .lang .drop {height: fit-content;}
#header .lang_wrap .lang .drop > li {}
#header .lang_wrap .lang .drop > li > a { padding: 0.5em; display: inline-block;}
#header .lang_wrap .lang .drop > li:hover > a {background: var(--crGray2);}
#header .lang_wrap .lang .drop > li > a .tt {font-size: 0.875rem;}

#header .all_wrap { color:#000; } 
#header .all_wrap .all { width:4em; } 
#header .all_wrap .all_btn { position:relative; display:block; width:2em; height:1.2em; margin-left:auto; } 
#header .all_wrap .all_btn .ham,
#header .all_wrap .all_btn .ham:before,
#header .all_wrap .all_btn .ham:after { display:block; width:100%; height:1.5px; background:#000; transition:.2s, background 0s; } 
#header .all_wrap .all_btn .ham:before,
#header .all_wrap .all_btn .ham:after { content:""; position:absolute; right:0; } 
#header .all_wrap .all_btn .ham:before { top:calc(50% - 1px); width:100%; } 
#header .all_wrap .all_btn .ham:after { top:calc(100% - 1px); width:100%; } 
#header .all_wrap .all_btn:hover .ham:before { width:100%; } 
#header .all_wrap .all_btn:hover .ham:after { width:100%; } 

html:not(.scroll) #header .all_wrap .all_btn .ham,
html:not(.scroll) #header .all_wrap .all_btn .ham:before,
html:not(.scroll) #header .all_wrap .all_btn .ham:after { background: #fff; } 

.scroll.up #header { background:#fff; box-shadow:0 0 2em rgba(0,0,0,.1); color:#111 } 
.scroll.up #header .top_wrap .wrapH,
.scroll.up #header .top_wrap .gnb_wrap .dp1 { height:var(--headerH2) } 
.scroll.up .headerT { padding-top:var(--headerH2) } 
.scroll.up #header .top_wrap .logo > a { filter:none } 
.scroll.up #header .top_wrap .logo > a .in.st1 { border-color:#fff } 
.scroll.up #header .top_wrap .gnb_wrap .gnb > li.on .dp1 { color:var(--siteC) } 
.scroll.up #header .top_wrap .gnb_wrap .gnb > li .dp1 .va:after { background:var(--siteC) } 
.scroll:not(.up) #header { transform:translateY(-100%) } 

.scroll #header .logo { height: var(--headHS); } 
.scroll #header .logo > .in img { filter: none; } 
.scroll #header .gnb_wrap .gnb > li .dp1 { color: #111; height: var(--headHS); } 

.scroll #header.gnbOpen .side_wrap { height: var(--headHS); } 

.scroll #header .all_wrap .all_btn .ham,
.scroll #header .all_wrap .all_btn .ham:before,
.scroll #header .all_wrap .all_btn .ham:after { background: #000; } 

.scroll #header .gnb_wrap .gnb > li .dp1 .tt:after { background: var(--siteC); } 

.dp1on .gnb .dp2 { display: none !important } 
.dp2on .gnb > li,
.dp2on .gnb > li .dp1,
.dp2on .gnb > li .dp3 { display: none !important } 
.dp2on .gnb > li.on { display: block !important } 
.dp3on .gnb > li,
.dp3on .gnb > li .dp1,
.dp3on .gnb > li .dp2 > li,
.dp3on .gnb > li .dp2 > li > a { display: none !important } 
.dp3on .gnb > li.on,
.dp3on .gnb > li .dp2 > li.on { display: block !important } 


/*contents*/
#contents .doc { padding: 2em 0 10em 0; } 
#contents .doc.p2 {padding: 6em 0 10em 0;}
#contents .doc.pt0 { padding: 0em 0 10em 0; } 
#contents .doc.pb0 { padding: 2em 0 0em 0; } 

#contents .sub_top_wrap .sub_tab .gnb .dp2 > li.m2_map { display: none; } 

#contents .sub_top_wrap { box-sizing: border-box; display: flex; flex-direction: column } 
#contents .sub_top_wrap .visual_wrap { height: 55vh; position: relative; overflow: hidden; transition: .5s } 
html:not(.scroll) #contents .sub_top_wrap .visual_wrap { padding: 0 } 
#contents .sub_top_wrap .visual_wrap .wrapIn { position: relative; height: 100% } 
#contents .sub_top_wrap .visual_wrap .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #000; transform: scale(1.1); transition: .3s; } 
#contents .sub_top_wrap .visual_wrap .bg:before { position: absolute; width: 100%; height: 100%; background: rgba(0, 0, 0, .25); content: ''; } 
#contents .sub_top_wrap .visual_wrap .con_wrap { padding-top: 3em; height: 100%; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #fff; box-sizing: border-box } 
#contents .sub_top_wrap .visual_wrap .con_wrap .t1 { font-size: 3.15em; font-weight: 700; } 
#contents .sub_top_wrap .visual_wrap .slogan { position: relative; flex: 1 1 0%; min-height: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2em 0 } 
#contents .sub_top_wrap .visual_wrap .slogan .t1 { font-weight: 700; font-size: 3em; text-transform: uppercase; letter-spacing: -.025em; padding-left: .025em; line-height: 1 } 
#contents .sub_top_wrap .visual_wrap .slogan .sub-slogan { font-size: 1.45em; font-weight: 500; padding: 0 4vw; } 
.load #contents .sub_top_wrap .visual_wrap .bg { animation: 2.5s subVisual cubic-bezier(0.39, 0.58, 0.57, 1) forwards; } 

@keyframes subVisual { to { transform: scale(1); } 
 }

#contents .sub_top_wrap .tit_wrap { } 
#contents .sub_top_wrap .tit_wrap .wrapIn { display: flex; justify-content: center; align-items: center; text-align: center; padding-top: 6em; } 
#contents .sub_top_wrap .tit_wrap .tit .t1 { font-size: 2.615em; font-weight: 900 } 
#contents .sub_top_wrap .nav { position: absolute; gap: 4.5em; left: 50%; top: 40%; transform: translate(-50%, -50%); display: flex; align-items: center; } 
#contents .sub_top_wrap .nav > li { position: relative; text-transform: uppercase; color: #fff; font-size: 1.075em; width: auto; } 
#contents .sub_top_wrap .nav > li:not(.home):before { position: absolute; left: -3.15em; top: 50%; width: 40px; height: 1px; background: #fff; content: ''; } 
#contents .sub_top_wrap .nav > li.home { color: var(--siteC) } 
#contents .sub_top_wrap .nav > li.home > a { border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center } 
#contents .sub_top_wrap .nav > li.home > a .xi { font-size: 1.25em } 
#contents .sub_top_wrap .sub_tab { position: absolute; bottom: 0; width: 100%; background: rgba(0, 0, 0, .2); backdrop-filter: blur(2px); box-shadow: 6px 0 18px rgba(0, 0, 0, .05); } 
#contents .sub_top_wrap .sub_tab .gnb > li { width: 100% } 
#contents .sub_top_wrap .sub_tab .gnb .dp2 { justify-content: center } 
#contents .sub_top_wrap .sub_tab .gnb .dp2 > li { position: relative; flex: 1; max-width: 20%; } 
#contents .sub_top_wrap .sub_tab .gnb .dp2 > li.on:after { position: absolute; top: 0; width: 100%; height: 3px; background: #fff; content: ''; } 
#contents .sub_top_wrap .sub_tab .gnb .dp2 > li:last-of-type:before { display: none; } 
#contents .sub_top_wrap .sub_tab .gnb .dp2 > li:before { position: absolute; right: 0; width: 1px; height: 20px; background: rgba(255, 255, 255, .35); content: ''; top: 50%; transform: translateY(-50%); } 
#contents .sub_top_wrap .sub_tab .gnb .dp2 > li > a { display: flex; align-items: center; letter-spacing: .03em; justify-content: center; font-size: 1.1em; font-weight: 500; color: #fff; opacity: .65; height: 4.25em; padding: 0 .5em; transition: .15s; position: relative } 
#contents .sub_top_wrap .sub_tab .gnb .dp2 > li > a:hover { opacity: 1; transition: .15s; } 
#contents .sub_top_wrap .sub_tab .gnb .dp2 > li > a .va { font-weight: 600; font-size: 1.125em; opacity: .7; position: relative; z-index: 1 } 
#contents .sub_top_wrap .sub_tab .gnb .dp2 > li.on > a { color: #fff; opacity: 1; } 
#contents .sub_top_wrap .sub_tab .gnb .dp2 > li.on > a:after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; } 
#contents .sub_top_wrap .sub_tab .gnb .dp2 > li:hover > a .va,
#contents .sub_top_wrap .sub_tab .gnb .dp2 > li.on > a .va { opacity: 1; } 
#contents .sub_top_wrap .sub_tab .gnb .dp2 > li > .layer { display: none; } 

.dp1_it.dp2_inquiry #contents .sub_top_wrap .tit_wrap {display: none;}

.snsQuick { position: fixed; right: 1.5em; bottom: 1em; z-index: 9; }
/* #footer .snsQuick .goTop {opacity: 0;}  */
.snsQuick .snsInner,
.snsQuick .btn { position: relative; width: 3.5em; height: 3.5em; line-height: 3.5em; border-radius: 100%; } 
.snsQuick .snsInner { margin-bottom: 1em; } 
.snsQuick .sns_btn { position: absolute; left: 0; top: 0; background: var(--siteC); } 
.snsQuick .sns_btn:hover { background: #000; transition: .3s; } 
.snsQuick .sns { position: absolute; left: 50%; bottom: 5em; transform: translateX(-50%); opacity: 0; visibility: hidden; transition: .1s } 
.snsQuick .sns .sns_st { display: block; } 
.snsQuick .sns .sns_st > li {margin-bottom: .3em;}
.snsQuick .sns .sns_st > li:last-child {margin-bottom: unset;}
.snsQuick .sns .sns_st > li > a { position: relative; width: 3em; height: 3em; line-height: 3em; border: 1px solid #ddd; background: #fff; border-radius: 100%; transition: .3s } 
.snsQuick .sns .sns_st > li > a .tt { position: absolute; top: 50%; right: calc(100% + .5em); padding: 0 1em; background: var(--siteC); border-radius: 6em; font-size: .813em; color: #fff; white-space: nowrap; transform: translateY(-50%); display: none; } 
.snsQuick .sns .sns_st > li > a .xi { font-size: 1.415em; color: var(--siteC2);} 
.snsQuick .sns .sns_st > li > a:hover { background: var(--siteC); color: #fff; } 
.snsQuick .sns .sns_st > li:hover > a .tt { display: block; } 
.snsQuick .snsInner.on .sns { opacity: 1; visibility: visible } 
#footer .snsQuick .goTop { width: 3.5em; height: 3.5em; background: var(--siteC); border-radius: 100%; text-align: center; color: #fff; } 
#footer .snsQuick .goTop .tt { display: block; font-size: .688em; font-weight: 500; } 
#footer .snsQuick .goTop:hover { background: #000; } 
/* .scroll #footer .snsQuick {bottom: 1em; transition: .3s;}
.scroll #footer .snsQuick .goTop { opacity: 1; visibility: visible;}  */

.circleAni { position: absolute; width: 100%; height: 100%; border: 1px solid var(--siteC); left: -1px; top: -1px; opacity: 0; border-radius: 100%; animation-duration: 3s; animation-iteration-count: infinite } 
.circleAni.c1 { animation-name: circleAni } 
.circleAni.c2 { animation-name: circleAni; animation-delay: 1s } 
.circleAni.c3 { animation-name: circleAni; animation-delay: 2s } 
@keyframes circleAni { 
 0% { opacity: .7 } 
 100% { opacity: 0; transform: scale(1.8, 1.8) } 
 }

#footer { z-index:10; color:#fff; background:#111; padding:4em 0 5em 0 } 
/* #footer .goTop { position:fixed; right:0; bottom:0; width:3.5em; line-height:3.5em; text-align:center; background:var(--siteC); color:#fff; box-shadow:0 0 1em rgba(0,0,0,.1); opacity:0; transform:translateY(100%); transition:.5s } 
#footer .goTop .xi { font-size:1.5em; transition:.3s } 
#footer .goTop:hover .xi { transform:translateY(-.25em) } 
.scroll #footer .goTop { opacity:1; transform:translateY(0) }  */
#footer .logo_wrap { display:flex; align-items:center; justify-content:space-between; gap:3em } 
#footer .logo { filter:brightness(0) invert(1) } 
#footer .logo img { height:1.5em } 
#footer .menu_wrap { margin-right:auto; display:flex; gap:2em } 
#footer .menu_wrap > li > a { opacity:.6; font-weight:500 } 
#footer .menu_wrap > li.point > a { opacity:1; font-weight:700 } 
#footer .info_wrap { display:flex; justify-content:space-between; align-items:flex-start; margin-top:3em } 
#footer .info { overflow:hidden; flex:1 1 0%; min-width:0 } 
#footer .info > li { float:left; margin-right:2em; margin-bottom:.25em; opacity:.8; position:relative } 
#footer .info > li:before { content:""; position:absolute; left:-1em; height:70%; top:50%; transform:translateY(-50%); width:1px; background:#fff; opacity:.2 } 
#footer .info > li.point { font-weight:600 } 
#footer .info > li.br { clear:left } 
#footer .info > li.copyright { font-size:.875em; opacity:.5; margin-top:1em } 
#footer .site_wrap { margin-left:auto; background:#333; width:14em; font-size:.875em; position:relative } 
#footer .site_wrap .siteBtn { display:flex; align-items:center; padding:1em; font-weight:500; transition:.3s } 
#footer .site_wrap .siteBtn .arrow { margin-left:auto; transition:.3s } 
#footer .site_wrap .list { position:absolute; left:0; bottom:100%; width:100%; background:inherit; visibility:hidden; opacity:0; transform:translateY(1em); transition:.3s } 
#footer .site_wrap .list > li > a { display:block; padding:1em; padding-right:3em; border-bottom:1px solid rgba(255,255,255,.1); position:relative; transition:.3s } 
#footer .site_wrap .list > li > a:after { content:"\e980"; font-family:xeicon; position:absolute; right:1em; top:50%; transform:translateY(-50%); opacity:0; transition:.3s } 
#footer .site_wrap .list > li > a:hover { background:rgba(255,255,255,.1) } 
#footer .site_wrap .list > li > a:hover:after { opacity:1 } 
#footer .site_wrap .siteBtn:hover,
#footer .site_wrap.on .siteBtn { background:rgba(0,0,0,.2) } 
#footer .site_wrap.on .siteBtn .arrow { transform:rotate(180deg) } 
#footer .site_wrap.on .list { visibility:visible; opacity:1; transform:translateY(0) } 

/* .sns_st { display:flex; gap:.5em } 
.sns_st > li > a { display:flex; align-items:center; justify-content:center; width:2.5em; height:2.5em; color:#fff; border-radius:50%; transition:.3s } 
.sns_st > li > a:hover { background:#fff; color:#111 }  */

/**/
.vod_wrap { position:relative } 
.vod_wrap .vod { position:absolute; left:0; top:0; width:100%; height:100%; object-fit:cover } 
.vod_wrap .layer { position:absolute; left:0; top:0; width:100%; height:100% } 
.visualSlide .el { position: relative; overflow:hidden; height:100vh; background:#fff } 
.visualSlide .el .bg { position:absolute; left:0; top:0; width:100%; height:100%; transform:scale(1.2); z-index: -1;} 
.visualSlide .el .vod_wrap { position:relative; height:100% } 
.visualSlide .el.swiper-slide-active .vod_wrap:after,
.visualSlide .el.swiper-slide-duplicate-active .vod_wrap:after { transition:2s; opacity:.2 } 
.visualSlide .el.swiper-slide-active .bg,
.visualSlide .el.swiper-slide-duplicate-active .bg { transition:7s; transform:scale(1) rotate(.001deg) } 
.visualSlide .el:nth-child(3n - 1) .bg { height:110%; transform:scale(1) } 
.visualSlide .el.swiper-slide-active:nth-child(3n - 1) .bg,
.visualSlide .el.swiper-slide-duplicate-active:nth-child(3n - 1) .bg { transform:translateY(-9.0909%) rotate(.001deg) } 
.visualSlide .el:nth-child(3n - 2) .bg { width:110%; transform:scale(1) } 
.visualSlide .el.swiper-slide-active:nth-child(3n - 2) .bg,
.visualSlide .el.swiper-slide-duplicate-active:nth-child(3n - 2) .bg { transform:translateX(-9.0909%) rotate(.001deg) } 

.visualSlide_obj { position:absolute; left:50%; top:50%; height:70vh; width:70vh; transform:translate(-50%, -50%); mix-blend-mode:plus-lighter; opacity:.5; z-index:10 } 
.visualSlide_obj .in,
.visualSlide_obj img { height:100% } 

.visualSlideSlogan_wrap { position:absolute; left:0; width:100%; height:100%; bottom:0; box-sizing:border-box; z-index:10; color:#fff } 
.visualSlideSlogan_wrap .wrapIn { display:flex; flex-direction:column; height:100% } 
.visualSlideSlogan_wrap .wrapIn .visual_con { flex:1 1 0%; min-height:0; display:flex; flex-direction:column; justify-content:center; gap:3em; margin-top:44.5vh } 
.visualSlideSlogan_wrap .wrapIn .visual_con .count .list { display:flex; gap:1em } 
.visualSlideSlogan_wrap .wrapIn .visual_con .count .list > li { flex:1 1 0%; min-width:0 } 
.visualSlideSlogan_wrap .wrapIn .visual_con .count .list > li .in { background:rgba(255,255,255,.6); backdrop-filter:blur(.5em); border-radius:.5em; box-sizing:border-box; padding:2em; padding-bottom:1em; color:#111; display:flex; flex-direction:column; gap:2em } 
.visualSlideSlogan_wrap .wrapIn .visual_con .count .list > li .in .t1 { font-weight:600; font-size:1.25em } 
.visualSlideSlogan_wrap .wrapIn .visual_con .count .list > li .in .no { margin:auto 0 0 auto; color:var(--siteC2); font-size:1.125em; font-weight:500 } 
.visualSlideSlogan_wrap .wrapIn .visual_con .count .list > li .in .no > i { font-size:1.75em; font-weight:900 } 
.visualSlideSlogan_wrap .wrapIn .visual_con .count .obj { position: absolute; top:0; z-index:1; transform:translate(-5%, -72%); width:22%; right:0; } 
.visualSlideSlogan_wrap .wrapIn .visual_con .count .obj.on { transition-delay:1s } 

.visualSlide_wrap .slogan { box-sizing:border-box; padding:12.5em 5vw 0; text-align:center; color:#fff;} 
.visualSlide_wrap .slogan .t1 { font-size:1.875em; font-weight:600 } 
.visualSlide_wrap .slogan .t2 { font-size:5.25em; font-weight:900; letter-spacing:-.063em; word-spacing:.125em; margin:0 0 .375em 0 } 
.visualSlide_wrap .slogan .t3 { font-size:1.313em; line-height:1.5 } 
.visualSlide_wrap .slogan .tLogo { height:6em; margin:1.5em 0 2.5em 0 } 
.visualSlide_wrap .slogan .tLogo path { fill:#fff } 
.visualSlide_wrap .slogan .ani { overflow:hidden } 
.visualSlide_wrap .slogan .ani > i { transform:translateY(200%); } 
.load .visualSlide_wrap .slogan .ani > i { transform:translateY(0); transition:1s } 
.load .visualSlide_wrap .slogan .ani.d1 > i { transition-delay:.5s } 
.load .visualSlide_wrap .slogan .ani.d2 > i { transition-delay:1s } 
.load .visualSlide_wrap .slogan .ani.d3 > i { transition-delay:1.5s } 
.visualSlide_control { margin-top:2em; display:flex; align-items:flex-end; width:100% } 
.visualSlide_control .control { margin:0 0 1em auto } 
.visualSlide_control .paging { width:5em; text-align:center; } 
.visualSlide_control .paging .swiper-pagination-current { font-weight:700 } 

.mainScroll { color:#fff } 
.mainScroll .line { position:relative; display:block; height:4em; overflow:hidden } 
.mainScroll .line:before { content:""; position:absolute; left:50%; top:0; height:100%; width:1px; background:#fff; } 
.mainScroll .dot { position:absolute; left:50%; transform:translateX(-50%); top:0; width:.5em; height:.5em; background:#fff; border-radius:50% } 
.mainScroll .tt { display:block; transform:rotate(90deg); font-size:.75em; margin:0 0 2.5em 0 } 
.mainScroll .tt .xi { font-size:1.5em; margin-right:.25em } 

.main_box { padding:5em 0; overflow:hidden } 
.main_box.bg1 { background:#f5f5f5 } 

.main_tit { margin-bottom:4em; display:flex; flex-direction:column; align-items:flex-start; gap:1em } 
.main_tit.g1 { gap:3em } 
.main_tit.m1 { margin-bottom:3em } 
.main_tit.hc { align-items:center } 
.main_tit .tit1 { font-size:2.5em; font-weight:700; letter-spacing:-.063em; word-spacing:.125em } 
.main_tit .tit1.s1 { font-size:3em; } 
.main_tit .tit2 { font-size:1.813em; font-weight:500; line-height:1.5 } 
.main_tit .tit3 { font-size: 3.15em; font-weight: 900; letter-spacing:-.063em; word-spacing:.125em } 
.main_tit .tit4 { font-size: 1.15em; font-weight: 700; color: var(--siteC); } 
.main_tit .tt { font-size:1.188em; line-height:1.6 } 
.main_tit .line { position:relative; padding:0 .25em; box-sizing:border-box; width:auto } 
.main_tit .line > * { position:relative } 
.main_tit .line:before { content:""; position:absolute; left:50%; transform:translateX(-50%); bottom:0; height:35%; background:var(--siteC); opacity:.5 } 
.main_tit.white { color:#fff } 

/*flex box*/
.flex_box { } 
.flex_box.s1 { margin: 0 0 -1em -1em; } 
.flex_box.s2 { margin: 0 0 -2em -2em; } 
.flex_box.s3 { } 
.flex_box.s4 { } 
.flex_box.s5 { } 

.flex_box .fst2>li { flex: 1 1 50%; max-width: 50%; } 
.flex_box .fst2>li>.in { margin: 0 0 1em 1em; } 
.flex_box .fst3>li { flex: 1 1 33.33%; max-width: 33.33%; } 
.flex_box .fst3>li>.in { margin: 0 0 1em 1em; } 
.flex_box .fst4>li { flex: 1 1 25%; max-width: 25%; } 
.flex_box .fst4>li>.in { margin: 0 0 1em 1em; } 

/*메인 CEO*/
.Mgreeting_wrap { position: relative; border-radius: 1.5em; height: 77vh; overflow: hidden; } 
.Mgreeting_wrap .img_con { width: 50%; } 
.Mgreeting_wrap .img_con > img { width: 100%; height: 100%; object-fit: cover; } 
.Mgreeting_wrap .greeting_tit { width: 50%; background: #515C30; padding: 3rem; box-sizing: border-box; } 
.Mgreeting_wrap .greeting_tit > .tit { font-size: 1.85em; font-weight: 800; color: #f0f0f0; line-height: 1.4; } 
.Mgreeting_wrap .greeting_tit > .tt { margin-bottom: 1em; font-size: 1.1em; line-height: 1.6; color: #fff; } 
.Mgreeting_wrap .greeting_tit > .tt:last-of-type { margin-bottom: 0em; } 

.Mgreeting_wrap .greeting_tit > .ceo { display: flex; align-items: center; gap: 1em; } 
.Mgreeting_wrap .greeting_tit > .ceo > span { font-size: 1.35em; font-weight: 700; color: #fff; } 
.Mgreeting_wrap .greeting_tit > .ceo > img { filter: brightness(0) invert(1); width: 11em; } 

.main_more { padding:1em 1.5em; border:2px solid var(--siteC2); color:var(--siteC2); border-radius:.5em; display:inline-flex; align-items:center; gap:.5em; position:relative; overflow:hidden; box-sizing:border-box } 
.main_more > * { position:relative; align-items: center; } 
.main_more:before { content:""; position:absolute; left:50%; transform:translateX(-50%); top:0; width:0; height:100%; background:var(--siteC2); transition:.3s } 
.main_more .arrow:before { content:"\e907"; font-family:xeicon; margin-left:1em } 
.main_more .ico { font-size:1.5em } 
.main_more .tt { font-size:1.25em; font-weight:600 } 
.main_more:hover { color:#fff } 
.main_more:hover:before { width:100% } 
.main_more.white { border-color:#fff; color:#fff } 
.main_more.white:hover { color:var(--siteC2) } 
.main_more.white:hover:before { background:#fff } 

.main_more.s1 { padding: .5em 1em; } 
.main_more.s1 .tt { font-size: 1em; } 

.main_worry { display:flex; gap:2em } 
.main_worry > li { flex:1 1 1% } 
.main_worry > li .in .img { border-radius:1em; overflow:hidden } 
.main_worry > li .in .img .resize { padding-bottom:66.66% } 
.main_worry > li .in .con { padding:1.5em } 
.main_worry > li .in .con .t1 { font-weight:700; font-size:1.375em; color:#777; word-break:keep-all; line-height:1.5 } 
.main_worry > li .in .con .ment { position:relative } 
.main_worry > li .in .con .point { color:var(--siteC2); display:inline } 

.quotes { position:relative; padding-left:1.5em } 
.quotes:before,
.quotes:after { content:""; background:url(../images/inc/quotes.svg) no-repeat; background-size:100% auto; width:1em; height:1em } 
.quotes:before { position:absolute; left:0; top:0; transform:scale(1.2) rotateY(180deg) } 
.quotes:after { display:inline-block; margin-left:.5em; transform:scale(1.2) } 

.mainCertifiSlide .el { width:calc(20% - 32px) } 
.mainCertifiSlide .el .wrap_in { border-radius:1em; background:#fff; overflow:hidden } 
.mainCertifiSlide .el .img_wrap .resize { padding-bottom:144% } 
.mainCertifiSlide .el .con_wrap { padding:1em; background:var(--siteC); color:#fff } 
.mainCertifiSlide .el .con_wrap .tit { text-align:center; font-weight:600; font-size:1.125em } 

.mainPartnerSlide .swiper-wrapper { transition-timing-function: linear } 
.mainPartnerSlide .el { width:calc(14.44% - 18px) } 
.mainPartnerSlide .el .img_wrap { padding:2em } 
.mainPartnerSlide .el .img_wrap .resize { padding-bottom:50% } 

.main_business { display:flex; gap:1.5em; justify-content:center } 
.main_business > li { width:calc(25% - 1.125em) } 
.main_business > li .wrap_in { background:#fff; padding:2em; display:flex; flex-direction:column; gap:2em; box-shadow:0 0 1em rgba(0,0,0,.1); border-radius:.5em; box-sizing:border-box; height:100% } 
.main_business > li .wrap_in .tit .t1 { font-weight:700; font-size:1.375em } 
.main_business > li .wrap_in .tt { display:flex; align-items:flex-end; margin-top:auto } 
.main_business > li .wrap_in .tt .ico { position:relative } 
.main_business > li .wrap_in .tt .ico:before { content:""; display:block; width:5em; height:5em; border-radius:50%; background:var(--siteC); opacity:.2 } 
.main_business > li .wrap_in .tt .ico img { position:absolute; left:50%; top:50%; height:40%; transform:translate(-50%, -50%) } 
.main_business > li .wrap_in .tt .more { margin-left:auto; display:flex; align-items:center; gap:.5em; font-size:.938em; font-weight:500; color:var(--siteC2) } 
.main_business > li .wrap_in .tt .more .arrow { } 
.main_business > li .wrap_in .tt .more .arrow:before { content:"\e907" } 

.main_inquiry { position:relative } 
.main_inquiry:before { content:""; position:absolute; left:0; top:0; width:100%; height:100%; background: linear-gradient(-45deg, rgba(0,0,0,.2) 0%, #000 100%); mix-blend-mode:overlay }
/* .main_inquiry:before { content:""; position:absolute; left:0; top:0; width:100%; height:100%; background: linear-gradient(-45deg, var(--siteC2) 0%, rgba(0,0,0,.2) 100%); mix-blend-mode:overlay }  */
.main_inquiry .formSt { display:flex; flex-wrap:wrap; gap:1em; filter:brightness(0) invert(1); padding:0 4em; position:relative } 
.main_inquiry .formSt > li { width:100% } 
.main_inquiry .formSt > li.w1 { width:calc(50% - .5em) } 
.main_inquiry .formSt .wrap_in { display:flex; align-items:center; gap:1em } 
.main_inquiry .formSt .wrap_in > * { flex:1 1 0%; min-width:0 } 
.main_inquiry .formSt .input_st { border-color:rgba(0,0,0,.3); background-color:unset; color:#aaa } 
.main_inquiry .formSt textarea { height:10em; padding:1.5em } 
.main_inquiry .formSt .label_wrap { border:1px solid rgba(0,0,0,.3); padding:1em; border-radius:.5em } 
.main_inquiry .formSt .label_st2 { font-weight:700; font-size:1.063em } 
.main_inquiry .formSt .btnW > * { flex:0 0 auto } 
.main_inquiry .formSt .btnW .link { padding:.25em 1.25em; border-radius:2em; border:1px solid rgba(0,0,0,.3); font-size:.875em; font-weight:500; display:flex; align-items:center } 
.main_inquiry .formSt .btnW .btn { margin-left:auto; border-width:3px; padding:1em 2em; display:flex; align-items:center; gap:.5em } 

/*메인 asset*/
.main_asset { position:relative; background: var(--siteC2) } 
.main_asset .bg_img { position: absolute; top: -1em; right: 0; z-index: 1; } 
.main_asset .bg_img > img { width: 35em; filter: brightness(0) invert(1); opacity: .1; } 
.main_asset .main_tit > .tit1 { color: #fff; } 
.asset_box { position:relative; background: #fff; border-radius: 1em; overflow: hidden; z-index: 2; } 
.asset_box .box_list { border: 1px solid #ddd; } 
.asset_box .box_list > li { border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; margin-left: -1px; } 
.asset_box .box_list > li > .in { padding: 1.5rem; box-sizing: border-box; margin: 0; } 
.asset_box .box_list > li > .in > .title { font-size: 1.45em; font-weight: 700; color: var(--siteC); margin-bottom: .5em; } 
.asset_box .box_list > li > .in > .txt_list { gap: .4em; } 
.asset_box .box_list > li > .in > .txt_list > li { width: calc( 50% - .2em); max-width: calc(50% - .2em); margin-bottom: .3em; box-sizing: border-box; padding: .35em 1em; background: #f5f5f5; text-align: left; } 
.asset_box .box_list > li > .in > .txt_list > li > p { font-size: .8em; color: #111; font-weight: 600; } 

/* asset new */
.main_businessN {gap: 2em;}
.main_businessN li {flex: 1 30.3%;}
.main_businessN li .img {height: 17em; overflow: hidden; border-radius: .8em;}
.main_businessN li .tbox {text-align: center; margin-top: 1em;}
.main_businessN li .tbox .t1 {font-size: 1.125em; font-weight: 700; color: #fff;}
.main_businessN li .tbox .t2 {color: #fff; font-size: .96em; margin-top: .5em;}

/*메인 itad*/
.main_itad { position: relative; } 
.main_itad:after { position: absolute; left: 0; bottom: 0; width: 8.5em; height: 100%; opacity: .75; background: var(--siteC); content: ''; } 
.main_itad .wrapCon { } 
.main_itad .wrapCon > .img_con { width: 100%; height: 35rem; border-radius: 1em; overflow: hidden; } 
.main_itad .wrapCon > .img_con > img { width: 100%; height: 100%; object-fit: cover; } 

/*메인 인증서*/
.certiSlide2 .el { width: calc(25% - 32px) } 
.certiSlide2 .el .wrap_in { border-radius: 1em; background: #fff; overflow: hidden } 
.certiSlide2 .el .img_wrap .resize { padding-bottom: 144% } 
.certiSlide2 .el .con_wrap { padding: 1em; background: var(--siteC); color: #fff } 
.certiSlide2 .el .con_wrap .tit { text-align: center; font-weight: 600; font-size: 1.125em } 

/*메인 시설현황*/
.mainNewsSlide_wrap { overflow: hidden; } 
.mainNewsSlide { overflow:visible !important; padding-bottom: 2em; } 
.mainNewsSlide .el .wrap_in { overflow:hidden; background:#fff; cursor: pointer; } 
.mainNewsSlide .el .wrap_in .type { margin: 1.25em 0 1em 0; } 
.mainNewsSlide .el .wrap_in .type > .tt { color: var(--siteC); font-size: 1em; font-weight: 700; } 
.mainNewsSlide .el .wrap_in .tit_Con { margin: 1em 0; padding-bottom: 1em; border-bottom: 1px solid #e8e8e8; transition: .3s; } 
.mainNewsSlide .el .wrap_in .tit_Con .tit { line-height: 1.6; font-size: 1.215em; font-weight: 800; text-overflow: ellipsis; overflow: hidden; word-break: break-word; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; } 
.mainNewsSlide .el .wrap_in .btm_Con { color: #888; } 
.mainNewsSlide .el .wrap_in .btm_Con .time { align-items: center; } 
.mainNewsSlide .el .wrap_in .btm_Con .time > .xi { margin-right: .2em; font-size: .9em; } 
.mainNewsSlide .el .wrap_in .btm_Con .time > .date { font-size: .85em; } 
.mainNewsSlide .el .wrap_in .btm_Con .more { display: flex; align-items: center; } 
.mainNewsSlide .el .wrap_in .btm_Con .more .readM { font-weight: 800; font-size: .85em; padding-right: .3em; } 
.mainNewsSlide .el .wrap_in .btm_Con .more .xi { display: inline-flex !important; justify-content: center; align-items: center; font-size: .9em; position: relative; width: 25px; height: 25px; z-index: 10; } 

.mainNewsSlide .el .wrap_in:hover .btm_Con .more { color: var(--siteC); } 
.mainNewsSlide .el .wrap_in:hover .tit_Con { border-bottom: 1px solid var(--siteC); transition: .3s; } 
.mainNewsSlide .el .wrap_in:hover .btm_Con .btn-more:before { background-color: var(--siteC); } 
.mainNewsSlide .el .wrap_in .img_wrap { position:relative; overflow: hidden; border-radius: 1em; } 
.mainNewsSlide .el .wrap_in .img_wrap:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; background-color: var(--siteC); transition: opacity 0.3s; } 
.mainNewsSlide .el .wrap_in:hover .img_wrap:after { opacity: .1; } 
.mainNewsSlide .el .wrap_in .img_wrap .resize { transition: .3s; } 
.mainNewsSlide .el .wrap_in:hover .img_wrap .resize { transform: scale(1.1); transition: .3s; } 
.news-slider__mirror { content: ""; position: absolute; top: -20%; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.5); -webkit-transition: -webkit-transform 0.6s; transition: transform 0.6s; -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); z-index: 10; } 
.mainNewsSlide .el .wrap_in:hover .news-slider__mirror { -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0); } 


.mainFlex { display:flex; gap:4em; align-items:flex-start; position:relative; box-sizing:border-box } 
.mainFlex .wrapTit { width:40%; position:sticky; left:0; top:0; padding:5em 0; box-sizing:border-box; z-index: 2; } 
.mainFlex .wrapTit.pdn{ padding: 0em;}
.mainFlex .wrapTit.w1{ width: 35%;}
.mainFlex .wrapCon { flex:1 1 0%; min-width:0 } 



/*************************SUB**************************/

/*서브 공통*/
.page_con{ padding: 6em 0;}
.page_con.bg1{ background: #f7f7f7;}

.page_tt{ margin-bottom: 2.5em;}
.page_tt .t2{ font-size: 2.65em; font-weight: 800;}
.page_tt .t3{ font-size: 1.45em; font-weight: 800;}
.page_tt .t4{ font-size: 1.1em; line-height: 1.6; color: #333;}
.page_tt .t5{ font-size: 1.85em; font-weight: 800;}
.page_tt .t6{ font-size: 3.2em; font-weight: 800;}

.qna_wrap { text-align: center; padding: 3.5em 0; margin-bottom: 2.5em; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; } 
.contact_wrap .form_wrap { flex: 1 1 100%; padding: 3.5em; background: #f7f7f7; border-radius: .5em; } 
.contact_wrap .qna_wrap .t6{ font-size: 1.75em;}

.con_idx { position:relative } 
.con_idx > .idx { position:absolute; left:0; top:0; width:100%; visibility:hidden; filter:alpha(opacity=0); opacity:0; display: none; } 
.con_idx > .idx.on { position:relative; visibility: visible; filter:alpha(opacity=100); opacity:1; display: block; } 

.wrap-idx { } 
.wrap-idx .sub-tab { display: flex; height: 4.15em; border-radius: 100px; background-color: #F5F5F5; width: 1000px; margin: 0 auto 4.5em;} 
.wrap-idx .sub-tab > li { position: relative; cursor: pointer; height: 100%; display: flex; align-items: center; justify-content: center; flex: 1; font-size: 1.15em; font-weight: 700; border: 2px solid transparent; border-radius: 100px; color: #BDBDBD; transition: .3s; } 
.wrap-idx .sub-tab > li.on { background-color: var(--siteC); color: #fff; } 

/*page_dot 공통*/
.page_dot_list { padding: 0 1.25em; } 
.page_dot_list > li { position:relative; margin-bottom: .5em; } 
.page_dot_list > li > .txt { font-size: 1em; } 
.page_dot_list > li:before { position: absolute; left: -13px; top: 8px; width: 3px; height: 3px; border-radius: 50%; background: #444; content: ''; } 
.page_dot_list > li:last-of-type { margin-bottom: 0em; } 

.page_dot_list.s1 > li { font-size: 1.15em; font-weight: 600; } 
.page_dot_list.s1 > li:before { top: 9px; } 


/*문의하기*/
.table_form_wrap { } 
.table_form_wrap .form_tit { padding:1em 0 } 
.table_form_wrap .form_tit .t1 { font-weight:700; font-size:1.375em } 
.table_form_wrap .form_tit .t2 { font-weight:700; font-size:1.625em } 
.table_form_wrap .form_tit .t3 { font-weight:500; font-size:1.125em } 
.table_form > li { border-bottom:1px solid #ddd; padding:.75em 0 } 
.table_form > li:first-child { border-top:1px solid #111 } 
.table_form > li.bd0 { border-bottom:none !important } 
.table_form > li.bd1 { border-top:none !important } 
.table_form > li.p1 { padding:1.5em 0; } 
.table_form .wrap_in { display:flex; align-items:center } 
.table_form .wrap_in .ti_wrap,
.table_form .wrap_in .con_wrap { min-height:3em; box-sizing:border-box; display:flex; flex-wrap:wrap; align-items:center; } 
.table_form .wrap_in .tit_wrap { width:12em; gap:.5em 0; padding:0 1.25em; } 
.table_form .wrap_in .ti_wrap { width:12em; gap:.5em 0; padding:0 1.25em; } 
.table_form .wrap_in .tit1 { font-size:1em; font-weight:600; } 
.table_form .wrap_in .tit2 { font-size:1.063em; font-weight:600; } 
.table_form .wrap_in .tit3 { font-size:1.000em; font-weight:500; line-height:1.2; } 
.table_form .wrap_in .con_wrap { flex:1 1 0%; min-width:0; gap:.25em; font-size:.95em; } 
.table_form .wrap_in .con_wrap > * { flex:1 1 0%; min-width:0 } 
.table_form .wrap_in .con_wrap .inp_tt { flex:0 0 auto; font-size:.938em; color:#666; } 
.table_form .wrap_in .con_wrap .input_st { width:100%;} 
.table_form .wrap_in .con_wrap .filebox > .input_st{ background: #fff;}
.table_form .wrap_in .con_wrap .line { padding-top:.75em; margin-top:.75em; border-top:1px solid #ddd } 
.table_form .wrap_in.col { flex-direction:column } 
.table_form .wrap_in.col > * { flex:0 0 auto; width:100% } 
.table_form .wrap_in.col .tit_wrap { padding:0 0; } 

.filebox label { padding: 10px 20px; color: #fff; background-color: #999; cursor: pointer; margin-left: 10px; display: flex; align-items: center; justify-content: center; width: 7.25em; min-width: 6.25em; } 
.filebox input[type="file"] { position: absolute; width: 0; height: 0; padding: 0; overflow: hidden; border: 0; } 

/* 탄소절감인증서발급내역 */
.page_certificate { } 
.page_certificate .list { gap: 4.5em 2em; } 
.page_certificate .list > li { position: relative; flex: 0 0 calc(25% - 2em); cursor: pointer; } 
.page_certificate .list > li .img-area { position: relative; padding: 2.5em; background: var(--crGray2); border: 3px solid transparent; transition: 0.3s; box-sizing: border-box; } 
.page_certificate .list > li .xi { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 2.5em; height: 2.5em; border: 3px solid var(--siteC); border-radius: 50%; color: var(--crWhite); background: var(--siteC); opacity: 0; visibility: hidden; transition: 0.3s; display: flex; align-items: center; justify-content: center; } 
.page_certificate .list > li:hover .xi { opacity: 1; visibility: visible; } 
.page_certificate .list > li:hover .img-area { border-color: var(--siteC); } 
.page_certificate .list > li .img-area .imgfix { box-shadow: 0 0 30px rgba(0, 0, 0, .075); width: 210px; height: 310px; } 
.page_certificate .list > li .txt { margin-top: 1.5em; text-align: center; } 
.page_certificate .list > li .txt > p { font-size: 1.125rem; } 
.page_certificate .list > li .txt > span { display: inline-block; font-size: 1rem; color: var(--crGray3); margin-top: 10px; } 

/*esg*/
.infoSect1{position: relative;display: flex;justify-content: center;align-items: center;height:100vh}
.infoSect1__bg{width:70rem;height:100%;background: url(../images/sub/esg_wideBg.jpg) no-repeat 50% 50%;margin:0 auto;background-size: auto 100vh;transition: all 0.5s;transition: all 0.5s}
.infoSect1__tx{position:absolute;bottom:0;left:0;width:100%;height:100vh;background: rgba(0, 0, 0, 0.4);display: flex;justify-content: center;align-items: center;opacity: 0;transition: all 0.5s}
.infoSect1__tx p{ font-size: 4.65em; font-weight: 900; color: #fff; text-transform: uppercase; text-align: center;}

.esg_info .esg_imgB{ margin-top: 1em;}
.esg_info .esg_imgB > .con{ margin-bottom: 3em;}
.esg_info .esg_imgB > .con:last-of-type{ margin-bottom: 0em;}
.esg_info .esg_imgB > .con > .img_con{ position:relative; width: 100%; height: 27em; border-radius: 1.5em; overflow: hidden;}
.esg_info .esg_imgB > .con > .img_con:before{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0, .05); content: '';}
.esg_info .esg_imgB > .con > .img_con > img{ width: 100%; height: 100%; object-fit: cover;}
.esg_info .esg_imgB > .con > .img_con > .tbox{ }
.esg_info .esg_imgB > .con > .img_con > .tbox > .rt_tit{ position: absolute; top: 2rem; right: 3.5rem; font-size: 1.85em; color: #fff; font-weight: 800;}
.esg_info .esg_imgB > .con > .img_con > .tbox > .rb_txt{ position: absolute; bottom: 4rem; left: 3rem; font-size: 1.35em; font-weight: 800; color: #fff;}

.esg_info .wrapCon{ padding-top: 5em;}

/*itad 산업*/
.it_boxList{}
.it_boxList > .con{ }
.it_boxList > .con > .img_con{ width: 100%; height: 16.5em; border-radius: .5em; overflow: hidden;}
.it_boxList > .con > .img_con > img{ width: 100%; height: 100%; object-fit: cover;}
.it_boxList > .con:nth-child(2){ margin-top: 1.5em;}
.it_boxList > .con.flex{ display: flex; gap: 1.5em;}
.it_boxList > .con.flex > .img_con{ width: 50%;}

.sale_wrap{}
.sale_wrap .sale_box{ align-items: center; justify-content: center; gap: 4em;}
.sale_wrap .sale_box > .con{  padding: 82px 56px 90px 56px; height: 100%; border-bottom-left-radius: 24px; background: #0023b5; width: 21em; height: 17em;}
.sale_wrap .sale_box > .con:nth-child(2){ background: #ea002c;}
.sale_wrap .sale_box > .con > .tbox{}
.sale_wrap .sale_box > .con > .tbox > .tit{ margin-bottom: 145px; font-size: 30px; font-weight: 800; color: #fff;}
.sale_wrap .sale_box > .con > .tbox > .txt{ margin-top: 16px; font-size: 22px; line-height: 1.6; font-weight: 500; color: #fff;}

.purchase_wrap{}
.purchase_wrap .wideB{ position:relative; margin-bottom: 2.5em;}
.purchase_wrap .wideB:before{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0, .25); content: ''; border-bottom-left-radius: 50px;}
.purchase_wrap .wideB > .img_con{ width: 100%; height: 30em; border-bottom-left-radius: 50px; overflow: hidden;}
.purchase_wrap .wideB > .img_con > img{ width: 100%; height: 100%; object-fit: cover;} 
.purchase_wrap .wideB > .tbox{ position: absolute; bottom: 15%;  left: 0; box-sizing: border-box; padding: 0 120px; width: 100%; color: #fff;}
.purchase_wrap .wideB > .tbox > .num{ font-size: 1.25em; font-weight: 800; margin-bottom: 1.25em;}
.purchase_wrap .wideB > .tbox > .tit{ font-size: 2.35em; font-weight: 800; margin-bottom: 1em;}
.purchase_wrap .wideB > .tbox > .txt_list{}
.purchase_wrap .wideB > .tbox > .txt_list > li{ margin-bottom: .25em; font-size: 1.15em; font-weight: 600;}
.purchase_wrap .wideB > .tbox > .txt_list > li:last-of-type{ margin-bottom: 0em;}

/*프로세스 공통*/
.re-circle-wrap {} 
.re-circle-wrap .list {gap: 4em; margin-top: 3em; counter-reset: cirnum 0;} 
.re-circle-wrap .list > li  {position: relative; flex: 1 1 25%;} 
.re-circle-wrap .list > li:before {content: counter(cirnum); counter-increment: cirnum; position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; background: var(--siteC2); z-index: 111;}
.re-circle-wrap .list > li .cir-in { height: 235px; border: 2px solid #ddd; border-radius: 50%; background: #fff; box-shadow: 3px 0 9px rgba(0,0,0, .1); position: relative; display: flex; justify-content: center; align-items: center; flex-direction: column;} 
.re-circle-wrap .list > li:last-of-type .cir-in{ border: 2px dashed var(--siteC);}
.re-circle-wrap .list > li .cir-txt {} 
.re-circle-wrap .list > li .cir-txt > h3 {font-size: 1.1em; font-weight: 600; color: #444;} 
.re-circle-wrap .list > li .cir-txt > span {font-size: .938em; color: #888; line-height: 1.2; width: 100%;} 
.re-circle-wrap .list > li .cir-in .xi {position: absolute; right: -2.15em; top: 50%; transform: translate(-50%, -50%); font-size: 2em; color: var(--siteC);}
.re-circle-wrap .list > li .cir-in .icon{ margin-bottom: 1em; width: 5em; height: 5em; display: flex; align-items: center; justify-content: center;}
.re-circle-wrap .list > li .cir-in .icon > img{ width: 60px; height: 60px; object-fit: contain;}

.join-process{ margin-bottom: 2em;}
.join-process:last-of-type{ margin-bottom: 0em;}
.join-process .join-divi{ margin-bottom: 1em;}
.join-process .join-box{ background: #f9f9f9; padding: 0.1em 3em 2em 3em; border-radius: 1em;}

/*it 자산 보관 서비스*/
.it_assetW{}
.it_assetW .mainFlex{ padding-bottom: 1.5em;}
.it_assetW .asset_list{}
.it_assetW .asset_list > li{}
.it_assetW .asset_list > li > .in{ margin: 0 0 2em 2em;}
.it_assetW .asset_list > li > .in > .img_con{ width: 100%; height: 20em; border-radius: .5em; overflow: hidden;}
.it_assetW .asset_list > li > .in > .img_con > img{ width: 100%; height: 100%; object-fit: cover;}

/*수출 아이템*/
.part_list{}
.part_list > li{}
.part_list > li > .in{ border: 1px solid #e8e8e8; border-radius: .5em; padding: 2em; box-sizing: border-box; transition: .3s;}
.part_list > li > .in:hover{ box-shadow: 2px 0 12px rgba(0,0,0, .25);} 
.part_list > li > .in > .img_con{ width: 100%; height: 8em;}
.part_list > li > .in > .img_con > img{ width: 100%; height: 100%; object-fit: contain;}
.part_list > li > .in > .tit{ text-align: center; font-size: 1.25em; margin-top: 1.5em; font-weight: 800; color: var(--siteC);}

/*공공기관 데이터 규정*/
.public_list{}
.public_list > li{}
.public_list > li > .in{ margin: 0 0 2em 2em !important; box-shadow: 3px 0 18px rgba(0,0,0, .15); border-radius: 1.5em; overflow: hidden;}
.public_list > li > .in > .top_con{ display: flex; align-items: center; gap: 2.5em; width: 100%; padding: 2rem; box-sizing: border-box; background: #d3e6f3;}
.public_list > li > .in > .top_con > .logo_con{ flex: 1 1 30%; height: 6em; border-radius: .5em; background: #fff; padding: 1em; box-sizing: border-box; border: 1px solid #ddd;}
.public_list > li > .in > .top_con > .logo_con > img{ width: 100%; height: 100%; object-fit: contain;}

.public_list > li > .in > .top_con .tcon{ flex: 0 0 auto; color: #111;}
.public_list > li > .in > .top_con .tcon > .tit{ font-size: 1.35em; margin-bottom: .75em; font-weight: 700;}
.public_list > li > .in > .top_con .tcon > .txt{ font-size: 1.05em; font-weight: 600;}

.public_list > li > .in > .btn_con{ padding: 2rem; box-sizing: border-box;}

/*일반 포맷의 한계점*/
.format_list{}
.format_list > li{}
.format_list > li > .in{ margin: 0 0 2em 2em !important;}
.format_list > li > .in > .img_con{ width: 100%; height: 22.5em; border-radius: 1em; overflow: hidden;}
.format_list > li > .in > .img_con > img{ width: 100%; height: 100%; object-fit: cover;}
.format_list > li > .in > .info{ margin-top: 1.5em;}
.format_list > li > .in > .info > .tit{ font-size: 1.35em; font-weight: 700; margin-bottom: .5em;}
.format_list > li > .in > .info > .txt{ font-size: 1em; font-weight: normal; color: #444; line-height: 1.6;}

/*삭제 센터*/
.center_con{ width: 100%; height: 100%;}
.center_con > img{ width: 100%; height: 100%; object-fit: contain;}

.business_list {gap: 2.5em 1em;}
.business_list li {flex: 1 31.3%; max-width: 32.3%;}
.business_list li .img {border-radius: .8em; overflow: hidden; height: 18em;}
.business_list li .img img {height: 100%; width: 100%;}
.business_list li .tbox {text-align: center; margin-top: 1em;}
.business_list li .tbox .t1 {font-size: 1.125em; font-weight: 600;}
.business_list li .tbox .t2 {font-size: .9em; margin-top: .5em;}

/* 비전 및 경영목표 */
.vision_wrap {padding-top: 3em; border-top: 1px solid #ddd; margin-top: 3em;} 
.vision_wrap .con { text-align: center; margin-bottom: 3em; } 
.vision_wrap .con .tit { display: inline-block; background: var(--gradC1); color: #fff; width: 10em; padding: 1em; text-align: center; font-weight: 600; border-radius: 3em; margin-bottom: 2em; z-index: 10; position: relative; } 
.vision_wrap .con.st1 { margin-bottom: 1em; } 
.vision_wrap .con.st1 .tit,
.vision_wrap .con.st2 .tit,
.vision_wrap .con.st4 .tit { margin-bottom: -1.2em; } 
.vision_wrap .con.st1 .tt { border: 2px solid var(--gradC2); border-radius: 6em; padding: 2em 1.5em 1.5em; font-size: 1.125em; font-weight: 500; } 
.vision_wrap .con.st2 .tt { color: #fff; font-size: 1.25em; font-weight: 600; padding: 3em; position: relative; z-index: 10; } 
.vision_wrap .con .con_inner { position: relative; overflow: hidden; border-radius: .8em; } 
.vision_wrap .con .con_inner::before { content: ''; width: 100%; height: 100%; background: var(--siteC); top: 0; left: 0; position: absolute; opacity: .7; } 

.vision_list { gap: 1em; } 
.vision_list li { flex: 1;} 
.vision_list li .circle {border: 1px solid #ddd; padding: 2em 0; box-shadow: 4px 4px 12px rgba(0, 0, 0, .1); border-radius: 0.8em; background: var(--crGrad2);}
.vision_list li .icon {width: 3em; margin: 0 auto;} 
.vision_list li .arrow {margin-top: .5em; color: var(--gradC1);}
.vision_list li .tt { font-size: 1.125em; font-weight: 600; margin-top: 1em; color: #fff;} 
.vision_list li .tt2 {font-size: .9em; color: #fff; margin-top: .5em;}
.vision_list li .tt3 {margin-top: .5em; font-weight: 500; background: rgb(0 94 177 / 10%); padding: 1em; border-radius: .8em;}

.vision_list2 { gap: 1em; background: #f4f4f4; padding: 2em; border-radius: .8em; } 
.vision_list2 li { border: 1px solid #ddd; flex: 1; padding: 2em; border-radius: 50%; height: 11em; box-shadow: 4px 4px 12px rgba(0, 0, 0, .1); position: relative; } 
.vision_list2 li::before { position: absolute; content: ''; width: 100%; height: 100%; background: #000; top: 0; left: 0; opacity: .6; border-radius: 50%; } 
.vision_list2 li .tt { color: #fff; font-weight: 600; font-size: 1.05em; z-index: 10; } 

/* 업무프로세스 */
.process_wrap {}
.process_wrap .process_list {position: relative;}
.process_wrap .process_list::after {position: absolute; content: ''; top: 1%; left: 1.5%; width: 1px; height: 84%; background: #ddd; z-index: -1;}
.process_wrap .process_list li {margin-bottom: 3em; gap: 3.5em;}
.process_wrap .process_list li .arrow {color: #fff; background: var(--siteC); border-radius: .5em; text-align: center; width: 2.5em; height: 2.5em; line-height: 2.5em;}
.process_wrap .process_list li .con {flex: 1;}
.process_wrap .process_list li .con .title {font-size: 1.4em; font-weight: 700; margin-bottom: 1em;}
.process_wrap .process_list li .con .detail_info {background: #f4f4f4; padding: 1em;}

.process_list li .con .detail_info.st1 {gap: 1em;}
.process_list li .con .detail_info.st1 .left {width: 30%; display: flex; gap: .5em;}
.process_list li .con .detail_info.st1 .right {background: var(--siteC); padding: 1em; flex: 1;  display: flex;}
.process_list li .con .detail_info.st1 .t1 {flex: 1; text-align: center; background: var(--siteC2); color: #fff; padding: 1em; font-weight: 600;}
.process_list li .con .detail_info.st1 .t2 {flex: 1; text-align: center; color: #fff;}

.process_list li .con .detail_info.st2 {gap: 1em;}
.process_list li .con .detail_info.st2 .item {background: #fff; border: 1px solid var(--siteC); padding: 1em; flex: 1 45%;}
.process_list li .con .detail_info.st2 .item.w100 {flex: 1 100%;}
.process_list li .con .detail_info.st2 .item .t1 {font-size: 1.05em; font-weight: 600;}
.process_list li .con .detail_info.st2 .item .t2 {margin-top: .5em; line-height: 1.4;}
.process_list li .con .detail_info.st2 .item .t3 {line-height: 1.4; margin-bottom: .5em;}
.process_list li .con .detail_info.st2 .item .t3:last-child {margin-bottom: 0;}
.process_list li .con .detail_info.st2 .item .t3 span {font-weight: 600; vertical-align: baseline; margin-right: 1em; width: 9em; text-align: center; background: var(--siteC); color: #fff; padding: .3em; border-radius: 0.5em;}
.process_list li .con .detail_info.st2 .item .t4 {background: var(--siteC2); color: #fff; text-align: center; padding: .5em; margin-top: 0.5em; font-size: .9em;}

/*** 견적문의 s ***/
/* customer - inquiry */
.dp1_inquiry #contents .sub_top_wrap .tit_wrap { display: none; } 
.page_col { gap:2em 6em; } 
.page_col.gp1 { } 
.page_col > li { } 
.page_col > li.w1 { width:45%; } 
.page_col > li.w2 { width: 25%; } 
.page_col + .page_col { margin-top:8em; } 
.page_col > li .p1 { padding:4em 0 5em 0; } 
.page_col > li .p2 { padding:3em 0 2em 0; } 
.page_col > li .round { border-radius:1.25em; overflow:hidden; } 
.page_col > li.inImg:not(.flex) .wrap_img:not(.resize) { position:relative; height:100%; } 
.page_col > li.inImg.flex .wrap_img { flex:1; } 
.page_col > li .stkH1 { height:var(--maxHeight); } 
.page_col > li .stkH1 .wrap_img { flex:1; } 

.page_col .gsimgFix { } 
.page_col .gsimgFix .posImg { position:relative; height:100%; min-height:90vh; } 
.page_col .gsimgFix .posImg img { position:absolute; bottom:0; width:100%;} 
.page_col .gsimgFix.st2 .posImg { height:30em; min-height:auto; } 
.page_col .gsimgFix.st2 .posImg img { height:150%; } 

.inquiry-con { } 
.inquiry-con .formSt { display:flex; flex-wrap:wrap; gap:1em; position:relative } 
.inquiry-con .formSt > li { width:100% } 
.inquiry-con .formSt > li.w1 { width:calc(50% - .5em) } 
.inquiry-con .formSt .wrap_in { display:flex; align-items:center; gap:1em } 
.inquiry-con .formSt .wrap_in > * { flex:1 1 0%; min-width:0 } 
.inquiry-con .formSt .input_st { border-color:rgba(0,0,0,.3); background-color:unset; color:#aaa } 
.inquiry-con .formSt textarea { height:10em; padding:1.5em } 
.inquiry-con .formSt .label_wrap { border:1px solid rgba(0,0,0,.3); padding:1em; border-radius:.5em } 
.inquiry-con .formSt .label_st2 { font-weight:700; font-size:1.063em } 
.inquiry-con .formSt .btnW > * { flex:0 0 auto } 
.inquiry-con .formSt .btnW .link { padding:.25em 1.25em; border-radius:2em; border:1px solid rgba(0,0,0,.3); font-size:.875em; font-weight:500; display:flex; align-items:center } 

.inquiry-con .form_wrap .form_chk { margin-top: 2em; } 
.inquiry-con .form_wrap .form_chk .chk { gap: 1em; } 
.inquiry-con .form_wrap .form_chk .btn .input_st { width: 10em; } 
.form_chk .label_st { gap:.25em } 
.form_chk .label_st input[type=checkbox],
.form_chk .label_st input[type=radio] { width: auto; height: auto; overflow: visible; margin-bottom: auto; position: relative; z-index: 1; } 
.inquiry-con .inquiry-bg-wrap { position: relative;} 
.inquiry-con .inquiry-bg-wrap .img-area { position: absolute; width: 50vw; height: inherit; overflow: hidden; border-radius: 1em 0 0 1em; } 

.inquiry-con .form_wrap .form > li .inp_wrap input[type=file] { padding-top: 1em; } 
/*** 견적문의 e ***/

.esg2_top {border: 2px solid var(--siteC); padding: 1.5em 1em; border-radius: .5em; overflow: hidden; background: #fff;}
.esg2_top .title_box {}
.esg2_top .title_box .tit {text-align: center; font-size: 1.25em; font-weight: 500; line-height: 1.5;}
.esg2_top .esg2_top_list {padding: 1em .5em; background: #ebf1de; margin-top: 1em; gap: .5em;}
.esg2_top .esg2_top_list li {flex: 1; text-align: center;}
.esg2_top .esg2_top_list li .t1 {font-size: .9em; font-weight: 600; margin-bottom: .5em;}
.esg2_top .esg2_top_list li .input_st {width: 100%;}
.esg2_top .btn {margin: 1em auto 0; display: block; text-align: center; height: 3em; line-height: 3em; padding: unset; cursor: pointer;}

/*  */
.business_tlist {margin-top: 1em; gap: 0.5em;}
.business_tlist li {flex: 1 40%; background: var(--siteC); color: #fff; padding: .5em 1em; border-radius: .5em;}

