@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% } 
.box3 { width:1580px; margin:0 auto; max-width:92% } 
.box4 { width: 800px; 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: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:999999; } 
/* #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: 10rem; 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: calc(var(--vh, 1vh) * 100); 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: calc(var(--vh, 1vh) * 100); 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: calc(var(--vh, 1vh) * 80); 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: calc(var(--vh, 1vh) * 40); 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: calc(var(--vh, 1vh) * 20); 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: calc(var(--vh, 1vh) * 100); z-index: 999999; 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; background-size: cover; } 
#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; display: none;} 
#headerQ .quick_wrap .link .guide_top .t2 { margin-bottom: .5em; font-weight: 600; font-size: var(--font-size-xl); } 
#headerQ .quick_wrap .link .guide_top .t3 { font-size: var(--font-size-sm); 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: var(--font-size-sm); 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: .1rem; top: 26%; gap: 2rem; transform: translate(-3.6em,-50%); background: var(--color-point); display: flex; align-items: center; justify-content: center; padding: 1.5em 0; box-sizing: border-box; writing-mode: vertical-lr; width: 3.6rem; border-top-left-radius: .315rem; border-bottom-left-radius: .315rem; box-shadow: -8px 0 18px rgba(0,0,0, .15); } 
#headerQ .quickBtn.ty1{ top: calc(26% + 195px); background: var(--siteC2);}
#headerQ .quickBtn > p { font-weight: 600; color: #fff; letter-spacing: 2px; font-size: .915rem;} 
#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 .facebook_btn { color:#fff; } 
#quick_new > li .facebook_btn:before { background: #4167b1; } 
#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 .footerWrapper .footerTop .topInfo { display: flex; justify-content: space-between; } 
#footer .footerWrapper .footerTop .topInfo > .logoCon { margin-bottom: 4rem; } 
#footer .footerWrapper .footerTop .topInfo > .logoCon > img { height: 40px; object-fit: contain; filter: var(--crWhitefil); } 
#footer .footerWrapper .footerTop .bottomInfo > .info { display: flex; gap: .5em; flex-wrap: wrap; } 
#footer .footerWrapper .footerTop .bottomInfo > .info > li { position: relative; font-size: var(--font-size-sm); color: rgba(255,255,255, .6); } 
#footer .footerWrapper .footerTop .bottomInfo > .info > li.br { flex: 1 1 100%; } 
#footer .footerWrapper .footerTop .bottomInfo {  display: flex; flex-direction: column; gap: 1.5rem; align-items: end; }  */

#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:100%; border-radius: 3px 3px 0 0; 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*/
#contents .doc { padding: 2.5rem 0 10rem 0 } 
.pageT #contents .doc { padding: 3rem 0 10rem 0; } 
#contents .sub_top_wrap { height: calc(var(--vh, 1vh) * 55); 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%; background-size: cover; background-repeat: no-repeat; background-position: center center; background-size: cover; } 
#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: var(--font-size-xxxl); 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-xl); text-align: center; font-weight: 700; color: var(--color-point); } 
#contents .subpageTit .cal_desc{ font-size: var(--font-size-md); text-align: center; font-weight: 400; margin-top: var(--space-1); color: var(--color-black-3);}

.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: calc(var(--vh, 1vh) * 100); 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-xxxl); line-height: var(--line-height-tight); font-weight:300; overflow: hidden; opacity: 0; transform: translateX(4rem); transition: 1s ease; } 
.visualSlide_wrap .slogan .t2 { font-size:3.5vmin; margin-bottom: .5em; opacity:1; } 
.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 .t2 { opacity:0; transform:scale(1.2) } 
.visualSlide_wrap .slogan .t2.point { opacity: 1; color: var(--color-point3); font-weight: 700; font-size: 4vmin; } 
.visualSlide_wrap .slogan .main_more { opacity: 0; transform: translateX(4rem); transition: 1s ease .6s; } 
.visualSlide_wrap .swiper-slide-active .slogan .t2 { opacity:.7; transform:scale(1); transition:1s; transition-delay:.3s } 
.visualSlide_wrap .swiper-slide-active .slogan .t2.point { opacity: 1; } 
.load .visualSlide_wrap .slogan .main_more,
.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; 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; letter-spacing: 0.001rem;} 

.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 { justify-content: center; width: 100%; } 
.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); } 

.pinAni{ display: flex; align-items: flex-start;}
.pinAni .pinList{ flex: 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; } 

.page_tit { position:relative; margin:0 0 1.25em 0 } 
.main .page_tit { margin:0 0 2.5em 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-xl); 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); line-height: var(--line-height-loose); } 
.dotList > li:before { position: absolute; top: 12px; left: 0; width: 6px; height: 1px; background: var(--color-black-4); content: ''; } 

.dotList.c1 > li { color: var(--color-black-6); } 

/*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 .main_area { } 
#sec_area .main_area .area_wrap { } 
#sec_area .main_area .area_wrap .areaBox { position:relative; display: block; margin: 0 0 .5em .5em; border-radius: 1rem; overflow: hidden; } 
#sec_area .main_area .area_wrap .areaBox .imgCon { position:relative; width: 100%; height: 18rem; overflow: hidden; } 
#sec_area .main_area .area_wrap .areaBox .imgCon:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0, .315); content: ''; transition: .3s ease; z-index: 1; } 
#sec_area .main_area .area_wrap .areaBox .imgCon > img { width: 100%; height: 100%; object-fit: cover; transition: .3s ease; } 
#sec_area .main_area .area_wrap .areaBox .imgCon > .tit { position: absolute; width: 100%; font-size: var(--font-size-base); box-sizing: border-box; padding: 0 2.5rem; font-weight: 500; color: #fff; left: 50%; transform: translateX(-50%); bottom: 2.5rem; z-index: 2; } 
#sec_area .main_area .area_wrap .areaBox .imgCon .roundT { position: absolute; top: 2.5rem; left: 2.5rem; display: flex; align-items: center; justify-content: center; padding: 0 1.75rem; height: 2.214rem; color: #fff; border: 2px solid #fff; font-size: var(--font-size-xs); z-index: 3; border-radius: 100px; } 

#sec_area .main_area .area_wrap .areaBox .hoverInfo { display: flex; align-items: center; justify-content: center; flex-direction: column; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--color-point); color: #fff; z-index: 9; opacity: 0; visibility: hidden; transition: .3s ease; } 
#sec_area .main_area .area_wrap .areaBox .hoverInfo > .icon { } 
#sec_area .main_area .area_wrap .areaBox .hoverInfo > .icon > img { height: 54px; filter: var(--crWhitefil); object-fit: contain; } 
#sec_area .main_area .area_wrap .areaBox .hoverInfo > .tit { margin: 1rem 0; font-size: var(--font-size-md); font-weight: 600; } 

#sec_area .main_area .area_wrap .areaBox .hoverInfo .bgImg { position: absolute; width: 100%; height: 100%; top: 0; right: 0; z-index: -1; } 
#sec_area .main_area .area_wrap .areaBox .hoverInfo .bgImg > img { padding: 0 1.5rem; box-sizing: border-box; width: 100%; height: 100%; text-align: center; object-fit: contain; filter: var(--crWhitefil); opacity: .0215; } 
#sec_area .main_area .area_wrap .areaBox .hoverInfo .more { display: flex; align-items: center; padding: 0 .75rem; border-bottom: 1px solid #fff; gap: 1rem; padding-bottom: .25rem; font-size: var(--font-size-base);} 
#sec_area .main_area .area_wrap .areaBox .hoverInfo .more > .tt { font-weight: 500; } 


#sec_area .main_area .area_wrap .areaBox:hover .hoverInfo { opacity: 1; visibility: visible; } 
#sec_area .main_area .area_wrap .areaBox:hover .imgCon { } 
#sec_area .main_area .area_wrap .areaBox:hover .imgCon > img { transform: scale(1.05); } 

/*main sec4*/
#sec_history { position:relative; } 
#sec_history:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--color-point); opacity: .65; content: ''; } 
#sec_history:after { position: absolute; top: 0; right: 0; width: 50%; height: 100%; background: var(--color-point); content: ''; } 
#sec_history.on:after { width: 50%; } 
#sec_history .bgImg { position: absolute; top: 0; left: 0; width: 50%; height: 100%; z-index: -1; } 
#sec_history .bgImg > img { width: 100%; height: 100%; object-fit: cover; } 
#sec_history .his_inner { display: flex; align-items: center; } 
#sec_history .his_inner .titBox,
#sec_history .his_inner .hisBox { position:relative; width: 50%; z-index: 2; box-sizing: border-box; } 
#sec_history .his_inner .titBox { padding-right: 6rem; } 
#sec_history .his_inner .titBox .main_tit .t6 { color: rgba(255,255,255, .715); } 
#sec_history .his_inner .hisBox { padding-left: 6rem; } 
#sec_history .his_inner .hisBox .contentItem { display: grid; gap: 120px 0; grid-template-columns: repeat(2, 1fr); width: 100%; } 
#sec_history .his_inner .hisBox .contentItem > .item { position: relative; padding-right: 60px; } 
#sec_history .his_inner .hisBox .contentItem > .item:after { content: ""; display: block; background: #fff; opacity: 0.1; position: absolute; } 
#sec_history .his_inner .hisBox .contentItem > .item:nth-child(1):after { width: 1px; height: 200px; right: 0; top: -60px; } 
#sec_history .his_inner .hisBox .contentItem > .item:nth-child(2):after { width: calc(100% - 60px); height: 1px; right: 0; bottom: -60px; } 
#sec_history .his_inner .hisBox .contentItem > .item:nth-child(3):after { width: calc(100% - 60px); height: 1px; left: 0; top: -60px; } 
#sec_history .his_inner .hisBox .contentItem > .item:nth-child(4):after { width: 1px; height: 200px; left: 0; top: 0; } 
#sec_history .his_inner .hisBox .contentItem > .item:nth-child(2n) { padding-right: 0; padding-left: 60px; } 
#sec_history .his_inner .hisBox .contentItem > .item > .topCon { display: flex; align-items: center; gap: 1.5rem; } 
#sec_history .his_inner .hisBox .contentItem > .item > .topCon > .ico { } 
#sec_history .his_inner .hisBox .contentItem > .item > .topCon > .ico > img { height: 60px; filter: var(--crWhitefil); object-fit: contain; } 
#sec_history .his_inner .hisBox .contentItem > .item > .topCon .titWrap .tit { font-size: var(--font-size-md); font-weight: 600; color: #fff; } 
#sec_history .his_inner .hisBox .contentItem > .item > .topCon .titWrap .tx { font-size: var(--font-size-sm); font-weight: 500; color: rgba(255,255,255, .6); margin-top: .5rem; } 
#sec_history .his_inner .hisBox .contentItem > .item > .btmCon { display: flex; align-items: end; gap: .5rem; margin-bottom: 2rem; } 
#sec_history .his_inner .hisBox .contentItem > .item > .btmCon .num { font-size: var(--font-size-xxl); font-weight: 700; line-height: 1; color: #fff; } 
#sec_history .his_inner .hisBox .contentItem > .item > .btmCon .tx { position:relative; vertical-align: baseline; font-size: var(--font-size-sm); color: rgba(255,255,255, .615); font-weight: 600; } 

