@charset "utf-8"; /* CSS Document */


.box0 { width: var(--container-ultra-xl); margin: 0 auto; max-width: 92%; } 
.box1 { width: var(--container-xxxl); margin:0 auto; max-width:92% } 
.box2 { width: var(--container-xl); margin:0 auto; max-width:92% } 

.fullMH { padding-top: var(--headH); } 

.PC { display:block } 
.PHONE { display:none; } 

.gnb li.m_hide { display:none } 
body:not(.pop) { display:flex; flex-direction:column; min-height:100vh; min-height:calc(var(--vh, 1vh) * 100) } 

.gnb li.m_hide { display:none !important } 
.gnb .layer { display:none !important; } 
.gnb .blank .arrow:before { /* content:"\e980"; */ } 

.sns_st { display:flex; align-items:center; gap:.25em } 
.sns_st > li > a { width:2.5em; height:2.5em; background:#f1f1f1; display:flex; align-items:center; justify-content:center; border-radius:50% } 
.sns_st > li > a .xi,
.sns_st > li > a img { opacity:.5 } 
.sns_st > li > a .xi { font-size:1.25em } 
.sns_st > li > a img { height:40% } 
.sns_st > li > a:hover { color:#fff; transition:.3s } 
.sns_st > li > a:hover .xi,
.sns_st > li > a:hover img { opacity:1 } 
.sns_st > li > a:hover img { filter:brightness(0) invert(1) } 
.sns_st > li > a:hover.fb { background:#395398 } 
.sns_st > li > a:hover.in { background:#a9309d } 
.sns_st > li > a:hover.yt { background:#f70000 } 
.sns_st > li > a:hover.tt { background:#111 } 
.sns_st > li > a:hover.nb { background:#29a139 } 

.ch .sns_st > li > a .xi,
.ch .sns_st > li > a img { opacity: 1; filter: brightness(0) invert(1); } 
.ch .sns_st > li > a.fb { background:#395398 } 
.ch .sns_st > li > a.in { background:#a9309d } 
.ch .sns_st > li > a.yt { background:#f70000 } 
.ch .sns_st > li > a.tt { background:#111 } 
.ch .sns_st > li > a.nb { background:#29a139 } 

#header .banner_wrap { background: #170f45; } 
#header .banner_wrap .menu_wrap { } 
#header .banner_wrap .menu_wrap .menu { } 
#header .banner_wrap .menu_wrap .menu > li { width: 7.5em; text-align: center; } 
#header .banner_wrap .menu_wrap .menu > li > a { display: block; font-size: 0.8em; padding: .8em 0; font-weight: 500; color: #fff; } 
#header .banner_wrap .menu_wrap .menu > li:hover > a { font-weight: 700; } 

#header .header_link { position:relative; background: var(--color-point2); z-index: 999; } 
#header .header_link .list { display: flex; } 
#header .header_link .list > li { border-right: 1px solid rgba(255,255,255, .125); } 
#header .header_link .list > li:first-of-type { border-left: 1px solid rgba(255,255,255, .125); } 
#header .header_link .list > li > a { display: flex; align-items: center; justify-content: center; padding: 0 2rem; height: var(--linkH); color: rgba(255,255,255, .6); } 
#header .header_link .list > li > a .t1 { position:relative; font-size: var(--font-size-xs); font-weight: 500; } 
#header .header_link .list > li > a .t1:before { position: absolute; right: -6px; top: -3px; width: 4px; height: 4px; border-radius: 50%; background: var(--color-point); content: ''; opacity: 0; display: none;} 

#header .header_link .list > li.on > a { background: #fff; color: var(--color-point); opacity: 1;} 
#header .header_link .list > li.on > a .t1{ font-weight: 600;}
#header .header_link .list > li.on > a .t1:before { opacity: 1; } 

#header .top_wrap { position: relative; color: #fff; /* border-bottom: 1px solid rgba(255,255,255, .1); */ transition: transform .5s; } 
#header .top_wrap .wrapH,
#header .top_wrap .gnb_wrap .dp1 { height: var(--headH); } 
#header .top_wrap .etc_wrap { display: flex; gap: 3em; } 
#header .top_wrap { } 
#header .top_wrap .wrapIn { padding: 0 2.5em; box-sizing: border-box; } 
.headerT { padding-top: var(--headH) } 
#header .top_wrap .wrapIn { display:flex; align-items:center; justify-content:space-between; gap:0 1vw } 
#header .top_wrap .logo { } 
#header .top_wrap .logo > a { display: flex; align-items: center; } 
#header .top_wrap .logo > a img { filter: brightness(0) invert(1); height: 50px; object-fit: contain; } 

#header { position:fixed; top:0; left:0; width:100%; transition: transform .5s, background-color .5s; z-index:999; } 
#header:after { position: absolute; top: var(--headAll); height: 1px; width: 100%; transform: scaleX(0); transition: .6s; background: rgba(0,0,0, .1); content: ''; } 
#header .gnb_wrap .gnb > li,
#header .gnb_wrap .gnb > li .dp1 { height:var(--headH); transition:height .2s, background .2s, padding .5s ease; box-sizing:border-box; } 
#header .gnb_wrap .gnb > li { position:relative; overflow:hidden; width: 11rem; transition: width 0.5s, background-color 0.5s; } 
#header .gnb_wrap .gnb > li .dp1 { position:relative; justify-content: center; } 
#header .gnb_wrap .gnb > li .dp1 .tt { font-size: var(--font-size-base); font-weight:600; text-transform:uppercase; transition: .3s; } 
#header .gnb_wrap .gnb > li .dp1:after { content:""; display:block; position:absolute; left:0; bottom:0px; width:100%; height:3px; background: var(--color-point); opacity:0; transform:scaleX(0); transition:transform .3s; } 
#header .gnb_wrap .gnb > li.act .dp1:after,
#header .gnb_wrap .gnb > li.on .dp1:after { opacity:1; transform:scaleX(.5); } 

#header .gnb_wrap .gnb > li .dp2 { display:block; margin:0 auto; padding: 1.5em 0; } 
#header .gnb_wrap .gnb > li .dp2 > li > a { position:relative; display:block; padding:.5em .5em; transition: .3s; } 
#header .gnb_wrap .gnb > li .dp2 > li > a .tt { position:relative; font-size:1.063em; font-weight: 500; padding-bottom: .1em; color: rgba(255,255,255, .8); transition: .3s; } 
#header .gnb_wrap .gnb > li .dp3 { display: flex; flex-direction: column; align-items: start; box-sizing: border-box; background: #1f9cd9c4; margin: 0 1.5em; padding: 1em; border-radius: .5em; } 
#header .gnb_wrap .gnb > li .dp3 > li { position: relative; margin-bottom: .35em; padding-left: 1em; color: rgba(255,255,255, .95); transition: .3s; } 
#header .gnb_wrap .gnb > li .dp3 > li:last-of-type { margin-bottom: 0em; } 
#header .gnb_wrap .gnb > li .dp3 > li:before { position: absolute; left: 0; content: '-'; } 
#header .gnb_wrap .gnb > li .dp3 > li > a > .in > .tt { font-size: .863em; } 
#header .gnb_wrap .gnb > li .dp3 > li:hover { color: rgba(255,255,255, 1); } 
#header .gnb_wrap .gnb > li:hover .dp3 { background: #fff; } 
#header .gnb_wrap .gnb > li:hover .dp3 > li { color: rgba(0,0,0, .7); } 
#header .gnb_wrap .gnb > li:hover .dp3 > li:hover > a > .in > .tt { color: rgba(0,0,0, 1); } 
#header .gnb_wrap .gnb > li:hover .dp1:after,
#header .gnb_wrap .gnb > li.on .dp1:after { opacity:1; } 
#header .gnb_wrap .gnb > li .dp2 > li:hover > a,
#header .gnb_wrap .gnb > li .dp2 > li.on > a { } 
#header .top_wrap .all_wrap a .xi { font-size:2em; } 

#header .top_wrap .all { } 
#header .top_wrap .all_btn { } 
#header .top_wrap .all_btn .in { position: relative; display: block; width: 1.6rem; height: 1.125rem; margin-left: auto; } 
#header .top_wrap .all_btn .ham,
#header .top_wrap .all_btn .ham:before,
#header .top_wrap .all_btn .ham:after { display: block; width: 100%; height: 2px; background: #fff; transition: .2s, background 0s; } 
#header .top_wrap .all_btn .ham:before,
#header .top_wrap .all_btn .ham:after { content: ""; position: absolute; right: 0; } 
#header .top_wrap .all_btn .ham { width: 100%; } 
#header .top_wrap .all_btn .ham:before { top: calc(50% - 1px); width: 100%; } 
#header .top_wrap .all_btn .ham:after { top: calc(100% - 1px); width: 100%; } 
#header .top_wrap .all_btn:hover .ham,
#header .top_wrap .all_btn:hover .ham:before { width: 100%; } 
#header .top_wrap .all_btn:hover .ham:after { width: 100%; } 

#header .top_wrap .all.on .all_btn .in { position:fixed; top:2em; right:3em; width:2.5em; height:2.5em; z-index:9999; } 
#header .top_wrap .all.on .all_btn .ham { background:transparent; transition:0s; } 
#header .top_wrap .all.on .all_btn .ham:before,
#header .top_wrap .all.on .all_btn .ham:after { width:100% !important; top:50% !important; margin-top:auto; background:#fff; } 
#header .top_wrap .all.on .all_btn .ham:before { transform:rotate(45deg); } 
#header .top_wrap .all.on .all_btn .ham:after { transform:rotate(-45deg); } 

.sub #header .top_wrap .logo > a img { filter: none; } 
.sub #header .top_wrap { color: var(--color-black-3); } 
.sub #header .top_wrap .all_btn .ham,
.sub #header .top_wrap .all_btn .ham:before,
.sub #header .top_wrap .all_btn .ham:after { background: var(--color-black-3); } 

#header.gnbOpen .top_wrap { background: #fff; color: var(--color-black-3); } 
#header.gnbOpen .gnb_wrap .gnb > li .dp2 > li > a .tt { color: rgba(0,0,0, .6); } 
#header.gnbOpen .gnb_wrap .gnb > li .dp2 > li > a:hover .tt { color: var(--color-point); } 
#header.gnbOpen .inner { color: var(--color-black-3); } 
#header.gnbOpen .top_wrap .logo > a img { filter: none; } 
#header.gnbOpen .gnb_wrap .gnb > li { height:auto; } 
/* #header.gnbOpen .gnb_wrap .gnb > li { width: 11em; } */
#header.gnbOpen .top_wrap .all_btn .ham,
#header.gnbOpen .top_wrap .all_btn .ham:before,
#header.gnbOpen .top_wrap .all_btn .ham:after { background: var(--color-black-3); } 
#header.gnbOpen:after { transform: scaleX(1); } 
#header.gnbOpen .gnb_wrap .gnb > li.act { background: #f7f7f7; } 

.scroll #header { transform: translateY(-100%); background: #fff; color: var(--color-black-3); } 
.scroll.up #header { transform: translateY(0); } 

.scroll #header .top_wrap { color: var(--color-black-3); } 
.scroll #header .top_wrap .logo > a img { filter: none; } 
.scroll #header .top_wrap .all_btn .ham,
.scroll #header .top_wrap .all_btn .ham:before,
.scroll #header .top_wrap .all_btn .ham:after { background: var(--color-black-3); } 

#header .all_wrap .all_layer { position:fixed; top:0; left:0; width:100%; height:100vh; opacity:0; visibility:hidden; overflow: hidden; z-index: 99999999; } 
#header .all_wrap .siteBg { display: block; width: 50px; height: 50px; background: #fff; border-radius: 50%; position: absolute; left: calc(95% - 20px); top: 50px; z-index: 999999; transform: translate(-50%,-50%) scale(0); transition: all 0.7s ease-in-out } 
#header .all_wrap .all_layer .sns_st { flex-wrap: wrap; width: 90%; } 
#header .all_wrap .all_layer .sns_st > li { } 
#header .all_wrap .all_layer .sns_st > li > a { width: 3rem; height: 3rem; color: #fff; background: transparent; border: 1px solid rgba(255,255,255, .515); } 
#header .all_wrap .all_layer .sns_st > li > a > .xi { opacity: 1; } 
#header .all_wrap .all_layer .sns_st > li > a:hover { color: #fff; } 
#header .all_wrap .all_layer .sns_st > li > a > img,
#header .all_wrap .all_layer .sns_st > li > a:hover > img { filter: var(--crWhitefil); opacity: 1; } 
#header .all_wrap .all_layer .sns_st > li > a:hover > * { background: transparent; } 
#header .all_wrap .all_layer .all_shape { position:fixed; bottom:-7em; right:-2vw; width:25vw; opacity:.15; } 
#header .all_wrap .all_layer .all_inner { width: 100%; min-height: 100%; overflow: hidden; position: relative; } 
#header .all_wrap .all_layer .all_inner .innerCon { position:relative; flex: 1; } 
#header .all_wrap .all_layer .all_inner .innerGuide { position: relative; display: flex; width: 21%; height: 100vh; padding: 3rem; box-sizing: border-box; opacity: 0; transition: .6s .8s ease; } 
#header .all_wrap .all_layer .all_inner .innerGuide:before { position: absolute; top: 0; left:0; width: 100%; height: 100%; background: rgba(0,0,0, .615); content: ''; } 
#header .all_wrap .all_layer .all_inner .innerGuide .logoImg { position: absolute; top: 2.5rem; left: 2.5rem; } 
#header .all_wrap .all_layer .all_inner .innerGuide .logoImg a > img { filter: var(--crWhitefil); height: 50px; object-fit: contain; } 
#header .all_wrap .all_layer .all_inner .innerGuide .guideItemWrap { position:relative; margin-top: auto; } 
#header .all_wrap .all_layer .all_inner .innerGuide .guideItemWrap .item { margin-bottom: 2.5rem; } 
#header .all_wrap .all_layer .all_inner .innerGuide .guideItemWrap .item:last-of-type { margin-bottom: 0; } 
#header .all_wrap .all_layer .all_inner .innerGuide .guideItemWrap .item .add { } 
#header .all_wrap .all_layer .all_inner .innerGuide .guideItemWrap .item .add > .tit { font-size: var(--font-size-md); font-weight: 600; color: #fff; margin-bottom: .75rem; } 
#header .all_wrap .all_layer .all_inner .innerGuide .guideItemWrap .item .add > .addtxt { font-size: var(--font-size-base); line-height: 1.4; font-weight: 400; color: rgba(255,255,255, .915); } 
#header .all_wrap .all_layer .all_inner .innerGuide .guideItemWrap .item .contact { } 
#header .all_wrap .all_layer .all_inner .innerGuide .guideItemWrap .item .contact > .mnum { font-size: var(--font-size-xl); font-weight: 800; color: #fff; margin-bottom: .5rem; } 
#header .all_wrap .all_layer .all_inner .innerGuide .guideItemWrap .item .contact > .conList { } 
#header .all_wrap .all_layer .all_inner .innerGuide .guideItemWrap .item .contact > .conList > li { font-size: var(--font-size-base); color: #fff; font-weight: 400; margin-bottom: .35rem; } 
#header .all_wrap .all_layer .all_inner .innerGuide .guideItemWrap .item .contact > .conList > li:last-of-type { margin-bottom: 0rem; } 
#header .all_wrap .all_layer .all_inner .innerGuide .guideItemWrap .item .contact > .copyright { } 
#header .all_wrap .all_layer .all_inner .innerGuide .guideItemWrap .item .copyright > .tt { font-size: var(--font-size-sm); font-weight: 400; color: rgba(255,255,255, .315); } 

#header .all_wrap .all_layer .all_inner .innerLink { position:relative; height: 80vh; align-items: center; flex: 1; padding: 4vw 8vw 5vw 8vw; box-sizing: border-box; } 
#header .all_wrap .all_layer .all_inner .innerLink .markBg { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } 
#header .all_wrap .all_layer .all_inner .innerLink .markBg > img { height: 40vh; object-fit: contain; opacity: .03; } 
#header .all_wrap .all_layer .all_inner .innerLink .title { font-size: 3.5vmin; font-weight: 700; text-align: center; color: var(--color-black-3); margin-bottom: 2rem; } 
#header .all_wrap .all_layer .all_inner .innerLink .linkContainer { width: 100%; height: 100%; overflow-y: scroll; transform: translateY(4rem); opacity: 0; transition-property: transform, opacity; transition-duration: .6s; transition-delay: 1s; transition-timing-function: ease;} 
#header .all_wrap .all_layer .all_inner .innerLink .linkContainer::-webkit-scrollbar { width: 4px; } 
#header .all_wrap .all_layer .all_inner .innerLink .linkContainer::-webkit-scrollbar-thumb { background-color: #1e292d; } 
#header .all_wrap .all_layer .all_inner .innerLink .linkContainer::-webkit-scrollbar-track { background: #fff; } 
#header .all_wrap .all_layer .all_inner .innerLink .linkContainer .gnb { flex-wrap: wrap; } 

#header .all_wrap .all_layer .all_inner .innerLink .gnb > li { position:relative; display: flex; align-items: start; padding: 2rem 0; box-sizing: border-box; border-bottom: 1px solid #e8e8e8; width: 100%; } 
#header .all_wrap .all_layer .all_inner .innerLink .gnb > li:before { position: absolute; top: -1px; left: 0; width: 10vw; height: 2px; background: var(--crBlack); content: ''; } 
#header .all_wrap .all_layer .all_inner .innerLink .gnb > li:first-of-type { border-top: 1px solid #e8e8e8; } 
#header .all_wrap .all_layer .all_inner .innerLink .gnb > li:last-of-type:after { position: absolute; bottom: -1px; left: 0; width: 10vw; height: 2px; background: var(--crBlack); content: ''; } 
#header .all_wrap .all_layer .all_inner .innerLink .gnb > li > .dp1 { min-width: 10vw; max-width: 10vw; } 
#header .all_wrap .all_layer .all_inner .innerLink .gnb > li > .dp1 > .in { } 
#header .all_wrap .all_layer .all_inner .innerLink .gnb > li > .dp1 > .in > .tt { text-align: left; font-size: var(--font-size-md); font-weight: 700; color: var(--color-black-3); } 
#header .all_wrap .all_layer .all_inner .innerLink .gnb > li .dp2 { flex-wrap: wrap; gap: 2rem; } 
#header .all_wrap .all_layer .all_inner .innerLink .gnb > li .dp2 > li { position:relative; } 
#header .all_wrap .all_layer .all_inner .innerLink .gnb > li .dp2 > li:before { position: absolute; top: 50%; transform: translateY(-50%); right: -1rem; width: 1px; height: 10px; background: #ddd; content: ''; } 
#header .all_wrap .all_layer .all_inner .innerLink .gnb > li .dp2 > li:last-of-type:before { display: none; } 
#header .all_wrap .all_layer .all_inner .innerLink .gnb > li .dp2 > li:first-of-type { } 
#header .all_wrap .all_layer .all_inner .innerLink .gnb > li .dp2 > li .in { } 
#header .all_wrap .all_layer .all_inner .innerLink .gnb > li .dp2 > li .in > .tt { font-size: var(--font-size-base); font-weight: 600; color: rgba(0,0,0, .315); transition: .3s ease; } 
#header .all_wrap .all_layer .all_inner .innerLink .gnb > li .dp2 > li .in > .tt:hover { color: var(--color-point); } 

#header .all_wrap .all_layer .all_inner .innerBg { position:relative; height: 20vh; background: var(--color-point2); transform: translateY(-4rem); opacity: 0; transition-property: transform, opacity; transition-duration: .6s; transition-delay: 1s; transition-timing-function: ease;} 
#header .all_wrap .all_layer .all_inner .innerBg .Bginner { position:relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; height: 100%; padding-left: 8svw; box-sizing: border-box; } 
#header .all_wrap .all_layer .all_inner .innerBg .Bginner > .title { position:relative; font-size: var(--font-size-lg-2); color: #fff; font-weight: 700; opacity: 0;  transform: translateX(-2rem); transition-property: transform, opacity; transition-duration: .6s; transition-delay: 1.7s; transition-timing-function: ease; opacity: 0; z-index: 99;} 
#header .all_wrap .all_layer .all_inner .innerBg .Bginner .bgLink { padding: 1.5rem 2.5rem; background: #fff; border-radius: .5rem; } 
#header .all_wrap .all_layer .all_inner .innerBg .Bginner .bgLink .title { font-size: var(--font-size-md); font-weight: 700; margin-bottom: 1rem; } 
#header .all_wrap .all_layer .all_inner .innerBg .Bginner .bgLink .txt { font-size: var(--font-size-base); line-height: 1.4; } 
#header .all_wrap .all_layer .all_inner .innerBg .Bginner .bgImg { position: absolute; right: 0; top: 0; width: 65%; height: 100%; clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%); } 
#header .all_wrap .all_layer .all_inner .innerBg .Bginner .bgImg:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0, .1); content: ''; } 
#header .all_wrap .all_layer .all_inner .innerBg .Bginner .bgImg > img { width: 100%; height: 100%; object-fit: cover; } 

#header .top_wrap .all.on .all_btn .in { width:2.5rem; height:2.5rem; z-index:999999999; } 
#header .top_wrap .all.on .all_btn .ham { background:transparent; transition:0s; } 
#header .top_wrap .all.on .all_btn .ham:before,
#header .top_wrap .all.on .all_btn .ham:after { width:100% !important; top:50% !important; margin-top:auto; background: #fff; } 
#header .top_wrap .all.on .all_btn .ham:before { transform:rotate(45deg); } 
#header .top_wrap .all.on .all_btn .ham:after { transform:rotate(-45deg); } 
#header .top_wrap .all.on .siteBg { transform: translate(-50%,-50%) scale(100) } 

.allGnbOn { overflow-y:hidden } 
.allGnbOn body { overflow-y:scroll } 
.allGnbOn #header .all_wrap .all_layer .all_inner .innerGuide { opacity: 1; } 
.allGnbOn #header .all_wrap .all_layer .all_inner .innerLink .linkContainer,
.allGnbOn #header .all_wrap .all_layer .all_inner .innerBg { opacity: 1; transform: translateY(0); } 
.allGnbOn #header .all_wrap .all_layer .all_inner .innerBg .Bginner > .title { opacity: 1; transform: translateX(0); } 


/*quick*/
#headerQ { position:fixed; right: 0; top:0; height:100vh; z-index: 9999; transform: translateX(100%); display:flex; transition: ease 0.5s } 
#headerQ .all_wrap { width:100% } 
#headerQ .all_wrap .allBtn { height:5em; background:#19388a; color:#fff; display:flex; align-items:center; justify-content:center } 
#headerQ .all_wrap .allBtn .xi { font-size:2em } 
#headerQ .mem_wrap { margin-top: 8em; } 
#headerQ .mem_wrap .logBtn { display:flex; flex-direction:column; align-items:center; gap:.5em 0; cursor: auto; } 
#headerQ .mem_wrap .logBtn .ico { color:#19388a; font-size:2em } 
#headerQ .mem_wrap .logBtn .tt { writing-mode: vertical-lr; font-weight:700; font-size:1.063em; color:#fff; word-spacing:.5em } 
#headerQ .mem_wrap .logBtn .tt .point { color:#074393 } 
#headerQ .mem_wrap .logBtn .arrow { font-size:1em; color:#074393 } 
#headerQ .goTop { margin-top:auto; margin-bottom:1em; width:3.5em; line-height:3.5em; text-align:center; background: linear-gradient(-225deg, #074393 0%, #168dd9 100%); color:#fff; box-shadow:0 0 1em rgba(0,0,0,.1); opacity:0; transform:translateY(100%); transition:.3s } 
#headerQ .goTop .xi { font-size:1.5em } 
#headerQ .quick_wrap { position:relative; background: var(--color-point); box-sizing:border-box; width: 30em; overflow:hidden; } 
#headerQ .quick_wrap:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--color-point); content: ''; opacity: .915; } 
#headerQ .quick_wrap .quick_btmImg { width: 100%; height: 12.5em; } 
#headerQ .quick_wrap .quick_btmImg > img { width: 100%; height: 100%; object-fit: cover; } 
#headerQ .quick_wrap .wrap_in { position:relative; height:100%; box-sizing:border-box; gap:2em 0; justify-content: center; } 
#headerQ .quick_wrap .wrap_in .link { padding: 0 2.5em; box-sizing: border-box; } 
#headerQ .quick_wrap .wrap_in .logoW { padding: 0 2.5em; } 
#headerQ .quick_wrap .wrap_in .logoW > img { height: 40px; object-fit: contain; filter: var(--crWhitefil); } 
#headerQ .quick_wrap .link .list { margin:-.5em } 
#headerQ .quick_wrap .link .list > li { width:33.33% } 
#headerQ .quick_wrap .link .list > li > a { display:block; margin:.5em; text-align:center; box-sizing:border-box; padding:.5em 0 } 
#headerQ .quick_wrap .link .list > li > a .ico { height:3em } 
#headerQ .quick_wrap .link .list > li > a .ico img { height:100% } 
#headerQ .quick_wrap .link .list > li > a .t1 { display:block; font-size:1.063em; margin-top:1em } 
#headerQ .quick_wrap .link .guide_top { border-bottom: 1px solid rgba(255,255,255, .5); padding-bottom: 1.5em; } 
#headerQ .quick_wrap .link .guide_top .t1 { font-size: 1.2em; font-weight: 500; margin-bottom: .5em; } 
#headerQ .quick_wrap .link .guide_top .t2 { margin-bottom: .5em; font-weight: 600; font-size: 2.45em; } 
#headerQ .quick_wrap .link .guide_top .t3 { font-size: 17px; font-weight: 500; line-height: 1.6; color: rgba(255,255,255, .8); word-break: keep-all; } 
#headerQ .quick_wrap .link .guide_mid { padding-top: 1.5em; box-sizing: border-box; } 
#headerQ .quick_wrap .link .guide_mid .g_agree { margin-top: 1.5em; } 
#headerQ .quick_wrap .link .guide_mid .g_agree > li { margin-bottom: .5em; flex-wrap: nowrap; gap: 1em; align-items: center; } 
#headerQ .quick_wrap .link .guide_mid .g_agree > li > label { position:relative; font-size: 16px; } 
#headerQ .quick_wrap .link .guide_mid .g_agree > li > label > span { font-size: .915em; margin-left: 5px; } 
#headerQ .quick_wrap .link .guide_mid .g_agree > li > a { font-size: 16px; } 
#headerQ .quick_wrap .link .guide_mid .g_agree > li:last-of-type { margin-bottom: 0em; } 
#headerQ .quick_wrap .link .guide_mid .g_agree > li:first-of-type { margin-bottom: 1em; } 
#headerQ .quick_wrap .link .guide_mid .g_agree > li > a > p { color: #fff; font-size: .915em; text-decoration: underline; } 
#headerQ .quick_wrap .link .guide_mid .g_agree .label_st input:checked ~ span { color: #fff; } 
#headerQ .quick_wrap .link .guide_mid .g_agree .label_st input:checked ~ .xi:before { color: #fff; } 
#headerQ .quick_wrap .link .guide_mid .g_tell { position:relative; text-align: center; margin-top: 1em; } 
#headerQ .quick_wrap .link .guide_mid .g_tell > p { position:relative; font-size: 2.85em; font-weight: 600; } 
#headerQ .quick_wrap .link .guide_mid .g_tell > p > i { font-size: .85em; margin-right: .35em; } 
#headerQ .quick_wrap .link .guide_mid .g_info { } 
#headerQ .quick_wrap .link .guide_mid .g_info > .item { margin-bottom: .5em; } 
#headerQ .quick_wrap .link .guide_mid .g_info > .item:last-of-type { margin-bottom: 0; } 
#headerQ .quick_wrap .pop { margin-top:auto } 
#headerQ .quick_wrap .pop .control { margin-top:.5em } 
#headerQ .quick_wrap .main_tit { margin-bottom:1em } 
#headerQ .quickBtn { position: absolute; left: 0; top: 35%; gap: 2rem; transform: translate(-3.6em,-50%); background: var(--color-point); display: flex; align-items: center; justify-content: center; padding: 2em 0; box-sizing: border-box; writing-mode: vertical-lr; width: 3.6rem; border-top-left-radius: .5rem; border-bottom-left-radius: .5rem; box-shadow: -8px 0 18px rgba(0,0,0, .15); } 
#headerQ .quickBtn > p { font-weight: 600; color: #fff; letter-spacing: 3px; } 
#headerQ .quickBtn > i { color: rgba(255,255,255, .6); font-weight: 500; } 
#headerQ .quickBtn .ico { transition:.3s } 
#headerQ .quickBtn .ico:before { content:"\e93e" } 
#headerQ.on { transform: translateX(0); box-shadow:none } 
#headerQ.on .quickBtn .ico { transform:rotate(180deg) } 

/* all_layer v2 - e */
.allGnbOn { overflow-y:hidden } 
.allGnbOn #header .all_wrap .all_layer { transform:translateY(0); opacity:1; visibility:visible; } 
.allGnbOn #header .all_wrap .all_layer .all_inner { opacity:1; transition-delay:.4s; } 

/*quick*/
#quick_new { position:fixed; z-index:100; bottom:1rem; right:1vw; text-align:right; transform:translateY(4.25em); transition: transform .4s;}
.scroll #quick_new { transform:translateY(0); }  
#quick_new .quick_wrap { position:relative; display: inline-flex; width:3.25em; height:3.25em; box-sizing:border-box; transition:width .3s; /* overflow:hidden; */ } 
#quick_new .quick_wrap > .in { position:relative; white-space:nowrap; overflow:hidden; } 
#quick_new > li:not(:first-child) { margin-top:.5em; } 
#quick_new > li .quick_wrap:before { content:''; position:absolute; top:0; right:0; width:100%; height:100%; border-radius:50%; } 
#quick_new > li .quick_wrap .quick_icon { text-align:center; font-size: 1.4em; } 
#quick_new > li .quick_wrap .quick_icon.st2 { width:45%; } 
#quick_new > li .quick_wrap .quick_tt { font-size:1.063em; font-weight:600; width:0; opacity:0; overflow:hidden; } 
#quick_new > li .quick_wrap:not(.goTop):hover { width:100%; padding:0 1.75em 0 1.25em; } 
#quick_new > li .quick_wrap:hover:before { border-radius:10em; } 
#quick_new > li .quick_wrap:hover .quick_tt { flex:1; width:100%; opacity:1; padding-left:.75em; } 
#quick_new > li .quick_wrap:hover .quick_icon.st2 { width:20%; } 
#quick_new.top { bottom: 320px; padding-bottom: .5em; border-bottom: 1px solid #eee; } 

#quick_new > li .as_btn { color: #fff; } 
#quick_new > li .as_btn:before { background: var(--color-point); box-shadow: 6px 0 18px rgba(0,0,0, .215); } 
#quick_new > li .join_btn { color: #000; } 
#quick_new > li .join_btn:before { background: #eee; } 
#quick_new > li .kakao_btn { color:#3b1e1e; } 
#quick_new > li .kakao_btn:before { background:#fbe300; } 
#quick_new > li .insta_btn { color: #fff; } 
#quick_new > li .insta_btn:before { background: radial-gradient( circle at 30% 30%, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5); } 
#quick_new > li .call_btn { color: var(--color-point); } 
#quick_new > li .call_btn:before { background: #f1f1f1; } 
#quick_new > li .youtube_btn { color:#fff; } 
#quick_new > li .youtube_btn:before { background: #ff0033; } 
#quick_new > li .naver_btn { color:#fff; } 
#quick_new > li .naver_btn:before { background:#00c63b; border:1px solid #00c63b; } 
#quick_new > li .goTop { color:#fff; padding:0 !important } 
#quick_new > li .goTop:before { background:#aaa; border:1px solid transparent; } 


/* footer */
#footer { background:#0a1827; padding-top: 3.5rem; } 
#footer .footerWrapper { } 
#footer .footerWrapper .footerTop { display: flex; gap: 2rem; } 
#footer .footerWrapper .footerTop .leftInfo { width: 40%; } 
#footer .footerWrapper .footerTop .leftInfo > .logoCon { margin-bottom: 4rem; } 
#footer .footerWrapper .footerTop .leftInfo > .logoCon > img { height: 40px; object-fit: contain; filter: var(--crWhitefil); } 
#footer .footerWrapper .footerTop .leftInfo > .info { display: flex; gap: .5em; flex-wrap: wrap; } 
#footer .footerWrapper .footerTop .leftInfo > .info > li { position: relative; font-size: var(--font-size-sm); color: rgba(255,255,255, .6); } 
#footer .footerWrapper .footerTop .leftInfo > .info > li.br { flex: 1 1 100%; } 
#footer .footerWrapper .footerTop .rightInfo { width: 60%; display: flex; flex-direction: column; gap: 1.5rem; align-items: end; } 
#footer .footerWrapper .footerTop .rightInfo > .gnb { display: flex; gap: 4em; } 
#footer .footerWrapper .footerTop .rightInfo > .gnb > li { } 
#footer .footerWrapper .footerTop .rightInfo > .gnb > li > a.layer { display: none; } 
#footer .footerWrapper .footerTop .rightInfo > .gnb > li > a { margin-bottom: 1em; font-size: .938em; opacity: .8; font-weight: 600; text-align: left !important; } 
#footer .footerWrapper .footerTop .rightInfo > .gnb .dp2 { display: flex; flex-direction: column; gap: .5em; } 
#footer .footerWrapper .footerTop .rightInfo > .gnb .dp2 > li { } 
#footer .footerWrapper .footerTop .rightInfo > .gnb .dp2 > li > a { font-size: 1em; font-weight: 400; } 
#footer .footerWrapper .footerBtm { padding: 1.5rem 0; margin-top: 1.5rem; border-top: 1px solid rgba(255,255,255, .1); } 
#footer .footerWrapper .footerBtm .copyright { } 
#footer .footerWrapper .footerBtm .copyright > .tt { font-size: var(--font-size-xs); color: #fff; opacity: .6; font-weight: 400; text-transform: uppercase; } 

#footer .menu { } 
#footer .menu > li > .in { color: #fff; } 
#footer .menu > li:not(:last-child) > .in:after { content:""; margin:0 1.25em; width: 4px; height: 4px; border-radius: 50%; background:#fff; opacity:.3; } 
#footer .menu > li > .in .tt { font-size:1.000em; } 
#footer .menu > li > .in.point { font-weight:600; } 
#footer .menu > li > .in:hover { text-decoration:underline; } 

#footer .iconLink { display: flex; gap: .5rem; margin-right: 3px;} 
#footer .iconLink .iconItem { display: flex; align-items: center; justify-content: center; height: 7.5rem; padding: 0 1.315rem; box-sizing: border-box; transition: .3s ease; border: 1px solid rgba(255,255,255, .4); border-radius: 5px; } 
#footer .iconLink .iconItem > .in { } 
#footer .iconLink .iconItem > .in > .ico { text-align: center; } 
#footer .iconLink .iconItem > .in > .ico > img { height: 30px; filter: var(--crWhitefil); opacity: .4; object-fit: contain; transition: .3s ease; } 
#footer .iconLink .iconItem > .in > .tt { font-size: var(--font-size-sm); font-weight: 500; margin-top: .5rem; opacity: .4; color: #fff; transition: .3s ease; } 

#footer .iconLink .iconItem:hover { border: 1px solid #fff; } 
#footer .iconLink .iconItem:hover > .in > .tt,
#footer .iconLink .iconItem:hover > .in > .ico > img { opacity: 1; } 

#footer .site_wrap { position:relative; z-index:1; border-radius: 3px; z-index: 99; } 
#footer .site_wrap .btn { display:block; padding: 1rem; background: #fff; font-size: 1.063em; padding-right:3em; width: 9rem; position:relative; border-left: 1px solid rgba(255,255,255, .215); border-right: 1px solid rgba(255,255,255, .215); } 
#footer .site_wrap .btn .xi { position:absolute; right:.5em; width:2.5em; text-align:center; top:50%; line-height:1em; margin-top:-.5em; transition:.3s; font-size:1em } 
#footer .site_wrap .btn .tt { font-weight:600; font-size:.965em; } 
#footer .site_wrap .siteBtn { font-weight:500; border-radius: 3px; } 
#footer .site_wrap .list { position:absolute; bottom:110%; border-radius: 3px; overflow: hidden; width:100%; transition:.3s; opacity:0; visibility:hidden } 
#footer .site_wrap .list .btn { overflow:hidden; border-bottom: none; } 
#footer .site_wrap .list .btn .xi { right:-2em } 
#footer .site_wrap .list .btn .xi:before { transform:scale(.75) } 
#footer .site_wrap .list .btn:hover { background: var(--color-black-3); color: #fff; } 
#footer .site_wrap .list .btn:hover .xi { right:0 } 

#footer .site_wrap.on .list { opacity:1; visibility:visible } 

/*contents*/
.main #contents {overflow: hidden;}
#contents .doc { padding: 2.5rem 0 10rem 0 } 
.pageT #contents .doc { padding: 5rem 0 10rem 0; } 
#contents .doc.pb0{ padding-bottom: 0rem;}
#contents .doc.pt0{ padding-top: 0rem;}
#contents .doc.pN{ padding: 0rem;}
#contents .sub_top_wrap { height:55vh; position:relative; width: 94%; margin: 0 auto; padding-top: 9rem; transition: 1s ease; } 
#contents .sub_top_wrap .wrapBg { position:relative; width:100%; height:100%; background-color:#f1f1f1; overflow:hidden } 
#contents .sub_top_wrap .wrapBg .bg { height:100%;} 
#contents .sub_top_wrap .wrapBg:after { content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:#000; opacity:.315; } 
#contents .sub_top_wrap .subTit { position: absolute; top: 60%; transform: translateY(-50%); left: 0; width: 100%; } 
#contents .sub_top_wrap .subTit .t1 { font-size:7.215vmin; line-height: 1; font-weight:500; color: #fff; opacity: 0; letter-spacing: .515rem; } 
#contents .sub_top_wrap .subTit .t2 { font-size: var(--font-size-md); font-weight: 400; margin-top: 1.5rem; color: rgba(255,255,255, .915); opacity: 0; letter-spacing: .165rem; } 
.load #contents .sub_top_wrap .subTit .t2 { letter-spacing: 0; opacity: 1; transition: 1.4s .4s ease; } 
.load #contents .sub_top_wrap .subTit .t1 { letter-spacing: -2px; opacity: 1; transition: 1.8s .4s ease; } 
#contents .sub_top_wrap .subTab { width: 100%; flex: 1; } 
#contents .sub_top_wrap .subTab .gnb { } 
#contents .sub_top_wrap .subTab .gnb > li { } 
#contents .sub_top_wrap .subTab .gnb > li.on { display: flex; } 
#contents .sub_top_wrap .subTab .gnb > li > .dp2 { display:inline-flex; flex-wrap:wrap; width: 100%; } 
#contents .sub_top_wrap .subTab .gnb > li > .dp2 > li { position:relative; flex:1; min-width:0; max-width: 10vw; } 
#contents .sub_top_wrap .subTab .gnb > li > .dp2 > li:before { position: absolute; top: 0; left: 0; height: 2px; width: 100%; transform: scaleX(0); background: #fff; opacity: 0; visibility: hidden; transition: .5s ease; content: ''; } 
#contents .sub_top_wrap .subTab .gnb > li > .dp2 > li > a { height:5.25rem; display:flex; align-items:center; justify-content:center; color:#fff; box-sizing:border-box; position:relative } 
#contents .sub_top_wrap .subTab .gnb > li > .dp2 > li > a:before { content:""; position:absolute; right:0; top:50%; height:30%; transform:translateY(-50%); background:#fff; width:1px; opacity:.2; display: none; } 
#contents .sub_top_wrap .subTab .gnb > li > .dp2 > li > a .in { display:flex; align-items:center; line-height:1.1; position:relative; transition:.3s ease; word-break:keep-all; text-align:center } 
#contents .sub_top_wrap .subTab .gnb > li > .dp2 > li > a .in .tt { font-weight:700; font-size: var(--font-size-base); color: rgba(255,255,255, .715); transition: .3s ease; } 

#contents .sub_top_wrap .subTab .gnb > li > .dp2 > li:hover:before,
#contents .sub_top_wrap .subTab .gnb > li > .dp2 > li.on:before { opacity: 1; visibility: visible; transform: scaleX(1); } 
#contents .sub_top_wrap .subTab .gnb > li > .dp2 > li:hover a .in .tt,
#contents .sub_top_wrap .subTab .gnb > li > .dp2 > li.on a .in .tt { color: #fff; } 

#contents .sub_page_menu { position: absolute; left: 0; bottom: 0; width: 100%; border-top: 1px solid rgba(255,255,255, .215); } 
#contents .sub_page_menu .menu_wrap { max-width:100%; } 
#contents .sub_page_menu .menu_wrap .inner { display: flex; align-items: center; } 
#contents .sub_page_menu .gnb { display:block; width: 100%; } 
#contents .sub_page_menu .gnb > li { } 
#contents .sub_page_menu .wrapH { height: 5.25rem; color:#fff; } 
#contents .sub_page_menu .home { position:relative; } 
#contents .sub_page_menu .home .in { display: flex; align-items: center; justify-content: center; transition:.2s; } 
#contents .sub_page_menu .home .in > img { height: 28px; object-fit: contain; filter: var(--crWhitefil); } 
#contents .sub_page_menu .home .in .xi { font-size:1.375rem; } 
#contents .sub_page_menu .drop_menu { position:relative; } 
#contents .sub_page_menu .drop_menu .drop_tit { gap:0 2rem; padding:0 1.25rem 0 2rem; min-width:10rem; transition:.2s; } 
#contents .sub_page_menu .drop_menu .drop_tit .tt { font-size: var(--font-size-base); font-weight: 700; } 
#contents .sub_page_menu .drop_menu .drop_tit .arrow { transition:.2s; } 
#contents .sub_page_menu .drop_menu .drop_tit .arrow:before { content:"\e942"; } 
#contents .sub_page_menu .drop_menu ul { display:block; } 
#contents .sub_page_menu .drop_menu .gnb { position:absolute; top:100%; left:0; padding:1.5rem 1.75rem; width:100%; background:var(--color-point); color:#fff; display:none; } 
#contents .sub_page_menu .drop_menu .gnb a.flex { display:block; text-align:left !important; } 
#contents .sub_page_menu .drop_menu .gnb li > a { padding:.625em 0; font-weight:300; transition:.2s; } 
#contents .sub_page_menu .drop_menu .gnb li > a .tt { font-size: var(--font-size-sm); font-weight: 500; } 
#contents .sub_page_menu .drop_menu .gnb li.act > a,
#contents .sub_page_menu .drop_menu .gnb li.on > a { color:var(--color-point3); } 
#contents .sub_page_menu .drop_menu .gnb li.on > a { font-weight:600; } 
#contents .sub_page_menu .home:hover,
#contents .sub_page_menu .drop_menu:hover,
#contents .sub_page_menu .drop_menu.on { z-index:2; } 
#contents .sub_page_menu .drop_menu.on .drop_tit { } 
#contents .sub_page_menu .drop_menu.on .drop_tit .arrow { transform:rotate(-180deg); } 
#contents .sub_page_menu .drop_menu.on .gnb { display:block; } 

#contents .sub_page_menu .menu .gnb { position:relative; } 
#contents .sub_page_menu .menu .gnb:before { content:""; position:absolute; left:0; top:50%; width:1px; height:1.25rem; background:#fff; opacity:.2; transform:translateY(-50%); } 
#contents .sub_page_menu .menu .gnb .dp2 { } 
#contents .sub_page_menu .menu .gnb .dp2 > li { } 
#contents .sub_page_menu .menu .gnb .dp2 > li > a { position:relative; padding:1rem 3.5rem; min-width:14rem; color:rgba(255,255,255,.6); border-color:rgba(255,255,255,.3); } 
#contents .sub_page_menu .menu .gnb .dp2 > li > a .tt { font-size: var(--font-size-md); font-weight:600; } 
#contents .sub_page_menu .menu .gnb .dp2 > li > a .in { position:relative; padding:0 .5rem; } 
#contents .sub_page_menu .menu .gnb .dp2 > li > a:after { content:""; position:absolute; left:0; bottom:-3px; width:100%; height:3px; background:var(--color-point3); transform:scaleX(0); transition:transform .3s; } 
#contents .sub_page_menu .menu .gnb .dp2 > li.act > a,
#contents .sub_page_menu .menu .gnb .dp2 > li.on > a { color:#fff; } 
#contents .sub_page_menu .menu .gnb .dp2 > li.act > a:after,
#contents .sub_page_menu .menu .gnb .dp2 > li.on > a:after { transform:scaleX(1); } 
#contents .sub_page_menu .menu .gnb .dp3 { display:none; } 

#contents .sub_top_wrap .wrapBg .bg { transform: scale(1.1); background-position-y: 50%; transition:4s ease; } 
#contents .sub_top_wrap.on .wrapBg .bg { transform: scale(1) } 

#contents .nav { align-items: center; margin-bottom: 1.5rem; display: flex; opacity: 0; transition: 1s ease; transform: translateX(2rem); } 
.load #contents .nav { opacity: 1; transform: translateX(0); } 
#contents .nav > li { position:relative; padding:0 1em; color:#fff; } 
#contents .nav > li:before { position:absolute; left:0; top:50%; transform:translateY(-50%); width: 4px; height: 4px; background: #fff; border-radius: 50%; content: ''; } 
#contents .nav > li:first-child:before { display:none; } 
#contents .nav > li { color:#fff; font-weight:600; } 
#contents .nav > li > * { display:block; } 
#contents .nav > li.home { padding-left: 0; } 
#contents .nav > li.home .xi { font-size:1.125rem; } 
#contents .nav > li .tt { font-size: var(--font-size-base); } 

#contents .subpageTit { padding-top: 3rem; } 
#contents .subpageTit .sub_tit { font-size: var(--font-size-xxl); text-align: center; font-weight: 700; color: var(--color-point); } 

.scroll #contents .sub_top_wrap { width: 100%; } 

.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 }

/**/

.vod_wrap { position:relative; } 
.vod_wrap .vod { position:absolute; left:0; top:0; width:100%; height:100%; object-fit:cover; z-index: 1; } 
.vod_wrap .layer { position:absolute; left:0; top:0; width:100%; height:100%; background:#000; opacity:0 } 

.visualSlide .swiper-slide { position: relative; overflow:hidden; height:100vh; background:#fff } 
.visualSlide .swiper-slide .bg { position:absolute; left:0; top:0; width:100%; height:100%; transform:scale(1.2); opacity: 0; } 
.visualSlide .swiper-slide.el:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0, .45); content: ''; z-index: 2; } 
.visualSlide .swiper-slide .vod_wrap { position:relative; height:100% } 

.visualSlide .swiper-slide.swiper-slide-active .vod_wrap:after,
.visualSlide .swiper-slide.swiper-slide-duplicate-active .vod_wrap:after { transition:2s; opacity:.1 } 
.visualSlide .swiper-slide.swiper-slide-active .bg,
.visualSlide .swiper-slide.swiper-slide-duplicate-active .bg { transition:3s ease; transform:scale(1) rotate(.001deg); opacity: 1; } 
.visualSlideSlogan_wrap { position:absolute; left:0; width:100%; bottom:15vmin; box-sizing:border-box; z-index:10; color:#fff } 
.visualSlideSlogan_wrap .wrapF { display:flex; align-items:center; gap:4vmin } 
.intro .visualSlideSlogan_wrap { opacity:0 } 

.visualSlide_wrap .slogan_wrap { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; z-index: 4; } 
.visualSlide_wrap .slogan { position:relative; color: #fff; } 
.visualSlide_wrap .slogan .wrapIn { display:flex; flex-direction:column; align-items:center; text-align:center; justify-content:center; height:100%; gap:3vmin } 
.visualSlide_wrap .slogan .t1 { font-size: var(--font-size-xxxxl); letter-spacing: 0; line-height: var(--line-height-tight); overflow: hidden; opacity: 0; transform: translateX(4rem); transition: 1s ease; } 
.visualSlide_wrap .slogan .t2 { font-size: var(--font-size-md); color: rgba(255,255,255, .6); opacity: 0; transform: translateX(4rem); transition: 1s ease .3s; } 
.visualSlide_wrap .slogan .t3 { font-size: var(--font-size-xl); margin-bottom: .5rem; font-weight: 300; line-height: 1.4; opacity: 0; transform: translateX(4rem); transition: 1s ease; } 
.visualSlide_wrap .slogan .t4 { font-size: var(--font-size-base); font-weight: 400; line-height: 1.6; margin: 2.5rem 0; color: rgba(255,255,255, .8); opacity: 0; transform: translateX(4rem); transition: 1s ease .3s; } 

.visualSlide_wrap .slogan .mainRoundBtn { opacity: 0; transform: translateX(4rem); transition: 1s ease .6s; } 
.load .visualSlide_wrap .slogan .mainRoundBtn,
.load .visualSlide_wrap .slogan .t2,
.load .visualSlide_wrap .slogan .t4,
.load .visualSlide_wrap .slogan .t3,
.load .visualSlide_wrap .slogan .t1 { opacity: 1; transform: translateX(0); } 
.visualSlide_wrap .keyword { display:flex; align-items:center; gap:1em; margin-top:2em } 
.visualSlide_wrap .keyword > li { transform:translateY(100%); opacity:0 } 
.visualSlide_wrap .keyword > li > a { display:flex; align-items:center; height:3em; border:1px solid rgba(255,255,255,.5); border-radius:2em; padding:0 2em; color:#fff; transition:.3s } 
.visualSlide_wrap .keyword > li > a .tt { font-weight:700; font-size:1.25em; display:flex; align-items:center; gap:.25em } 
.visualSlide_wrap .keyword > li > a .tt:before { /* content:"#"; font-style:italic */ } 
.visualSlide_wrap .keyword > li > a .tt:after { content:"\e907"; font-family:xeicon; position:absolute; right:0; top:50%; transform:translateY(-50%); font-weight:normal; font-size:.75em; opacity:0; transition:.3s } 
.visualSlide_wrap .keyword > li > a:hover { background:var(--color-point); border-color:transparent; padding-left:1.5em; padding-right:2.5em } 
.visualSlide_wrap .keyword > li > a:hover .tt:after { opacity:1; right:1em } 
.visualSlide_wrap .swiper-slide-active .keyword > li { transform:translateY(0); opacity:1; transition:.5s } 
.visualSlide_wrap .swiper-slide-active .keyword > li:nth-child(1) { transition-delay:1s } 
.visualSlide_wrap .swiper-slide-active .keyword > li:nth-child(2) { transition-delay:1.3s } 
.visualSlide_wrap .swiper-slide-active .keyword > li:nth-child(3) { transition-delay:1.6s } 
.visualSlide_wrap .swiper-slide-active .keyword > li:nth-child(4) { transition-delay:1.9s } 
.visualSlide_wrap .swiper-slide-active .keyword > li:nth-child(5) { transition-delay:2.2s } 

.visualSlide_wrap > .swiperPauseWrap.wide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; } 
.visualSlide_wrap > .swiperPauseWrap.wide .swiperBtn { width: 100%; height: 100%; background: transparent; } 
.visualSlide_wrap > .swiperPauseWrap.wide .swiperBtn:before { display: none !important; } 


.visualBtmContainer { position:absolute; left:50%; transform: translateX(-50%); bottom:4em; z-index:10; } 
.visualBtmContainer .img_Wrap { position: relative; z-index: 99; } 
.visualBtmContainer .img_Wrap .imgCon { position:relative; width: 20em; height: 12.5em; border-radius: 1em; overflow: hidden; } 
.visualBtmContainer .img_Wrap .imgCon:after { content: "\ea40"; font-family: xeicon; font-size: 3.00em; color: #fff; display: flex; align-items: center; justify-content: center; text-align: center; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .1); } 
.visualBtmContainer .img_Wrap .imgCon > img { width: 100%; height: 100%; object-fit: cover; } 

#scrollAni { position: absolute; left: 50%; width: 7em; margin-left: -3em; text-align: center; bottom: 2em; opacity: 1; z-index: 100; text-decoration: none; /* animation-name: downAni; animation-duration: 3s; animation-iteration-count: infinite */ } 
#scrollAni .mouseImg { } 
#scrollAni .mouseImg > img { filter: var(--crWhitefil); height: 30px; object-fit: contain; } 
#scrollAni .xi { vertical-align: middle } 
#scrollAni .xi-mouse { font-size: 3em; color: #fff; margin-right: -7px } 
#scrollAni .xi-scroll { font-size: 2em; color: #fff; margin-left: -7px } 
#scrollAni .tt { display: block; color: #fff; font-size: .815em; letter-spacing: 0; text-transform: uppercase; margin-bottom: .5em; } 
#scrollAni.hide { opacity: 0; z-index: -1 } 

@keyframes downAni { 60% { margin-bottom: 0 } 
80% { margin-bottom: -.5em } 
100% { margin-bottom: 0 } 
 }

.roundG { position: absolute; left: 12%; top: 0; width: 40%; padding-bottom: 40%; border-radius: 50%; background: linear-gradient(0deg, #fff 0%, #170f45 33.33%, #fff 100%); opacity: .2; filter: blur(10px); animation-name: mainServiceAni2; animation-duration: 13s; animation-iteration-count: infinite; animation-direction: alternate; z-index: -1; } 
.roundR { position: absolute; right: 12%; top: 35%; width: 40%; padding-bottom: 40%; border-radius: 50%; background: linear-gradient(0deg, #fff 0%, #ffbb00 33.33%, #fff 100%); animation-name: mainServiceAni3; animation-duration: 13s; animation-iteration-count: infinite; animation-direction: alternate; filter: blur(10px); opacity: .2; z-index: -2; } 
@keyframes mainServiceAni { 
 0% { transform: rotate(0) translate(0, 0) scale(1) } 
 100% { transform: rotate(360deg) translate(20%, 5%) scale(1.2, 1); } 
 }
@keyframes mainServiceAni2 { 
 0% { transform: rotate(0) translate(0, 0) scale(1) } 
 100% { transform: rotate(360deg) translate(10%, 5%) scale(1.2, 1); } 
 }
@keyframes mainServiceAni3 { 
 0% { transform: rotate(0) translate(0, 0) scale(1) } 
 100% { transform: rotate(-360deg) translate(10%, 5%) scale(1.2, 1); } 
 }
.main_tit { position:relative; color: var(--color-point2); margin-bottom: 3.5rem; } 
.main_tit.mb0 { margin-bottom: 0; } 
.main_tit .t1 { font-size: var(--font-size-xxl); line-height: var(--line-height-tight); font-weight: 700; } 
.main_tit .t1.ffSerif { font-weight: 500; } 
.main_tit .t2 { position:relative; font-size: var(--font-size-sm); text-transform: uppercase; font-weight: 600; margin-bottom: 1rem; letter-spacing: 1px; } 
.main_tit .t3 { font-size: 2.315em; font-weight: 600; } 
.main_tit .t4 { font-size: var(--font-size-base); font-weight: 500; line-height: var(--line-height-loose); margin-top: 1em; color: var(--color-black-7); } 
.main_tit .t5 { font-size: var(--font-size-md); font-weight: 600; } 
.main_tit .t6 { font-size: var(--font-size-sm); line-height: var(--line-height-loose); font-weight: 500; } 

.main_box { padding: 7rem 0; } 
.main_box > .bgImg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } 
.main_box > .bgImg.bg1:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--color-point); opacity: .6; content: ''; z-index: 1; } 
.main_box > .bgImg > img { width: 100%; height: 100%; object-fit: cover; } 
.main_box > .Allcontainer { position: relative; z-index: 2; } 

/*main_btn*/
.AniBtn { color: var(--color-point); position:relative; overflow: hidden; text-align:center; display: flex; gap: .75em; align-items: center; justify-content: center; padding: 0 1.75em; height: 3.24em; background: transparent; border: 1px solid transparent; font-weight: 500; color:#fff; border-radius: 100px; transition: .3s; } 
.AniBtn .AniBg { position: absolute; top: 50%; left: 50%; display: block; width: 0; height: 0; border-radius: 50%; background-color: var(--btn-color); transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1), height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease-in-out; transform: translate(-50%, -50%); z-index: 1; } 
.AniBtn .xi,
.AniBtn .tt { position: relative; z-index: 2; } 
.AniBtn.hc1 { --btn-color: var(--color-point); } 
.AniBtn.hc2 { --btn-color: var(--color-point); } 
.AniBtn.hc3.AniBtn { --btn-color: #fff; } 
.AniBtn:hover .AniBg { color: var(--color-point); } 
.AniBtn:hover .AniBg { width: 300px; height: 300px; opacity: 1; } 
.AniBtn.white { border: 1px solid #fff; color: #fff; } 
.AniBtn.hc1:hover { border: 1px solid var(--color-point); } 
.AniBtn.hc2 { border: 1px solid var(--color-point); color: var(--color-point); } 
.AniBtn.hc2:hover { color: #fff; } 
.AniBtn.hc3:hover { color: var(--color-point); } 

.AniBtn.c1 { background: var(--color-point); } 
.AniBtn.c2 { background: var(--color-black-3); } 
.main_more { display: inline-block; cursor: pointer; } 
.main_more.if { display: inline-flex; } 
.main_more.if.ac{ width: 100%; justify-content: center;}
.main_more.pd1 { padding-top:2.5em; } 
.main_more.pd2 { padding-top:4em; } 

.main_more { display: inline-block; cursor: pointer; } 
.main_more.pd1 { padding-top:2.5em; } 
.main_more.pd2 { padding-top:4em; } 

.descWrap { } 
.descWrap > li { font-size: 18px; font-weight: 500; line-height: 1.8; margin-top: 1em; } 
.descWrap > li:first-of-type { margin-top: 0; } 
.descWrap.s1 > li { font-size: 17px; } 
.descWrap.m1 > li { margin-top: .5em; } 

.subTitTop { margin-bottom: 2em; } 

/**/
.mainRoundBtn { } 
.mainRoundBtn .btnInner { display: inline-flex; align-items: center; gap: 1.25em; } 
.mainRoundBtn .btnInner .roundIcon { display: flex; align-items: center; justify-content: center; width: 3.5rem; height: 3.5rem; border-radius: 50%; border: 1px solid transparent; background: transparent; transition: .3s ease; } 
.mainRoundBtn .btnInner .roundIcon > .xi { font-size: 1em; } 
.mainRoundBtn .btnInner > .tt { font-size: var(--font-size-sm); font-weight: 600; } 
.mainRoundBtn .btnInner:hover > .tt { text-decoration: underline; } 

.mainRoundBtn .btnInner.wh .roundIcon { border: 1px solid #fff; } 
.mainRoundBtn .btnInner.wh:hover .roundIcon { background: var(--color-point); border: 1px solid var(--color-point); } 

.mainRoundBtn.s1 .btnInner .roundIcon { width: 3rem; height: 3rem; } 

/*flex box*/
.flex_box { } 
.flex_box.s1 { margin: 0 0 -1em -1em; } 
.flex_box.s1.hf { margin: 0 0 -.5em -.5em; } 
.flex_box.s2 { margin: 0 0 -2em -2em; } 
.flex_box.s3 { } 
.flex_box.s4 { } 
.flex_box.s5 { } 

.flex_box .fst1 > li { flex: 1 1 100%; max-width: 100%; } 
.flex_box .fst1 > li > .in { margin: 0 0 1em 1em; } 
.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; } 
.flex_box .fst5 > li { flex: 1 1 20%; max-width: 20%; } 
.flex_box .fst5 > li > .in { margin: 0 0 1em 1em; } 
.flex_box .fst8 > li { flex: 1 1 12.5%; max-width: 12.5%; } 
.flex_box .fst8 > li > .in { margin: 0 0 1em 1em; } 

.flex_box li > a { display: block; } 
.flex_box li > .in.st1 { margin: 0; } 

.backFil { overflow: hidden; } 
.backFil:after { content: ""; display: block; background: #fff; position: absolute; top: 0; left: auto; width: 101%; height: 101%; transition: width 1.2s cubic-bezier(.165,.84,.44,1); transform-origin: left center; z-index: 99; } 
.backFil.on:after { width: 0%; } 
.backFil img { transform: scale(1.5); transition: transform 1.2s cubic-bezier(.165,.84,.44,1); } 
.backFil.on img { transform: scale(1); } 
/**main**/


/**sub**/

/*all*/
.pageWrapper { } 
.pageWrapper .page_con { padding: 6rem 0; } 
.pageWrapper .page_con:first-of-type { padding-top: 0; } 
.pageWrapper .page_con.pN { padding: 0; } 
.pageWrapper .page_con.pt { padding-top: 0; } 
.pageWrapper .page_con.pb { padding-bottom: 0;}

.wideImg { position: relative; width: 100%; overflow: hidden; background: #111; clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0); } 
.wideImg .bg { position:absolute; top:0; left:0; width:100%; height:130%; transform: scale(1); } 
.wideImg .bg > img { width: 100%; height: 120%; object-fit: cover; } 

.wideImg.h1{ height: 36vh;}

.page_tit { position:relative; margin:0 0 2rem 0 } 
.main .page_tit { margin:0 0 2.5rem 0 } 
.page_tit.c_white .t1,
.page_tit.c_white { color: #fff !important; } 
.page_tit.m0 { margin-bottom:0; } 
.page_tit.m1 { margin-bottom:2em; } 
.page_tit.m2 { margin-bottom: 1em; } 
.page_tit .tt { } 
.page_tit .tt * { vertical-align:baseline; } 
.page_tit .tt .info-tt { color: #888; font-size: 0.875rem; margin-top: 5px; } 
.page_tit .t1 { font-size: var(--font-size-xxxl); font-weight: 500; line-height: 1.3; } 
.page_tit .t2 { margin:.75em 0; color:#666; font-size:1.063em } 
.page_tit .t2:first-child { margin-top:0; } 
.page_tit .t3 { font-weight:400; font-size: var(--font-size-xl); margin-bottom: .35em; } 
.page_tit .t4 { font-weight:600; font-size: var(--font-size-lg-2); line-height: 1.3; } 
.sub .page_tit .t4 { color: var(--color-point); font-weight: 700; } 
.page_tit .t5 { font-weight:600; font-size: 15px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 1em; } 
.page_tit .t6 { font-weight:500; font-size: var(--font-size-sm); } 
.page_tit .t7 { font-weight:500; font-size: var(--font-size-base); } 
.page_tit .t8 { font-weight:500; font-size: var(--font-size-md); color:#666; line-height: 1.6; } 

.memo { padding: 4em; box-sizing: border-box; background: #f7f7f7; } 
.memo > .tt { font-size: 1.215em; line-height: 1.6; } 

.mainTop { align-items: end; gap: 4rem; margin-bottom: 3.5rem; } 
.mainTop > .txt { width: 40%; } 

.dotList { } 
.dotList > li { position: relative; padding-left: 1rem; font-size: var(--font-size-sm); margin-bottom: .5rem; line-height: var(--line-height-normal); } 
.dotList > li:before { position: absolute; top: 12px; left: 0; width: 6px; height: 1px; background: var(--color-black-4); content: ''; } 
.dotList > li:last-of-type{ margin-bottom: 0;}
.dotList.s1 > li{ font-size: var(--font-size-base);} 
.dotList.c1 > li { color: var(--color-black-6); } 

/*process*/
.processArrow{}
.processArrow .ArrowList{ display: flex; flex-wrap: wrap; gap: 4rem 0rem;}
.processArrow .ArrowList > li{ display: flex;}
.processArrow .ArrowList > li > .con{ flex: 1; display: flex; flex-direction: column;}
.processArrow .ArrowList > li > .con > .Cbox{ position:relative; padding: .5rem; box-sizing: border-box; padding: 0 1rem; display: flex; align-items: center; justify-content: center; min-height: 6vh; 
clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%, 8% 50%);}
.processArrow .ArrowList > li > .con > .Cbox > .num{ position: absolute; display: flex; align-items: center; justify-content: center; left: 1.75rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #fff;}
.processArrow .ArrowList > li > .con > .Cbox > .num > .tt{ font-size: var(--font-size-sm); font-weight: 600; color: var(--color-point); line-height: 1;}
.processArrow .ArrowList > li > .con > .Cbox > .tit{ font-size: var(--font-size-base); font-weight: 700; color: #fff; text-align: center;}
.processArrow .ArrowList > li > .con > .btmCon{ width: 94%; margin: 0 auto; margin-top: 1rem; flex: 1; border-radius: .5rem; border: 1px solid #e8e8e8; padding: 1.75rem; box-sizing: border-box; background: #eaf4ff;}
.processArrow .ArrowList > li > .con > .btmCon > .tit{  color: var(--color-point); text-align: center; margin-bottom: .75rem;}
.processArrow .ArrowList > li > .con > .btmCon > .grayBox{ border-radius: .5rem; padding: 2rem;}


.processArrow .ArrowList.w4 > li{ width: 25%;}
.processArrow .ArrowList.w5 > li{ width: 20%;}
.processArrow .ArrowList > li > .con > .Cbox.c1{ background: rgba(27,53,81, .475);}
.processArrow .ArrowList > li > .con > .Cbox.c2{ background: rgba(27,53,81, .6);}
.processArrow .ArrowList > li > .con > .Cbox.c3{ background: rgba(27,53,81, .8);}
.processArrow .ArrowList > li > .con > .Cbox.c4{ background: rgba(27,53,81, 1);}
.processArrow .ArrowList > li > .con > .Cbox.cb{ background: var(--color-point2);}
.processArrow .ArrowList.w4 > li > .con > .Cbox > .num{ left: 2.25rem;}
.processArrow .ArrowList > li:first-of-type > .con > .Cbox > .num{ left: .5rem;}
.processArrow .ArrowList > li:first-of-type > .con > .Cbox{ clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%, 0% 50%); border-radius: 100px;}

/*boxicon*/
.boxIconList{ display: flex; gap: 1rem; flex-wrap: wrap;}
.boxIconList > li{ width: calc((100% - 1rem) / 2); display: flex;}
.boxIconList > li > .con{ display: flex; flex: 1; align-items: center; gap: 3rem; padding: 2.5rem; border-radius: 1rem; background: #f7f7f7; border: 1px solid transparent; transition: .3s ease;}
.boxIconList > li > .con > .icon{ width: 20%;}
.boxIconList > li > .con > .icon > img{ width: 100%; object-fit: contain;}
.boxIconList > li > .con > .info{ width: 80%;}
.boxIconList > li > .con > .info > .tit{ font-size: var(--font-size-md); font-weight: 700; color: var(--color-point);}
.boxIconList > li > .con > .info > .txt{ font-size: var(--font-size-base); line-height: var(--line-height-loose); color: var(--color-black-6); margin-top: 1rem;}

.boxIconList > li > .con:hover{ border: 1px solid var(--color-point)}

/*desc*/
.descList { } 
.descList > li { margin-bottom: 1rem; } 
.descList > li:last-of-type { margin-bottom: 0rem; } 
.descList.c1 > li { color: var(--color-black-3); } 
.descList.s1 > li { font-size: var(--font-size-base); line-height: var(--line-height-loose); } 

/*lineBox*/
.lineBoxIn { padding: 1.5rem; border: 1px solid #ddd; background: #f9f9f9; box-sizing: border-box; } 
.lineBoxIn.m1 { margin-top: 1rem; } 

/* tab */
.sub_tab .tab_idx { flex-wrap: wrap; display:flex; align-items: center; box-sizing: border-box; width: 100%; } 
.sub_tab .tab_idx > li { position: relative; text-align: center; height: 3.68rem; display: flex; align-items: center; justify-content: center; padding: 0 .5rem; box-sizing: border-box; background: #F5F7F9; box-sizing: border-box; cursor:pointer; transition:.3s ease; } 
.sub_tab .tab_idx > li > .tt { font-size: 1.15rem; font-weight: 500; color: #ACB2B7; } 
.sub_tab .tab_idx.t4 > li { width: 25%; min-width: 25%; max-width: 25%; } 
.sub_tab .tab_idx.t5 > li { width: 20%; min-width: 20%; max-width: 20%; } 
.sub_tab .tab_idx.t8 > li { width: 12.5%; min-width: 12.5%; max-width: 12.5%; } 
.sub_tab .tab_idx.h1 > li { height: 4.25rem; } 
.sub_tab .tab_idx > li::before { position: absolute; content: ''; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 50%; background: #ddd; transition:.3s ease; } 
.sub_tab .tab_idx > li::after { position: absolute; content: ''; left: 50%; top: 0; transform: translateX(-50%); width: 86%; height: 1px; background: #ddd; transition:.3s ease; } 
.sub_tab .tab_idx > li:last-of-type:before { display: none; } 

.sub_tab .tab_idx.t4 > li:nth-child(-n+4):after { display: none; } 
.sub_tab .tab_idx.t4 > li:nth-child(4n):before { display: none; } 
.sub_tab .tab_idx.t5 > li:nth-child(-n+5):after { display: none; } 
.sub_tab .tab_idx.t5 > li:nth-child(5n):before { display: none; } 
.sub_tab .tab_idx.t8 > li:nth-child(-n+8):after { display: none; } 
.sub_tab .tab_idx.t8 > li:nth-child(8n):before { display: none; } 


.sub_tab .tab_idx > li:hover { background:#f9f9fb; } 
.sub_tab .tab_idx > li.on { background: var(--color-point); box-shadow: 0 11px 16px rgba(0, 0, 0, 0.12); } 
.sub_tab .tab_idx > li.on > .tt { color: #fff; font-weight: 600; } 
.sub_tab .tab_idx > li.on::before,
.sub_tab .tab_idx > li.on::after { background: var(--color-point3); } 

.con_idx { position:relative } 
.con_idx > .idx { position:absolute; left:0; top:0; width:100%; visibility:hidden; filter:alpha(opacity=0); opacity:0; } 
.con_idx > .idx.on { position:relative; visibility: visible; filter:alpha(opacity=100); opacity:1; } 

/*grayIconBox*/
.Gbox { } 
.Gbox .Gboxlist { } 
.Gbox .Gboxlist > li { } 
.Gbox .Gboxlist > li > .in { position:relative; margin: 0 0 2rem 2rem; background: #f2f2f2; border-radius: .35rem; padding: 3rem 2.5rem; box-sizing: border-box; height: 22rem; transition: .3s; } 
.Gbox .Gboxlist > li > .in > .icon { position: absolute; bottom: 2.5rem; right: 3rem; margin-top: 2.5rem; } 
.Gbox .Gboxlist > li > .in > .icon:after { position: absolute; top: 20%; transform: translateY(-50%); left: 0; width: 1.5rem; height: 1.5rem; border-radius: 50%; background: var(--siteC); opacity: .15; transition: .3s; content: ''; } 
.Gbox .Gboxlist > li > .in > .icon > img { height: 60px; object-fit: contain; transition: .3s; } 
.Gbox .Gboxlist > li > .in > .title { margin-bottom: 1.5rem; } 
.Gbox .Gboxlist > li > .in > .title > .tt { font-size: var(--font-size-md); font-weight: 700; transition: .3s; } 
.Gbox .Gboxlist > li > .in > .txtW { } 
.Gbox .Gboxlist > li > .in > .txtW > .tt { font-size: var(--font-size-base); font-weight: 600; color: var(--color-black-6); line-height: var(--line-height-loose); transition: .3s; } 
.Gbox .Gboxlist > li > .in > .descList { transition: .3s; } 

.Gbox .Gboxlist > li > .in:hover { background: var(--color-point); } 
.Gbox .Gboxlist > li > .in:hover .icon > img { filter: brightness(0) invert(1); } 
.Gbox .Gboxlist > li > .in:hover .title > .tt { color: #fff; } 
.Gbox .Gboxlist > li > .in:hover .txtW > .tt { color: #fff; } 
.Gbox .Gboxlist > li > .in:hover > .icon:after { background: rgba(255,255,255, 1); opacity: .3; } 
.Gbox .Gboxlist > li > .in:hover .descList { color: #fff; } 

 /*arrow*/
.arrow-container{ display: flex; align-items: center;}
.arrow-container > .xi{ color: var(--color-point3); font-size: 2.415rem; width: .85rem; display: flex; justify-content: center; animation: pulse-arrow 1.5s infinite;}
.arrow-container > .arrow-item01{ opacity: .215; animation-delay: 0s;}
.arrow-container > .arrow-item02{ opacity: .615; animation-delay: 0.25s;}
.arrow-container > .arrow-item03{ opacity: 1; animation-delay: 0.5s;}

@keyframes pulse-arrow {
0%, 100% {
    opacity: 0.215; 
}
50% {
    opacity: 1; 
}
}

/*main sec2*/
#sec_about { padding-bottom: 0; } 
#sec_about .aboutContainer { display: flex; gap: 3rem; margin-bottom: 3.5rem; } 
#sec_about .aboutContainer .titCon { width: 40%; } 
#sec_about .aboutContainer .titCon .tit { font-size: var(--font-size-xxl); line-height: var(--line-height-tight); font-weight: 700; } 
#sec_about .aboutContainer .txtCon { width: 60%; } 
#sec_about .aboutContainer .txtCon .txt { margin-top: 1rem; } 
#sec_about .aboutContainer .txtCon .txt:first-of-type { margin-top: 0rem; } 
#sec_about .aboutContainer .txtCon .txt > .tt { font-size: var(--font-size-md); line-height: var(--line-height-loose); color: var(--color-black-3); } 

#sec_about .aboutImg-cover { display: block;position: relative;margin: 0 auto;width: 90%;height: 32rem; } 
#sec_about .aboutImg-cover:before{ }
#sec_about .aboutImg-cover .aboutImg-thumb { position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-size: cover;background-position: center center;background-repeat: no-repeat; } 
#sec_about .aboutImg-cover .aboutImg-thumb:before{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0, .25); content: '';}
#sec_about .aboutImg-cover .enTit { position: absolute; left: 0; bottom: -1.75rem; width: 100%; text-align: center; font-size: 20vh; font-weight: 900; color: transparent; line-height: 1; -webkit-text-stroke: 1px white; text-transform: uppercase; } 
#sec_about .aboutImg-cover .roundMark{ position: absolute; left: 50%; transform: translateX(-50%); width: 8rem; height: 6rem; border-radius: 50%; bottom: -4rem; display: flex; align-items: center; justify-content: center; background: #fff; z-index: 2;}
#sec_about .aboutImg-cover .roundMark > img{ height: 56px; object-fit: contain;}

/*main sec3*/
#sec_area { padding-bottom: 0; } 
#sec_area .Buhorizen { } 
#sec_area .Buhorizen .horizen_wrap { position: relative; } 
#sec_area .Buhorizen .horizen_wrap .bg_box { width: 100%; height: 100vh; background: #f5f5f5;} 
#sec_area .Buhorizen .horizen_wrap .bg_box .bg { position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 35%; max-width: 1200px; height: 60vh; margin: 0 auto; overflow: hidden; background: url("../images/main/business_bg.jpg") 50% 50% / cover no-repeat; transition: 1s; } 
#sec_area .Buhorizen .horizen_wrap .bg_box .bg:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0, .35); content: ''; } 
#sec_area .Buhorizen .horizen_wrap .slide_ctn { display: flex; position: absolute; top: 50%; left: 0; transform: translateY(-50%); z-index: 10; white-space: nowrap; padding-left: 360px; padding-right: 9.365%; opacity: 0; transition: .5s ease .6s; } 
#sec_area .Buhorizen .horizen_wrap.on .slide_ctn { opacity: 1; } 
#sec_area .Buhorizen .horizen_wrap.on .slide_ctn.on { transition: 0s; } 
#sec_area .Buhorizen .horizen_wrap.on .bg_box .bg { max-width: calc(100% - 120px); height: 100vh; } 
#sec_area .Buhorizen .horizen_wrap .slide_ctn .slick-track { left: 360px; } 
#sec_area .Buhorizen .horizen_wrap .slide_ctn .item { position: relative; padding: 66px 60px; background: #fff; margin-right: 100px; width: 440px; border-radius: .5rem; border: 1px solid #fff; max-height: 630px; white-space: normal; box-shadow: 9px 0 36px rgba(0,0,0, .15); cursor: pointer; } 
#sec_area .Buhorizen .horizen_wrap .slide_ctn .item .tit { margin-bottom: 1.4rem; } 
#sec_area .Buhorizen .horizen_wrap .slide_ctn .item a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } 
#sec_area .Buhorizen .horizen_wrap .slide_ctn .item .tit p { font-weight: 300; font-size: 20px; color: #111; margin-bottom: 15px; } 
#sec_area .Buhorizen .horizen_wrap .slide_ctn .item .tit h3 { display: flex; align-items: center; font-weight: 700; font-size: var(--font-size-xl); color: var(--color-black-1); } 
#sec_area .Buhorizen .horizen_wrap .slide_ctn .item .tit h3 > .rodIco { width: 2.4rem; height: 2.4rem; min-width: 2.4rem; margin-left: 15px; border-radius: 50%; border: 1px solid var(--color-point); background: var(--color-point); color: #fff; display: flex; align-items: center; justify-content: center; transform: translateX(2rem); transition: .4s ease; opacity: 0; } 
#sec_area .Buhorizen .horizen_wrap .slide_ctn .item .tit h3 > .rodIco > .xi { font-size: 1.215rem; } 
#sec_area .Buhorizen .horizen_wrap .slide_ctn .item .tit img { margin-left: 20px; } 
#sec_area .Buhorizen .horizen_wrap .slide_ctn .item .info .icon { margin-bottom: 30px; } 
#sec_area .Buhorizen .horizen_wrap .slide_ctn .item .info p { font-weight: 400; font-size: var(--font-size-base); line-height: 1.66667em; color: var(--color-black-3); margin-top: 60px; } 
#sec_area .Buhorizen .horizen_wrap .slide_ctn .item .imgCon { width: 100%; height: 14.5rem; border-radius: .5em; overflow: hidden; } 
#sec_area .Buhorizen .horizen_wrap .slide_ctn .item .imgCon > img { width: 100%; height: 100%; object-fit: cover; transition: 1s ease; } 

#sec_area .Buhorizen .horizen_wrap .slide_ctn .item:last-of-type { margin-right: 0; } 
#sec_area .Buhorizen .horizen_wrap .slide_ctn .item:nth-child(2n) { background: var(--color-point); border: 1px solid var(--color-point); } 
#sec_area .Buhorizen .horizen_wrap .slide_ctn .item:nth-child(2n) .tit h3,
#sec_area .Buhorizen .horizen_wrap .slide_ctn .item:nth-child(2n) .tit p,
#sec_area .Buhorizen .horizen_wrap .slide_ctn .item:nth-child(2n) .info p { color: #fff; } 
#sec_area .Buhorizen .horizen_wrap .slide_ctn .item:nth-child(2n) .tit h3 > .rodIco { background: #fff; color: var(--color-point); border: 1px solid #fff; } 

#sec_area .Buhorizen .horizen_wrap .slide_ctn .item.wide { border: 1px solid transparent; background: transparent; } 
#sec_area .Buhorizen .horizen_wrap .slide_ctn .item.wide .imgCon { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } 
#sec_area .Buhorizen .horizen_wrap .slide_ctn .item.wide .imgCon > img { width: 100%; height: 100%; object-fit: cover; } 
#sec_area .Buhorizen .horizen_wrap .slide_ctn .item.wide .titCon { position: absolute; width: 100%; left: 0; bottom: 1rem; padding: 0 60px; box-sizing: border-box; } 
#sec_area .Buhorizen .horizen_wrap .slide_ctn .item.wide .tit h3 { padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255, .4); margin-bottom: 1rem; } 

#sec_area .Buhorizen .horizen_wrap .slide_ctn .item:hover .tit h3 > .rodIco { opacity: 1; transform: translateX(0); } 
#sec_area .Buhorizen .horizen_wrap .slide_ctn .item:hover .imgCon > img { transform: scale(1.1); } 

#sec_area .mainScroll { position:absolute; left: 3.5rem; bottom: 3.5rem; z-index: 99; transition: .3s ease; } 
#sec_area .mainScroll .inner { position:relative; } 
#sec_area .mainScroll .tt { position: absolute; bottom: 0; left: .75rem; display:block; writing-mode: vertical-lr; color: rgba(255,255,255, .9); font-size: var(--font-size-xxs); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; } 
#sec_area .mainScroll .mouseImg { position: relative; display: flex; } 
#sec_area .mainScroll .mouseImg > .point { width: 2px; height: 18rem; background: rgba(255, 255, 255, 0.2); position: relative; overflow: hidden; } 
#sec_area .mainScroll .mouseImg > .point > span { display: block; width: 2px; height: 200%; background: #fff; position: absolute; top: 0; left: 0; bottom: auto; -webkit-animation: scroll 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; animation: scroll 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; } 

#sec_area .Buhorizen .horizen_wrap.slide .bg_box .mainScroll { opacity: 0; } 

@-webkit-keyframes scroll { 
 0% { -webkit-transform: translateY(-100%); transform: translateY(-100%); } 
to { -webkit-transform: translateY(50%); transform: translateY(50%); } 
 }

@keyframes scroll { 
 0% { -webkit-transform: translateY(-100%); transform: translateY(-100%); } 
to { -webkit-transform: translateY(50%); transform: translateY(50%); } 
 }

/*main sec4*/
#sec_dataroom { position:relative; } 
#sec_dataroom .data_tab { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; flex-direction: column; margin: 0 auto; } 
#sec_dataroom .data_tab > li { display: flex; align-items: center; height: 2.515rem; justify-content: center; padding: 0 1rem; box-sizing: border-box; background: rgba(255,255,255, .315); border-radius: 100px; cursor: pointer; transition: .3s ease; border: 1px solid var(--color-point);} 
#sec_dataroom .data_tab > li > .tt { font-size: var(--font-size-sm); font-weight: 600; color: var(--color-point);} 

#sec_dataroom .data_tab > li.on { background: var(--color-point); } 
#sec_dataroom .data_tab > li.on > .tt { color: #fff; } 

#sec_dataroom .dadaList { } 
#sec_dataroom .dadaList > li { } 
#sec_dataroom .dadaList > li > .in { padding: 2.5rem; background: #fff; box-sizing: border-box; transition: .3s ease; border-radius: 5px; overflow: hidden; box-shadow: 9px 0 36px rgba(0,0,0, .1);} 
#sec_dataroom .dadaList > li > .in .topType{ display: flex; align-items: center; justify-content: space-between;}
#sec_dataroom .dadaList > li > .in .topType .type{ display: flex; align-items: center; justify-content: center; padding: 0 1rem; height: 2.14rem; background: var(--color-point); border-radius: 100px; color: #fff; transition: .3s ease;}
#sec_dataroom .dadaList > li > .in .topType .type > p{ font-size: var(--font-size-xs); font-weight: 500; transition: .3s ease;}
#sec_dataroom .dadaList > li > .in .topType .access{ color: var(--color-point); opacity: .215; transition: .3s ease;}
#sec_dataroom .dadaList > li > .in .btmCon{}
#sec_dataroom .dadaList > li > .in .btmCon .con{ display: flex; align-items: center; gap: .6rem; font-size: var(--font-size-sm); color: var(--color-black-9); transition: .3s ease;}
#sec_dataroom .dadaList > li > .in .btmCon .con .tt{}
#sec_dataroom .dadaList > li > .in > .tit { margin-top: 1rem; line-height: var(--line-height-tight); margin-bottom: 2.5rem; font-size: var(--font-size-md); font-weight: 600; } 

#sec_dataroom .dadaList > li > .in:hover { background: var(--color-point); color: #fff; } 
#sec_dataroom .dadaList > li > .in:hover .topType .access,
#sec_dataroom .dadaList > li > .in:hover > .date,
#sec_dataroom .dadaList > li > .in:hover > .type { color: #fff; } 
#sec_dataroom .dadaList > li > .in:hover .topType .type{ background: #fff; color: var(--color-point);}
#sec_dataroom .dadaList > li > .in:hover .btmCon .con{ color: rgba(255,255,255, .6);}

/**/
#sec_community .notice_list{}
#sec_community .notice_list > li{ }
#sec_community .notice_list > li:first-of-type{ border-top: 3px solid #efefef;}
#sec_community .notice_list > li > .inner{ display: flex; padding: 1.25em 0; gap: 2.5em; align-items: center; border-bottom: 1px solid #efefef; transition: .3s ease;}
#sec_community .notice_list > li > .inner > .cate{ padding-left: 1.75em; min-width: 4em; color: var(--color-point);}
#sec_community .notice_list > li > .inner > .cate > .tt{ font-size: 1.215em; font-weight: 600;}
#sec_community .notice_list > li > .inner > .date{ display: flex; flex-direction: column; gap: .5em; align-items: center; justify-content: center;}
#sec_community .notice_list > li > .inner > .date > .day{ font-size: 3.75em; font-weight: 800; color: #cbcbcb; transition: .3s ease;}
#sec_community .notice_list > li > .inner > .date > .ym{ font-size: .915em; letter-spacing: 2px; font-weight: 600; color: #cbcbcb; transition: .3s ease;}
#sec_community .notice_list > li > .inner > .infoT{ width: 70%;}
#sec_community .notice_list > li > .inner > .infoT > .tit{ font-size: 1.315em; font-weight: 500;}
#sec_community .notice_list > li > .inner > .infoT > .txt{ margin-top: .75em; font-size: 1em; color: #666;}
#sec_community .notice_list > li > .inner > .thumb{ width: 18%; height: 8rem;}
#sec_community .notice_list > li > .inner > .thumb > img{ width: 100%; height: 100%; object-fit: cover;}

#sec_community .notice_list > li:hover > .inner{ border-bottom: 1px solid var(--color-point);}
#sec_community .notice_list > li:hover > .inner > .infoT > .tit{ text-decoration: underline;}
#sec_community .notice_list > li:hover > .inner > .date > .ym,
#sec_community .notice_list > li:hover > .inner > .date > .day{ color: var(--color-point);}

/*main sec5*/
#sec_contact { position:relative; } 
#sec_contact .btnList { display: flex; gap: 1rem; } 
#sec_contact .btnList.hc { justify-content: center; } 
#sec_contact .wideImg { height: 30rem; } 
#sec_contact .contactWrap { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; z-index: 2; } 
#sec_contact:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0, .5); content: ''; z-index: 1; } 
#sec_contact .contactBox { } 

/**sub**/

/*찾아오시는 길*/
.root_daum_roughmap .wrap_controllers,
.root_daum_roughmap .cont{ display: none;}
.locationContainer{}
.locationContainer .loadmap{ border-radius: 1rem; overflow: hidden;}
.locationContainer .loadmap .root_daum_roughmap{ width: 100%;}
.locationContainer .loadmap .wrap_map{ width: 100%; height: 60vh !important;}

.locationContainer .mapInfoWrap{ position: relative; margin-top: 1rem; border-radius: 1rem; z-index: 2; display: flex; gap: 2rem; padding: 3.5rem; box-sizing: border-box; background: var(--color-point);}
.locationContainer .mapInfoWrap .leftInfo{ width: 60%;}
.locationContainer .mapInfoWrap .leftInfo > .tit{ font-size: var(--font-size-lg-2); font-weight: 600; color: #fff; margin-bottom: 1.5rem;}
.locationContainer .mapInfoWrap .leftInfo > .contactInfo{ display: flex; flex-wrap: wrap; gap: 1rem;}
.locationContainer .mapInfoWrap .leftInfo > .contactInfo > li{}
.locationContainer .mapInfoWrap .leftInfo > .contactInfo > li.br{ width: 100%;}
.locationContainer .mapInfoWrap .leftInfo > .contactInfo > li > .con{ display: flex; gap: .25em; font-size: var(--font-size-base);}
.locationContainer .mapInfoWrap .leftInfo > .contactInfo > li > .con > .xi{ position: relative; top: -.5rem; color: #fff; font-size: 1.515rem;}
.locationContainer .mapInfoWrap .leftInfo > .contactInfo > li > .con > .titCon{ display: flex; gap: .75rem;}
.locationContainer .mapInfoWrap .leftInfo > .contactInfo > li > .con > .titCon > .tit{ font-weight: 600; line-height: 1.4; color: #fff;}
.locationContainer .mapInfoWrap .leftInfo > .contactInfo > li > .con > .titCon > .txt{ font-weight: 400; line-height: 1.4; color: rgba(255,255,255, .7);}

.locationContainer .mapInfoWrap .rightInfo{ width: 40%;}
.locationContainer .mapInfoWrap .rightInfo .flex_box{ height: 100%;}
.locationContainer .mapInfoWrap .rightInfo .mapOpen{ height: 100%;}
.locationContainer .mapInfoWrap .rightInfo .mapOpen > li{ display: flex;}
.locationContainer .mapInfoWrap .rightInfo .mapOpen > li > .in{ position:relative; border-radius: .5rem; flex: 1; padding: 1.5rem; box-sizing: border-box; background: rgba(255,255,255, .3); transition: .3s;}
.locationContainer .mapInfoWrap .rightInfo .mapOpen > li > .in > .tt{ font-size: var(--font-size-base); font-weight: 600; line-height: 1.4; color: #fff;}
.locationContainer .mapInfoWrap .rightInfo .mapOpen > li > .in > .plus{ position: absolute; right: 1.5rem; bottom: 1.5rem; width: 1.5rem; height: 1.5rem; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center;}
.locationContainer .mapInfoWrap .rightInfo .mapOpen > li:first-of-type > .in:hover{ background: #29a139;}
.locationContainer .mapInfoWrap .rightInfo .mapOpen > li:last-of-type > .in:hover{ background: #dfc432;}

/*자문 및 대리*/
.agent_Wrapper{}
.agent_Wrapper .wideImg{ border-radius: 1rem; overflow: hidden;}
.agent_Wrapper .agentTop{}
.agent_Wrapper .agentTop > .exCon{ padding: 2.5rem 1rem; border-bottom: 1px solid #ddd;}
.agent_Wrapper .agentTop > .exCon > .tt{ font-size: var(--font-size-md); line-height: var(--line-height-normal); font-weight: 400; color: var(--color-black-6)}
.agent_Wrapper .agentTop > .exCon > .tt > span{ display: contents; font-weight: 600; color: var(--color-point);}

/*센터소개*/
.business_top { height: auto; overflow: hidden; display: flex; justify-content: center; align-items: center; text-align: center; color: #fff; position: relative; } 
.business_top > * { height: 100vh; } 
.business_top .txt_box { position: relative; top: 0rem; width: 90%; z-index: 2; display: flex; flex-direction: column; justify-content: center; } 
.business_top .txt_box .tit { font-size: var(--font-size-base); font-weight: 600; margin-bottom: 2rem; opacity: 0; transform: translateY(3rem); } 
.business_top .txt_box .msg { font-size: var(--font-size-xxl-2); font-weight: 700; line-height: 1.4; opacity: 0; transform: translateY(3rem); } 
.business_top .txt_box .msg span { background: linear-gradient(to right, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.1) 50%); background-size: 200% 100%; background-position-x: 100%; color: transparent; background-clip: text; -webkit-background-clip: text; display: inline; } 
.business_top .txt_box .txt { font-size: var(--font-size-md); margin-top: 2rem; font-weight: 400; line-height: var(--line-height-loose); opacity: 0; transform: translateY(3rem); } 
.business_top .txt_box .txt span { } 
.business_top > .img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden; transform: scale(0.7); border-radius: 3rem; background: url(../images/sub/about_bg.jpg) no-repeat 50% 50%; background-size: cover; } 
.business_top > .img:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0, .15); content: ''; z-index: 1; } 
.business_top .bg { position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #000; opacity: 0; } 
.business_top .scroll { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); z-index: 3; color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; } 
.business_top .scroll .txt { font-weight: 700; font-size: 1rem; margin-bottom: 0.8rem; } 
.business_top .scroll .line { position: relative; width: 1px; height: 6rem; background-color: rgba(255, 255, 255, 0.3); overflow: hidden; } 
.business_top .scroll .line::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; transform: scaleY(0); transform-origin: top; animation: growLine 1.5s ease-in-out infinite; } 

@keyframes growLine { 
 0% { transform: scaleY(0); opacity: 1; } 

 80% { transform: scaleY(1); opacity: 1; } 

 100% { transform: scaleY(1); opacity: 0; } 
 }

/*hr 컨설팅*/
.cenItemContainer { } 
.cenItemContainer > .item { display: flex; gap: 2.5rem; margin-bottom: 1.5rem; } 
.cenItemContainer > .item:last-of-type { margin-bottom: 0rem; } 
.cenItemContainer > .item > .imgCon { width: 30%; border-radius: 1rem; overflow: hidden; } 
.cenItemContainer > .item > .imgCon > img { width: 100%; height: 100%; object-fit: cover; } 
.cenItemContainer > .item > .titBox { position:relative; width: 70%; padding: 3.5rem; box-sizing: border-box; background: #f7f7f7; border-radius: 1rem;} 
.cenItemContainer > .item > .titBox .tit { font-size: var(--font-size-lg); font-weight: 700; color: var(--color-point); } 
.cenItemContainer > .item > .titBox .txt { font-size: var(--font-size-base); line-height: 1.6; color: var(--color-black-6) } 
.cenItemContainer > .item > .titBox .titTop { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; } 
.cenItemContainer > .item > .titBox .titTop .roundArrow { transform: translateX(-2rem); opacity: 0; } 

/*근로시간 개선*/
.processArrow .ArrowList > li > .con > .btmCon.ty1{ padding: 0rem; border: none; border-radius: 0; background: transparent;}
.processArrow .ArrowList > li > .con > .btmCon .titB{ padding: .5rem 1rem; background: var(--color-point3); border-radius: 5px;}
.processArrow .ArrowList > li > .con > .btmCon .titB > .tt{ font-size: var(--font-size-sm); font-weight: 600; color: #fff;}
.processArrow .ArrowList > li > .con > .btmCon .lineBox{ margin-top: .25rem; border: 1px solid #ddd; border-radius: 5px; padding: 1rem;}
.processArrow .ArrowList > li > .con > .btmCon .lineBox > li{ margin-bottom: .75rem;}
.processArrow .ArrowList > li > .con > .btmCon .lineBox > li:last-of-type{ margin-bottom: 0rem; border-bottom: none;}
.processArrow .ArrowList > li > .con > .btmCon .lineBox > li > .con{}
.processArrow .ArrowList > li > .con > .btmCon .lineBox > li > .con > .tt{ font-size: var(--font-size-sm); font-weight: 400; color: var(--color-black-3);}
.processArrow .ArrowList > li > .con > .btmCon .lineBox > li > .con > .descList,
.processArrow .ArrowList > li > .con > .btmCon .lineBox > li > .con > .dotList{ padding: 1rem; box-sizing: border-box; background: #f7f7f7; border-radius: 5px;}
.processArrow .ArrowList > li > .con > .btmCon .lineBox > li > .con > .descList > li{ font-size: var(--font-size-xs);}
.processArrow .ArrowList > li > .con > .btmCon .lineBox > li > .con > .dotList > li{ margin-bottom: .25rem; font-size: var(--font-size-xs);}

/*도급진단 컨설팅*/
.contractWrap{ display: flex; gap: 3rem;}
.contractWrap .diagramBox,
.contractWrap .contractList{ width: 50%;}
.contractWrap .contractList > li{ margin-bottom: .75rem;}
.contractWrap .contractList > li:last-of-type{ margin-bottom: 0rem;} 
.contractWrap .contractList > li > .con{ display: flex; align-items: center;}
.contractWrap .contractList > li > .con > .numCon{ margin-right: 1.25rem; width: 3.6rem; height: 3.6rem; display: flex; align-items: center; justify-content: center; background: var(--color-point); border-radius: 50%;}
.contractWrap .contractList > li:nth-child(2n) > .con > .numCon{ background: var(--color-point3);}
.contractWrap .contractList > li > .con > .numCon > .tt{ font-size: var(--font-size-base); font-weight: 600; color: #fff;}
.contractWrap .contractList > li > .con > .txtCon{ padding: 1rem 2rem; box-sizing: border-box; min-height: 3.6rem; flex: 1; border-radius: 100px; background: var(--color-point4); }
.contractWrap .contractList > li:nth-child(2n) > .con > .txtCon{ background: #f7f7f7;}
.contractWrap .contractList > li > .con > .txtCon > .tt{ font-size: var(--font-size-base); font-weight: 500; color: var(--color-black-6);}
.contractWrap .contractList > li > .con > .line{ position:relative; width: 3vw; height: 2px; background: var(--color-point);}
.contractWrap .contractList > li > .con > .line:before{ position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--color-point); content: ''; z-index: 2;}
.contractWrap .contractList > li > .con > .line:after{ position: absolute; top: 50%; transform: translateY(-50%); left: -4px; width: 14px; height: 14px; border-radius: 50%; background: var(--color-point); opacity: .15; content: ''; z-index: 1;}

.contractWrap .diagramBox{ position:relative;}
.contractWrap .diagramBox .imgCon{ position: absolute; top: -11vh; left: 0; height: 60vh; width: 100%;}
.contractWrap .diagramBox .imgCon > img{ width: 100%; height: 100%; object-fit: contain;}
.contractWrap .diagramBox .arrow-container{ position: absolute; top: 50%; transform: translateY(-50%); left: -.5rem;}

/* 테이블 스크롤 */
.scr_i{ display: none;}