@charset "utf-8";/* CSS Document */
.box0 { padding:0 2.5vw; box-sizing:border-box } 
.boxSub,
.box1 { padding:0 5vw; box-sizing:border-box; max-width:1680px; margin:0 auto } 
.boxSub2 { max-width: 1480px; padding:0 5vw; box-sizing:border-box; margin:0 auto } 
.boxSub3 { max-width: 1400px; padding:0 5vw; box-sizing:border-box; margin:0 auto } 

.gnb li.m_hide { display:none } 
body:not(.pop) { display:flex; flex-direction:column; min-height:100vh; min-height:calc(var(--vh, 1vh) * 100) } 

#header { position:fixed; left:0; top:0; width:100%; z-index:1000; background:#fff } 
#header .top_wrap { position:relative } 
#header .top_wrap .wrapH,
#header .top_wrap .gnb_wrap .dp1 { height:var(--headerH) } 
.headerT { padding-top:var(--headerH) } 
#header .top_wrap .wrapF { display:flex; align-items:center; gap:0 3vw } 
#header .top_wrap .wrapF > * { position:relative; z-index:2 } 
#header .top_wrap .logo { height:50% } 
#header .top_wrap .logo > a { display:block; height:100%; overflow:hidden } 
#header .top_wrap .logo > a .in { display:block; height:100% } 
#header .top_wrap .logo > a img { height:100%; display:block } 
#header .top_wrap .etc_wrap { display:flex; align-items:center } 
#header .top_wrap .etc_wrap .btnInc { width:4em; height:var(--headerH); display:flex; align-items:center; justify-content:center;  z-index: 9999;
-webkit-transform: translateZ(0); /* Safari 강제 렌더링 */ } 
#header .top_wrap .etc_wrap .btnInc .ico { font-size:1.75em } 
#header .top_wrap .etc_wrap .btnInc.allBtn .ico { font-size:2.25em } 

#header .top_wrap .langWrap { position:relative; letter-spacing:0; } 
#header .top_wrap .langWrap .btn_lang .btn_in { height:2.5em; padding:0 .25em; } 
#header .top_wrap .langWrap .btn_lang .tt { padding:0 1em 0 .25em; } 
#header .top_wrap .langWrap .btn_lang .icon { font-size:1em; } 
#header .top_wrap .langWrap .btn_lang .arrow { font-size:1em; } 
#header .top_wrap .langWrap .btn_lang .arrow:before { display:block; transition:.3s; } 
#header .top_wrap .langWrap .list { position:absolute; left:0; right:0; top:100%; padding:.5em .5em; background:#fff; box-shadow:0 2px .5em rgba(27,60,111,.2); text-align:center; opacity:0; visibility:hidden; } 
#header .top_wrap .langWrap .list > li { } 
#header .top_wrap .langWrap .list > li .in { display:block; padding:.25em .5em; color:#000; } 
#header .top_wrap .langWrap .list > li ~ li .in { border-top:1px solid #e5e5e5; } 
#header .top_wrap .langWrap .list > li .tt { font-size:.875em; opacity:.6; transition:.2s; } 
#header .top_wrap .langWrap .list > li:hover .in { background:#f5f5f5; } 
#header .top_wrap .langWrap .list > li:hover .tt,
#header .top_wrap .langWrap .list > li.on .tt { opacity:1; } 
#header .top_wrap .langWrap.on .btn_lang .arrow:before { transform:rotate(-180deg); } 
#header .top_wrap .langWrap.on .list { opacity:1; visibility:visible; transition:.4s; } 


html:not(.allOn) #header .top_wrap .gnb_wrap { display:flex; align-items:center; flex:1; min-width:0; justify-content:center; height:100%; z-index:1; } 
html:not(.allOn) #header .top_wrap .gnb_wrap .gnb { width:100%; justify-content:center; box-sizing:border-box } 
html:not(.allOn) #header .top_wrap .gnb_wrap .gnb a { display:flex } 
html:not(.allOn) #header .top_wrap .gnb_wrap .gnb .tt { white-space:nowrap } 
html:not(.allOn) #header .top_wrap .gnb_wrap .gnb > li { position:relative; flex:1; border-right:1px solid transparent; max-width:20vmin; } 
html:not(.allOn) #header .top_wrap .gnb_wrap .gnb > li:first-child { border-left:1px solid transparent } 
html:not(.allOn) #header .top_wrap .gnb_wrap .gnb > li .dp1 { display:flex; align-items:center; justify-content:center } 
html:not(.allOn) #header .top_wrap .gnb_wrap .gnb > li .dp1 .tt { font-weight:700; font-size:1.25em } 
html:not(.allOn) #header .top_wrap .gnb_wrap .gnb > li .dp1 .tt span { font-weight:700; font-size:.9em } 
html:not(.allOn) #header .top_wrap .gnb_wrap .gnb > li .dp1 .va { position:relative } 
html:not(.allOn) #header .top_wrap .gnb_wrap .gnb > li .dp1 .va:after { content:""; position:absolute; top:0; left:100%; transform:translate(50%, -50%); width:.5em; height:.5em; border-radius:50%; background:var(--siteC); opacity:0 } 
html:not(.allOn) #header .top_wrap .gnb_wrap .gnb > li .dp2 { visibility: hidden; opacity:0; z-index:-1; position: absolute; padding:1em; background:#fff; width:100%; left:0; box-sizing:border-box; box-shadow:0 1em 1em rgba(0,0,0,.1) } 
html:not(.allOn) #header .top_wrap .gnb_wrap .gnb > li .dp2 > li { box-sizing:border-box } 
html:not(.allOn) #header .top_wrap .gnb_wrap .gnb > li .dp2 > li > a { padding:.5em 1em; justify-content:center; color:#666; } 
html:not(.allOn) #header .top_wrap .gnb_wrap .gnb > li .dp2 > li > a .tt { font-weight:500 } 
html:not(.allOn) #header .top_wrap .gnb_wrap .gnb > li .dp2 > li > a .arrow { display:none } 
html:not(.allOn) #header .top_wrap .gnb_wrap .gnb > li:hover .dp1,
html:not(.allOn) #header .top_wrap .gnb_wrap .gnb > li .dp2 > li:hover > a,
html:not(.allOn) #header .top_wrap .gnb_wrap .gnb > li .dp2 > li.on > a { color:var(--siteC) } 
html:not(.allOn) #header .top_wrap .gnb_wrap .gnb > li .dp3 { display:none } 

#header .top_wrap .gnb_wrap .gnb > li .dp2 { flex-direction:column; gap:.5em } 

html.scroll:not(.allOn) #header .top_wrap .gnb_wrap .gnb > li.on .dp1 { color:var(--siteC) } 
html:not(.allOn) #header .top_wrap .gnb_wrap .gnb > li.on .dp1 .va:after { opacity:1; transition:.3s } 
html:not(.allOn) #header .top_wrap .gnb_wrap .gnb > li:hover .dp2 { visibility:visible; opacity:1; z-index:auto; transition:.2s; } 

html:not(.up) #header { transform:translateY(-100%); transition:transform .5s } 
html.up #header { box-shadow:0 1em 1em rgba(0,0,0,.1) } 