/*main sec5*/
#sec_attorney { position:relative; padding-top: 0;} 
#sec_attorney .huSlide { overflow: visible; } 
#sec_attorney .huSlide .swiper-slide { } 
.huContainer { position:relative; display: block; } 
.huContainer .huImg { background-size: cover; background-repeat: no-repeat; background-position: center center; background-position: top center; position: relative; border-radius: 12px; overflow: hidden; border: 1px solid rgba(0,0,0, .1); } 
.huContainer .huImg:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #CFD4D9; z-index: -1; content: ''; } 
.huContainer .huImg > img { width: 100%; height: 100%; object-fit: cover; } 
.huContainer .huImg:after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 30%; background: linear-gradient(to bottom, rgba(17, 38, 59, 0), rgba(17, 38, 59, 0.8)); transition: all 0.3s ease-in-out; z-index: 1; } 
.huContainer .profile-bx { color: #fff; padding: 1.5rem; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: end; position: absolute; left: 0; bottom: 0; z-index: 5; line-height: 1; box-sizing: border-box; } 
.huContainer .profile-bx:after { content: ""; background-image: url(../images/inc/mark.svg); background-size: cover; background-repeat: no-repeat; background-position: center center; width: 80px; height: 50px; position: absolute; top: 24px; right: 24px; filter: var(--crWhitefil); opacity: .315; z-index: 5; } 
.huContainer .profile-bx .mainRoundBtn { position: absolute; bottom: 24px; right: 24px; transform: translateX(2rem); opacity: 0; transition: .3s ease; } 
.huContainer .profile-bx .wrap { display: flex; align-items: end; gap: 0.375rem; } 
.huContainer .profile-bx .wrap .name { font-size: var(--font-size-lg); font-weight: 500; } 
.huContainer .profile-bx .wrap .position { font-size: var(--font-size-base) } 

.huContainer:hover .huImg:after { /* background: var(--color-point); height: 100%; z-index: -1; */ } 
.huContainer:hover .profile-bx .mainRoundBtn { transform: translateX(0); opacity: 1; visibility: visible; } 
.huContainer.hn:hover .huImg:after { background: linear-gradient(to bottom, rgba(17, 38, 59, 0), rgba(17, 38, 59, 0.8)); height: 30%; z-index: 1; } 

.attorney_container { position:relative; } 

#sec_attorney .huSlide_control .swiperBtn { border-radius: 0; background: transparent; color: var(--color-black-1); opacity: .3; transition: .3s ease; } 
#sec_attorney .huSlide_control .swiperBtn:hover { background: none; opacity: 1; } 
#sec_attorney .huSlide_control .swiperBtn.next { right: 0; } 
#sec_attorney .huSlide_control .swiperBtn.prev { left: 0; } 
#sec_attorney .huSlide_control .swiperBtn.prev:before { content: '\e908'; } 
#sec_attorney .huSlide_control .swiperBtn.next:before { content: '\e90b'; } 

#sec_attorney .huSlide_control .control .progress-container { display: flex; align-items: center; gap: 1em; margin-top: 3.5em; } 
#sec_attorney .huSlide_control .control .progress-container .progress-bar { position: relative; bottom: 0; width: 120px; height: 2px; background: rgba(0,0,0, .15); } 
#sec_attorney .huSlide_control .control .progress-container .current-slide,
#sec_attorney .huSlide_control .control .progress-container .total-slide { color: var(--color-point); font-size: 1.15em; font-weight: 500; letter-spacing: 2px; font-style: italic; } 
#sec_attorney .huSlide_control .control .progress-container .swiper-pagination-progressbar-fill { background: var(--color-point); } 

#sec_attorney .huSlide_arrow { position: absolute; right: 0; top: -4.5rem; width: auto; gap: .5rem; } 
#sec_attorney .huSlide_arrow .swiperControl { gap: .5rem; } 
#sec_attorney .huSlide_arrow .swiperBtn { width: 4rem; height: 4rem; border-radius: 3px; background: var(--color-point); opacity: .8; transition: .3s ease; } 
#sec_attorney .huSlide_arrow .swiperBtn:hover { opacity: 1; } 

#sec_attorney .main_more { position: absolute; right: 0; top: -5em; } 


/*main sec6*/
#sec_example { position:relative; } 
#sec_example .example_tab { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; width: 50%; margin: 0 auto; } 
#sec_example .example_tab > li { display: flex; align-items: center; height: 2.615rem; justify-content: center; padding: 0 1.5rem; box-sizing: border-box; background: rgba(255,255,255, .315); border-radius: 100px; cursor: pointer; transition: .3s ease; } 
#sec_example .example_tab > li > .tt { font-size: var(--font-size-base); font-weight: 600; color: rgba(255,255,255, .8); } 

#sec_example .example_tab > li.on { background: var(--color-point); } 
#sec_example .example_tab > li.on > .tt { color: #fff; } 

#sec_example .exampleList { margin-top: 2.5rem; } 
.exampleList > li { display: flex; } 
.exampleList > li > .in { margin: 0 0 2em 2em !important; border: 1px solid transparent; flex: 1; padding: 2rem; box-sizing: border-box; border-radius: 15px; background: #fff; } 
.exampleList > li > .in > .examTop { display: flex; gap: 1rem; align-items: center; justify-content: space-between; margin-bottom: 2rem; } 
.exampleList > li > .in > .examTop .cate { } 
.exampleList > li > .in > .examTop .cate .cateT { font-size: var(--font-size-base); font-weight: 600; color: var(--color-black-5); } 
.exampleList > li > .in > .examTop .resultBtn { display: flex; align-items: center; justify-content: center; height: 1.815rem; background: var(--color-error); padding: 0 .75rem; box-sizing: border-box; border-radius: 5px; } 
.exampleList > li > .in > .examTop .resultBtn > .tt { color: #fff; font-size: var(--font-size-sm); font-weight: 600; } 
.exampleList > li > .in > .examBtm { } 
.exampleList > li > .in > .examBtm .title { font-size: var(--font-size-md); font-weight: 700; margin-bottom: 1rem; } 
.exampleList > li > .in > .examBtm .txt { font-size: var(--font-size-sm); line-height: var(--line-height-loose); color: var(--color-black-6); } 
/* .main .exampleList > li > .in > .examBtm > p > img{ display: none !important;} */
.exampleList > li > .in > .examBtm .resultImg { position:relative; width: 100%; height: 12.5rem; margin-top: 1.5rem; border-radius: 10px; overflow: hidden; border: 1px solid rgba(0,0,0, .1); } 
.exampleList > li > .in > .examBtm .resultImg:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0, .25); content: ''; } 
.exampleList > li > .in > .examBtm .resultImg > img { width: 100%; height: 100%; object-fit: cover; } 

.exampleList > li > .in > .examBtm .resultImg .resultBox { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; align-items: center; justify-content: center; height: 4.215rem; padding: 0 2rem; border: 4px solid var(--color-error); background: rgba(255,255,255, .01); backdrop-filter: blur(4px); } 
.exampleList > li > .in > .examBtm .resultImg .resultBox > .tt { font-size: var(--font-size-xl); font-weight: 700; color: var(--color-error); } 

.exampleList > li > .in:hover > .examBtm .title { text-decoration: underline; } 

.sub .exampleList > li > .in { background: #f7f7f7; margin: 0 0 1em 1em !important; padding: 1.5rem; transition: .3s ease; } 
.sub .exampleList > li > .in > .examTop { margin-bottom: .5rem; } 
.sub .exampleList > li > .in > .examTop .cate { padding: .5rem .5rem; background: var(--color-point); border-radius: 5px; } 
.sub .exampleList > li > .in > .examTop .cate .cateT { font-size: var(--font-size-xs); color: #fff; line-height: 1; } 
.sub .exampleList > li > .in > .examBtm .title { font-size: var(--font-size-base); margin-bottom: .5rem; } 
.sub .exampleList > li > .in:hover { border: 1px solid var(--color-point); } 

/*main sec7*/
#sec_community { /* background: #f7f7f7; */ } 
#sec_community .communityList { } 
#sec_community .communityList > li { } 
#sec_community .communityList > li > .in { padding: 2.5rem; background: #fff; box-sizing: border-box; transition: .3s ease; border-radius: 5px; overflow: hidden; } 
#sec_community .communityList > li > .in > .type { font-size: var(--font-size-base); font-weight: 500; color: var(--color-point); transition: .3s ease; } 
#sec_community .communityList > li > .in > .tit { margin-top: 1rem; height: 3.5rem; line-height: var(--line-height-tight); margin-bottom: 2.5rem; font-size: var(--font-size-md); font-weight: 600; } 
#sec_community .communityList > li > .in > .date { font-size: var(--font-size-sm); font-weight: 500; color: var(--color-black-9); transition: .3s ease; } 

#sec_community .communityList > li > .in:hover { background: var(--color-point); color: #fff; } 
#sec_community .communityList > li > .in:hover > .date,
#sec_community .communityList > li > .in:hover > .type { color: #fff; } 

/*community new*/
#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: var(--font-size-base); 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: var(--font-size-xxxl); font-weight: 800; color: #cbcbcb; transition: .3s ease; } 
#sec_community .notice_list > li > .inner > .date > .ym { font-size: var(--font-size-sm); 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: var(--font-size-md); font-weight: 500; } 
#sec_community .notice_list > li > .inner > .infoT > .txt { margin-top: .75em; font-size: var(--font-size-sm); 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 sec8 ori*/
#sec_contact { position:relative; } 
#sec_contact .btnList { display: flex; gap: 1rem; } 
#sec_contact .btnList.hc { justify-content: center; } 
#sec_contact .wideImg { height: 32rem; } 
#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 { } 

/*main sec8*/
#sec_contact .inquiry_container { position:relative; width: 100%; margin-top: 2rem; } 
#sec_contact .inquiry_container .inquiryImg { position:relative; display: flex; align-items: center; width: 100%; padding: 5rem 0; overflow: hidden; } 
#sec_contact .inquiry_container .inquiryImg:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0, .615); content: ''; } 
#sec_contact .inquiry_container .inquiry_circle { width: 116px; height: 116px; border-radius: 50%; position: absolute; left: 50%; top: 0; background: var(--color-point); transform: translate(-50%, -50%) scale(1); -webkit-transition: 0.7s 
cubic-bezier(0.34, 1.56, 0.64, 1); transition: 0.7s 
cubic-bezier(0.34, 1.56, 0.64, 1); z-index: 1; } 
#sec_contact .inquiry_container .inquiry_circle > .icon { position: absolute; text-align: center; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1; } 
#sec_contact .inquiry_container .inquiry_circle > .icon > img { height: 50px; object-fit: contain; filter: var(--crWhitefil); } 
#sec_contact .inquiry_container .inquiry_circle:before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/inc/rotate_txt.svg) no-repeat center center / cover; -webkit-transform: scale(1.4); transform: scale(1.4); -webkit-transition: 1.5s 
cubic-bezier(0.87, 0, 0.13, 1); transition: 1.5s 
cubic-bezier(0.87, 0, 0.13, 1); } 
#sec_contact .inquiry_container .innerInfo { width: 100%; } 
#sec_contact .inquiry_container .innerInfo .innerContainer { display: flex; gap: 4em; justify-content: space-between; } 
#sec_contact .inquiry_container .innerInfo .innerContainer .rfInner,
#sec_contact .inquiry_container .innerInfo .innerContainer .lfInner { position:relative; width: 50%; } 

#sec_contact .form_wrap { } 
#sec_contact .form_wrap .form { gap:.5em; font-size:.95em; } 
#sec_contact .form_wrap .form > li { position: relative; } 
#sec_contact .form_wrap .form > li:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; content: ''; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); border-radius: 0.25rem; } 
#sec_contact .form_wrap .form > li:not(.w100) { width:calc(50% - .25em); } 
#sec_contact .form_wrap .form > li .inp_wrap { position:relative; } 
#sec_contact .form_wrap .form > li .inp_wrap .tit,
#sec_contact .form_wrap .form > li .inp_wrap .input_st:not(textarea) { height:4em; } 
#sec_contact .form_wrap .form > li .inp_wrap .input_st::placeholder { color: rgba(255,255,255, .8); } 
#sec_contact .form_wrap .form > li .inp_wrap .tit { position:absolute; top:0; left:0; padding-left:1.5em; } 
#sec_contact .form_wrap .form > li .inp_wrap .tit .tt { font-size:.95em; font-weight:600; color: #fff; } 
#sec_contact .form_wrap .form > li .inp_wrap .input_st:not(textarea) { width:100%; padding-left:7em; } 
#sec_contact .form_wrap .form > li .inp_wrap textarea.input_st { padding-top:4em; padding-left:1.5em; height:12em; } 
#sec_contact .form_wrap .form > li .inp_wrap .input_st { border:none; background: transparent; color: #fff; border-radius: .15em; outline: 1px solid transparent; transition: all .4s ease-in-out; } 
#sec_contact .form_wrap .form > li .inp_wrap input:focus { outline: 1px solid #fff; } 
#sec_contact .form_wrap .form > li .inp_wrap input:-webkit-autofill { box-shadow: 0 0 0 1000px rgba(0,0,0, .5) inset !important; background-color: transparent !important; color: #fff !important } 
#sec_contact .form_wrap .form_chk { margin-top:2em; } 
#sec_contact .form_wrap .form_chk .chk { gap:1em; } 
#sec_contact .form_wrap .form_chk .btn .input_st { background: transparent; color: #fff; width:12em; border: 4px solid rgba(255, 255, 255, .4); transition: all .4s ease-in-out; } 
#sec_contact .form_wrap .form_chk .btn .input_st:hover { border: 4px solid #fff; } 
#sec_contact .label_st input ~ .tt { color: #fff; } 

#sec_contact .form_wrap .form > li .inp_wrap .inp_inner.captcha > .cap { flex:1; } 
#sec_contact .form_wrap .form > li .inp_wrap .inp_inner.captcha > .captcha-inner { margin-left: 0.5em; } 

#sec_contact .form_wrap .label_st input ~ .xi { color: #fff; } 
#sec_contact .form_wrap .label_st input:checked ~ .xi:before,
#sec_contact .form_wrap .label_st input:checked ~ span { color: #fff; } 
#sec_contact .form_wrap .label_st .unline { text-decoration: underline; } 
#sec_contact .captcha_wrap { width: 98%; } 
#sec_contact #capthaReload { color: #fff; } 

.select-wrapper { position:relative; } 
.select-wrapper:before { position: absolute; top: 50%; right: 1.5rem; transform: translateY(-50%); font-size: 1.5rem; color: #fff; transition: all .4s ease-in-out; font-family: 'xeicon'; z-index: 2; } 
.select-wrapper:not(.selected):before { content: '\e936' } 
.select-wrapper.selected:before { content: '\e930'; } 

#opSelect { position:relative; color: #fff; } 
#opSelect:focus { color: #fff; } 
#opSelect option { color: #111; } 
#opSelect:focus option { color: black; } 

/* sub */

/* 공통 */
.pageGoBtn { gap: 1rem; margin-top: 8rem; } 
.pageGoBtn .btn_wrap { padding: 2.5rem; box-sizing: border-box; background: var(--color-point); border-radius: 1rem; flex: 1 1 33%; transition: 0.3s; flex-direction: column; display: flex; justify-content: end; } 
.pageGoBtn .btn_wrap:hover { background: var(--color-point); } 
.pageGoBtn .btn_wrap:hover .tit,
.pageGoBtn .btn_wrap:hover .t1 { color: #fff; } 
.pageGoBtn .btn_wrap .tit { font-size: 1.63rem; font-weight: 700; margin-bottom: .5rem; } 
.pageGoBtn .btn_wrap .t1 { font-size: 1.06rem; line-height: var(--line-height-normal); color: #555; margin-bottom: 2rem; min-height: 3rem; } 
.pageGoBtn .btn_wrap .more_btn { width: 120px; height: 40px; border-radius: 100px; background: #fff; margin-left: auto; } 
.pageGoBtn .btn_wrap .arrow { line-height: 40px; padding: 0 1.5rem; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; } 

.sticky_wrap { position: sticky; top: 2em; z-index: 100; } 

/* 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:last-child: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%; display:none; filter:alpha(opacity=0); opacity:0; } 
.con_idx > .idx.on { position:relative; display:block; filter:alpha(opacity=100); opacity:1; } 

/*tab 2*/
.loc_btn { display: flex; background: #273587; border-radius: 100px; padding: .75rem; box-sizing: border-box; width: fit-content; margin: 0 auto; margin-top: 3rem; margin-bottom: 2rem; } 
.loc_btn>li { display: flex; align-items: center; justify-content: center; cursor: pointer; height: 3rem; padding: 0 1.5rem; box-sizing: border-box; border-radius: 100px; transition: .3s ease; } 
.loc_btn>li>.tt { font-size: var(--font-size-base); font-weight: 700; color: #fff; transition: .3s ease; } 
.loc_btn>li>.num { font-size: var(--font-size-base); font-weight: 700; margin-left: 8px; color: #ec6677; } 
.loc_btn>li>.xi { margin-right: 5px; display: none; opacity: 0; transition: .3s ease; } 
.loc_btn>li.on { background: #fff; } 
.loc_btn>li.on>.tt { color: var(--color-point); } 
.loc_btn>li.on>.xi { opacity: 1; display: block; } 

/* tab 3 */
.sub_select_tab select{height: 3.65rem;}

/* 산재가능범위 */
.que { position: relative; cursor: pointer; border-bottom: 1px solid #dddddd; border-top: 1px solid var(--color-point); padding: 1rem 2rem; background: #f7f7f7; box-sizing: border-box } 
.que:first-child { border-top: 1px solid var(--color-point); } 
.que > span { color: var(--color-point); font-size: var(--font-size-md); font-weight: 600; } 
.que.on>span { } 
.anw { } 
.anw .anwInner { padding: 1.75rem 2rem 3rem 2rem; box-sizing: border-box; } 
.anw .anwInner .titBoxList { } 
.anw .anwInner .titBoxList.m1 { margin-top: 1rem; } 
.anw .anwInner .titBoxList > li { margin-bottom: 1.75rem; } 
.anw .anwInner .titBoxList > li:last-of-type { margin-bottom: 0; } 
.anw .anwInner .titBoxList > li > .con { } 
.anw .anwInner .titBoxList > li > .con > .tit { position: relative; font-size: var(--font-size-base); font-weight: 600; color: var(--color-point); margin-bottom: 1rem; padding-left: 1.75rem; } 
.anw .anwInner .titBoxList > li > .con > .tit:before { position: absolute; font-size: 1.45rem; left: 0; top: -3px; color: var(--color-point); content: '\e92d'; font-family: 'xeicon'; } 
.anw .anwInner .titBoxList > li > .con > .dotList { } 
.anw .anwInner .titBoxList > li > .con > .dotList > li { } 
.anw .anwInner .innerImg { margin: 0 auto; text-align: center; } 
.anw .anwInner .innerImg > img { max-width: 60%; height: 100%; object-fit: contain; } 
.lineBoxIn { padding: 1.5rem; border: 1px solid #ddd; background: #f9f9f9; box-sizing: border-box; } 
.lineBoxIn.m1 { margin-top: 1rem; } 


.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); } 

.questionList { } 
.questionList > li { padding-bottom: 2rem; margin-bottom: 2rem; border-bottom: 2px dashed #ddd; } 
.questionList > li:last-of-type { margin-bottom: 0; border-bottom: none; padding-bottom: 0; } 
.questionList > li > .con { } 
.questionList > li > .con > .queTxt,
.questionList > li > .con > .queTit { display: flex; gap: 1.5rem; } 
.questionList > li > .con > .queTxt > .qAn,
.questionList > li > .con > .queTit > .qTx { position:relative; top: 2px; font-size: var(--font-size-lg); color: var(--color-point3); font-weight: 700; } 
.questionList > li > .con > .queTit > .titBox { position:relative; } 
.questionList > li > .con > .queTxt > .txtBox > .tx,
.questionList > li > .con > .queTit > .titBox > .tt { position:relative; padding: .75rem 1rem; border-radius: 3px; background: var(--color-point); color: #fff; font-weight: 600; font-size: var(--font-size-base); } 
.questionList > li > .con > .queTit > .titBox:before { position: absolute; top: 13px; left: -1rem; font-size: 1.5rem; line-height: 1; transform: rotate(-90deg); content: '\e930'; font-family: 'xeicon'; color: var(--color-point) } 
.questionList > li > .con > .queTxt { margin-top: .75rem; } 
.questionList > li > .con > .queTxt > .qAn { color: var(--color-black-3); opacity: .315; } 
.questionList > li > .con > .queTxt > .txtBox { } 
.questionList > li > .con > .queTxt > .txtBox > .tx { font-weight: 400; background: #f7f7f7; color: var(--color-black-3); } 

.simBoxList { display: flex; flex-wrap: wrap; gap: 1rem; } 
.simBoxList.m1 { margin-top: 1rem; } 
.simBoxList > li { width: calc((100% - 3rem) / 4); } 
.simBoxList > li > .inner { position:relative; display: flex; align-items: center; justify-content: center; padding: 0 1rem; box-sizing: border-box; border: 1px solid #ddd; height: 3.415rem; } 
.simBoxList > li > .inner:before { position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: var(--color-point); content: ''; } 
.simBoxList > li > .inner > .tt { font-size: var(--font-size-base); font-weight: 500; color: var(--color-black-6); } 

.pageDivCon { } 
.pageDivCon > li { } 
.pageDivCon > li > .Con { } 
.pageDivCon > li > .Con.col { flex-direction: column; gap: 1rem; } 
.pageDivCon > li > .Con .titC { width: 100%; } 
.pageDivCon > li > .Con .titC > .tt { font-size: var(--font-size-md); font-weight: 700; line-height: var(--line-height-tight); } 
.pageDivCon > li > .Con .DivList_wrap { width: 100%; } 
.pageDivCon > li > .Con .DivList_wrap .flex_box { margin-bottom: 1rem; } 
.pageDivCon > li > .Con .DivList_wrap .flex_box:last-of-type { margin-bottom: 0em; } 
.pageDivCon > li > .Con .DivList_wrap .wideImg { border: 1px solid #ddd; padding: 1rem; height: 45rem; max-height: 45rem; box-sizing: border-box; border-radius: .5rem; } 
.pageDivCon > li > .Con .DivList_wrap .wideImg > img { width: 100%; height: 100%; object-fit: contain; } 
.pageDivCon > li > .Con .DivList_wrap .DivList { } 
.pageDivCon > li > .Con .DivList_wrap .DivList > li { padding: 2rem 0; border-top: 1px dotted #bbb; } 
.pageDivCon > li > .Con .DivList_wrap .DivList > li:first-of-type { padding-top: 0rem; border-top: none; } 
.pageDivCon > li > .Con .DivList_wrap .DivList > li:last-of-type { padding-bottom: 0rem; } 
.pageDivCon > li > .Con .DivList_wrap .DivList > li > .img_wrap { width: 100%; height: 100%; margin: 0 auto; } 
.pageDivCon > li > .Con .DivList_wrap .DivList > li > .img_wrap.st1 { padding: 0 10em; box-sizing: border-box; } 
.pageDivCon > li > .Con .DivList_wrap .DivList > li > .img_wrap img { object-fit: contain; width: 100%; height: 100%; } 
.pageDivCon > li > .Con .qeList { } 
.pageDivCon > li > .Con .qeList > li { } 
.pageDivCon > li > .Con .qeList > li > .qeTit { } 
.pageDivCon > li > .Con .qeList > li > .qeTit > .Qicon { font-size: var(--color-point3); font-weight: 700; font-size: var(--font-size-md); } 
.pageDivCon > li > .Con .qeList > li > .qeTit > .tit { } 

.pageDivCon > li > .Con .DivList_wrap .DivList .table_wrap { margin-top: 1rem; } 

.sub_tab .idx > .bu_pageDiv:first-of-type { margin-top: 4rem; } 
.bu_pageTop .txtCon:first-child { } 
.bu_pageTop .txtCon { } 
.bu_pageTop .txtCon .conTit { font-size: var(--font-size-lg-2); font-weight: 700; color: var(--color-point); } 

.bu_pageTop { margin-bottom: 1.25rem; align-items: center; } 
.bu_pageTop .more_btn { } 

.page_tab { flex-wrap: wrap; background:url(../images/sub2/sub2_2_tabline.jpg) repeat-x left 46px; display:flex; align-items: center; width: 100%; box-sizing: border-box; } 
.page_tab .tab { width: 100%; justify-content: center; } 
.page_tab .tab > li { position: relative; text-align: center; padding:1rem 2rem; background: #f3f3f3; box-sizing: border-box; font-size:var(--font-size-base); font-weight: 600; color:#333; cursor:pointer; flex:1; transition:.3s; max-width: 25%; flex: 25%; } 
.page_tab .tab > li::before { position: absolute; content: ''; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 50%; background: #ddd; } 
.page_tab .tab > li::after { position: absolute; content: ''; left: 50%; top: 0; transform: translateX(-50%); width: 86%; height: 1px; background: #ddd; } 
.page_tab .tab > li:nth-child(4n):before,
.page_tab .tab > li:nth-child(1):after,
.page_tab .tab > li:nth-child(2):after,
.page_tab .tab > li:nth-child(3):after,
.page_tab .tab > li:nth-child(4):after,
.page_tab .tab > li:last-child:before { display: none; } 
.page_tab .tab > li a { display: block; } 
.page_tab .tab> li:hover { background:var(--color-point3); color: #fff; } 
.page_tab .tab> li.on { color: #fff; background: var(--color-point3); font-weight:700; box-shadow: 0 11px 16px rgba(0, 0, 0, 0.12); } 
.page_tab .tab> li.on::before,
.page_tab .tab> li.on::after { background: var(--color-point3); } 

.pointChk_list { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 3rem; } 
.pointChk_list li { width: calc((100% - 2rem) / 3); padding: 2rem; box-sizing: border-box; background: #fff; border-radius: 1rem; box-shadow: 0 0 13px rgb(17 17 17 / 18%); } 
.pointChk_list.flex4 li { width: calc((100% - 3rem) / 4); } 
.pointChk_list li .num p { font-size: var(--font-size-base); font-weight: 600; color: var(--color-point3); } 
.pointChk_list li .txt p { font-size: var(--font-size-md); font-weight: 700; margin-top: 1rem; } 
.pointChk_list li .txt .t1 { font-size: var(--font-size-sm); font-weight: 500; color: #777; margin-top: 0.5rem; } 

.CouselDiv { display: flex; flex-direction: column; margin-top: 2em; } 
.CouselDiv .CouselItem { display: flex; gap: 1.5rem; flex: 1; } 
.CouselItem ~ .CouselItem { margin-top: 1.5rem; } 
.CouselDiv .CouselItem .csTit { width: 25%; background: var(--color-point); color: #fff; border-radius: 1rem; display: flex; justify-content: center; align-items: center; font-size: var(--font-size-base); text-align: center; font-weight: 600; } 
.CouselDiv .CouselItem .csTit .Tit { line-height: var(--line-height-normal); letter-spacing: -.2px; } 
.CouselDiv .CouselItem .csTxt { width: 75%; background: #fff; padding: 2em; box-sizing: border-box; border-radius: 1rem; } 

.CouselDiv .CouselItem .csTxt,
.CouselDiv .CouselItem .csTxt { min-height: 11rem; } 
.CouselDiv.h50 .CouselItem .csTxt,
.CouselDiv.h50 .CouselItem .csTxt { min-height: 20rem; } 

.work_wrap { gap: 1rem; } 
.work_wrap .work_left { width: 60%; padding-right: 2rem; box-sizing: border-box; } 
.work_wrap .work_left .tit { font-size: var(--font-size-xl); color: var(--color-point); font-weight: 700; margin-bottom: 1.3rem; } 
.work_wrap .work_left .line { display: inline-block; background: #2f3292; width: 40px; height: 3px; border-radius: 30px; margin: 1.5rem 0; } 
.work_wrap .work_left .sub_tit { font-size: 1.25rem; color: #222; line-height: var(--line-height-normal); margin-bottom: 1rem; } 
.work_wrap .work_left .txt { font-size: 1.125rem; color: #777; margin-bottom: 1rem; line-height: var(--line-height-normal); } 
.work_wrap .work_left .txt span { display: inline; } 

.txt_inner { background: #fff; padding: 1.5rem; box-sizing: border-box; margin-top: 0.5rem; border: 1px solid #ddd; } 

/* 산재보상 종류 절차 */

/* 승인사례 */
.per_charge { display: flex; gap: .5rem; margin-top: 1.5rem; align-items: center; flex-wrap: wrap; } 
.per_charge > li { width: calc((100% - 3rem) / 7) } 
.per_charge > li > .con { } 
.per_charge > li > .con > .huprofile { width: 48px; height: 48px; background: #d6d6d8; overflow: hidden; border-radius: 50%; margin: 0 auto; } 
.per_charge > li > .con > .huprofile > img { width: 100%; height: 100%; object-fit: cover; } 
.per_charge > li > .con > .name { font-size: var(--font-size-sm); text-align: center; margin-top: .5rem; color: var(--color-black-6); } 
.per_charge > li > .con.md > .moredot { text-align: center;} 
.per_charge > li > .con.md > .moredot > .xi { color: var(--color-black-9); } 

.appView_Container { margin-top: 3.5rem; } 
.appView_Container .app_titleWrap { padding: 4.5rem 2rem; text-align: center; box-sizing: border-box; border-radius: .5rem; overflow: hidden; } 
.appView_Container .app_titleWrap > .category { font-size: var(--font-size-base); margin-bottom: 1.25rem; color: #fff; } 
.appView_Container .app_titleWrap > .title { font-size: var(--font-size-xl); font-weight: 600; color: #fff; } 

.appView_Container .appInner_Container { display: flex; margin-top: 4rem; gap: 2.5rem; align-items: flex-start;} 
.appView_Container .appInner_Container .app_content { width: 65%; } 
.appView_Container .appInner_Container .app_content > .contentItem { } 
.appView_Container .appInner_Container .app_content > .contentItem > .tit { font-size: var(--font-size-lg-2); font-weight: 600; } 
.appView_Container .appInner_Container .app_content > .contentItem > .grayBox { background: #f7f7f7; border: 1px solid #ddd; margin-top: .75rem; border-radius: .5rem; } 
.appView_Container .appInner_Container .app_content > .contentItem > .grayBox > .tt { font-size: var(--font-size-base); line-height: var(--line-height-loose); padding: 2.5rem; box-sizing: border-box; color: var(--color-black-6); } 

.appView_Container .app_huContent { width: 35%; position: sticky; top: 10em;} 
.appView_Container .app_huContent > .huBoxInner { padding: 1.5rem; padding-right: 0rem; border-radius: .5rem; overflow: hidden; box-shadow: 3px 0 21px rgba(0,0,0, .1);} 
.appView_Container .app_huContent > .huBoxInner > .tit { font-size: var(--font-size-md); font-weight: 600; color: var(--color-point); margin-bottom: .75rem; } 
.appView_Container .app_huContent > .huBoxInner .huList { max-height: calc(var(--vh, 1vh) * 50); overflow-y: scroll; padding-right: 1.5rem;} 
.appView_Container .app_huContent > .huBoxInner .huList > li { margin-bottom: .75rem; } 
.appView_Container .app_huContent > .huBoxInner .huList > li:last-of-type { margin: 0; } 
.appView_Container .app_huContent > .huBoxInner .huList > li > .in { display: block; padding: .75rem; box-sizing: border-box; border: 1px solid transparent; background: #fff; border: 1px solid #ddd; border-radius: .5rem; transition: .3s ease; } 
.appView_Container .app_huContent > .huBoxInner .huList > li > .in > .con { display: flex; align-items: center; gap: 1.315rem; } 
.appView_Container .app_huContent > .huBoxInner .huList > li > .in > .con > .huProfile { width: 5rem; height: 5rem; background: #d6d6d8; border-radius: .5rem; overflow: hidden; } 
.appView_Container .app_huContent > .huBoxInner .huList > li > .in > .con > .huProfile > img { width: 100%; height: 100%; object-fit: cover; } 
.appView_Container .app_huContent > .huBoxInner .huList > li > .in > .con > .huInfo { } 
.appView_Container .app_huContent > .huBoxInner .huList > li > .in > .con > .huInfo > .type { font-size: var(--font-size-sm); color: var(--color-black-9); } 
.appView_Container .app_huContent > .huBoxInner .huList > li > .in > .con > .huInfo > .name { font-size: var(--font-size-base); font-weight: 600; } 

.appView_Container .app_huContent > .huBoxInner .huList > li > .in:hover { border: 1px solid var(--color-point); } 

.allCount { margin: 3rem auto; } 
.allCount > .titCon { display: flex; align-items: end; justify-content: center; } 
.allCount > .titCon > .tt { font-size: var(--font-size-lg); color: var(--color-black-6); line-height: 1; } 
.allCount > .titCon > .poT { font-size: var(--font-size-lg-2); font-weight: 600; color: var(--color-point3); } 

.appView_Container .relation_container{ margin: 6rem 0;}
.appView_Container .relation_container > .titTop > .tit{ font-size: var(--font-size-lg); font-weight: 700; color: var(--color-point);}
.appView_Container .relation_container > .relationList{ margin-top: 1.5rem; display: flex; flex-wrap: wrap; gap: 4rem; padding: 1.5rem 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.appView_Container .relation_container > .relationList > li{ width: calc((100% - 4rem) / 2);}
.appView_Container .relation_container > .relationList > li > .inner{ position:relative; display: block; padding: .5rem; box-sizing: border-box;}
.appView_Container .relation_container > .relationList > li:nth-child(2n-1) > .inner:before{ position: absolute; right: -2rem; width: 1px; height: 100%; top: 50%; transform: translateY(-50%); background: #ddd; content: '';}
.appView_Container .relation_container > .relationList > li:nth-child(1) > .inner:after,
.appView_Container .relation_container > .relationList > li:nth-child(2) > .inner:after{ position: absolute; bottom: -2rem; width: 100%; height: 1px; left: 50%; transform: translateX(-50%); background: #ddd; content: '';}
.appView_Container .relation_container > .relationList > li > .inner > .cate{ font-size: var(--font-size-sm); font-weight: 600; color: var(--color-point);}
.appView_Container .relation_container > .relationList > li > .inner > .tit{ font-size: var(--font-size-base); font-weight: 600; margin: .5rem 0;}
.appView_Container .relation_container > .relationList > li > .inner > .txt{ font-size: var(--font-size-sm); color: var(--color-black-6); line-height: var(--line-height-loose);}

.appView_Container .relation_container > .relationList > li > .inner:hover > .tit{ text-decoration: underline;}

/*구성원*/
.huAllContainer .subhuList { display: flex; gap: 4rem 1.3rem; flex-wrap: wrap; } 
.huAllContainer .subhuList > li { width: calc((100% - 3.9rem) / 4); } 
.huListContainer { } 
.huListContainer>.item { margin-top: 5.5rem; } 
.huListContainer>.item:first-of-type { margin-top: 0; } 
.huListContainer>.item>.tit { font-size: var(--font-size-xl); font-weight: 700; color: var(--color-point); margin-bottom: 1.5rem; } 
.huListContainer>.item.mori { margin-top: 5.5rem; } 
.huAllContainer .item.ceo .subhuList { justify-content: center; } 
.huAllContainer .item.ceo .profile-bx{ padding: 2.5rem;}
.huAllContainer .item.ceo .subhuList > li { width: 100%; } 
.huAllContainer .item.ceo .huContainer .huImg { max-height: 35rem; } 
.huAllContainer .item.ceo .profile-bx .wrap .name { font-size: var(--font-size-xxl); } 
.huAllContainer .item.ceo .profile-bx .wrap .position { font-size: var(--font-size-md); } 

.huContainer:hover .profile-bx .mainRoundBtn { transform: translateX(0); opacity: 1; visibility: visible; } 
.huContainer.hn:hover .huImg:after { background: linear-gradient(to bottom, rgba(17, 38, 59, 0), rgba(17, 38, 59, 0.8)); height: 30%; z-index: 1; } 

/*hu view*/
.huViewContainer { display: flex; gap: 6rem; } 
.huViewContainer > .huContainer { width: 28%; } 
.huViewContainer > .infoContainer { width: 72%; } 
.huViewContainer > .infoContainer .huInfoTop { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2rem; padding-bottom: 2rem; border-bottom: 1px solid #ddd; gap: 3rem; } 
.huViewContainer > .infoContainer .huInfoTop .huType { display: flex; gap: 3.5rem; align-items: center; } 
.huViewContainer > .infoContainer .huInfoTop .huType > .item { display: flex; align-items: center; gap: .5rem; } 
.huViewContainer > .infoContainer .huInfoTop .huType > .item > .icon { height: 25px; } 
.huViewContainer > .infoContainer .huInfoTop .huType > .item > .icon > img { height: 25px; object-fit: contain; } 
.huViewContainer > .infoContainer .huInfoTop .huType > .item > .tt { font-size: 1.063rem; font-weight: 500; color: var(--color-point); } 
.huViewContainer > .infoContainer .huInfoTop .nameCon { display: flex; align-items: end; color: var(--color-point); gap: .5rem; } 
.huViewContainer > .infoContainer .huInfoTop .nameCon > .name_info { font-size: var(--font-size-xl); line-height: 1; font-weight: 700; } 
.huViewContainer > .infoContainer .huInfoTop .nameCon > .position_info { font-size: var(--font-size-md); line-height: 1; font-weight: 500; } 
.huViewContainer > .infoContainer .huInfoTop .nameCon > img { height: 45px; object-fit: contain; padding-left: 1rem; } 

.huViewContainer > .infoContainer > .careerContainer { display: flex; flex-wrap: wrap; gap: 4rem 2rem; } 
.huViewContainer > .infoContainer > .careerContainer > .item { width: calc((100% - 4rem) / 3); } 
.huViewContainer > .infoContainer > .careerContainer > .item > .tit { position: relative; line-height: 1; padding-left: 1rem; font-size: 1.315rem; font-weight: 600; color: var(--color-point); } 
.huViewContainer > .infoContainer > .careerContainer > .item > .tit:before { position: absolute; top: 45%; transform: translateY(-50%); left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--color-point); content: ''; } 
.huViewContainer > .infoContainer > .careerContainer > .item > .txtList { margin-top: 1rem; padding-left: 1rem; } 
.huViewContainer > .infoContainer > .careerContainer > .item > .txtList > li { font-size: 1.063rem; word-break: break-all; margin-bottom: .415rem; font-weight: 400; color: #444; } 
.huViewContainer > .infoContainer > .careerContainer > .item > .txtList > li:last-of-type { margin-bottom: 0; } 

.huViewContainer > .infoContainer > .btmContentWrap { } 
.huViewContainer > .infoContainer > .btmContentWrap .content { padding-top: 4rem; } 
.huViewContainer > .infoContainer > .btmContentWrap .content .cnTit { font-size: 1.415rem; font-weight: 600; margin-bottom: .75rem; color: var(--color-point); } 

.ceoWrap .huViewContainer { } 
.ceoWrap .huViewContainer > .infoContainer .huInfoTop { margin-bottom: 0rem; } 
.ceoWrap .huViewContainer .infoContainer { width: 100%; margin-top: 4rem; } 
.ceoWrap .huViewContainer > .infoContainer > .careerContainer { padding: 2.5rem; box-sizing: border-box; background: #f7f7f7; } 
.ceoWrap .huViewContainer > .infoContainer > .careerContainer > .item { display: flex; gap: 3.5rem; } 
.ceoWrap .huViewContainer > .infoContainer > .careerContainer > .item > .txtList { margin-top: 0rem; } 
.ceoWrap .huViewContainer > .infoContainer > .careerContainer > .item > .tit { height: 20px; } 

.successList { } 
.successList > li { display: flex; } 
.successList > li > .in { padding: 2.25rem; flex: 1; box-sizing: border-box; background: #f5f5f5; border-radius: .5rem; overflow: hidden; } 
.successList > li > .in > .tit { font-size: var(--font-size-md); font-weight: 700; } 
.successList > li > .in > .txt { font-size: var(--font-size-base); line-height: 1.6; font-weight: 400; margin-top: 1rem; color: #666; } 
.successList > li > .in > .pl { display: flex; justify-content: end; margin-top: 1rem; } 
.successList > li > .in > .pl > .xi { font-size: 1.815rem; } 

.successList > li > .in:hover > .txt,
.successList > li > .in:hover > .tit { text-decoration: underline; } 

.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: .938rem; 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; } 

/*주요 업무*/
.business_top { height: auto; overflow: hidden; display: flex; justify-content: center; align-items: center; text-align: center; color: #fff; position: relative; } 
.business_top > * { height: calc(var(--vh, 1vh) * 100); } 
.business_top .txt_box { position: relative; top: -2rem; 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); font-weight: 400; line-height: 1.6; opacity: 0; transform: translateY(3rem); } 
.business_top .txt_box .txt 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 > .img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden; transform: scale(0.7); border-radius: 3rem; background: url(../images/sub/business_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; } 
 }

.value-bg-img-con { position: relative; height: 45rem; width: 100%; border-radius: 1rem; overflow: hidden; } 
.value-bg-img-con .value-bg-img-list { position: absolute; width: 100%; height: 100%; top: 0; left: 0; } 
.value-bg-img-con .value-bg-img-list > .bg_item { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } 
.value-bg-img-con .value-bg-img-list > .bg_item > .bg { position: relative; width: 100%; height: 100%; opacity: 1; visibility: hidden; transition: .3s ease; } 
.value-bg-img-con .value-bg-img-list > .bg_item > .bg > img { width: 100%; height: 100%; object-fit: cover; } 
.value-bg-img-con .value-list-con { position: relative; display: table; width: 100%; height: 100%; table-layout: fixed; z-index: 3; } 
.value-bg-img-con .value-list-con:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0, .315); content: ''; } 
.value-bg-img-con .value-list-con > li { display: table-cell; position: relative; width: 33.33%; height: 100%; vertical-align: top; box-sizing: border-box; transition: .3s ease; } 
.value-bg-img-con .value-list-con > li:before { position: absolute; right: 0; width: 1px; height: 100%; background: rgba(255,255,255, .315); content: ''; } 
.value-bg-img-con .value-list-con > li:last-of-type:before { display: none; } 
.value-bg-img-con .value-list-con > li > .inner-wrap { padding-bottom: 4rem; box-sizing: border-box; display: flex; align-items: flex-end; width: 100%; height: 100%; } 
.value-bg-img-con .value-list-con > li > .inner-wrap > .inner { padding: 0 4rem; box-sizing: border-box; transition: .3s ease; } 
.value-bg-img-con .value-list-con > li > .inner-wrap > .inner > .icon { margin-bottom: 1.5rem; opacity: 0; transition: .1s ease; } 
.value-bg-img-con .value-list-con > li > .inner-wrap > .inner > .icon > img { height: 80px; filter: var(--crWhitefil); object-fit: contain; } 
.value-bg-img-con .value-list-con > li > .inner-wrap > .inner > .tit { font-size: var(--font-size-lg); font-weight: 700; color: #fff; } 
.value-bg-img-con .value-list-con > li > .inner-wrap > .inner > .txt { font-size: var(--font-size-base); font-weight: 400; line-height: var(--line-height-normal); color: rgba(255,255,255, .815); margin-top: 1rem; } 

.value-bg-img-con .bg_item.active .bg { visibility:visible; opacity:1.0; } 
.value-list-con .item.active { background: rgba(0,0,0,0.3); backdrop-filter:blur(2rem); } 
.value-list-con .item.active .inner { transform: translateY(-3rem); } 
.value-list-con .item.active .inner-wrap > .inner > .icon { opacity: 1; } 

/*고객사*/
.board_wrap { } 
.board_wrap .board_partner { display: flex; gap: 1rem; flex-wrap: wrap; } 
.board_wrap .board_partner > li { width: calc((100% - 4rem) / 5); } 
.board_wrap .board_partner > li > .wrap_in { border: 1px solid #ddd; border-radius: 1rem; display: block; overflow: hidden; } 
.board_wrap .board_partner > li > .wrap_in > .img_wrap { padding: 1.5rem 2rem; box-sizing: border-box; } 
.board_wrap .board_partner > li > .wrap_in > .img_wrap > img { width: 100%; height: 80px; object-fit: contain; } 
.board_wrap .board_partner > li > .wrap_in > .con_wrap { padding: .75rem 1.5rem; box-sizing: border-box; border-top: 1px solid #ddd; display: flex; align-items: center; justify-content: space-between; gap: 1rem; transition: .3s ease; } 
.board_wrap .board_partner > li > .wrap_in > .con_wrap .t1 { font-size: 1.15rem; color: #666; font-weight: 400; transition: .3s ease; } 
.board_wrap .board_partner > li > .wrap_in > .con_wrap .smPlus { width: 1.5rem; height: 1.5rem; border-radius: 50%; background: #f1f1f1; display: flex; align-items: center; justify-content: center; } 
.board_wrap .board_partner > li > .wrap_in > .con_wrap .smPlus > .xi { font-size: .675rem; color: #666; } 
.board_wrap .board_partner > li > .wrap_in:hover .con_wrap { background: var(--color-point); } 
.board_wrap .board_partner > li > .wrap_in:hover .con_wrap .t1 { color: #fff; } 

/*전국지사*/
.mapAllContainer { } 
.mapAllContainer .innerContainer { display: flex; gap: 3rem;} 
.mapAllContainer .innerContainer #mapArea { width: 50%; height: auto !important; position: sticky; top: 2em; align-self: flex-start;} 
.mapAllContainer .innerContainer .locList { width: 50%; } 

.mapAllContainer .innerContainer .locList { } 
.mapAllContainer .innerContainer .locList > li { margin-bottom: 2rem; } 
.mapAllContainer .innerContainer .locList > li:last-of-type { margin-bottom: 0; } 
.mapAllContainer .innerContainer .locList > li > .inner { padding: 2rem; box-sizing: border-box; background: #f5f5f5; border-radius: 1rem; display: block; } 
.mapAllContainer .innerContainer .locList > li > .inner .locTop { } 
.mapAllContainer .innerContainer .locList > li > .inner .locTop > .mainRoundBtn.s1 .btnInner .roundIcon { background: var(--color-point); border: 1px solid var(--color-point); color: #fff; transform: translateX(-1rem); opacity: 0; } 
.mapAllContainer .innerContainer .locList > li > .inner .locTop > .mainRoundBtn.s1 .btnInner .roundIcon > .xi { font-size: 1.515rem; } 
.mapAllContainer .innerContainer .locList > li > .inner .locN { font-size: var(--font-size-lg); font-weight: 700; } 
.mapAllContainer .innerContainer .locList > li > .inner > .locInfo { margin-top: 1.5rem; } 
.mapAllContainer .innerContainer .locList > li > .inner > .locInfo > li { margin-bottom: .35rem; } 
.mapAllContainer .innerContainer .locList > li > .inner > .locInfo > li:last-of-type { margin-bottom: 0; } 
.mapAllContainer .innerContainer .locList > li > .inner > .locInfo > li > .con { display: flex; gap: .5rem; align-items: center; } 
.mapAllContainer .innerContainer .locList > li > .inner > .locInfo > li > .con > .tt { min-width: 5.5rem; font-size: var(--font-size-md); font-weight: 600; } 
.mapAllContainer .innerContainer .locList > li > .inner > .locInfo > li > .con > .tx { font-size: var(--font-size-base); font-weight: 400; color: #444; } 
.mapAllContainer .innerContainer .locList > li > .inner > .locInfo > li > .con > .tx.cp { font-size: var(--font-size-lg); font-weight: 700; color: var(--color-point); } 
.mapAllContainer .innerContainer .locList > li > .inner > .locImg { display: flex; gap: .5rem; margin-top: 2rem; } 
.mapAllContainer .innerContainer .locList > li > .inner > .locImg > li { width: calc((100% - 1.5rem) / 4); } 
.mapAllContainer .innerContainer .locList > li > .inner > .locImg > li > .imgC { width: 100%; height: 7rem; border-radius: .5rem; overflow: hidden; } 
.mapAllContainer .innerContainer .locList > li > .inner > .locImg > li > .imgC > img { width: 100%; height: 100%; object-fit: cover; } 

.mapAllContainer .innerContainer .locList > li > .inner:hover .locTop > .mainRoundBtn.s1 .btnInner .roundIcon { transform: translateX(0); opacity: 1; } 

.mapAllContainer .innerContainer #mapArea { } 
.mapAllContainer .innerContainer #mapArea .bg { position:relative; width: 100%; max-height: calc(var(--vh, 1vh) * 90); border-radius: 1.5rem; overflow: hidden; } 
.mapAllContainer .innerContainer #mapArea .bg:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0, .15); content: ''; z-index: 0; } 
.mapAllContainer .innerContainer #mapArea .bg .mapWrapper { position:relative; display: flex; align-items: center; justify-content: center; padding: 5rem; box-sizing: border-box; min-height: calc(var(--vh, 1vh) * 90); max-height: 90vh; z-index: 2; } 
.svgContianer { max-width: 100%; max-height: 100%; overflow: visible; } 
.svgContianer .mapArea_mp path { stroke-width: 1px; stroke: #fff; fill: black; fill-opacity: .6; } 
.main .svgContianer .mapArea_mp path { fill-opacity: .15; } 
.svgContianer .areaTit { pointer-events: none; } 
.svgContianer .areaTit .areaNum { opacity: 0; transition: .3s ease; } 
.svgContianer .mapArea_mp, 
.svgContianer .areaTit { transition: transform .3s ease; transform-origin: center center; } 
.main .svgContianer .mapArea_mp > a{ pointer-events: none;}

.svgContianer .mapArea_mp.cen { transform-origin: 140px 140px; } 

.svgContianer .mapArea_mp.no-transition,
.svgContianer .areaTit.no-transition { transition: none !important; } 

.svgContianer .mapArea_mp.hv { transform: scale(1.03); filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3)); } 
.svgContianer .mapArea_mp.hv.cen { transform: scale(1.5); } 
.svgContianer .mapGroup.hv .areaNum { opacity: 1; } 
.svgContianer .mapArea_mp.hv path { stroke-width: 2px; fill: #273587; fill-opacity: 1; } 
.main .svgContianer .mapArea_mp.hv path { } 

/*svg map pin*/
.linkPin .locB { } 
.linkPin .loctx { fill: #fff; cursor:pointer; font-size: 1.15rem; font-weight: 600; padding: 13px 8px; white-space: nowrap; text-align: center; transform: translateY(-9px); } 
.pinStyle { display: block; width: 100%; height:100%; } 
.wave1,
.wave2,
.wave3 { transform-box: fill-box; transform-origin: center; will-change: r, opacity; -webkit-transform-origin: center; -webkit-animation-timing-function: ease-out; } 
.wave1 { animation: waveAni 2s infinite; -webkit-animation: waveAni 2s infinite; animation-delay: 0s; -webkit-animation-delay: 0s; } 
.wave2 { animation: waveAni 2s infinite; -webkit-animation: waveAni 2s infinite; animation-delay: .5s; -webkit-animation-delay: .5s; } 
.wave3 { animation: waveAni 2s infinite; -webkit-animation: waveAni 2s infinite; animation-delay: 1s; -webkit-animation-delay: 1s; } 

@keyframes waveAni { 
 0% { r: 6px; opacity: 1 } 

to { r: 20px; opacity: 0 } 
 }


/*산재보상 종류*/
.processWrapper{ padding: 3.5rem; box-sizing: border-box; border: 1px solid #ddd; border-radius: 1rem; overflow: hidden; background: #f7f7f7; margin-top: 2rem;}
.processWrapper .process_Container{ width: 30vw; margin: 0 auto;}
.processWrapper .process_Container .processItem{}
.processWrapper .process_Container .processItem > .arrowDown{ position: relative; text-align: center; margin: .5rem 0;}
.processWrapper .process_Container .processItem > .arrowDown > .xi{ color: var(--color-black-9); font-size: 1.515rem;}
.processWrapper .process_Container .processItem > .processCon{}
.processWrapper .process_Container .processItem > .processCon > .titleBox{ display: flex; align-items: center; justify-content: center; height: 3.25rem; background: var(--color-point); border-radius: .5rem;}
.processWrapper .process_Container .processItem > .processCon > .titleBox > .tt{ font-size: var(--font-size-base); font-weight: 600; color: #fff;}
.processWrapper .process_Container .processItem:nth-child(2n) > .processCon > .titleBox{ background: var(--color-point3);}
.processWrapper .process_Container .processItem > .processCon .textList{ padding: 1.5rem 3rem; flex-wrap: wrap; box-sizing: border-box; background: #fff; display: flex; border-radius: .5rem; border: 1px solid #ddd; gap: .5rem 1rem; margin-top: 1rem;}
.processWrapper .process_Container .processItem > .processCon .textList > li{ position:relative; width: calc((100% - 1rem) / 2);}
.processWrapper .process_Container .processItem > .processCon .textList > li:before{ position: absolute; top: -3px; left: -1rem; content: '-';}
.processWrapper .process_Container .processItem > .processCon .textList > li > .tt{ font-size: var(--font-size-base); color: var(--color-black-6); font-weight: 400; line-height: var(--line-height-tight);}

.processWrapper .process_Container .processItem > .processCon .txtListCon{ display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1rem;}
.processWrapper .process_Container .processItem > .processCon .txtListCon > .item{ width: calc((100% - 1rem) / 2);}
.processWrapper .process_Container .processItem > .processCon .txtListCon > .item > .titB{ background: #5e6f81; display: flex; align-items: center; justify-content: center; height: 3rem; border-radius: .5rem;}
.processWrapper .process_Container .processItem > .processCon .txtListCon > .item > .titB > .tt{ color: #fff; font-size: var(--font-size-base); font-weight: 400; color: #fff;}
.processWrapper .process_Container .processItem > .processCon .txtListCon > .item > .textList{ margin-top: .5rem;}
.processWrapper .process_Container .processItem > .processCon .txtListCon > .item > .textList > li{ width: 100%;}


/* 테이블 스크롤 */
.scr_i{ display: none;}

/* pin sticky */
/* .appView_Container .appInner_Container .pin-spacer{height: auto !important; padding: 0 !important;} */