html:not(.scroll):not(.allOn) #header:not(:hover) { background:none; color:#fff; box-shadow:none } 
html:not(.scroll):not(.allOn) #header:not(:hover) .top_wrap .logo > a { filter:brightness(0) invert(1) } 
html:not(.scroll):not(.allOn) #header:not(:hover) .top_wrap .gnb_wrap .gnb > li.on .dp1 { color:#fff } 
html:not(.scroll):not(.allOn) #header:not(:hover) .top_wrap .gnb_wrap .gnb > li .dp1 .va:after { background:#fff } 

.allOn { overflow:hidden } 
.allOn #header { height:100vh; position: fixed; box-sizing:border-box; padding-right:30vw; overflow-y:auto; scrollbar-width: thin; scrollbar-color: var(--scrollBar); background:#fff } 
.allOn #header:before { content:""; position: fixed; right:0; top:0; width:30vw; height:100%; background:url(../images/inc/all_bg.jpg?v=0) no-repeat center; background-size:cover; box-shadow:1vmin 0 1vmin rgba(0,0,0,.3) inset; z-index:1 } 
.allOn #header .top_wrap { height:100%; overflow:hidden } 
.allOn #header .top_wrap .logo { display:flex; align-items:center; height:6vh } 
.allOn #header .top_wrap:before { content:""; position:absolute; right:50%; bottom:50%; background:#f5f5f5; border-radius:50% } 
.allOn #header .top_wrap .wrapF { flex-wrap:wrap; gap:10vmin 4vmin; height:auto; padding:6vmin } 
.allOn #header .gnb_wrap { flex:0 0 auto; width:100%; margin-left:0; order:10;height: 70vh; overflow: scroll; } 
.allOn #header .gnb_wrap .gnb { flex-wrap:wrap; gap:6vmin 6% } 
.allOn #header .gnb_wrap .gnb a { text-align:left; display:flex; box-sizing:border-box; line-height:1.2 } 
.allOn #header .gnb_wrap .gnb > li { box-sizing:border-box; width:29.3333% } 
.allOn #header .gnb_wrap .gnb > li .dp1 { padding:0 0 2vmin 0; height:auto; justify-content:flex-start } 
.allOn #header .gnb_wrap .gnb > li:hover .dp1 { color:var(--siteC) } 
.allOn #header .gnb_wrap .gnb > li .dp1 .tt { font-size:3vmin; font-weight:500; position:relative } 
.allOn #header .gnb_wrap .gnb > li .dp2 > li > a { height:6vmin; align-items:center; padding:1vmin 2vmin; border:1px solid #ddd; border-radius:1vmin; color:#666; position:relative; overflow:hidden; background:#fff } 
.allOn #header .gnb_wrap .gnb > li .dp2 > li > a:after { content:"\e93f"; font-family:xeicon; position:absolute; right:1vmin; top:50%; transform:translateY(-50%); margin-right:-2vmin; opacity:0; transition:.3s } 
.allOn #header .gnb_wrap .gnb > li .dp2 > li > a .tt { font-size:1.9vmin; font-weight:700 } 
.allOn #header .gnb_wrap .gnb > li .dp2 > li:hover > a { box-shadow:0 0 1em rgba(0,0,0,.1); color:#111; border-color:var(--siteC) } 
.allOn #header .gnb_wrap .gnb > li .dp2 > li:hover > a:after { margin-right:0; opacity:1 } 
.allOn #header .gnb_wrap .gnb > li .dp2 > li .dp3 { padding:1em } 
.allOn #header .gnb_wrap .gnb > li .dp2 > li .dp3 > li > a { color:#999; padding:1vmin } 
.allOn #header .gnb_wrap .gnb > li .dp2 > li .dp3 > li:hover > a { color:#111 } 
.allOn #header .all_wrap .allBtn { position: fixed; right:4vmin; top:0 ;z-index: 1111111111; } 
.allOn #header .all_wrap .allBtn .ico:before { content:"\e921"; color:#fff } 
.allOn #header .top_wrap .etc_wrap .location { display:none } 

.allOn #header:after { content:""; position:absolute; right:0; top:0; width:100%; height:100%; background:#eee; z-index:2; animation: headerAllAni 1s forwards } 
.allOn #header:before { animation: headerAllAni2 1s forwards .5s; transform:translateX(100%) } 
.allOn #header .top_wrap:before { width:70vw; height:70vw; transition:1s; animation: headerAllAni3 20s infinite .5s alternate linear; } 
@keyframes headerAllAni {100% { width:0 } 
 }
@keyframes headerAllAni2 {100% { transform:translateX(0) } 
 }
@keyframes headerAllAni3 {40% { transform:rotate(20deg) translate(-10%,50%) scale(.8); } 
60% { transform:rotate(40deg) translate(-10%,50%) scale(1.2); } 
100% { transform:rotate(0) translate(0,0) scale(1); } 
 }

#footer { z-index:1; color:#fff; background:#0c0e16; padding:8vmin 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 .wrapF { display:flex; gap:8vmin } 
#footer .etc_wrap { display:flex; flex-direction:column; gap:3vmin; align-items:flex-end } 
#footer .logo_wrap { display:flex; align-items:center; gap:4em } 
#footer .logo { filter:brightness(0) invert(1) } 
#footer .logo img { height:2.5em } 
#footer .menu_wrap { margin-left:auto; display:flex; gap:2em } 
#footer .menu_wrap > li > a { position:relative; font-weight:500 } 
#footer .menu_wrap > li:not(:first-child) > a:before { content:"·"; position:absolute; left:-1em; top:0; transform:translateX(-50%); opacity:.5 } 
#footer .menu_wrap > li.point > a { opacity:1; font-weight:700 } 
#footer .info_wrap { display:flex; flex:1; min-width:0 } 
#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:700 } 
#footer .info > li.br { clear:left } 
#footer .info > li.copyright { font-size:.875em; opacity:.5; margin-top:1em; text-transform:uppercase } 
#footer .cs_wrap { display:flex; gap:0 4em; text-align:right } 
#footer .cs_wrap .wrap_in { position:relative } 
#footer .cs_wrap .wrap_in:not(:first-child):after { content:""; position:absolute; left:-2em; top:0; width:1px; height:100%; background:#fff; opacity:.2 } 
#footer .cs_wrap .t1 { opacity:.7; font-weight:500; margin-bottom:.5em } 
#footer .cs_wrap .t2 { font-weight:700; font-size:1.125em } 

.sns_st { display:flex; gap:.5em } 
.sns_st > li > a { display:flex; align-items:center; justify-content:center; width:2.5em; height:2.5em; border-radius:50%; transition:.3s } 
.sns_st > li > a .xi { font-size:1.5em } 
.sns_st > li > a img { height:1.125em } 
.sns_st > li > a:hover { background:#111; color:#fff } 
.sns_st > li > a:hover img { filter:brightness(0) invert(1) } 
.sns_st > li > a.kc img { height:1.438em } 

#contents { flex:1 1 0%; min-height:0 } 
#contents .sub_top_wrap { height:50vmin; position:relative; overflow:hidden; color:#fff; box-sizing:border-box; padding-top:var(--headerH) } 
#contents .sub_top_wrap .wrapBg { position:absolute; left:0; top:0; width:100%; height:100%; background-color:#f1f1f1; overflow:hidden } 
#contents .sub_top_wrap .wrapBg .bg { height:100% } 
.dp1_product  #contents .sub_top_wrap .wrapBg .bg { background-size: cover; } 
#contents .sub_top_wrap .wrapBg:after { content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:#000; opacity:.4 } 
.dp1_product #contents .sub_top_wrap .wrapBg:after { content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:#000; opacity:.2 } 
#contents .sub_top_wrap .wrapCon { display:flex; height:100%; flex-direction:column; position:relative } 
#contents .sub_top_wrap .subTit { flex:1; min-height:0 } 
#contents .sub_top_wrap .subTit .wrapF { height:100%; display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center; gap:1vmin } 
#contents .sub_top_wrap .subTit .tit .t1 { font-size:4vmin; font-weight:700 } 
#contents .sub_top_wrap .subTit .tit .t1 > span { font-size:3.5vmin; font-weight:600; opacity: .9; } 
#contents .sub_top_wrap .subTit .tit .t2 { font-size: 3vmin; font-weight: 600; opacity: .9; text-transform: uppercase; } 
#contents .sub_top_wrap .nav { display:flex; align-items:center; gap:2vmin } 
#contents .sub_top_wrap .nav > li { display:inline-flex; align-items:center; gap:2vmin } 
#contents .sub_top_wrap .nav > li:not(.home):before { content:""; width:5vmin; height:1px; background:#fff; opacity:.5 } 
#contents .sub_top_wrap .nav > li.home > a { width:2em; height:2em; border-radius:50%; display:flex; align-items:center; justify-content:center } 
#contents .sub_top_wrap .nav > li.home > a .xi { font-size:1em } 
#contents .subTab { backdrop-filter:blur(.5em) } 
#contents .subTab .gnb { display:flex; flex-wrap:wrap; overflow:hidden } 
#contents .subTab .gnb > li { flex:1; min-width:0 } 
#contents .subTab .gnb > li > .dp2 { justify-content:center } 
#contents .subTab .gnb > li > .dp2 > li { flex:1; max-width:20% } 
#contents .subTab .gnb > li > .dp2 > li > a { display:flex; height:9vmin; align-items:center; justify-content:center; padding:1vmin; box-sizing:border-box; position:relative; transition:.3s } 
#contents .subTab .gnb > li > .dp2 > li > a:after { content:""; position:absolute; left:50%; top:0; width:0; height:3px; transform:translateX(-50%); background:#fff; transition:.3s } 
#contents .subTab .gnb > li > .dp2 > li:not(:last-child) > a:before { content:""; position:absolute; right:0; top:50%; transform:translateY(-50%); width:1px; height:30%; background:#fff; opacity:.5 } 
#contents .subTab .gnb > li > .dp2 > li > a .va { opacity:.8 } 
#contents .subTab .gnb > li > .dp2 > li > a .tt { font-size:2.2vmin; font-weight:700 } 
#contents .subTab .gnb > li > .dp2 > li:hover > a:after,
#contents .subTab .gnb > li > .dp2 > li.on > a:after { width:100% } 
#contents .subTab .gnb > li > .dp2 > li.on > a .va { opacity:1 } 
#contents .subTab .gnb .dp3 { display:none } 

#contents .sub_top_wrap .wrapBg .bg { background-position:center 20%; transition:3s } 
#contents .sub_top_wrap.on .wrapBg .bg { background-position:center 50% } 

#contents .sub_tit_wrap { } 
#contents .sub_tit_wrap .wrapF { display:flex; display:flex; gap:1vmin; align-items:flex-end; height:11vh; } 
#contents .sub_tit_wrap .titW { flex:1; min-width:0; text-align:center } 
#contents .sub_tit_wrap .titW .t1 { font-weight:700; font-size:5vmin } 

#contents .doc { padding:4vmin 0 20vmin 0 } 
#contents .doc.st2 { padding:4vmin 0 15vmin 0 } 

.dp1on .gnb .dp2 { display:none!important } 
.dp2on .gnb > li,
.dp2on .gnb > li .dp1 { 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 } 

.sns_st { display:flex; gap:.5em } 
.sns_st > li > a { display:flex; align-items:center; justify-content:center; width:2.5em; height:2.5em; border-radius:50%; transition:.3s } 
.sns_st > li > a .xi { font-size:1.5em } 
.sns_st > li > a img { height:1.125em } 
.sns_st > li > a:hover { background:#111; color:#fff } 
.sns_st > li > a:hover img { filter:brightness(0) invert(1) } 
.sns_st > li > a.kc img { height:1.438em } 

.d2 #contents .sub_top_wrap { height:30vmin } 

/**/
.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%; background:#000; opacity:.1 } 
.vod_wrap .control { position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.1); color:#fff; display:flex; align-items:center; justify-content:center; cursor:pointer } 
.vod_wrap .control:before { font-size:8vmin; font-family:xeicon } 
.vod_wrap .control.ytPlay:before { content:"\ec32"; color:red } 

.visualSlide { opacity:0 } 
.load .visualSlide { opacity:1; transition:1s } 
.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) } 
.visualSlide .el .vod_wrap { position:relative; height:100% } 
.visualSlide .el .vod_wrap:after { content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:#000 } 

.visualSlide .el.swiper-slide-active .vod_wrap:after { transition:2s; opacity:.2 } 
.visualSlide .el.swiper-slide-active .bg { transition:7s; transform:scale(1) rotate(.001deg) } 
.visualSlide .el:nth-child(3n - 2) .bg { height:110%; transform:scale(1) } 
.visualSlide .el.swiper-slide-active:nth-child(3n - 2) .bg { transform:translateY(-9.0909%) rotate(.001deg) } 
.visualSlide .el:nth-child(3n - 1) .bg { width:110%; transform:scale(1); left:0 } 
.visualSlide .el.swiper-slide-active:nth-child(3n - 1) .bg { transform:translateX(-9.0909%) rotate(.001deg) } 

.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; margin-top:var(--headerH) } 
.visualSlide_wrap { position:relative } 
.visualSlide_wrap .slogan { box-sizing:border-box; text-align:center } 
.visualSlide_wrap .slogan .t1 { font-size:4vmin; margin-bottom:2vmin } 
.visualSlide_wrap .slogan .t2 { font-size:10vmin; text-transform: uppercase; display:flex; align-items:baseline; justify-content:center } 
.visualSlide_wrap .slogan .ani { color:#00bcad; opacity:0; transform:translateX(50vw); width:1.5em } 
.visualSlide_wrap .slogan .ani.on { opacity:1; transform:translateX(0) rotate(720deg); transition:2s } 
.visualSlide_wrap .slogan .ani2 { opacity:0; margin-left:10vw } 
.visualSlide_wrap .slogan .ani2.on { opacity:1; margin-left:0; transition:1s; transition-delay:2s } 
.visualSlide_wrap .slogan .t3 { font-size:2.4vmin; line-height:1.5; margin-top:2vmin; opacity:.7 } 
.visualSlide_wrap .slogan .t3.on .el > i { transition-delay:1.5s } 
.visualSlide_wrap .slogan .t3.on .el:nth-child(2) > i { transition-delay:2s } 

.visualSlide_wrap .cta { display:flex; justify-content:center; position:relative; overflow:hidden; margin:4vmin 0 -2vmin 0 } 
.visualSlide_wrap .cta > li { flex:1; position:relative } 
.visualSlide_wrap .cta > li .in { height:25vmin; padding:2vmin 0; transition:.3s } 
.visualSlide_wrap .cta > li .st { display:flex; align-items:center; justify-content:center; flex-direction:column; gap:3vmin; box-sizing:border-box; width:100%; height:100%; padding:1vmin; background:rgba(0,0,0,.5); backdrop-filter:blur(.75em); border:1px solid transparent } 
.visualSlide_wrap .cta > li .st:after { content:""; position:absolute; right:0; bottom:0; width:100%; height:100%; border:1px solid rgba(255,255,255,.1); border-left:none; border-top:none } 
.visualSlide_wrap .cta > li .st .ico { height:20%; display:flex; align-items:center; justify-content:center } 
.visualSlide_wrap .cta > li .st .ico img { height:100%; display:flex; filter:brightness(0) invert(1) } 
.visualSlide_wrap .cta > li .st .t1 { font-size:2.1vmin; font-weight:700; display:flex; justify-content:center; gap:1vmin } 
.visualSlide_wrap .cta > li .st .t1:after { content:"\e93f"; font-family:xeicon } 
.visualSlide_wrap .cta > li:hover .in { padding:0; height:100%; z-index:1 } 
.visualSlide_wrap .cta > li:hover .st { border-radius:2vmin; border-color:rgba(255,255,255,.1); background:rgba(0,0,0,.7) } 
.visualSlide_wrap .cta > li:hover .st:after { display:none } 

.visualSlide_control { display:flex; align-items:center; width:100%; margin-bottom:2em } 
.visualSlide_control .control { gap:1em; margin-left:auto } 
.visualSlide_control .paging { width:5em; text-align:center; } 
.visualSlide_control .paging .swiper-pagination-current { font-weight:700 } 

.mainScroll { color:#fff } 
.mainScroll .tt { display:block; font-size:.875em; font-weight:500 } 
.mainScroll .tt .xi { font-size:1.5em; margin-right:.25em; position:relative } 

.main_box { padding:10vmin 0; overflow:hidden } 
.main_box.bg1 { background:#f4fbfa } 
.main_box.bg2 { background:#f5f5f5 } 
.main_box .wrapF { display:flex; flex-direction:column; gap:4vmin } 

.main_tit { margin-bottom:2vmin; display:flex; flex-direction:column; align-items:flex-start; gap:1vmin } 
.main_tit.hc { align-items:center; text-align:center } 
.main_tit.hr { align-items:flex-end } 
.main_tit.vc { justify-content:center } 
.main_tit .tit0 { font-size:2.2vmin; font-weight:900; color:var(--siteC); text-transform:uppercase } 
.main_tit .tit1 { font-size:5vmin; font-weight:800; letter-spacing:-.2vmin; word-spacing:.4vmin } 
.main_tit .tt1 { font-size:2.2vmin; line-height:1.6; opacity:.7 } 
.main_tit.white { filter:brightness(0) invert(1) } 
.main_tit .m1 { margin-top:5vmin } 
.main_tit.p1 { padding-left:8vmin } 

.main_more { display:inline-flex; align-items:center; height:4vmin; padding:0 1vmin; border:1px solid #fff; gap:1em; border-radius:5vmin } 
.main_more .tt { font-weight:700; font-size:.938em } 
.main_more .arrow { font-size:2vmin; color: #fff; } 
.main_more .arrow:before { content:"\e907" } 

.mainAbout .about { display:flex; align-items:flex-start; gap:1px } 
.mainAbout .about > li { flex:1; position:relative } 
.mainAbout .about > li .bg { height:60vh; } 
.mainAbout .about > li:nth-child(odd) { margin-top:8vh } 
.mainAbout .about > li:first-child .bg { border-top-left-radius:10vh } 
.mainAbout .about > li:last-child .bg { border-bottom-right-radius:10vh } 
.mainAbout .about > li .con { position:absolute; left:0; top:0; width:100%; height:100%; box-sizing:border-box; padding:8vmin 4vmin; display:flex; flex-direction:column; gap:2vmin; justify-content:flex-end; color:#fff } 
.mainAbout .about > li .con .t1 { font-size:4vmin } 
.mainAbout .about > li .con .t2 { font-size:2vmin; line-height:1.5 } 
.mainAbout .about.on > li { transition:2s } 
.mainAbout .about.on > li:nth-child(odd) { margin-top:0 } 
.mainAbout .about.on > li:nth-child(even) { margin-top:8vh } 

.prodSlideW { padding:6vmin; border-radius:10vh 0 10vh 0; background:#484141; box-shadow:0 0 5vmin rgba(0,0,0,.1) } 
.prodSlide { width:100% } 
.prodSlide .el { width:20%; box-sizing:border-box } 
.prodSlide_control { padding:0 5vmin } 

.mainVideo .list { display:flex; flex-wrap:wrap; gap:3vmin; justify-content: center; } 
.mainVideo .list > li { width:calc(33.33% - 2.6666em); overflow:hidden; border-radius:1vmin } 

.mainCs { position:relative; z-index:1 } 
.mainCs .inquiry { display:flex; gap:3vmin } 
.mainCs .wInc { border-radius:1em; box-sizing:border-box; overflow:hidden; position:relative } 
.mainCs .img_wrap { order:-1; width:30vw; padding:5vmin; position:relative } 
.mainCs .img_wrap .bg { position:absolute; left:0; top:0; width:100%; height:100%; filter:saturate(0) brightness(2); transition:.5s } 
.mainCs .img_wrap .bg:before { content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:#000; opacity:.5; transform-origin:0 0; transition:1s } 
.mainCs .img_wrap > * { position:relative } 
.mainCs .con_wrap { flex:1; min-width:0; background:#fff; box-shadow:0 0 1em rgba(0,0,0,.1); padding:5vmin } 
/* .mainCs .btn_wrap { width:12vw; border:1px solid var(--siteC); display:flex; align-items:center; justify-content:center; } 
.mainCs .btn_wrap button.st { position:relative; flex:1; height:100%; display:flex; align-items:center; justify-content:center; flex-direction:column; gap:.5em; background:var(--siteC); color:#fff; display: inline-flex; outline: none; } */
.mainCs .btn_wrap { width: 12vw; border: 1px solid var(--siteC); display: flex; align-items: center; justify-content: center; } 
 
 .mainCs .btn_wrap button.st { position: relative; flex: 1; height: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 0.5em; background: var(--siteC); color: #fff; outline: none; border: none;
 font-size: 1rem; padding: 0.6em 1em; border-radius: 6px; cursor: pointer; transition: background 0.3s ease; } 
.mainCs .btn_wrap .st:before { content:""; position:absolute; left:0; top:0; width:100%; height:100%; outline: none; background:#fff; transform:scaleX(0); transform-origin:0 0 } 
.mainCs .btn_wrap .st .t1 { font-weight:700; font-size:1.375em } 
.mainCs .btn_wrap .st .arrow { font-size:2em } 
.mainCs .btn_wrap .st > * { position:relative } 
.mainCs .btn_wrap .st:hover { color:var(--siteC) } 
.mainCs .btn_wrap .st:hover:before { transform:scaleX(1); transition:.5s } 
.mainCs .btn_wrap:hover ~ .img_wrap .bg { filter:saturate(2) } 
.mainCs .btn_wrap:hover ~ .img_wrap .bg:before { opacity:0 } 
.mainCs .formSt { display:flex; flex-wrap:wrap; gap:1vmin; position:relative } 
.mainCs .formSt > li { width:100% } 
.mainCs .formSt > li.w1 { width:calc(50% - .5vmin) } 
.mainCs .formSt .wrap_in { display:flex; align-items:center; gap:1em } 
.mainCs .formSt .wrap_in > * { flex:1 1 0%; min-width:0 } 
.mainCs .formSt .input_st { background-color:none } 
.mainCs .formSt textarea { height:15vmin; padding:1.5em } 
.mainCs .formSt .label_wrap { border:1px solid rgba(0,0,0,.3); padding:1em; border-radius:.5em } 
.mainCs .formSt .label_st { font-weight:700; color:#666 } 
.mainCs .formSt .label_st .xi { border-color:#ccc } 
.mainCs .formSt .btnW > * { flex:0 0 auto } 
.mainCs .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; color:#666 } 

.mainPartner { position:relative; background:#000 } 
.mainPartner .wrap_bg { position:absolute; left:0; top:0; width:100%; height:100%; box-sizing:border-box } 
.mainPartner .wrap_bg:after { content:""; position:absolute; left:0; top:0; width:100%; height:100%; background: linear-gradient(0deg, rgba(0,0,0,.3) 0%, #000 100%) } 
.mainPartner .wrap_bg .vod_wrap { height:100% } 
.mainPartner .wrap_bg .vod { top:auto; bottom:0; height:80% } 
.mainPartnerSlideW { margin:6vmin 0 } 
.mainPartnerSlide { margin:4vmin 0; overflow:hidden } 
.mainPartnerSlide .swiper-wrapper { transition-timing-function: linear !important } 
.mainPartnerSlide .el { width:16.66% } 
.mainPartnerSlide .el .img_wrap { } 
.mainPartnerSlide .el .img_wrap .resize { padding-bottom:20%; filter:brightness(0) invert(1) } 

/**/
.prodW { display:flex; flex-wrap:wrap; gap:4vmin; } 
.prodW > li { width:calc(33.33% - (2 * 4vmin / 3)) } 
.prodSt { position:relative; background:#fff; border-radius:3vmin; overflow:hidden; padding:3vmin; display:flex; flex-direction:column; box-sizing:border-box; height:100% } 
.prodSt.st2 { position:relative; background:#484141; border-radius:3vmin; overflow:hidden; padding:3vmin; display:flex; flex-direction:column; box-sizing:border-box; height:100% } 
.prodSt .imgW { border:1px solid transparent; box-sizing:border-box; } 
.prodSt .imgW .layer { position:absolute; left:0; top:0; width:100%; height:100%; display:flex; align-items:center; justify-content:center; text-align:center; flex-direction:column; gap:4vmin; color:#fff; backdrop-filter:blur(.25em); box-sizing:border-box; padding:4vmin; opacity:0; transition:.3s } 
.prodSt .imgW .layer:before { content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:var(--siteC); opacity:.8 } 
.prodSt .imgW .layer .areaLink { position:absolute; left:0; top:0; width:100%; height:100% } 
.prodSt .imgW .layer > div { position:relative } 
.prodSt .conW { padding:3vmin 0; display:flex; flex-direction:column; gap:2vmin; align-items:center } 
.prodSt:after { content:""; position:absolute; left:0; top:0; width:100%; height:100%; background: linear-gradient(45deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,.1) 25%, rgba(0,0,0,0) 50%, rgba(0,0,0,.1) 75%, rgba(0,0,0,.2) 100%); opacity:0; transition:.5s } 
.prodSt .btnW { display:flex; gap:1vmin; width:100%; } 
.prodSt .btnW .st { flex:1; height:6vmin; display:flex; align-items:center; justify-content:center; text-align:center; gap:1vmin; border:1px solid rgba(255,255,255,.3); box-sizing:border-box; padding:1vmin; position:relative } 
.prodSt .btnW .st:before { content:""; position:absolute; left:0; top:0; width:0; height:100%; background:#111 } 
.prodSt .btnW .st.c1:before { background:#fff } 
.prodSt .btnW .st > * { position:relative } 
.prodSt .btnW .st .t1 { font-weight:700 } 
.prodSt .btnW .st .arrow { font-size:1em } 
.prodSt .btnW .st .arrow:before { content:"\e907" } 
.prodSt .btnW .st:hover { border-color:transparent } 
.prodSt .btnW .st:hover:before { width:100%; transition:.3s } 
.prodSt .btnW .st.c1:hover { color:var(--siteC) } 
.prodSt:hover:after { opacity:1 } 

.prodSt.st1 { padding:0; border-radius:0 } 
.prodSt.st1:after { display:none } 
.prodSt.st1 .imgW { border-color:#ddd; padding:4vmin } 
.prodSt.st1 .conW { background:#fff; position:relative; z-index:1 } 
.prodSt.st1:hover .imgW .layer { opacity:1 } 

.prodTit { display:flex; flex-direction:column; gap:1vmin; align-items:center } 
.prodTit .tit { font-weight:700; font-size:1.375em; color: #fff; } 
.prodTit .cate { font-weight:500; color:#fff } 

/* 공통 */
.page_sec1 { padding-top: 1em; } 
.page_sec2 { padding-top: 2em; } 
.page_sec3 { padding-top: 3em; } 

.sub_tt.dot { position: relative; padding: 0 0 0.3em 0.8em; } 
.sub_tt.dot:last-of-type { padding: 0 0 0 0.8em; } 
.sub_tt.dot:before { position: absolute; content: ""; width: 5px; height: 5px; background: var(--siteC); top: 10px; left: 0; border-radius: 50%; } 

.gap05 { gap: .5em; } 
.gap1 { gap: 1em; } 
.gap15 { gap: 1.5em; } 
.gap2 { gap: 2em; } 
.gap35 { gap: 3.5em; } 
/* view */
.prodView_intro { gap:5em; margin-bottom: 4em; } 
.prodView_intro .prodView_img { width:45%; box-sizing: border-box; gap: .5em; } 
/* .prodView_intro .prodView_img .img { width: 100%; } 
.prodView_intro .prodView_img .img img { width: 100%; } */
.prodView_intro .prodView_img .prdimgSlide { overflow: hidden; border: 1px solid #ddd; border-radius: .5em; } 
.prodView_intro .prodView_img .prdimgSlide .swiper-wrapper { } 
.prodView_intro .prodView_img .prdimgSlide .el { } 
.prodView_intro .prodView_img .prdimgSlide .el .img { width: 100%; height: 0; padding-bottom: 70%; position: relative; } 
.prodView_intro .prodView_img .prdimgSlide .el .img img { width: 100%; height: 100%; object-fit: contain; position: absolute; left: 0; top: 0; } 
.prodView_intro .prodView_img .prdimgSlide .swiperBtn { display: flex; justify-content: center; align-items: center; width: 2.5em; height: 2.5em; border:none; background: rgba(0, 0, 0, .15); color:#fff; } 
.prodView_intro .prodView_img .prdimgSlide .swiperBtn::before { font-size: 1.125em; } 
.prodView_intro .prodView_img .prdimgSlideThumb { } 
.prodView_intro .prodView_img .prdimgSlideThumb .swiper-wrapper { } 
.prodView_intro .prodView_img .prdimgSlideThumb .el { box-sizing: border-box; border: 1px solid #ddd; border-radius: .5em; overflow: hidden; } 
.prodView_intro .prodView_img .prdimgSlideThumb .el .img { width: 100%; height: 100%; } 
.prodView_intro .prodView_img .prdimgSlideThumb .el .img img { width: 100%; height: 100%; object-fit: cover; } 
.prodView_intro .prodView_img .prdimgSlide .swiperBtn.next { position: absolute!important; right: 0; } 
.prodView_intro .prodView_img .prdimgSlide .swiperBtn.prev { position: absolute!important; left: 0; } 

.prodView_intro .prodView_info { flex:1; position:relative; } 
.prodView_info .topTit_box { padding:2em 0; border-bottom: 1px solid var(--siteC); } 
.prodView_info .topTit_box .tit1 { font-size: 2em; font-weight: 800; } 
.prodView_info .topTit_box .tit2 { font-size: 1.25em; margin-top: .5em; } 
.prodView_info .middle_info { padding: 1em 0; } 
.middle_info .info_list { border-bottom: 1px dashed #ddd; padding-bottom: 1em; margin-bottom: 1em; } 
.middle_info .info_list:last-child { border-bottom: unset; padding-bottom: unset; margin-bottom: unset; } 
.middle_info .info_list .tit { margin-bottom: .5em; font-size: 1.25em; } 
.middle_info .info_list .tit .check { width: 1.7em; vertical-align: bottom; margin-right: .4em; } 
.middle_info .info_list > ul { background: #f4f4f4; padding: 1em; border-radius: .8em; } 
.middle_info .info_list > ul > li { margin-bottom: .5em; } 
.middle_info .info_list > ul > li:last-child { margin-bottom: unset; } 
.middle_info .info_list > ul > li .tt { font-size: 1.125em; position: relative; padding-left: 1em; } 
.middle_info .info_list > ul > li .tt::before { content: ""; position: absolute; left: 0; top: .5em; width: .313em; height: .313em; background: var(--siteC); border-radius: 50%; } 
.prodView_intro .prodView_info .btn_box { gap: .5em; border-top: 1px solid #ddd; padding-top: 1em; } 
.prodView_intro .prodView_info .btn_box .input_st { flex: 1; } 

.prodView_con { border-top: 1px solid #ddd; padding-top: 2em; } 
.prodView_con .con_tab { background: var(--siteC); border: 1px solid var(--siteC); border-radius: .5em; overflow: hidden; margin-bottom: 2em; } 
.prodView_con .con_tab li { flex: 1; border-right: 1px solid #ddd; } 
.prodView_con .con_tab li:last-child { border-right: unset; } 
.prodView_con .con_tab li > a { text-align: center; display: block; padding: 1em; color: #fff; } 
.prodView_con .con_tab li > a .tt { font-size: 1.05em; } 
.prodView_con .con_tab li:hover > a { background: #fff; } 
.prodView_con .con_tab li:hover > a .tt { color: var(--siteC); font-weight: 600; } 

.prodView_con .con_box { border-bottom: 1px solid #ddd; padding: 5em 0; } 
.prodView_con .con_box .title_box { padding-bottom: 1em; } 
.prodView_con .con_box .title_box .tit { font-size: 1.6em; font-weight: 700; } 

.first_img { gap: 1em; } 
.first_img li { border: 1px solid #ddd; flex: 1 48%; text-align: center; border-radius: 0em; } 

.why_wrap { } 
.why_wrap > li { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; gap: 5em; } 
.why_wrap > li.reverse { flex-direction: row-reverse; } 
.over_img { width: calc(50% - 40px); background:#ddd; border-radius: 0em; height: 20em; overflow: hidden; } 
.why_wrap .why_cont { flex: 1; } 
.why_wrap .why_cont .ti1 { color: var(--siteC); font-weight: 600; font-size: 1.25em; margin-bottom: .5em; } 
.why_wrap .why_cont .ti2 { font-size: 1.25em; } 
.why_wrap .why_cont .ti3 { font-size: 2.3em; font-weight: 700; } 
.why_wrap .why_cont .ti3 span { color: var(--siteC); } 
.why_wrap .why_cont .ti4 { font-size: 1.8em; font-weight: 800; } 
.why_wrap .why_cont .detail_box { margin-top: 1.5em; } 
.why_wrap .why_cont .detail_box .tt { font-size: 1.125em; line-height: 1.4; position: relative; } 
.why_wrap .why_cont .detail_box .tt.dot { padding-left: 1em; } 
.why_wrap .why_cont .detail_box .tt.dot::before { content: ""; position: absolute; left: 0; top: .5em; width: .313em; height: .313em; background: var(--siteC); border-radius: 50%; } 

.prodView_con .detail_con { margin-bottom: 3em; } 
.prodView_con .detail_con:last-child { margin-bottom: unset; } 

.detail_con .detail_tab { border: 1px solid var(--siteC); border-radius: .5em; overflow: hidden; } 
.detail_con .detail_tab > li { flex: 1; border-right: 1px solid #ddd; } 
.detail_con .detail_tab > li:last-child { border-right: unset; } 
.detail_con .detail_tab > li .in { display: block; text-align: center; padding: 1em; font-size: 1.05em; font-weight: 500; } 
.detail_con .detail_tab > li.on,
.detail_con .detail_tab > li:hover { border-color:var(--siteC); } 
.detail_con .detail_tab > li.on .in { background: var(--siteC); color: #fff; } 
.detail_con .detail_tab_con { } 

.prodView_con .detail_con .tit { position: relative; margin-bottom: .5em; padding: .5rem 0 0 .5rem; color: #222; font-size: 1.4em; font-weight: 700; } 
.prodView_con .detail_con .tit::before { content: ""; width: 20px; height: 20px; border-radius: 50%; background: var(--siteC); opacity: .3; position: absolute; left: 0; top: 0; z-index: -1; } 

.prodView_con .detail_con .list_st1 { gap: 2em 1em; } 
.prodView_con .detail_con .list_st1 li { flex: 1 20%; } 
.prodView_con .detail_con .list_st1 .img { height: 9em; overflow: hidden; border-radius: 0em; } 
.prodView_con .detail_con .list_st1 .ttbox { text-align: center; margin-top: 1em; } 
.prodView_con .detail_con .list_st1 .ttbox .t1 { font-weight: 600; font-size: 1.125em; } 
.prodView_con .detail_con .list_st1 .ttbox .t2 { margin-top: .5em; font-size: .96em; } 

.prodView_con .detail_con .list_st2 { gap: 2em; } 
.prodView_con .detail_con .list_st2 li { gap: 2em; flex: 1 47%; } 
.prodView_con .detail_con .list_st2 .img { height: 10em; overflow: hidden; border-radius: 0em; width: 40%; border: 1px solid #ddd; } 
.prodView_con .detail_con .list_st2 .ttbox { flex: 1; } 
.prodView_con .detail_con .list_st2 .ttbox .t1 { font-weight: 600; font-size: 1.125em; } 
.prodView_con .detail_con .list_st2 .ttbox .t2 { margin-top: .5em; } 

.prodView_con .detail_con .list_st3 { gap: 1em; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 1.5em 0; } 
.prodView_con .detail_con .list_st3 li { flex: 1 32.3%; } 
.prodView_con .detail_con .list_st3 .img { height: 12em; overflow: hidden; border-radius: 0em; } 

.prodView_con .detail_con .list_st4 { gap: 1em; margin-bottom: 2em; } 
.prodView_con .detail_con .list_st4 li { border: 1px solid #ddd; padding: 1em 2em; flex: 1 44%; gap: 2em; min-height: 6em; } 
.prodView_con .detail_con .list_st4 li i { background: var(--siteC); color: #fff; width: 2em; height: 2em; text-align: center; line-height: 2em; border-radius: 50%; } 
.prodView_con .detail_con .list_st4 li .tbox { flex: 1; } 
.prodView_con .detail_con .list_st4 li .tbox .ti { font-size: 1.125em; font-weight: 600; margin-bottom: .5em; } 
.prodView_con .detail_con .list_st4 li .tbox .tt { font-size: .96em; } 

.page_symbol_tit { text-align:center; margin-bottom: 2.5em; } 
.page_symbol_tit .page_tit { width: 80%; margin: 0 auto; } 
.page_symbol_tit .wrap_in { gap:0 0em; } 
.page_symbol_tit .wrap_in .obj { width:3.5em; background-image:url(../images/sub/shape.svg); filter:invert(76%) sepia(25%) saturate(454%) hue-rotate(355deg) brightness(89%) contrast(87%); opacity:.9; } 
.page_symbol_tit .wrap_in .obj:last-child { transform:rotateY(-180deg) } 
.page_symbol_tit .wrap_in .tt_wrap { position:relative; flex:1; padding:2.25em 0 2em 0; } 
.page_symbol_tit .wrap_in .tt_wrap.flex { gap:.625em; } 
.page_symbol_tit .wrap_in .tt_wrap .in_tt { display:block; font-size:2.815em; font-weight: 700; color:#fff; } 
.page_symbol_tit .wrap_in .tt_wrap .in_tt .po { color:#f9d12d; font-weight: 800; } 
.page_symbol_tit .wrap_in .tt_wrap .in_tt .tt_line { display:inline-block; padding:.25em .25em; border-bottom:1px solid rgba(0,0,0,.15); } 

.viewVideo .list { display:flex; flex-wrap:wrap; gap:3vmin; justify-content: center;} 
.viewVideo .list > li { max-width: 32.3%; overflow:hidden; border-radius:1vmin; flex: 1 31.3%; } 

.con_faq_wrap { gap: 1em; } 
.con_faq_wrap .inn { background: #fff; padding: 1.5em 2em; border-radius: 1em; box-shadow: 2px 2px 10px rgba(0, 0, 0, .1); gap: 3em; border: 1px solid var(--siteC); } 
.con_faq_wrap .inn .num { width: 2em; height: 2em; background: var(--siteC); text-align: center; line-height: 2em; color: #fff; border-radius: .5em; font-size: 1.4em; } 
.con_faq_wrap .inn .tx_box { } 
.con_faq_wrap .inn .tx_box .t1 { font-size: 1.25em; font-weight: 600; margin-bottom: 1em; } 
.con_faq_wrap .inn .tx_box .t2 { font-size: 1.05em; } 

/* Greetings */
.greeting_wrap { gap: 2em; } 
.greeting_txt { width: 58%; } 
.greeting_tit { margin-bottom: 3.5em; } 
.greeting_tit .tit1 { font-size:2.125em; font-weight:700; margin-top: .5em; } 
.greeting_tit .tit { font-size:1.063em; color:#555; line-height:1.7 } 
.tit_en { font-size: 1.25em; font-weight: normal; text-transform: capitalize; letter-spacing: 5px; font-weight: 500; color: var(--siteC); opacity: .7; } 
.sub_company_greetings { gap: 2em; } 
.sub_company_greetings img { box-shadow: 2px 3px 8px -1px #a4a4a4; } 
.sub_company_greetings .con { flex: 1 1 60%; } 
.sub_company_greetings .con .tt1 { font-size: 1.15em; line-height: 1.6em; } 
.greeting_img { width: 40%; } 
.greeting_img img { box-shadow: 2px 3px 8px -1px #a4a4a4; } 
.sub_company_greetings .sign { margin:2em 0; font-size: 1.5em; font-weight: 500; } 


/* 문의 */
/*agree*/
.agree_wrap { padding: 1.5em 0 1em; font-size: .938em; line-height: 2; border-top: 2px solid #333; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; border-left: 1px solid #ccc; /*padding:2em; */
/* background:#f9f9f9; */ } 
.agree_wrap .agree.st strong { font-size: 1.2em; letter-spacing: .5px; line-height: 1.9; /*padding:1em 0; */
color: #222; font-weight: 500; } 
.agree_wrap .textarea_box { width: 100%; height: 200px; padding: 20px; box-sizing: border-box; overflow-y: auto; font-size: 14px; line-height: 1.4; } 
.agree_wrap .textarea_box h3 { color: #333; margin-bottom: 10px; font-size: 1.2rem; font-weight: 500 } 

.code { display: inline-block; vertical-align: middle; height: 2.5em; line-height: 2.5em; background: #222; color: white; font-weight: 300; margin-right: 5px; padding: 0 1em; text-align: center } 

.check .xi { font-size:1em; } 

/* 오시는 길*/
.root_daum_roughmap .cont { display: none; } 
.map_view { border-top: 3px solid #ddd; box-shadow: 0 .25em .5em rgba(0, 0, 0, .2); transition: .3s; padding: 1em; border-radius: 0 0 1em 1em } 
.map_view > div { max-width: 98%; margin: 0 auto; } 
.map_view .tt { padding-bottom: 10px; font-size: 1.063em; color: #222; letter-spacing: -2px; vertical-align: middle; } 
.map_view .xi { vertical-align: middle; font-size: 1.188em; padding-right: 5px; } 
.map_view:hover { border-color: var(--siteC); } 

.map_info1 { overflow: hidden; margin-bottom: 20px; box-shadow: 2px 3px 8px -1px #a4a4a4; padding: 1.5em; margin-top: 1em; box-sizing: border-box; border-radius: 1em } 
.map_info1 .t1 span { color: #666; display: inline-block; margin-right: 20px; font-size: .938em; } 
.map_info1 .t1 span.st { } 
.map_info1 .t1 span:last-child { margin-right: 0; } 
.map_info1 .t1 .xi { font-size: 1em; color: #fff; margin-right: 8px; border-radius: 50%; width: 2.2em; height: 2.2em; line-height: 2.2em; text-align: center; background: #313193; } 
.map_info1 .t1 span .stop1 { background: #187ce8; color: #fff; text-align: center; border-radius: 50px; padding: .5em 1em; font-size: .813em; } 

.map_info1 .t1 .st .xi { font-size: 1em; color: #fff; margin-right: 8px; border-radius: 50%; width: 2.2em; height: 2.2em; line-height: 2.2em; min-width: 2.2em; min-height: 2.2em; text-align: center; background: var(--siteC); } 
.map_info1 .t1 .st { align-items: center; margin-bottom: 1em; } 
.map_info1 .t1 .map_info_con:last-of-type .st { margin-bottom: 0em; } 
.map_info1 .t1 .st p { color: #111; font-size: .938em; } 

/*인증서*/
.page_certificate { } 
.page_certificate .list { gap: 6em 3.5em; } 
.page_certificate .list > li { position: relative; flex: 0 0 calc(25% - 3em); cursor: pointer; } 
.page_certificate .list > li .img-area { position: relative; padding: 2.5em; background: #ece9e9; border: 3px solid transparent; transition: 0.3s; } 
.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; } 
.search.xi-search:before { content: "\e97a"; transform: translate(15px, 10px); } 
.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: 240px; height: 340px; transform: translateX(0); } 
.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; } 
.popWrap.ani { position: relative; display: flex; flex-direction: column; justify-content: center; max-width: 25vw; height: 90vh; transform: translateX(0); } 
.popbg { background-color: #fff; padding: .5em; font-size: 1.2em; text-align: center; } 

.con_tit .tit {font-size: 5vmin;font-weight: 700;}
.h03{height: 3em;}

/*연혁*/
/*연혁*/
.history_bgw { overflow:hidden; position:relative; margin:0 5em 3em 5em; } 
.history_bgw .bg_w { position:absolute; left:0; top:0; width:100%; height:100%; background-position:center top; background-repeat:no-repeat; background-size:cover; background-attachment:fixed; } 
.history_bgw .txt_wrap { text-align:center; } 
.history_bgw .txt_wrap .en { font-weight: 700; padding-bottom:.5em; color:#fff; letter-spacing:5px; font-size:2.5em; } 
.history_bgw .txt_wrap .kr { font-size:1.7em; color:#fff; font-weight:500; } 
.history_bgw .line_wrap { position:relative; height:15em; } 
.history_bgw .line_wrap .line { position:absolute; background:#fff; width:1px; height:1px; transition:1s; opacity:.5; display:none; } 
.history_bgw .line_wrap .line.hor { transition-delay:1s } 
.history_bgw .line_wrap .line.top { top:0 } 
.history_bgw .line_wrap .line.bot { bottom:0 } 
.history_bgw .line_wrap .line.left { left:0 } 
.history_bgw .line_wrap .line.right { right:0 } 
.load .history_bgw .line_wrap { margin:2em 1.5em; } 
.load .history_bgw .line_wrap .line.ver { height:100% } 
.load .history_bgw .line_wrap .line.hor { width:40%; } 
.load .history_bgw .line_wrap .line { display:block } 

.history_wrap { position:relative; overflow:hidden; padding:2em 0; } 
.history_wrap:before,
.history_wrap .lineAni { content:""; position:absolute; left:calc(24em + 3em); top:0; width:1px; height:100%; background:#ddd } 
.history_wrap .lineAni { height:0; background:var(--siteC); transition:.3s } 
.history_wrap .lineAni:before,
.history_wrap:after { content:""; position:absolute; left:50%; top:0; margin-left:-.5em; width:1em; height:1em; background:#fff; border:.25em solid var(--siteC);; border-radius:100%; box-sizing:border-box } 
.history_wrap:after { top:auto; left:calc(24em + 3em + 1px); bottom:0 } 
.history_wrap .history > li { gap:3em; margin-top:4em } 
.history_wrap .history > li .img_wrap { width: 24em; padding-bottom: 6em; } 
.history_wrap .history > li .img_wrap img { width: 100%; border-radius: 1em; object-fit: cover; box-shadow: 3px 3px 10px rgba(0, 0, 0, .1); } 
.history_wrap .history > li .con_wrap { flex:1; padding-left: 3em; padding-bottom: 3em; border-bottom: 1px solid #ddd; } 
.history_wrap .history > li:first-child { margin-top:0 } 
.history_wrap .history > li .year { width:50%; overflow:hidden; /* justify-content:flex-end */ } 
.history_wrap .history > li .year .wrap_in { position:relative; overflow:hidden; /* width:15em */ } 
.history_wrap .history > li .year .tt { display:inline-block; position:relative; padding:0 .5em; font-size:2.875em; letter-spacing:-3px; font-weight: 400; color:var(--siteC);; /* font-family: Georgia, "Times New Roman", Times, serif */ } 
/* .history_wrap .history > li .year .tt:before { content:""; position:absolute; left:100%; top:50%; margin-top:-1px; width:100%; border-top:2px dotted #aaa; } */
/* .history_wrap .history > li .year .tt:after { content:"'"; font-style:italic } */
.history_wrap .history > li .year .tt:after { content:""; width: .5em; height: .5em; border-radius: 50%; background: var(--siteC); opacity: .2; position: absolute; right: 10px; top: 3px; } 
.history_wrap .history > li .list { /* width:50%; */margin-top:1em } 
.history_wrap .history > li .list > li { margin-top:.5em } 
.history_wrap .history > li .list > li:first-child { margin-top:0 } 
.history_wrap .history > li .list .wrap_in { padding:0 2em } 
.history_wrap .history > li .list .wrap_in .img_wrap .resize { padding-bottom:45% !important; } 
.history_wrap .history > li .list .wrap_in .img_wrap .resize .img_r { text-align:right !important; } 
.history_wrap .history > li .list .wrap_in .img_wrap .resize .img_l { text-align:left !important; } 
.history_wrap .history > li .list .month { flex:0 0 3em } 
.history_wrap .history > li .list .month .tt { color:#999; font-size:1.25em; /* font-family:Georgia, "Times New Roman", Times, serif; */ letter-spacing:-1px } 
.history_wrap .history > li .list .month .tt:after { /* content:"월"; font-size:.813em; font-weight:500 */ } 
.history_wrap .history > li .list .detail > li { margin-top:.5em } 
.history_wrap .history > li .list .detail > li:first-child { margin-top:0 } 
.history_wrap .history > li .list .detail .tt { position:relative; padding:0 1.5em; margin-top:.125em; color:#333; font-size:1em; line-height:1.7; font-weight:400; word-break: keep-all; } 
.history_wrap .history > li .list .detail .tt:before { content:""; position:absolute; left:0; top:9px; width:.75em; border-top:2px solid #ddd } 
.history_wrap .history > li .list .detail .desc { width:calc(100% - 1.125em); margin:.5em 0 .5em 1.25em; padding:.8em; box-sizing: border-box; border: 1px solid #ddd; border-radius: .5em; font-size: .9375em; line-height: 1.5; color:#555; } 

/*product - 인증서*/
.certi_wrap { width: 100%; padding: 1em 0; } 
.certi_wrap > .certi_list >li { flex: 0 0 22%; height: 350px; } 
.certi_wrap > .certi_list >li .in { width: 100%; height: 100%; gap: 1em; } 
.certi_wrap > .certi_list >li .in > div { width: 240px; text-align: center; } 
.certi_wrap > .certi_list >li .in > .imgwrap { box-shadow: 3px 3px 5px #aaa; height: 95%; } 
.certi_wrap > .certi_list >li .in > .imgwrap > img { object-fit: cover; } 
.certi_wrap > .certi_list >li .in > .titwrap { font-size: 1.15em; color: #222; font-weight: 600; } 