@charset "utf-8"; /* CSS Document */
.box0 { width: var(--container-ultra-xxxl); margin: 0 auto; max-width: 94%; } 
.box1 { width: var(--container-xxl); margin: 0 auto; max-width: 92%; } 
.box2 { width: var(--container-xxxl); margin: 0 auto; max-width: 92%; } 
.box3 { width: var(--container-lg); margin: 0 auto; max-width: 92%; } 
.box4 { width: var(--container-xl); margin: 0 auto; max-width: 92%; } 
.box5 { width: var(--container-xxl); margin: 0 auto; max-width: 92%; } 
.box_full { width:100vw; } 

.PC { display:block } 
.PHONE { display:none; } 

.gnb li.m_hide { display:none !important; } 
.gnb .layer { display:none !important; } 
body:not(.pop) { display:flex; flex-direction:column; min-height:100dvh; min-height:calc(var(--vh, 1dvh) * 100) } 
#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); transition: .3s; } 
#header .top_wrap .etc_wrap { display: flex; gap: 3rem; } 
#header .top_wrap .wrapIn { padding: 0 2.5em; box-sizing: border-box; } 
#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: 54px; object-fit: contain; } 
#header .top_wrap .leftHead{ display: flex; align-items: center; gap: 6rem;}

#header { position:fixed; top:0; left:0; width:100%; transition: background-color .3s;  z-index:999999; } 
#header .gnb_wrap .gnb > li,
#header .gnb_wrap .gnb > li .dp1 { transition:height .2s, background .2s, padding .5s ease; box-sizing:border-box; } 
#header .gnb_wrap .gnb > li { position:relative; min-width: 8rem; transition: width 0.5s, background-color 0.5s; } 
#header .gnb_wrap .gnb > li .dp1 { position:relative; justify-content: center; display: flex; align-items: center; } 
#header .gnb_wrap .gnb > li .dp1 .tt { font-size: var(--font-size-base); letter-spacing: 0; font-weight:600; text-transform:uppercase; transition: .3s; } 

#header .top_wrap .gnb_wrap .gnb > li .dp2 { position: absolute; top: calc(100px - 36px); padding: 1rem 0; display: flex; align-items: center; flex-direction: column; left: 50%; transform: translateX(-50%); z-index: 99; width: 11rem; opacity: 0; visibility: hidden; transition: all 0.2s cubic-bezier(0.4, 0, 1, 1); } 
#header .top_wrap .gnb_wrap .gnb > li .dp2:before { content: ""; position: absolute; top: 0px; left: 0px; right: 0px; height: 0; background: #fff; box-shadow: 0.5em 0.5em 2em rgba(0, 0, 0, 0.1); transition: all 0.2s cubic-bezier(0.4, 0, 1, 1); border-radius: 1em; } 
#header .top_wrap .gnb_wrap .gnb > li .dp2 > li { position: relative; padding: .5rem 1.65rem; text-align: left !important; opacity: 0; transition: all 0s 0s; } 
#header .top_wrap .gnb_wrap .gnb > li.act .dp2 > li { opacity: 1; transition: all 0.8s ease-in-out; } 
#header .top_wrap .gnb_wrap .gnb > li.act .dp2 > li:nth-child(1) { transition-delay: 0.1s; } 
#header .top_wrap .gnb_wrap .gnb > li.act .dp2 > li:nth-child(2) { transition-delay: 0.2s; } 
#header .top_wrap .gnb_wrap .gnb > li.act .dp2 > li:nth-child(3) { transition-delay: 0.3s; } 
#header .top_wrap .gnb_wrap .gnb > li.act .dp2 > li:nth-child(4) { transition-delay: 0.4s; } 
#header .top_wrap .gnb_wrap .gnb > li.act .dp2 > li:nth-child(5) { transition-delay: 0.5s; } 
#header .top_wrap .gnb_wrap .gnb > li.act .dp2 > li:nth-child(6) { transition-delay: 0.6s; } 
#header .top_wrap .gnb_wrap .gnb > li.act .dp2 > li:nth-child(7) { transition-delay: 0.7s; } 
#header .top_wrap .gnb_wrap .gnb > li.act .dp2 > li:nth-child(8) { transition-delay: 0.8s; } 
#header .top_wrap .gnb_wrap .gnb > li.act .dp2 > li:nth-child(9) { transition-delay: 0.9s; } 
#header .top_wrap .gnb_wrap .gnb > li.act .dp2 > li:nth-child(10) { transition-delay: 1s; } 
#header .top_wrap .gnb_wrap .gnb > li .dp2 > li > a { position:relative; display: inline-block; text-align: center !important; } 
#header .top_wrap .gnb_wrap .gnb > li .dp2 > li > a > .va > .tt { position:relative; font-weight: 500; font-size: var(--font-size-sm); color: var(--color-black-4); transition: .3s; } 
#header .top_wrap .gnb_wrap .gnb > li .dp2 > li > a > .va:hover > .tt { color: var(--color-point); text-decoration: underline;} 
#header .top_wrap .gnb_wrap .gnb > li .dp2 > li > a > .va > .tt { } 

#header .top_wrap .gnb_wrap .gnb > li.more:hover .dp1 { } 
#header .top_wrap .gnb_wrap .gnb > li.more:hover .dp1:after { } 

#header .top_wrap .gnb_wrap .gnb > li:hover .dp2 { opacity:1; visibility: visible; } 
#header .top_wrap .gnb_wrap .gnb > li:hover .dp2:before { height: 100%; } 
#header .top_wrap .gnb_wrap .gnb > li .dp1.layer { display: none; } 
#header .top_wrap .gnb_wrap .gnb > li .dp3 { display: none; } 

#header .top_wrap .all { } 
#header .top_wrap .all_btn { } 
#header .top_wrap .all_btn .in { position: relative; display: block; width: 1.3rem; height: 1.025rem; 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 { left: 0; 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); } 

.headLink { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem; } 
.headLink > li { } 
.headLink > li > .inner { display: flex; align-items: center; gap: 1rem; justify-content: center; padding: 0 1.25rem; height: 2.74rem; border: 1px solid #fff; border-radius: var(--radius-pill); transition: .3s ease; } 
.headLink > li > .inner > .tit { font-size: var(--font-size-sm-1); font-weight: 600; } 
.scroll .headLink > li > .inner { background: var(--color-point); color: #fff; border: 1px solid var(--color-point); } 

.scroll #header { background: #fff; color: var(--color-black-3); box-shadow: 1rem 0 1rem rgba(0,0,0, .0515);} 
.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); } 
.scroll #header .gnb_wrap .gnb > li:before { background: var(--color-black); opacity: .15; } 

#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; overflow: hidden;} 
#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); } 

/* 전체메뉴 */
#header .all_wrap .all_layer { position:fixed; top:0; left:0; width:100%; height:100vh; opacity:0; visibility:hidden; } 
#header .all_wrap .all_layer .all_close { position:absolute; top:0; right:0; width:100%; height:100%; background:rgba(0,0,0,.6); opacity:0; } 
#header .all_wrap .all_layer .all_inner { position:absolute; top:0; right:0; width:32em; max-width:100%; height:100%; background:#fff; box-shadow:-1em 0 1em rgba(0,0,0,.1); transform:translateX(100%); } 
#header .all_wrap .all_layer .all_inner > .wrap_in { gap:2em; padding:3em 1.5em; } 
#header .all_wrap .all_layer .all_inner > .mark { position: absolute; bottom: 0; right: 0; width: 16em; opacity: .15; } 
#header .all_wrap .all_layer .all_inner > .mark > img { width: 26.5em; } 

#header .all_wrap .all_layer .wrap_top a { transition:.2s; } 
#header .all_wrap .all_layer .wrap_top .all_logo { } 
#header .all_wrap .all_layer .wrap_top .all_logo .in { display:block; width:14.5em; } 
#header .all_wrap .all_layer .wrap_top .all_logo .in img { width:100%; } 
#header .all_wrap .all_layer .wrap_top .all_mem { gap:.5em; padding:2em 0 1em; } 
#header .all_wrap .all_layer .wrap_top .all_mem > li > a { width: 100%; height: 3.3rem; background: #f5f5f5; text-align: center; font-weight: 700; color: #111; display: flex; align-items: center; justify-content: center; border-radius: .5em; } 
#header .all_wrap .all_layer .wrap_top .all_mem > li { flex: 1; } 
#header .all_wrap .all_layer .wrap_top .all_mem > li .in .icon { position: absolute; left: .5em; } 
#header .all_wrap .all_layer .wrap_top .all_mem > li .in { position:relative; height:2.25em; padding:0 1em; border:1px solid var(--color-point); background:var(--color-point); color: #fff; border-radius:.25em; line-height:normal; align-items: center; justify-content: center; } 
#header .all_wrap .all_layer .wrap_top .all_mem > li .in .tt { font-size:.938em; font-weight:500; } 
#header .all_wrap .all_layer .wrap_top .all_mem > li .in:hover { } 
#header .all_wrap .all_layer .wrap_top .all_mem > li .in:hover .icon { color: #fff; } 

#header .all_wrap .all_layer .wrap_middle { } 
#header .all_wrap .all_layer .wrap_middle .all_gnb{position: relative; z-index: 2;}
#header .all_wrap .all_layer .wrap_middle .gnb { flex-wrap:wrap; } 
#header .all_wrap .all_layer .wrap_middle .gnb > li { flex:1 1 100%; } 
/* #header .all_wrap .all_layer .wrap_middle .gnb > li.m_mypage { display:block; } */
#header .all_wrap .all_layer .wrap_middle .gnb ul.flex { display:block; } 
#header .all_wrap .all_layer .wrap_middle .gnb a { position:relative; justify-content:flex-start; text-align:left !important; font-weight:500; transition:.2s; } 
#header .all_wrap .all_layer .wrap_middle .gnb li > a.layer { display: none; } 
#header .all_wrap .all_layer .wrap_middle .gnb li.more > a.layer { display: block; } 
#header .all_wrap .all_layer .wrap_middle .gnb li.more { } 
#header .all_wrap .all_layer .wrap_middle .gnb li.more .dp2_wrap { display: none; } 
#header .all_wrap .all_layer .wrap_middle .gnb > li.more > a.link { display:none; } 
#header .all_wrap .all_layer .wrap_middle .gnb li.more > a.layer { display:flex !important; padding-right:2.5rem; display: block; } 
#header .all_wrap .all_layer .wrap_middle .gnb li.more > a .arrow { position:absolute; right:1rem; top:50%; transform:translateY(-50%); font-size:1rem; } 
#header .all_wrap .all_layer .wrap_middle .gnb li.more > a .arrow:before { content:"\e943"; font-size: var(--font-size-md); font-weight: 600; display:block; transition:.2s; } 
#header .all_wrap .all_layer .wrap_middle .gnb li.more > ul { display:none; } 
#header .all_wrap .all_layer .wrap_middle .gnb li.more.on .dp2_wrap{display: block;}
#header .all_wrap .all_layer .wrap_middle .gnb li.more.on > a .arrow:before { transform:rotate(-180deg); } 
#header .all_wrap .all_layer .wrap_middle .gnb li.more.on > ul { display:block; } 
#header .all_wrap .all_layer .wrap_middle .gnb ul { padding:1rem 1rem; } 
#header .all_wrap .all_layer .wrap_middle .gnb ul li > a { padding:.875rem .5rem; } 
#header .all_wrap .all_layer .wrap_middle .gnb ul li.more .arrow { right:.5rem; } 
#header .all_wrap .all_layer .wrap_middle .gnb > li { } 
#header .all_wrap .all_layer .wrap_middle .gnb > li .dp1 { height:4rem; line-height: 4rem; padding:0 1.5rem; border:solid #ddd; border-width:1px 0; margin-bottom:-1px; display: block;} 
#header .all_wrap .all_layer .wrap_middle .gnb > li .dp1 .tt { font-size:var(--font-size-base); font-weight: 600; } 
#header .all_wrap .all_layer .wrap_middle .gnb > li.act .dp1,
#header .all_wrap .all_layer .wrap_middle .gnb > li.on .dp1 { background-color: var(--color-point); color:#fff; } 
#header .all_wrap .all_layer .wrap_middle .gnb .dp2 > li > a { padding-left:1.5rem; display: block; } 
#header .all_wrap .all_layer .wrap_middle .gnb .dp2 > li > a:before { content:""; position:absolute; left:.75rem; top:50%; width:.313rem; height:.313rem; background:var(--color-point); border-radius:50%; transform:translateY(-50%); } 
#header .all_wrap .all_layer .wrap_middle .gnb .dp2 > li > a .tt { font-size:var(--font-size-base); } 
#header .all_wrap .all_layer .wrap_middle .gnb .dp2 > li > a:hover { background: #f1f1f1; transition: .1s; } 
#header .all_wrap .all_layer .wrap_middle .gnb .dp2 > li.act > a { color:var(--color-point) } 
#header .all_wrap .all_layer .wrap_middle .gnb .dp2 > li.on > a { color:var(--color-point); font-weight:600; } 
#header .all_wrap .all_layer .wrap_middle .gnb .dp3 {  } 
#header .all_wrap .all_layer .wrap_middle .gnb .dp3 > li > a { color:#444; display: block; } 
#header .all_wrap .all_layer .wrap_middle .gnb .dp3 > li + li > a { border-top:1px dashed #ddd; } 
#header .all_wrap .all_layer .wrap_middle .gnb .dp3 > li.act > a .tt,
#header .all_wrap .all_layer .wrap_middle .gnb .dp3 > li.on > a .tt { text-decoration:underline; } 


/* 
.allGnbOn #header,
#header:hover { background: var(--crWhite); } 
.allGnbOn #header .logo > .in img,
.scroll #header .logo > .in img,
#header:hover .logo > .in img { filter: brightness(0); } 
.allGnbOn #header .gnb_wrap .gnb > li .dp1,
#header:hover .gnb_wrap .gnb > li .dp1 { color: #111; } 
.allGnbOn #header .gnb_wrap .gnb { display: none; } 
 */
.allGnbOn { overflow-y:hidden } 
.allGnbOn body { overflow-y:scroll } 

.allGnbOn #header .all_wrap .all_btn { z-index:999; position:fixed; top:1em; right:2vw; width:2.5em; height:3em; filter: brightness(0) invert(0) !important; display: none;} 
.allGnbOn #header .all_wrap .all_btn .ham { background:transparent !important; transition:0s; } 
.allGnbOn #header .all_wrap .all_btn .ham:before,
.allGnbOn #header .all_wrap .all_btn .ham:after { width:100% !important; top:50% !important; height:2px; } 
.allGnbOn #header .all_wrap .all_btn .ham:before { transform:rotate(45deg); } 
.allGnbOn #header .all_wrap .all_btn .ham:after { transform:rotate(-45deg); } 
.allGnbOn #header .all_wrap .all_layer { z-index:99; opacity:1; visibility:visible; color: #111;} 
.allGnbOn #header .all_wrap .all_layer .all_close { opacity:1; transition:.4s; } 
.allGnbOn #header .all_wrap .all_layer .closeBtn{ position: absolute; right: 1.5rem; top: .8rem;}
.allGnbOn #header .all_wrap .all_layer .closeBtn .xi{font-size: 2.4rem;}
.allGnbOn #header .all_wrap .all_layer .all_inner { transform:translateX(0); transition:.4s; } 
.allGnbOn #header .all_wrap .all_layer .all_inner .bg_txt{position: absolute; left: 1.5rem; bottom: 0; font-family: 'prata'; white-space: nowrap; color: #ddd; font-size: 6rem; z-index: 1;}

/* .prata-regular {

    font-family: "Oswald", sans-serif;
    font-weight: 500;
} */


.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 } 

/* main */
.lineMore{ position:relative;}
.lineMore:before{ position: absolute; bottom: 0; width: 100%; height: 2px; content: ''; transition: .3s var(--ani-1);}
.lineMore > .tt{ font-size: var(--font-size-base); font-weight: 700; padding-bottom: .75rem; transition: .3s var(--ani-1);}
.lineMore.btn_white{ color: #fff;}
.lineMore.btn_white:before{ background: #fff;}
.lineMore.btn_white:hover{ color: var(--color-point2);}
.lineMore.btn_white:hover:before{ background: var(--color-point2);}
#sec_consulting{}
#sec_consulting .consulting_submitWide{ position:relative; padding: 4rem 5.5rem; box-sizing: border-box; border-radius: var(--radius-md); overflow: hidden; height: 47.5dvh;}
#sec_consulting .consulting_submitWide:before{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0, .35); content: ''; z-index: 1;}
#sec_consulting .consulting_submitWide .innerCon{ position:relative; height: 100%; display: flex; flex-direction: column; justify-content: space-between; z-index: 2;}
#sec_consulting .consulting_submitWide .innerCon .topT{}
#sec_consulting .consulting_submitWide .innerCon .topT > .tt{ font-size:var(--font-size-sm); color: rgba(255,255,255, .915); font-weight: 400;}
#sec_consulting .consulting_submitWide .innerCon .btnT{ display: flex; align-items: end; justify-content: space-between;}
#sec_consulting .consulting_submitWide .innerCon .btnT > .leftInfo{ }
#sec_consulting .consulting_submitWide .innerCon .btnT > .leftInfo > .tit{ font-size: var(--font-size-xxl); font-weight: 700; color: #fff;}
#sec_consulting .consulting_submitWide .innerCon .btnT > .leftInfo > .desc{ font-size: var(--font-size-base); font-weight: 500; color: rgba(255,255,255, .815); margin-top: var(--space-2);}
#sec_consulting .consulting_submitWide .innerCon .btnT > .leftInfo > .rightBtn{}
#sec_consulting .consulting_submitWide .innerCon .btnT > .rightBtn{ margin-right: 8vw;}

/*  */
#sec_notice .box1{ position:relative;}
#sec_notice .notice,
.mainNoticeSlide{ height:4em}
 #sec_notice .notice{ position: absolute; overflow: hidden; top: -2rem; width: 100%; box-sizing: border-box; background: var(--color-point); color:#fff; padding:0 2.5rem; border-radius: var(--radius-sm); margin-bottom:1em; gap:0 2em; z-index: 99;}
#sec_notice .notice .tit_wrap{ display:flex; align-items:center; gap:0 .25em}
#sec_notice .notice .tit_wrap .ico{ font-size:1.5em}
#sec_notice .notice .tit_wrap .ico:before{content:"\ea59"; animation-name: noticeIcoAni; animation-duration:2s; transform-origin:center; animation-timing-function:linear; animation-iteration-count: infinite}
#sec_notice .notice .tit_wrap .tt{ font-weight:600; font-size:1.125em}
@keyframes noticeIcoAni{
33% {content:"\ea5a"}
66% {content:"\ea5b"}
}
.mainNoticeSlide .el{ height:100%}
.mainNoticeSlide .el .in{ height:100%; display:flex; align-items:center;}
.mainNoticeSlide .el .in .tt{ flex:1 1 0%; min-width:0; font-size:1.063em}
.mainNoticeSlide .el .in:hover .tt{ text-decoration:underline}
.mainNoticeSlide .el .in .date{ opacity:.6; margin-left:2em}
.mainNoticeSlide_control{ height:100%; display:flex; flex-direction:column}
.mainNoticeSlide_control > a{ display: flex; align-items: center; justify-content: center; height:50%; width:3em; text-align:center; box-sizing:border-box; border:1px solid rgba(255,255,255,.2); border-bottom:none}
.mainNoticeSlide_control > a .xi{ font-size:1em}
.mainNoticeSlide_control > a.prev .xi:before{content:"\e944"}
.mainNoticeSlide_control > a.next .xi:before{content:"\e941"}
.mainNoticeSlide_control > a:hover{ background:rgba(0,0,0,.2)}

#sec_info .info-container{}
#sec_info .info-container .infoLay{ display: flex; gap: 1rem; height: 23.5rem;}
#sec_info .info-container .infoLay > .leftInfo{ position:relative; width: 52.5%; height: 100%; border-radius: var(--radius-md); overflow: hidden;}
#sec_info .info-container .infoLay > .leftInfo:before{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0, .28); content: ''; z-index: 1;}
#sec_info .info-container .infoLay > .leftInfo .img_wrap img{transition: 0.3s ease-out;}
#sec_info .info-container .infoLay > .leftInfo:hover .img_wrap img{transform: scale(1.1);}
#sec_info .info-container .infoLay > .leftInfo > .info_wrap{ position: absolute; top: 4rem; width: 100%; padding: 0 3.5rem; box-sizing: border-box; z-index: 2;}
#sec_info .info-container .infoLay > .leftInfo > .info_wrap > .subT{ font-size: var(--font-size-lg-2); font-weight: 700; color: #fff;}
#sec_info .info-container .infoLay > .rightInfo{ display: flex; flex-direction: column; gap: 1rem; width: calc((100% - 2rem) / 3); width: 47.5%;}

#sec_info .info-container .infoLay > .rightInfo .LinkItem{ position: relative; height: calc((100% - 1rem) / 2); border-radius: var(--radius-md);}
#sec_info .info-container .infoLay > .rightInfo .LinkItem.btmLink{ position:relative; display: flex; gap: 1rem;  }
#sec_info .info-container .infoLay > .rightInfo .LinkItem.btmLink .item{ width: calc((100% - 1rem) /2 ); background: var(--color-back-2); padding: 2rem; box-sizing: border-box; border-radius: var(--radius-md);}
#sec_info .info-container .infoLay > .rightInfo .LinkItem.btmLink .inner{ position: relative; display: block; height: 100%;}
#sec_info .info-container .infoLay > .rightInfo .LinkItem .inner > .tit{ position:relative; display: inline-block; font-size: var(--font-size-md); margin-bottom: var(--space-2); font-weight: 700; color: var(--color-point);}
#sec_info .info-container .infoLay > .rightInfo .LinkItem .inner > .tit:before{ position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; transform: scaleX(0); transform-origin: left center; transition: .3s ease; background: var(--color-point); content: ''; z-index: 1;}
#sec_info .info-container .infoLay > .rightInfo .LinkItem .inner > .tit > .xi{ font-size: var(--font-size-md-1); margin-left: .25rem;}
#sec_info .info-container .infoLay > .rightInfo .LinkItem .inner > .txt{ font-size: var(--font-size-sm-1); font-weight: 500; color: rgb(81, 119, 147); line-height: var(--line-height-normal);}
#sec_info .info-container .infoLay > .rightInfo .LinkItem .inner > .icon{ position: absolute; bottom: -1rem; right: -1rem; z-index: 1;}
#sec_info .info-container .infoLay > .rightInfo .LinkItem .inner > .icon > img{ height: 60px; object-fit: contain;}
#sec_info .info-container .infoLay > .rightInfo .LinkItem.topLink{ display: flex; align-items: center; padding: 2.5rem; box-sizing: border-box;}
#sec_info .info-container .infoLay > .rightInfo .LinkItem.topLink .inner > .txt{ color: rgba(255,255,255, .815);}
#sec_info .info-container .infoLay > .rightInfo .LinkItem.topLink .inner > .tit{ color: #fff;}
#sec_info .info-container .infoLay > .rightInfo .LinkItem.topLink .inner > .icon{ right: 3rem;}
#sec_info .info-container .infoLay > .rightInfo .LinkItem.topLink .inner > .icon > img{ height: 9rem;}

#sec_info .info-container .infoLay > .rightInfo .LinkItem.topLink:hover .inner > .tit:before,
#sec_info .info-container .infoLay > .rightInfo .LinkItem .inner:hover > .tit:before{ transform: scaleX(1);}

#sec_info .info-container .infoLay > .rightInfo .LinkItem.topLink .inner > .tit:before{ background: #fff;}

/*  */
#sec_community{ position:relative;}
#sec_community:before{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #232a34; opacity: .876; content: '';}
#sec_community .notiBtn { position:relative; display: flex; gap: var(--gap-sm); } 
#sec_community .notiBtn > li { } 
#sec_community .notiBtn > li > .con { display: flex; align-items: center; background: #fff; height: 2.75rem; padding: 0 1.75rem; border: 1px solid var(--gray-line); border-radius: 100px; cursor: pointer; transition: .3s ease; } 
#sec_community .notiBtn > li > .con > .tt { font-weight: 500; } 
#sec_community .notiBtn > li.on > .con { background: var(--color-point); color: #fff; border: 1px solid var(--color-point); } 
#sec_community .commuList{ position:relative; display: flex; gap: 1.5rem;}
#sec_community .commuList > li{ display: flex; width: calc((100% - 3rem) / 3);}
#sec_community .commuList > li > .inner{ display: block; flex: 1; padding: 2.5rem; box-sizing: border-box; border: 1px solid rgba(255,255,255, .415); border-radius: var(--radius-sm); transition: .3s ease;}
#sec_community .commuList > li > .inner .type{ font-size: var(--font-size-sm-1); font-weight: 600; line-height: 1; color: rgba(255,255,255, .815);}
#sec_community .commuList > li > .inner .tit{ font-size: var(--font-size-base); font-weight: 600; color: #fff; margin: 1rem 0;}
#sec_community .commuList > li > .inner .txt{ font-size: var(--font-size-sm-1); line-height: var(--line-height-normal); color: rgba(255,255,255, .815);}
#sec_community .commuList > li > .inner .date{ font-size: var(--font-size-sm-1); display: flex; justify-content: end; color: rgba(255,255,255, .815); line-height: 1; margin-top: var(--space-4); }

#sec_community .commuList > li > .inner:hover{ background: #fff;}
#sec_community .commuList > li > .inner:hover .type{ color: var(--color-point);}
#sec_community .commuList > li > .inner:hover .tit{ color: var(--color-black);}
#sec_community .commuList > li > .inner:hover .date,
#sec_community .commuList > li > .inner:hover .txt{ color: rgba(0,0,0, .815);}

/*  */
#sec_gallery{}
#sec_gallery .gallerySlide{}
#sec_gallery .gallerySlide .imgInner{ display: block;}
#sec_gallery .gallerySlide .imgInner > .imgCon{ width: 100%; height: 14rem; border-radius: var(--radius-md); overflow: hidden;}
#sec_gallery .gallerySlide .imgInner > .imgCon > img{ width: 100%; height: 100%; object-fit: cover;}
#sec_gallery .gallerySlide .swiperControl { display: flex; gap: var(--gap-lg); align-items: center; margin-top: var(--space-3); } 
#sec_gallery .gallerySlide .swiperControl .swiperBtn{ background: var(--color-point3);}
#sec_gallery .gallerySlide .swiperControl .swiperBtn:hover{ background: var(--color-point);}
#sec_gallery .gallerySlide .swiperControl .arrowCon { display: flex; align-items: center; gap: var(--gap-xs); } 
#sec_gallery .gallerySlide .swiperControl .swiper-pagination { position: relative; background: rgba(0,0,0, .1); height: 2px; border-radius: var(--radius-pill); } 
#sec_gallery .gallerySlide .swiperControl .swiper-pagination .swiper-pagination-progressbar-fill { background: var(--color-point); } 

#sec_gallery.main_box{padding: 4.5rem 0 6rem;}

/*  */
#sec_contact{}
#sec_contact .contact_container{ display: flex;}
#sec_contact .contact_container > .item{ position:relative; width: 50%; height: 15rem; display: flex; align-items: center; justify-content: space-between; padding: 0 5rem 0 8rem; box-sizing: border-box;}
#sec_contact .contact_container > .item:before{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0, .25); content: ''; z-index: 1;}
#sec_contact .contact_container > .item > .tit{ position:relative; font-size: var(--font-size-lg); font-weight: 700; color: #fff; line-height: var(--line-height-normal); z-index: 2;}
#sec_contact .contact_container > .item > .btn_Wrap{ position:relative; z-index: 2;}



/*quick*/
#quick_new { position:fixed; z-index:98; bottom:2rem; right:1.5vw; text-align:right; overflow: hidden; transform: translateY(0); transition: .5s var(--ani-1); filter: drop-shadow(0 3.2px 19.2px rgba(0, 0, 0, 0.16)); -webkit-filter: drop-shadow(0 3.2px 19.2px rgba(0, 0, 0, 0.16)); } 
html.main:not(.scroll) #quick_new { opacity: 0; visibility: hidden;} 
html:not(.scroll) #quick_new > li { transform: translateY(4rem); } 
#quick_new .quick_wrap { position:relative; display: inline-flex; width:4.85rem; min-height: 4rem; box-sizing:border-box; transition:width .3s; padding: .85rem 0 .75rem 0; border-radius: var(--radius-sm); box-sizing: border-box; } 
#quick_new .quick_wrap > .in { position:relative; display: flex; flex-direction: column; } 
#quick_new .quick_wrap > .in .tt { font-weight: 800; font-size: var(--font-size-xs); line-height: 1; letter-spacing: -1px; } 
#quick_new > li { margin-bottom: .5rem; transition: .5s var(--ani-1); } 
#quick_new > li:last-of-type { margin-bottom: 0; } 
#quick_new > li .quick_wrap .quick_icon { text-align:center; font-size: var(--font-size-xxxs); margin-bottom: .0876rem; } 
#quick_new > li .quick_wrap .quick_icon > .xi { line-height: 1; } 
#quick_new > li .quick_wrap .icon { } 
#quick_new > li .quick_wrap .icon > img { width: 30px; height: 35px; object-fit: contain; } 
#quick_new > li .quick_wrap.inquiry .icon { filter: var(--crWhitefil); } 
#quick_new.top { bottom: 320px; padding-bottom: .5em; } 

#quick_new > li .goTop { color:#fff; background: var(--color-point); transition: .5s var(--ani-1); } 
#quick_new > li .inquiry { color: #fff; background: var(--color-point2); } 
#quick_new > li .faq { background: #fff; color: var(--color-black); } 

/*all*/
.vod_wrap { position:relative; width: 100%; height: 100%; } 
.vod_wrap .vod { position:absolute; left:0; top:0; width:100%; height:100%; object-fit:cover } 

.smRound { width: 2rem; height: 2rem; border-radius: 50%; background: var(--color-point); display: flex; align-items: center; justify-content: center; } 
.smRound > .xi { transform: rotate(-45deg); font-size: var(--font-size-sm); color: #fff; transition: .3s ease; } 

.smRound.s1 { width: 2.5rem; height: 2.5rem; } 

.vod_wrap { position:relative; width: 100%; height: 100%; } 
.vod_wrap .vod { position:absolute; left:0; top:0; width:100%; height:100%; object-fit:cover } 

.visualSlide_wrap { position: relative; height:calc(var(--vh, 1vh) * 80); } 
.visualSlide { position: relative; height: 100%;} 

.visualSlide .swiper-wrapper > .el { background: #000; } 
.visualSlide .swiper-wrapper > .el .bg { position:absolute; left:0; top:0; width:100%; height:100%; transform: scale(1); transition: 4s ease; } 
.visualSlide .swiper-wrapper > .el .bg:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .415) 100%); content: ''; } 
.visualSlide .swiper-wrapper > .el .bg > img { height: 100%; object-fit: cover; width: 100%; } 
.visualSlide .swiper-wrapper > .el .vod_wrap { position: relative; } 
.visualSlide .swiper-wrapper > .el .vod_wrap:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .415) 100%); content: ''; z-index: 1; } 
.visualSlide .slogan_wrap { position: absolute; top: 48.5%; transform: translateY(-50%); text-align: left; width: 100%; z-index: 2; } 
.visualSlide .slogan_wrap .slogan .title { overflow: hidden; } 
.visualSlide .slogan_wrap .slogan .title > .t1 { font-size: var(--font-size-xxxl); line-height: 1.3; font-weight: 700; color: #fff; transform: translateY(100%); text-shadow: 0px 0px 30px rgba(17, 17, 17, 1); display: inline-block; transition: 1.4s ease; } 
.visualSlide .slogan_wrap .slogan .txt_wrap .desc { font-size: var(--font-size-md); line-height: var(--line-height-normal); margin-top: var(--space-4); color: #fff; font-weight: 300; transform: translateX(6rem); opacity: 0; transition: 1.4s ease .6s; text-shadow: 0px 0px 10px #111; display: inline-block;} 
.visualSlide .slogan_wrap .slogan .btn_Wrap { transform: translateX(4rem); opacity: 0; filter: blur(5px); transition: 1s all 1s; } 
.visualSlide .el.swiper-slide-active .bg { transform: scale(1.1); } 

.load .visualSlide .slogan_wrap .slogan .txt_wrap .desc { opacity: 1; transform: translateX(0); } 
/* .load .visualSlide .slogan_wrap .slogan .txt_wrap .desc br{display: none;} */
.load .visualSlide .slogan_wrap .slogan .title > .t1 { transform: translateY(0); } 


.visualSlide_wrap .visualControl { position: absolute; top: 68%; transform: translateY(-50%); z-index: 9;} 
.visualSlide_wrap .visualControl.posiB { padding: 1rem 2rem 1rem 3.5rem; z-index: 100; } 
.visualSlide_wrap .visualControl .control { display: flex; align-items: center; gap: .5rem; } 
.visualSlide_wrap .visualControl .control .progress-container { display: flex; align-items: center; gap: .85rem; } 
.visualSlide_wrap .swiperControl .paging.dot { display: flex; align-items: center; gap: var(--gap-xs); } 
.visualSlide_wrap .swiperControl .paging.dot span { width: 8px; height: 8px; border-radius: var(--radius-pill); background: #fff; opacity: .315; transition: .6s ease;} 
.visualSlide_wrap .swiperControl .paging.dot span.swiper-pagination-bullet-active{ width: 46px; opacity: 1; border-radius: 20px;}
.visualSlide_wrap .visualControl .control .progress-container .dot{ display: flex; align-items: center;}
.visualSlide_wrap .visualControl .control .progress-container .progress-bar { position: relative; display: block !important; bottom: 0; width: 100px; height: 3px; background: rgba(0,0,0, .15); } 
.visualSlide_wrap .visualControl .control .progress-container .progress-bar .swiper-pagination-progressbar-fill { background: var(--color-point); } 
.visualSlide_wrap .visualControl .control .progress-container .current-slide,
.visualSlide_wrap .visualControl .control .progress-container .total-slide { font-size: var(--font-size-sm-1); min-width: 1.25rem; line-height: 1; font-weight: 800; } 
.visualSlide_wrap .visualControl .control .swiperBtn { width: 4rem; height: 4rem; border-radius: var(--radius-pill); } 
.visualSlide_wrap .visualControl .control .swiperPauseWrap .swiperBtn{ background: transparent;}
.visualSlide_wrap .visualControl .control .swiperPauseWrap .swiperBtn:hover{ color: var(--color-point);}
.visualSlide_wrap .visualControl .control .swiperPauseWrap .swiperBtn:before{ font-size: var(--font-size-md);}

.swiper-button-lock { display: flex !important; } 

.circle-chart-container { position: relative; display: inline-block; } 
.circle-chart { transform: rotate(-90deg); } 
.circle-chart circle { transition: stroke-dashoffset 1s ease; } 
.circle-chart circle:first-child { stroke: #e6e6e6; } 

.circle-progress { stroke: #fff; stroke-dasharray: 75.398; stroke-dashoffset: 75.398; } 
.swiper-pagination-bullet-active .circle-progress { animation: fillCircle 8s linear forwards; } 

@keyframes fillCircle { 
 0% { stroke-dashoffset: 75.398; } 
100% { stroke-dashoffset: 0; } 
 }

.mainScroll { position:absolute; left: 50%; bottom: 2rem; transform: translateX(-50%); z-index: 99; } 
.mainScroll .inner { align-items: center; justify-content: center; } 
.mainScroll .tt { display:block; text-align: center; color: #fff; font-size: var(--font-size-sm); margin-bottom: var(--space-2); font-weight: 400; } 
.mainScroll .mouseImg { position:relative; } 
.mainScroll .mouseImg > .point { width: 1px; height: 35px; background: rgba(255, 255, 255, 0.2); margin: 0 auto; position: relative; overflow: hidden; } 
.mainScroll .mouseImg > .point > span { display: block; width: 1px; height: 200%; background: #fff; position: absolute; top: 0; left: 0; bottom: auto; -webkit-animation: scroll 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; animation: scroll 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; } 

@-webkit-keyframes scroll { 
 0% { -webkit-transform: translateY(-100%); transform: translateY(-100%); } 
to { -webkit-transform: translateY(50%); transform: translateY(50%); } 
 }

@keyframes scroll { 
 0% { -webkit-transform: translateY(-100%); transform: translateY(-100%); } 
to { -webkit-transform: translateY(50%); transform: translateY(50%); } 
 }
.mainScroll .mouseImg > img { width: 100%; height: 30px; object-fit: contain; filter: var(--crWhitefil); } 



/*main tit*/
.main_tit { position:relative; margin-bottom: var(--space-5); } 
.main_tit.white > * { color: #fff !important; } 
.main_tit.white .line { background: #fff !important; } 
.main_tit.mb0 { margin-bottom: 0; } 
.main_tit .cate { font-size: var(--font-size-md); font-weight: 500; margin-bottom: var(--space-4); color: var(--color-point2); } 
.main_tit.white .cate { color: #fff; } 
.main_tit .t1 { font-size: var(--font-size-xl); line-height: 1.25; font-weight: 600; } 
.main_tit .t1 > i{ font-weight: 400;}
.main_tit .t1.en { font-weight: 800; } 
.main_tit .t2 { font-size: var(--font-size-xl-1); font-weight: 400; } 
.main_tit .t3 { font-size: var(--font-size-base); margin-bottom: var(--space-2); text-transform: uppercase; font-weight: 700; color: var(--color-point);} 
.main_tit .t3.en { font-weight: 600; } 
.main_tit .t3 .line { width: 4rem; height: 2px; background: var(--color-point); } 
.main_tit .t4 { font-size: var(--font-size-md-1); line-height: var(--line-height-loose); margin-top: var(--space-4); color: var(--color-black-4); } 

.main_tit .t5 { font-size: var(--font-size-md-1); line-height: var(--line-height-loose); color: var(--color-black-6); margin-top: var(--space-3) } 

/*main box*/
.main_topCon { margin-bottom: var(--space-6); align-items: end; } 
.main_box { position:relative; padding: 4.5rem 0; } 
/* .main_box:before{ position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 1px; height: 3.5rem; background: var(--color-black); content: '';}  */
.main_box.pt { padding-top: 0; } 
.main_box.pb { padding-bottom: 0; } 
.main_box.pN { padding: 0; } 

/*roundmore*/
.roundMore { display: flex; align-items: center; justify-content: center; width: 3.75rem; height: 3.75rem; border-radius: var(--radius-pill); background: var(--color-point); color: #fff; } 
.roundMore > .xi { transform: rotate(-45deg); } 

/*linemore*/
.lineMore { position:relative; } 
.lineMore:before { position: absolute; bottom: 0; width: 100%; height: 2px; content: ''; transition: .3s var(--ani-1); } 
.lineMore > .tt { font-size: var(--font-size-base); font-weight: 700; padding-bottom: .75rem; transition: .3s var(--ani-1); } 
.lineMore.btn_white { color: #fff; } 
.lineMore.btn_white:before { background: #fff; } 
.lineMore.btn_white:hover { color: var(--color-point2); } 
.lineMore.btn_white:hover:before { background: var(--color-point2); } 

/*blur more*/
.blurBoxArrow { display: flex; align-items: center; justify-content: center; width: 2.75rem; height: 2.75rem; border-radius: var(--radius-pill); background: #fff; transition: .3s var(--ani-1); } 
.blurBoxArrow > .xi { transform: rotate(-45deg); } 
.blurBoxArrow:hover { background: var(--color-point); color: #fff; } 

.mainTop { display: flex; align-items: end; justify-content: space-between; gap: 10rem; margin-bottom: var(--space-5); } 
.mainTop.mb0 { margin-bottom: 0; } 
.mainTop.cen { align-items: center; } 

/*sec_about*/

/*footer*/
#footer { background:#0a1827; padding: 3.5rem 0 1rem; } 
#footer .footerWrapper { } 
#footer .footerWrapper .footerTop { display: flex; gap: 5rem;} 
#footer .footerWrapper .footerTop .leftInfo { display: flex; gap: 3.5rem; width: 100%; } 
#footer .footerWrapper .footerTop .leftInfo > .logoCon { margin-bottom: 2.5rem;  flex-shrink: 0;} 
#footer .footerWrapper .footerTop .leftInfo > .logoCon > img { height: 50px; object-fit: contain; filter: var(--crWhitefil); } 
#footer .footerWrapper .footerTop .leftInfo > .info { display: flex; gap: .5em; flex-wrap: wrap; align-content: flex-start;} 
#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: 18%; 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.8rem 0; margin-top: 1.8rem; border-top: 1px solid rgba(255,255,255, .1); } 
#footer .footerWrapper .footerBtm .copyright { } 
#footer .footerWrapper .footerBtm .copyright > .tt { font-size: var(--font-size-xs); color: #fff; opacity: .6; font-weight: 400; text-transform: uppercase; } 

#footer .menu { gap: .5rem; width: 100%;} 
#footer .menu > li > .in { color: #fff; font-size: var(--font-size-sm);} 
/* #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*/
.main #contents {} 
#contents .doc { padding: 2rem 0 8rem 0 }
#contents .doc.bg2{position: relative;}
#contents .doc.bg2::before{position: absolute; content: ''; left: 0; top: 0; background-image: url(../images/sub/introduce_bgimg.jpg); background-position-y: 28%; width: 100%; height: 100%; z-index: -1; background-repeat: no-repeat; opacity: 0.5; transform: scaleX(-1);}
.pageT #contents .doc { padding: 3rem 0 10rem 0; } 
#contents .sub_top_wrap { height: calc(var(--vh, 1vh) * 44); position:relative; width: 100%; margin: 0 auto; 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: 50%; transform: translateY(-50%); left: 0; width: 100%; } 
#contents .sub_top_wrap .subTit .t1 { font-size: var(--font-size-xxl); text-align: center; 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%; justify-content: center;} 
#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:4.5rem; 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.on > a{background: rgba(255, 255, 255, 0.23);}
#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 .va { 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 .va .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 .va .tt,
#contents .sub_top_wrap .subTab .gnb > li > .dp2 > li.on a .va .tt { color: #fff; } 

#contents .sub_page_menu { position: absolute; left: 0; bottom: 0; width: 100%; border-top: 1px solid rgba(255,255,255, .215); background: var(--color-point);} 
#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; box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);} 
#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; color: rgba(255, 255, 255, 0.6);} 
#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.on > a .tt{font-weight: 800; text-decoration: underline; text-underline-offset: 4px;}
#contents .sub_page_menu .drop_menu .gnb li.act > a,
#contents .sub_page_menu .drop_menu .gnb li.on > a { color: #fff;} 
#contents .sub_page_menu .drop_menu .gnb li.on > a { } 
#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: 600; } 
#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%; } 

/* sub 공통 */
.pageCon.p1 { padding: 3.5rem 0; } 
.pageCon.p2 { padding: 4rem 0 6rem; } 
.pageCon.p3 { padding: 5rem 0 5rem; } 
.pageCon.bg1 { background: var(--color-bg-4); } 

.pageConBox + .pageConBox { margin-top: var(--space-6); } 

.page_tit { margin-bottom: var(--space-6); } 
.page_tit .tt { font-size: var(--font-size-base); line-height: var(--line-height-normal); } 
.page_tit .t1 { font-size: var(--font-size-xl-1); line-height: 1.4; font-weight: 700; } 
.page_tit .t2 { font-size: var(--font-size-lg); } 
.page_tit .t3 { font-size: var(--font-size-base); font-weight: 600; color: var(--color-point2); } 
.page_tit .t4 { font-size: var(--font-size-md-1); } 
.page_tit .t5 { font-size: var(--font-size-lg-2); } 
.page_tit .dot { padding-left: 1.2rem; position: relative; } 
.page_tit .dot::before { content: ''; position: absolute; left: 0; top: 3px; width: 5px; height: 87%; background: linear-gradient(180deg, var(--color-point) 49%, #5c9dff 50%); } 
.page_tit .dot.st2 { padding-left: 1.7rem; } 
.page_tit .dot.st2::before { position: absolute; font-size: 1.45rem; left: 0px; top: -2px; color: var(--color-point); content: '\e92d'; font-family: 'xeicon'; background: none; height: auto; transform: translateY(0); } 
.page_tit .dot.st3 { padding-left: 1.9rem; } 
.page_tit .dot.st3::before { position: absolute; font-size: 1.45rem; left: 0px; top: -2px; color: var(--color-point); content: '\e933'; font-family: 'xeicon'; background: none; height: auto; transform: translate(0.7rem, -.6rem) rotate(90deg); } 
.page_tit .small { font-size: var(--font-size-md-1); color: var(--color-black-7); font-weight: 600; } 

.page_con{}
.page_con.p1{padding: 2rem 0;}

.pageDiv_tit { padding-bottom: .8rem; position: relative;}
.pageDiv_tit .tit { font-size: var(--font-size-lg-2); font-weight: 700; display: inline-block; position: relative;}
/* .pageDiv_tit .tit::after{position: absolute; content: ''; left: 0; bottom: -.5em; width: 100%; height: 5px; background: var(--color-point);} */
.pageDiv_tit .tit.dot {  padding-left: 2.2rem; display: inline-block; font-weight: 700;  color:#111; position: relative;}
.pageDiv_tit .tit.dot::before { content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%) ; border-radius: 100rem; width: 12px; height: 12px; border: 7px solid #dfe5f3; background: var(--color-point) }

.dotList { } 
.dotList > li { position: relative; padding-left: 1rem; font-size: var(--font-size-sm); margin-bottom: .4rem; line-height: 1.65; } 
.dotList.s1 > li { font-size: var(--font-size-base); line-height: var(--line-height-normal); margin-bottom: 0.5rem;} 
.dotList > li:before { position: absolute; top: 10px; left: 0; width: 6px; height: 1px; background: var(--color-black-4); content: ''; } 
.dotList.s1 > li:before{top: 13px;}
.dotList.dot2 > li:before { position: absolute; left: 0; width: 5px; height: 5px; border-radius: 100px; background: var(--color-black-6); content: ''; } 
.dotList.dot2.s1 > li:before { top: 11px; } 
.dotList > li:last-of-type { margin-bottom: 0; } 
.dotList.c1 > li { color: var(--color-black-6); } 

.memo_box{margin-top: var(--space-2); margin-bottom: var(--space-2);padding: 1.5em; box-sizing: border-box; background: #f5f5f5; color: #333;}

.page_btn_wrap { gap: 0.5rem; } 
.page_btn_wrap .btn { width: 5.2rem; height:5.2rem; border-radius: var(--radius-sm); display: flex; flex-direction: column; justify-content: center; align-items: center; border: 2px solid; } 
.page_btn_wrap .btn .icon { font-size: var(--font-size-md); } 
.page_btn_wrap .btn .tt { font-size: var(--font-size-xs); } 
.page_btn_wrap .c1 { background: #fff; color: var(--color-point3); border-color: #ddd; } 
.page_btn_wrap .c2 { background: var(--color-point3); color: #fff; border-color: var(--color-point3); } 


/*inquiry*/
#inquiryForm { } 
#inquiryForm .ess:before { font-size: var(--font-size-md); } 
#inquiryForm .inquiryTop { display: flex; align-items: end; justify-content: space-between; margin-bottom: var(--space-6); } 
#inquiryForm .inquiryTop .inTit { font-size: var(--font-size-lg-2); font-weight: 600; line-height: var(--line-height-normal); } 
#inquiryForm .inquiryTop .inTit > i { color: var(--color-point2); } 
#inquiryForm .inquiryTop .rq { font-size: var(--font-size-sm); color: var(--color-black-8); line-height: 1; } 
#inquiryForm .inquiryTop .rq > i { color: var(--color-point) } 

.formWrap { } 
.formWrap .form { display: flex; flex-wrap: wrap; gap: var(--gap-sm); } 
.formWrap .form > li { position: relative; width: 100%; } 
.formWrap .form > li .select-wrapper { width: 100%; } 
.formWrap .form > li .inp_wrap { position:relative; } 
.formWrap .form > li .inp_wrap .input_st:not(textarea) { height:4rem; } 
.formWrap .form > li .inp_wrap .input_st[type=file] { padding-top: 1rem; } 
.formWrap .form > li .inp_wrap .input_st::placeholder { color: var(--color-black-10); font-weight: 300; font-size: var(--font-size-base); } 
.formWrap .form > li .inp_wrap .tit { display: flex; align-items: center; margin-bottom: var(--space-2); margin-top: var(--space-2); } 
.formWrap .form > li .inp_wrap .tit .tt { font-size: var(--font-size-md); font-weight:600; } 
.formWrap .form > li .inp_wrap textarea.input_st { width: 100%; padding-top: var(--space-3); height:15rem; } 
.formWrap .form > li .inp_wrap .input_st { position: relative; font-size: var(--font-size-base); font-weight: 400; display: flex; align-items: center; border:none; border: 1px solid var(--gray-line-1); border-radius: var(--radius-sm); padding: .5rem 1.5rem; outline: 1px solid transparent; transition: all .4s ease-in-out; background: #fff; } 
.formWrap .form > li .inp_wrap .input_st:focus { outline: 1px solid var(--color-point2); } 
.formWrap .form > li .inp_wrap input:-webkit-autofill { box-shadow: 0 0 0 1000px rgba(255,255,255, .5) inset !important; background-color: transparent !important; } 
.formWrap .form > li .inp_wrap .div_field { display: flex; gap: var(--gap-sm); flex-wrap: wrap; align-items: center; width: 100%; } 
.formWrap .form > li .inp_wrap .div_field .divC { display: flex; gap: var(--gap-sm); } 
.formWrap .form > li .inp_wrap .div_field .input_st { flex: 1; } 
.formWrap .form > li .inp_wrap .div_field .find { background: var(--color-point); color: #fff; width: fit-content; } 
.formWrap .form > li .inp_wrap .div_field .hypen { text-align:center; font-weight: 600; font-size: var(--font-size-base); } 
.formWrap .form > li .inp_wrap .address_field { flex:unset } 
.formWrap .form > li .inp_wrap .address_field .input_st { margin-bottom:var(--gap-sm) } 
.formWrap .form > li .inp_wrap .c4 { background-color:var(--color-point); } 
.formWrap .form > li .inp_wrap .email_field .select-wrapper { width: 12rem; } 
.select-wrapper { position:relative; } 
.select-wrapper:before { position: absolute; top: 50%; right: 1.5rem; transform: translateY(-50%); font-size: 1.5rem; transition: all .4s ease-in-out; font-family: 'xeicon'; z-index: 2; color: var(--color-point); content: '\e936' } 
.select-wrapper:focus-within::before { content: '\e930'; } 

/*** sub_member ***/
/**/
.step_tit { text-align:center; } 
.step_tit .t1 { font-size: var(--font-size-lg-2); font-weight:800; } 
.step_tit .t2 { font-size: var(--font-size-base); margin-top:1.25em; } 

.step_st { display:flex; justify-content:center; gap:0 5rem; margin:2.5rem 0 3rem 0; word-break:keep-all; counter-reset:stepIdx; } 
.step_st:first-child { margin-top:0; } 
.step_st > li { width:6.5em; counter-increment:stepIdx; } 
.step_st > li .ico { position:relative } 
.step_st > li:not(:last-child) .ico:before { content:""; position:absolute; left:100%; top:50%; width:5em; height:1px; background:#ddd } 
.step_st > li .ico .xi { position:relative; font-size:1em; width:1.875em; height:1.875em; margin:0 auto; display:flex; align-items:center; justify-content:center; color:#fff; background:#ccc; border-radius:50% } 
.step_st > li .ico .xi:before { content:counter(stepIdx); } 
.step_st > li .tt { margin-top:.75em; text-align:center; font-size:1.063em; color:#666; font-weight:500; line-height:1.3; } 
.step_st > li.on .tt { font-weight:600; color:var(--color-point2) } 
.step_st > li.on .ico .xi,
.step_st > li.on .ico:before { background:var(--color-point2); } 
.step_st > li.on .ico .xi:before { content:"\e928" } 
.step_st > li.on .ico .xi:after { content:""; position:absolute; top:-.25em; bottom:-.25em; left:-.25em; right:-.25em; border:2px dotted var(--color-point2); border-radius:50%; opacity:.4; } 
.step_st > li:not(.on) .ico .xi:before { font-family:var(--fontBase); font-size:.875em; font-weight:700; } 

/*member style*/
.login_wrap { position: relative; width:540px; max-width: 92%; margin:0 auto; box-sizing:border-box; z-index: 2; } 
.login_wrap.w1 { width:600px; max-width: 85%; margin: 0 auto; } 
.login_wrap.w2 { width:780px; max-width: 94%; margin: 0 auto; } 
.login_wrap.w3 { width:1000px; max-width: 94%; margin: 0 auto; } 
.login_wrap.st1 { padding:3rem 2.5rem; background: #fff; border-radius: var(--radius-md); } 
.login_wrap.st1.gray { background: var(--color-gray-1); } 
.login_wrap .join_sec { display:flex; justify-content:space-between; flex-wrap:wrap } 
.login_wrap .join_sec > li { width: 100%; } 
.login_wrap .join_sec > li.w100 { width:100% } 
.login_wrap .join_sec .table_form > li { padding-top:0; } 

.login_tab { display:flex; padding:0 1px 0 0; margin-bottom:2em; } 
.login_tab > li { flex:1 1 1%; } 
.login_tab > li > a { display:flex; align-items:center; justify-content:center; box-sizing:border-box; position:relative; height:3.5em; border:1px solid rgba(0,0,0,.1); color:rgba(0,0,0,.7); background:#fff; margin:0 -1px -1px 0 } 
.login_tab > li:first-child > a { border-radius:.35rem 0 0 .35rem; } 
.login_tab > li:last-child > a { border-radius:0 .35rem .35rem 0; } 
.login_tab > li > a .t1 { font-weight:500; font-size: var(--font-size-md-1); } 
.login_tab > li > a.on { background:var(--color-point3); border-color:transparent; color:#fff } 
.login_tab > li > a.on:after { content:""; position:absolute; left:50%; transform:translate(-50%, 50%) rotate(45deg); bottom:-1px; width:.75em; height:.75em; background:#fff } 

.layer_inp { display:block; position:relative } 
.layer_inp .inp:focus { z-index:1 } 
.layer_inp .inp { border:1px solid #ddd; margin-bottom:-1px; padding:1rem; padding-left:4rem; height:3.5em; box-sizing:border-box; width:100%; position:relative; font-weight:500; font-size:1.188em } 
.layer_inp select.inp { padding-left:3.75rem } 
.layer_inp select.inp optgroup,
.layer_inp select.inp option { font-weight:400; } 
.layer_inp:first-of-type .inp { border-top-left-radius:.35rem; border-top-right-radius:.35rem } 
.layer_inp:last-of-type .inp { border-bottom-left-radius:.35rem; border-bottom-right-radius:.35rem } 
.layer_inp .tt { position:absolute; left:4.25em; right:0; top:0; height:100%; display:flex; align-items:center; box-sizing:border-box; padding:0 .5em; z-index:2; color:#666; font-weight:500 } 
.layer_inp .tt > i { font-size: var(--font-size-sm); } 
.layer_inp .ico { font-size:1em; position:absolute; left:0; top:0; width:4.5em; height:100%; display:flex; align-items:center; justify-content:center; z-index:2 } 
.layer_inp .ico:before { font-size:1.5em } 
.layer_inp .inp:focus { border-color:var(--color-point2); outline:none } 
.layer_inp .inp:valid ~ .tt,
.layer_inp .inp:focus ~ .tt { right:auto; width:auto; height:1em; transform:translateY(-50%); backdrop-filter:blur(1em); color:var(--color-point2) } 
.layer_inp .inp:valid ~ .tt > i,
.layer_inp .inp:focus ~ .tt > i { font-size:.875em } 

.login_wrap .logoMark { display: flex; align-items: center; justify-content: center; margin-bottom: var(--space-5); } 
.login_wrap .logoMark > img { height: 2.6rem; object-fit: contain; } 
.login_wrap .login { display:flex; flex-direction:column } 
.login_wrap .login > * { width:100%; box-sizing:border-box } 
.login_wrap .btn { height: 3.5rem; border-radius: var(--radius-sm); border:1px solid transparent; font-weight:600; font-size: var(--font-size-base); } 
.login_wrap .btn .xi { font-size:1em; margin-right:.25em } 
.login_wrap .btn.c1 { background:var(--color-point2); color:#fff } 
.login_wrap .btn.c2 { background:#000; color:#fff } 
.login_wrap .btn.c3 { background:var(--color-point); border:none; color:#fff } 
.login_wrap .btn.s1 { font-size:1.063em } 
.login_wrap .check_wrap { padding:1.5em .25em; } 
.login_wrap .check_wrap .label_st { font-size:1.063em; } 
.login_wrap .check_wrap + .page_btn { margin-top:0; } 
.login_wrap .page_btn { margin-top:2em; gap:.5em; } 
.login_wrap .inp_flex { display:flex; gap:1em; } 
.login_wrap .inp_flex .inp_wrap { flex:1 1 0%; min-width:0; } 
.login_wrap .inp_flex .page_btn { width:9em; margin-top:0 } 
.login_wrap .inp_flex .page_btn .btn { height:100% } 
.login_wrap .link_wrap { padding:2em 0; } 
.login_wrap .link_wrap:last-child { padding-bottom:0; } 
.login_wrap .link_wrap a { position:relative; padding:0 1.5em; font-size:1.063em; color:#666; font-weight:500; } 
.login_wrap .link_wrap a + a:before { content:""; position:absolute; left:0; top:50%; width:1px; height:1em; background:#000; opacity:.15; transform:translateY(-50%); } 
.login_wrap .link_wrap a.point { font-size:1.063em; color:#111; font-weight:600; } 
.login_wrap .link_wrap a:hover { text-decoration:underline; } 
.login_wrap .sns_tit { overflow:hidden; margin:2em 0; text-align:center; } 
.login_wrap .sns_tit .in { position:relative; display:inline-block; padding:0 1em; font-size:1.1em; font-weight:600; color:#777 } 
.login_wrap .sns_tit .in:before,
.login_wrap .sns_tit .in:after { content:""; position:absolute; top:50%; width:1000px; height:1px; background:#ddd; } 
.login_wrap .sns_tit .in:before { right:100%; } 
.login_wrap .sns_tit .in:after { left:100%; } 
.login_wrap .sns_login { display:flex; flex-wrap:wrap; align-items:center; gap:.5em; padding: 0 5em; } 
.login_wrap .sns_login > li { flex:1; } 
.login_wrap .sns_login > li .in { height:3.5em; gap:.75em; } 
.login_wrap .sns_login > li .in .ico { font-size:1.500em; } 
.login_wrap .sns_login > li .in .tt { font-size:1.063em; font-weight:500; } 
.login_wrap .sns_login > li.nv .in { background:var(--snsNv); color:#fff; } 
.login_wrap .sns_login > li.ka .in { background:var(--snsKa); } 

.fin_box { background:var(--color-gray-1); border-radius: var(--radius-sm); padding:3rem; text-align:center; word-break:keep-all; } 
.fin_box .fin { display:inline-flex; align-items:center; gap:1rem; margin:.5rem 0; } 
.fin_box .fin * { line-height:normal !important; } 
.fin_box .xIco { margin-bottom:1em; color: var(--color-point2); } 
.fin_box .xIco .xi { font-size:1.750rem; } 
.fin_box .tit { font-size:1.75rem; font-weight:600; margin-bottom: var(--space-1); } 
.fin_box .tit.s1 { font-size:1.375rem } 
.fin_box .tt1 { line-height:1.5; font-size: var(--font-size-base); color: var(--color-black-6); } 
.fin_box .tt2 { font-size:1.250em; font-weight:500; } 
.fin_box .tt_point { font-size:1.750rem; color:var(--color-point3); font-weight:700; } 
.fin_box .tt_no { display:inline-flex; align-items:center; gap:1rem; margin-top:1rem; height:3rem; padding:0 2em; background:var(--color-point3); border-radius:6em; color:#fff; } 
.fin_box .tt_no .no { font-size:1.250rem; font-weight:600; } 
.fin_box .fs:not(:last-child):after { content:"," } 
.fin_box .finTop { margin-bottom: var(--space-4); } 

.agree_box:not(.page_box) { border-radius:.5em; border:1px solid #ddd; padding:1.5em 1.75em; } 
.agree_box p { padding:.375em 0; } 
.agree_box strong,
.agree_box b { font-weight:600; color:#000; } 
.agree_box.tt1 { color:#555; line-height:1.5 } 
.agree_box.tt2 { color:#555; font-size:1.063em; line-height:1.5 } 
.agree_box.tt2 strong,
.agree_box.tt2 b { font-size:1.125em; } 
.agree_box.h1 { height:18em; } 

.agree_box ol { padding:.375em 0; } 
.agree_box ol > li { padding-left:.875em; text-indent:-.875em; } 

.btn_vf { padding:2em; border:1px solid #ddd; border-radius:.5em; display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center; min-height:8em; transition:.3s } 
.btn_vf .ico { width:8em; height:8em; border:3px dotted var(--crGray); border-radius:50%; display:flex; flex-direction:column; justify-content:center; margin-bottom:1.5em } 
.btn_vf .ico img { height:45% } 
.btn_vf .t1 { font-weight:700; font-size:1.25em } 
.btn_vf .t2 { color:#666; margin-top:.5em } 
.btn_vf .st { padding:.75em .5em; background:var(--crGrad1); width:100%; max-width:12em; border-radius:.5em; box-sizing:border-box; font-size:1.125em; font-weight:500; color:#fff; margin-top:1.5em } 
.btn_vf:hover,
.btn_vf:focus { border-color:var(--color-point2); box-shadow:0 0 1em rgba(0,0,0,.1) } 

.newTag { position: relative; } 
.newTag::before { content: 'N'; display: flex; justify-content: center; align-items: center; width: 1rem; height: 1rem; padding: .3em; border-radius: 50%; background: tomato; font-weight: 600; font-size: .875em; color:#fff; position: absolute; right: -.6rem; top: -.6rem; zoom: .8; } 

/*member table*/
.table_form_wrap { } 
.table_form_wrap .form_tit { } 
.table_form_wrap .form_tit .t1 { font-weight:700; font-size:1.375em } 
.table_form_wrap .form_tit .t2 { font-weight:700; font-size:1.625em } 
.table_form_wrap .form_tit .t3 { font-weight:500; font-size:1.125em } 
.table_form > li { border-bottom:1px solid #ddd; padding:.75em 0 } 
.table_form > li:first-child { border-top:1px solid #111 } 
.table_form > li.bd0 { border-bottom:none !important } 
.table_form > li.bd1 { border-top:none !important } 
.table_form > li.p1 { padding:1.5em 0; } 
.table_form .wrap_in { display:flex; align-items:center } 
.table_form .wrap_in .tit_wrap,
.table_form .wrap_in .con_wrap { min-height:3em; box-sizing:border-box; display:flex; flex-wrap:wrap; align-items:center; } 
.table_form .wrap_in .tit_wrap { width:10rem; gap:.5em 0; padding:0 1.25em; } 
.table_form .wrap_in .tit1 { font-size:1.125em; font-weight:600; } 
.table_form .wrap_in .tit2 { font-size:1.063em; font-weight:600; } 
.table_form .wrap_in .tit3 { font-size:1.000em; font-weight:500; line-height:1.2; } 
.table_form .wrap_in .con_wrap { flex:1 1 0%; min-width:0; gap:.25em; font-size:1.063em; } 
.table_form .wrap_in .con_wrap > * { flex:1 1 0%; min-width:0 } 
.table_form .wrap_in .con_wrap .inp_tt { flex:0 0 auto; font-size:.938em; color:#666; } 
.table_form .wrap_in .con_wrap .input_st { width:100% } 
.table_form .wrap_in .con_wrap .input_st[type=radio] { width: auto; height: auto; } 
.table_form .wrap_in .con_wrap .line { padding-top:.75em; margin-top:.75em; border-top:1px solid #ddd } 
.table_form .wrap_in .con_wrap .w1 { flex:0 0 auto; width:3em } 
.table_form .wrap_in .con_wrap .w2 { flex:0 0 auto; width:9em } 
.table_form .wrap_in .con_wrap .w50 { flex:0 0 auto; width:50% } 
.table_form .wrap_in .con_wrap .w100 { flex:0 0 auto; width:100% } 
.table_form .wrap_in .con_wrap .w_auto { flex:0 0 auto } 
.table_form .wrap_in .con_wrap .max1 { max-width:27em } 
.table_form .wrap_in .con_wrap .max2 { max-width:8.375em } 
.table_form .wrap_in .con_wrap .max3 { max-width:23.5em } 
.table_form .wrap_in .con_wrap .min1 { min-width:23.5em } 

.table_form .wrap_in.col { flex-direction:column } 
.table_form .wrap_in.col > * { flex:0 0 auto; width:100% } 
.table_form .wrap_in.col .tit_wrap { padding:0 0; } 

/* -------- 회사연혁 -------- */
/* 컨텐츠01 :: 타이틀박스 */
/* 컨텐츠02 :: 연혁 */

.history-con-wrap { scroll-behavior: smooth; } 
.history-con .sub-tab-list-style.top-fixed { top: 0 } 
.history-con .sub-tab-wrapper-style { margin-bottom: 70px } 
.history-con .sub-tab-list-style ul li { position: relativ; } 
.history-con .sub-tab-list-style ul li:after { content:""; position: absolute; top: 50%; margin-top: -7px; right: 0; width: 1px; height: 15px; background-color: #ccc } 
.history-con .sub-tab-list-style ul li:last-child:after { content:none } 
.history-con .sub-tab-list-style ul li.selected:after { content:none } 
/* History :: Layout */
.company-history { position:relative; } 
.company-history-wrapper { position:relative; /* padding-bottom:50px; */ padding :25px 0; *zoom:1; } 
.company-history-wrapper:after { clear:both; display:block; content:""; } 
.company-history-wrapper:before { position:absolute; top:30px; height:100%; width:1px; left:50%; background-color:#ddd; content:""; } 
.none-line-stl:before { content: none } 
.company-history-info-box { position:relative; width:50%; } 
.company-history-info-box::before { position:absolute; top:0; width:23px; height:23px; background-color:#eee; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; content:""; } 
.company-history-info-box::after { position:absolute; top:6px; width:6px; height:6px; background-color:#fff; border: 2px solid var(--color-point2); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; content:""; } 
/* History :: 정보 */
.company-history-info .history-item.tit { font-size:18px; font-weight: 600; color:var(--color-point2) } 
.company-history-info .history-item.tit .history-txt::before { display:none; } 
.company-history-info .history-item { position:relative; font-size:16px; line-height: 1.6; letter-spacing: -0.65px; font-weight:400; color:#555; margin-bottom:10px; word-break:keep-all } 
.company-history-info .history-txt { position:relative; display:inline-block; } 
.company-history-info .history-txt:before { content:""; position:absolute; top:10px; width: 3px; height: 3px; background-color: #5c5c5c } 
.company-history-year { position:absolute; top:-5px; text-align:center; font-size:32px; letter-spacing: -0.25px; color:#333; font-weight: 600; } 
/* History :: 이미지 */
.company-history-img-box { width:50%; margin-top:50px; } 
.company-history-img-box span { display:inline-block; border:1px solid #ddd; } 
.company-history-img-box span img { max-width:100%; } 

/* -------- 회사연혁 -------- */
@media all and (min-width:801px) { /* History :: 왼쪽 */
.history-left .company-history-info-box { float:left; } 
.history-left .company-history-info-box::before,
.history-left .company-history-info-box::after { left:100%; transform:translatex(-50%) } 
.history-left .company-history-info { text-align:right; padding-right: 40px; } 
.history-left .company-history-info .history-item { padding-right: 30px; } 
.history-left .company-history-info .history-month { right:0; } 
.history-left .company-history-info .history-txt { padding-right:15px; } 
.history-left .company-history-info .history-txt::before { right:0; } 
 .history-left .company-history-info .history-item.tit .history-txt { padding-right:0 } 
.history-left .company-history-year { left:100%; padding-left:60px; } 
.history-left .company-history-year:before { left:0 } 
.history-left .company-history-img-box { float:right; } 
.history-left .company-history-img-box span { margin-left:60px } 
/* History :: 오른쪽 */
.history-right .company-history-info-box { float:right; } 
.history-right .company-history-info-box::before,
.history-right .company-history-info-box::after { right:100%; transform:translatex(50%) } 
.history-right .company-history-info { padding-left: 40px; } 
.history-right .company-history-info .history-item { padding-left: 22px; } 
.history-right .company-history-info .history-month { left:0; } 
.history-right .company-history-info .history-item.tit .history-txt { padding-left:0 } 
.history-right .company-history-info .history-txt { padding-left:15px; } 
.history-right .company-history-info .history-txt::before { left:0; } 
.history-right .company-history-list-wrap .company-history-year { right:100%; padding-right:60px; } 
.history-right .company-history-img-box { float:left; text-align:right; } 
.history-right .company-history-img-box span { margin-right:60px } 
 }


/* ========== 260306 css - new ============== */

/* 공통 */

/* 테이블 스크롤 */
.scr_i{ display: none;}

.pageDiv_flex .pageDiv_con { flex: 1; } 

.pageDiv_con { padding: 2rem; border: 8px solid #f1f1f1; position: relative;} 
.pageDiv_con::before{content: ''; position: absolute; top: -8px; left: -8px; clip-path: polygon(0% 0%, 0 40%, 5% 33%, 5% 5%, 40% 5%, 50% 0, 50% 0, 50% 0, 50% 0, 53% 0); height: 200px; width: 200px; background: var(--color-point) ;}
.pageDiv_con::after{content: ''; position: absolute; bottom: -8px; right: -8px; clip-path: polygon(0% 0%, 0 40%, 5% 33%, 5% 5%, 40% 5%, 50% 0, 50% 0, 50% 0, 50% 0, 53% 0); height: 200px; width: 200px; background: var(--color-point); rotate: 180deg;}


.pageDiv_flex { gap: 3.5rem; } 
.pageDiv_flex .pageConBox { width: 70%; display: flex; flex-direction: column; gap: 1rem 0; } 
.pageDiv_flex .pageConBox .pageDiv_in { } 
.pageDiv_flex .pageConBox .pageDiv_in + .pageDiv_in { padding-top: 1rem; border-top: 1px dotted #ccc; } 

.pageDiv_wrap .ImgWrap { width: 45%; } 
.pageDiv_wrap .ImgWrap.stickyT { height: 36rem; } 
.pageDiv_wrap .wrap_img { padding: 1.5rem; border: 1px solid #ddd; border-radius: var(--radius-md); max-height: 36rem; } 
.pageCon.bg1 .pageDiv_wrap .wrap_img { background: #fff; } 

.pageDiv_wrap .ImgWrap.w50 .wrap_img { flex: 1; } 


/* 공통 탭 메뉴 스타일 */
.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; } 

.sub_tab{}
.sub_tab .tab_btn{ background: #eee; border-radius: 100rem;  padding: 0.5rem; box-sizing: border-box; gap: 0.5em; width: fit-content; margin: 0 auto;}
.sub_tab .tab_btn li{cursor: pointer;}
.sub_tab .tab_btn li.on .tt{background: var(--color-point); color: #fff;}
.sub_tab .tab_btn li .tt{ padding: 1.2rem 4.5rem; background: #fff; color: var(--color-point); font-weight: 700; font-size: var(--font-size-md-1); border-radius: 100rem;}


.page_tab .tab_idx { display:flex; align-items: center; width: 100%; box-sizing: border-box; } 
.page_tab .tab_idx > li { position: relative; text-align: center; padding: 1rem 2rem; box-sizing: border-box; font-size: var(--font-size-base); font-weight: 600; color: #666; cursor: pointer; flex: 1; transition: .3s; background: #f1f1f1; } 
.page_tab .tab_idx > li:hover { background:#f9f9fb; } 
.page_tab .tab_idx > li::before { position: absolute; content: ''; left: 0; top: 50%; transform: translateY(-50%); height: 50%; width: 1px; background: #ccc; } 
.page_tab .tab_idx > li.on { color: #fff; font-weight: 700; background: #fff; background: var(--color-point3); } 
.page_tab .tab_idx > li.on::before,
.page_tab .tab_idx > li:first-child::before { display: none; } 


/* 아이콘 박스 */
.boxIconList { } 
.boxIconList > li { display: flex; } 
.boxIconList > li > .in { flex: 1; border: 2px solid #ddd; background: #fbfbfb; border-radius: .5rem; padding: 1.5rem; box-sizing: border-box; } 
.boxIconList > li > .in > .icon { display: flex; align-items: center; justify-content: center; margin: 0 auto; width:5rem; height: 5rem; border-radius: 50%; background: var(--color-point3); } 
.boxIconList > li > .in > .icon > img { height: 45px; object-fit: contain; } 
.boxIconList > li > .in > .tit { font-size: var(--font-size-md-1); font-weight: 700; text-align: center; margin-top: 1rem; } 
.boxIconList > li > .in > .t1 { text-align: center; font-size: var(--font-size-sm); } 
.boxIconList > li > .in > .tt { font-size: var(--font-size-sm); text-align: center; margin-top: 1rem; color: var(--color-black-7); } 



/* 인사말 */
.greet_wrap { } 
.greet_wrap .greet-top { margin-bottom: 1rem; } 
.greet_wrap .greet-top .t1 { font-size: var(--font-size-xl-1); line-height: var(--line-height-normal); font-weight: 500; } 
.greet_wrap .greet-top .cp-2 { font-weight: 700; } 
.greet_wrap .greet-con { gap:7rem; /* padding: 0 3em; */ } 
.greet_wrap .greet-con .img_wrap { width: 38%; margin-right: 4rem; } 
.greet_wrap .greet-con .img_wrap .img { width: 100%; margin-top: -8em; padding-bottom: 115%; position: relative; border-radius: 15rem 0 15rem 0; box-shadow: 0px 0px 56px rgb(17 17 17 / 17%); } 
.greet_wrap .greet-con .img_wrap .img::before { content: ''; position: absolute; right: -4em; bottom: -3em; width: 50%; background: var(--color-point3); height: 100%; z-index: -1; } 
.greet_wrap .greet-con .img_wrap .img::after { content: ''; position: absolute; right: -4em; bottom: -3em; background-image: url(../images/sub/pattern01.png); width: 50%; height: 100%; background-position: bottom; background-size: 100%; background-repeat: no-repeat; z-index: -1; opacity: 0.4; filter: invert(48%) sepia(68%) saturate(513%) hue-rotate(47deg) brightness(126%) contrast(86%); } 
/* .greet_wrap .greet-con .img_wrap .img { width: 100%; margin-top: -4em; padding-bottom: 120%; border:1px solid #ddd; border-radius: 1em; box-shadow: -3px 3px 15px rgba(0,0,0,.1); } */
.greet_wrap .greet-con .txt_wrap { order: -1; flex:1; padding-top: 1rem; } 
.greet_wrap .greet-con .txt_wrap .t1 { color: #333; font-size: var(--font-size-base); line-height: var(--line-height-normal); } 
.greet_wrap .greet-con .txt_wrap .t1 + .t1 { margin-top: 1.2rem; } 
.greet_wrap .greet-con .txt_wrap p.ceo { margin-top: 2.5rem; padding-right: 3em; font-size: var(--font-size-base); text-align: right; } 
.greet_wrap .greet-con .txt_wrap p.ceo strong { padding-left: 1rem; font-weight: 600; font-size: var(--font-size-md); } 
.greet_wrap .greet-con .txt_wrap p.ceo .sign { position:relative; top: 1rem; } 
.greet_wrap .greet-con .txt_wrap p.ceo .sign > img { width: 100%; height: 50px; object-fit: contain; } 


/* 조직도 */
.orgWrapper { text-align:center; position: relative; padding: 3rem 5rem; box-sizing: border-box; border: 1px solid #ddd; border-radius: 1rem; } 
.topInner { position: relative; padding-bottom: 6rem; } 

.orgTop_wrap { position: relative; } 
.topInner:after { display: block; content:""; position:absolute; left: 50%; bottom:2.5rem; width: 1px; height: calc(100% - 2.5rem); transform:translateX(calc(-50% + 0.5px)); background: rgba(0,0,0,0.1); z-index: -1; } 
.orgTop_wrap .orgBox { background: #fff; border: 1px solid var(--color-point3); border-radius:5px; text-align:center; display:flex; flex-direction:column; justify-content:center; width: 22rem; margin: 0 auto; padding:1rem; box-sizing:border-box; } 
.orgTop_wrap .orgBox + .orgBox { margin-top: var(--space-6); } 
.orgTop_wrap .orgBox.ceo { border-radius: 100%; width: 8rem; height: 8rem; background: var(--color-point3); border: 22px solid rgb(221 239 220); box-sizing: content-box; } 
.orgTop_wrap .orgBox.ceo .tit { color: #fff; } 
.orgTop_wrap .tit { color: var(--color-point3); font-size:var(--font-size-md-1); line-height:1.6em; font-weight: 600; /* padding: 0 1rem; */ } 
.orgTop_wrap .t1 { font-size: var(--font-size-sm); line-height:var(--line-height-normal); font-weight: 500; color: #fff; padding: 0.7rem 1rem 0; border-top:1px solid rgba(255,255,255,0.1); } 

.middleInner { position: relative; z-index: 1; text-align:right; margin-top: 5.4rem; left:auto; bottom:auto; margin-left:auto; } 
.middleInner:before { display: none; } 
.middleInner .orgBox { position: relative; width: 17rem; display:flex; align-items:center; justify-content:center; flex-direction:column; background: #666; border-radius:5px; padding: 1.5rem 0; text-align:center; box-sizing:border-box; margin-left:calc(50% + 19rem); } 
.middleInner .orgBox:before { display: block; content:""; left: 0; top: 50%; position:absolute; height: 1px; width: 19rem; background: rgba(0,0,0,0.1); transform:translate(-100%, calc(-50% + 0.5px)); z-index:-1; } 
.middleInner .tit { color: #fff; font-weight: 700; font-size:var(--font-size-md); line-height:var(--line-height-normal); } 
.middleInner .t1 { color: rgba(255,255,255,0.7); font-size:var(--font-size-base); line-height:var(--line-height-normal); } 

.bottomInner { margin-top: 0; width: 100%; } 
.bottomInner ul { position: relative; display:flex; } 
.bottomInner ul:after { display: block; content: ""; position: absolute; left: 50%; top: -2.5rem; width: 83.5%; height: 1px; background: rgba(0, 0, 0, 0.1); transform: translateX(calc(-50% + 0.5px)); } 
.bottomInner ul li { position: relative; width: calc((100% - 12rem) / 4); margin-right: 4rem; } 
.bottomInner ul li:last-child { margin-right: 0; } 
.orgIn { position: relative; background-color:#f5f5f5; margin-top: .9rem; text-align:center; padding: .5rem 0; border-radius:5px; } 
.orgIn:after { display: block; content: ""; position: absolute; left: 50%; width: 1px; height: 1rem; background: rgba(0, 0, 0, 0.1); top: -1rem; transform: translateX(calc(-50% + 0.5px)); z-index: -1; } 
.orgIn:last-of-type:after { height: 2rem; top: -2rem; } 
.orgIn:first-of-type { margin-top: 1rem; } 
.orgIn .tit { font-size:var(--font-size-sm); line-height:var(--line-height-normal); color: var(--color-black-7); font-weight: 500; padding: 0 1rem; } 
.orgIn .t1 { font-size:var(--font-size-base); line-height:var(--line-height-normal); color: rgba(0,0,0,0.7); padding: 0 1rem; } 
.orgGroup { position: relative; display: inline-block; width: 100%; text-align: center; font-size:var(--font-size-base); line-height:var(--line-height-normal); font-weight: 700; border-radius:5px; background-color: rgb(91 165 86 / 19%); padding: 0.9rem 1rem; box-sizing:border-box; } 
.orgGroup:after { display: block; content:""; position:absolute; left: 50%; transform:translateX(calc(-50% + 0.5px)); width: 1px; height: 2.5rem; background: rgba(0, 0, 0, 0.1); top: -2.5rem; z-index: -1; } 


/**/
/* 회사 개요 */
.divInfoCon { } 
.divInfoCon > li { margin-bottom: var(--space-7); } 
.divInfoCon > li:last-of-type { margin-bottom: 0; } 
.divInfoCon > li > .inner { display: flex; align-items: center; } 
.divInfoCon > li:nth-child(2n) > .inner { flex-direction: row-reverse; } 
.divInfoCon > li > .inner > .imgCon { width: 50%; height: 27.5rem; border-radius: var(--radius-md); overflow: hidden; } 
.divInfoCon > li > .inner > .imgCon > img { width: 100%; height: 100%; object-fit: cover; } 
.divInfoCon > li > .inner > .infoCon { width: 50%; padding: 0 6.75rem; box-sizing: border-box; } 
.divInfoCon > li > .inner > .infoCon .subT { font-size: var(--font-size-md); font-weight: 600; color: var(--color-point2); } 
.divInfoCon > li > .inner > .infoCon .tit { font-size: var(--font-size-lg-2); line-height: var(--line-height-normal); font-weight: 700; margin: 1.25rem 0; } 
.divInfoCon > li > .inner > .infoCon .desc { font-size: var(--font-size-md-1); line-height: var(--line-height-loose); color: var(--color-black-6); } 

.boxTxtList { display: flex; flex-wrap: wrap; gap: 1rem; } 
.boxTxtList > li { width: calc((100% - 3rem) / 4); } 
.boxTxtList > li > .inner { position:relative; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; height: 55dvh; border-radius: var(--radius-sm); text-align: center; overflow: hidden; } 
.boxTxtList > li > .inner:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0, .15); content: ''; } 
.boxTxtList > li > .inner > .tit { position:relative; font-size: var(--font-size-md-1); font-weight: 600; margin-bottom: var(--space-3); color: #fff; } 
.boxTxtList > li > .inner > .desc { position:relative; font-size: var(--font-size-sm); color: rgba(255,255,255, .915); line-height: var(--line-height-normal); padding: 0 2rem; box-sizing: border-box; } 


.company_wrap { gap: 4em; } 
.company_wrap .info_table { width: 50%; align-items: center; } 
.company_wrap .info_table>li { padding: 1.2em 0 1.2em 1.2em; box-sizing: border-box; border-bottom: 1px solid #111; } 
.company_wrap .info_table>li:first-child { border-top: 1px solid #111; } 
.company_wrap .info_table>li>.con { display: flex; align-items: center; } 
.company_wrap .info_table>li>.con>.tit { color: #555; font-weight: 600; font-size: 1em; min-width: 10em; } 
.company_wrap .info_table>li>.con>.tt { font-size: 1em; font-weight: 600; color: #000; width: 100%; } 
.company_wrap .info_table>li.w2 { display: flex; gap: 1em; align-items: center; } 
.company_wrap .info_table>li.w2>.con { width: 100%; } 

.company_wrap .img_box { overflow: hidden; background: #fff; box-sizing: border-box; padding: 4em 6em; border: 1px solid rgba(0,0,0,.1); border-radius: 1em; text-align: center; justify-content: center; } 
.company_wrap .img_box.list { height: 12em; } 
.company_wrap > .img_box { width: 42%; height: 20em; padding: 0; border: none; } 
.company_wrap > .img_box img { width: 100%; height: 100%; object-fit: cover; object-position: top; } 
.company_wrap .company { width: 50%; } 
.company_wrap .company.st1 { position: relative; } 
.company_wrap .company.st1:before { content: ''; position: absolute; background: #f4f6f9; left: 50%; top: 50%; width: 100%; height: 100%; border: 1px solid var(--color-point2); box-shadow: 0 0 1em rgba(0, 0, 0, .1); padding: 1em; border-radius: 1em; transform: translate(-50%, -50%); z-index: -1; } 
.company_info .tit { margin: 1em 0; width: 100%; height: 3em; line-height: 3em; color: #fff; font-weight: 700; border-radius: .5em; text-align: center; background: var(--color-point2); } 
.company_info .tit.bg_green { background: var(--color-point22); } 
.company_info .info_box { } 

.company_info .info_box .tt { padding: 0 0.6em 0 1.6em; position: relative; margin-bottom: .3em; } 
.company_info .info_box .tt:last-child { margin-bottom: 0em; } 

.company_info .info_box .tt:before { position: absolute; content: '-'; position: absolute; left: 10px; top: 0; } 


/* 오시는길 */
.map_list { } 
.map_list { gap:1em 1em; margin: 2.5em 0 3em; } 
.map_list > li { flex:1; text-align:center; } 
.map_list > li .in { flex:1; background: var(--color-bg-3); padding: 2rem; box-sizing: border-box; border-radius: var(--radius-sm); border: 1px solid #ddd; } 
/* .map_list > li + li .in { padding-left:1em; border-left:1px solid #ddd; } */

.map_list .page_txt .mark { margin-bottom:3em; } 
.map_list .page_txt .mark img { width:5em; } 

.map_list .page_txt .tit { font-size: 1.125em; font-weight: 700; } 
.map_list .page_txt > .ico { color: var(--color-point3); } 
.map_list .page_txt > .ico + * { margin-top:1em; } 
.map_list .page_txt > .ico.fs26 { font-size: var(--font-size-md); } 
.map_list .page_txt > .ico img { width:2.25em; } 

.map_wrap { /* z-index: -1; */ position: relative; } 
.map_wrap .cont { display: none; } 
.root_daum_roughmap { width: 100% !important; } 
.root_daum_roughmap .wrap_map { } 
.root_daum_roughmap .wrap_controllers { display: none; } 


.location_info { padding-top: 1.5rem; } 
.location_info .info_con { gap: 8rem; padding-bottom: 4rem; } 
.location_info .info_con:last-of-type { padding-bottom: 0rem; } 
.location_info .info_con .left { width: 25%; } 
.location_info .info_con .left h2 { font-size: var(--font-size-lg-1); font-weight: 800; color: var(--color-black-2); padding-left: .8rem; position: relative; } 
.location_info .info_con .right { width: 75%; } 
.location_info .info_con .right ul { } 
.location_info .info_con .right ul > li { } 
.location_info .info_con .right ul > li > .top { align-items: center; gap: 2rem; padding-bottom: 1.5rem; margin-bottom: 1.5rem; border-bottom: 1px solid #ddd; } 
.location_info .info_con .right ul > li > .top .btn { pointer-events: none; } 
.location_info .info_con .right ul > li > .top > .tt { font-size: var(--font-size-md-1); font-weight: 700; color: var(--color-black-2); } 
.location_info .info_con .right ul > li > .btm { } 
.location_info .info_con .right ul > li > .btm > li { display: flex; align-items: center; margin-bottom: 1rem; } 
.location_info .info_con .right ul > li > .btm > li:last-of-type { margin-bottom: 0rem; } 
.location_info .info_con .right ul > li > .btm > li > .tit { width: 14.5%; } 
.location_info .info_con .right ul > li > .btm > li > .tit > span { font-size: var(--font-size-base); font-weight: 700; color: var(--color-black-2); text-align: left; } 
.location_info .info_con .right ul > li > .btm > li > .txt { width: 85.5%; font-size: var(--font-size-base); font-weight: 500; text-align: left; color: var(--color-black-8); } 

.map_btn { gap: 1em; } 
.map_btn > li { } 
.map_btn > li .btn { padding: .3rem 1rem; border: 1px solid #ddd; font-size: var(--font-size-base); border-radius: 8rem; font-weight: 600; text-align: center; transition: .25s; } 
.map_btn > li .btn.btn1 { border: 1px solid #ccc; color: var(--color-point3); } 
.map_btn > li .btn.btn1:hover { background: var(--color-point3); color: #fff; } 
.map_btn > li .btn.btn2 { background: var(--color-point3); color: #fff; } 
.map_btn > li .btn.btn2:hover { border: 1px solid var(--color-point3); color: var(--color-point3); background: #fff; } 
 

/* 컨설팅 */
.pageNum_list { display: flex; flex-wrap: wrap; gap: 1rem; } 
.pageDiv_con + .pageNum_list { margin-top: var(--space-3); } 
.pageNum_list > li { counter-increment: section; padding: .4rem 1rem; border-radius: 10px; background: var(--color-bg-2); flex: 1 1 20%; display: flex; } 
.pageNum_list.w2 li { flex: 1 1 43%; } 
.pageNum_list > li > .tt { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: center; gap: 1rem; font-weight: 600; font-size: var(--font-size-sm); } 
.pageNum_list > li > .tt:before { content: counter(section, decimal-leading-zero); -ms-flex-negative: 0; flex-shrink: 0; width: 2.2rem; height: 2.2rem; border-radius: 8px; background: var(--color-point); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: .8rem; color: #fff; font-weight: 800; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: .25rem 0 } 
.pageNum_list > li > .tt.st1 { gap: 0.2rem; } 
.pageNum_list > li > .tt.st1:before { content: '\e92d'; font-family: 'xeicon'; background: none; color: var(--color-point); font-size: 1.5rem; } 
.pageNum_list > li > div > div { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 0; font-size: .9rem; -ms-flex-item-align: center; align-self: center; word-break: keep-all } 

.pageNum_list.st1 > li { background: #fff; border: 2px solid var(--color-point2); box-shadow: 0px 0px 20px rgb(25 167 120 / 15%); } 

.pageNum_list .dotList { padding: 0.7rem; } 


/**/
.WideImgList { } 
.WideImgList li .in { background: var(--color-bg-2); padding: 2rem; box-sizing: border-box; text-align: center; border-radius: var(--radius-md); } 
.WideImgList li .in .tit { margin-top: var(--space-2); font-size: var(--font-size-md-1); font-weight: 700; } 
.WideImgList li .in .img_wrap { overflow: hidden; border-radius: var(--radius-md); } 
.WideImgList li .in .img_wrap img { display: block; } 

/* */
.standard_info { display: flex; gap: 2rem; flex-wrap: wrap; justify-content: center; margin: 0 auto; } 
.standard_info .in { width: calc((100% - 4rem) / 3); } 
.standard_info .in .standardBox { padding: 1rem; background: var(--color-bg-2); text-align: center; box-sizing: border-box; } 
.standard_info .in .standardBox .img_wrap { padding: 1rem 0; background: #fff; border-radius: .5rem; text-align: center; } 
.standard_info .in .standardBox .img_wrap img { height: 5.5rem; object-fit: contain; display: block; margin: 0 auto; } 
.standard_info .in .txt_box { text-align: center; } 
.standard_info .in .tit { font-size: var(--font-size-md-1); font-weight: 600; margin-top: 1rem; } 
.standard_info .in .t1 { font-size: var(--font-size-sm); margin-top: var(--space-2); color: var(--color-black-6); } 

.pageCon.bg1 .standard_info .in .standardBox { background: #fff; } 

.standard_info.w5 { gap: 1rem; } 
.standard_info.w5 .in { width: calc((100% - 4rem) / 5); } 
.standard_info.w5 .in .standardBox .img_wrap { padding: 0; } 
.standard_info.w5 .in .standardBox .img_wrap img { height: 4.3rem; } 

/*process*/
.processArrow { } 
.processArrow .ArrowList { display: flex; flex-wrap: wrap; gap: 4rem 0rem; } 
.processArrow .ArrowList > li { display: flex; } 
.processArrow .ArrowList > li > .con { flex: 1; display: flex; flex-direction: column; } 
.processArrow .ArrowList > li > .con > .Cbox { position:relative; padding: .5rem; box-sizing: border-box; padding: 0 1rem; display: flex; align-items: center; justify-content: center; min-height: 6vh; clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%, 8% 50%); } 
.processArrow .ArrowList > li > .con > .Cbox > .num { position: absolute; display: flex; align-items: center; justify-content: center; left: 1.75rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #fff; } 
.processArrow .ArrowList.w3 > li > .con > .Cbox > .num { left: 3.15rem; } 
.processArrow .ArrowList > li > .con > .Cbox > .num > .tt { font-size: var(--font-size-sm); font-weight: 600; line-height: 1; } 
.processArrow .ArrowList > li > .con > .Cbox > .tit { font-size: var(--font-size-base); font-weight: 700; color: #fff; text-align: center; } 
.processArrow .ArrowList > li > .con > .btmCon { width: 94%; margin: 0 auto; margin-top: 1rem; flex: 1; border-radius: .5rem; border: 1px solid #e8e8e8; padding: 1.5rem 1.75rem; box-sizing: border-box; background: var(--color-bg-3); } 
.pageCon.bg1 .processArrow .ArrowList > li > .con > .btmCon { background: #fff; } 
.processArrow .ArrowList > li > .con > .btmCon > .tit { color: var(--color-point); text-align: center; margin-bottom: .75rem; } 
.processArrow .ArrowList > li > .con > .btmCon > .grayBox { border-radius: .5rem; padding: 2rem; } 

.processArrow .ArrowList.w3 > li { width: 33.33%; } 
.processArrow .ArrowList.w4 > li { width: 25%; } 
.processArrow .ArrowList.w5 > li { width: 20%; } 
.processArrow .ArrowList > li > .con > .Cbox.c1 { background: rgba(27,53,81, .475); } 
.processArrow .ArrowList > li > .con > .Cbox.c2 { background: rgb(70 111 66); } 
.processArrow .ArrowList > li > .con > .Cbox.c3 { background: rgb(46 97 47); } 
.processArrow .ArrowList > li > .con > .Cbox.c4 { background: rgb(29 75 30); } 
.processArrow .ArrowList > li > .con > .Cbox.cb { background: var(--color-point2); } 
.processArrow .ArrowList.w4 > li > .con > .Cbox > .num { left: 2.25rem; } 
.processArrow .ArrowList > li:first-of-type > .con > .Cbox > .num { left: .5rem; } 
.processArrow .ArrowList > li:first-of-type > .con > .Cbox { clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%, 0% 50%); border-radius: 100px; } 

.pageEsg_list { display: flex; gap: 1.5rem; } 
.pageEsg_list .item { flex: 1; border: 1px solid var(--color-point3); border-radius: var(--radius-sm); padding: 0.4rem; box-sizing: border-box; } 
.pageEsg_list .item .tit { font-size: var(--font-size-md-1); text-align: center; padding: .8rem 0; background: var(--color-point3); box-sizing: border-box; border-radius: var(--radius-sm); color: #fff; } 
.pageEsg_list .item .dotList { padding: 1rem; } 

.cenItemContainer { } 
.cenItemContainer > .item { display: flex; gap: 2.5rem; margin-bottom: 1.5rem; } 
.cenItemContainer > .item:last-of-type { margin-bottom: 0rem; } 
.cenItemContainer > .item > .imgCon { width: 30%; border-radius: 1rem; overflow: hidden; } 
.cenItemContainer > .item > .imgCon > img { width: 100%; height: 100%; object-fit: cover; } 
.cenItemContainer > .item > .titBox { position: relative; width: 70%; padding: 3.5rem; box-sizing: border-box; background: #f5f5f5; border-radius: 1rem; transition: .3s ease; } 
.cenItemContainer > .item > .titBox .tit { font-size: 1.815rem; font-weight: 700; color: var(--color-point); transition: .3s ease; } 
.cenItemContainer > .item > .titBox .txt { font-size: 1.215rem; line-height: 1.6; color: #444; transition: .3s ease; } 
.cenItemContainer > .item > .titBox .titTop { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; } 
.cenItemContainer > .item > .titBox .titTop .roundArrow { transform: translateX(-2rem); opacity: 0; } 
/* .cenItemContainer > .item > .titBox:hover { background: var(--color-point); } 
.cenItemContainer > .item > .titBox:hover .tit { color: #fff; } .cenItemContainer > .item > .titBox:hover .txt { color: rgba(255,255,255, .815); } 
.cenItemContainer > .item > .titBox:hover .roundArrow { background: #fff; transform: translateX(0); opacity: 1; } */


/* 오시는 길 */
.root_daum_roughmap .wrap_controllers { display: none; } 
.map_wrap > .tt { font-size: var(--font-size-lg); font-weight: 800; margin-bottom: 1rem; } 
.map_wrap .map { } 
.map_wrap .map_info { padding: 3.5em 0 2.5em 0; } 
.map_wrap .map_info .left { align-items: center; } 
.map_wrap .map_info .left .con > h2 { font-size: var(--font-size-lg-2); font-weight: 800; color: #111; margin-bottom: .5rem; } 
.map_wrap .map_info .left .con .contact_list { gap: 0 2rem; flex-wrap: wrap;} 
.map_wrap .map_info .left .con .contact_list > li { } 
.map_wrap .map_info .left .con .contact_list > li .tcon { align-items: center; } 
.map_wrap .map_info .left .con .contact_list > li .tcon > .xi { color: var(--color-point); padding-right: .3rem; } 
.map_wrap .map_info .left .con .contact_list > li .tcon > span { font-size: var(--font-size-md); font-weight: 600; color: #333; } 
.map_wrap .map_info .right { } 
.map_btn { gap: 1em; } 
.map_btn > li { } 
.map_btn > li .btn { padding: .85rem 2rem; border: 1px solid #ddd; font-size: var(--font-size-base); border-radius: 8rem; font-weight: 600; text-align: center; transition: .25s; } 
.map_btn > li .btn.btn1 { border: 1px solid var(--color-point); color: var(--color-point); } 
.map_btn > li .btn.btn1:hover { background: var(--color-point); color: #fff; } 
.map_btn > li .btn.btn2 { background: var(--color-point); color: #fff; } 
.map_btn > li .btn.btn2:hover { border: 1px solid var(--color-point); color: var(--color-point); background: #fff; } 

.map_wrap .location_info { padding-top: 4.5rem; } 
.map_wrap .location_info .info_con { gap: 8em; padding-bottom: 6rem; } 
.map_wrap .location_info .info_con:last-of-type { padding-bottom: 0em; } 
.map_wrap .location_info .info_con .left { width: 25%; } 
.map_wrap .location_info .info_con .left h2 { font-size: var(--font-size-lg-2); font-weight: 800; color: #111; } 
.map_wrap .location_info .info_con .right { width: 75%; } 
.map_wrap .location_info .info_con .right ul { } 
.map_wrap .location_info .info_con .right ul > li { } 
.map_wrap .location_info .info_con .right ul > li > .top { align-items: center; gap: 2em; padding-bottom: 1.6rem; margin-bottom: 1.6rem; border-bottom: 1px solid #ddd; } 
.map_wrap .location_info .info_con .right ul > li > .top .btn { pointer-events: none; padding: 0.5rem 1.5rem;} 
.map_wrap .location_info .info_con .right ul > li > .top > .tt { font-size: var(--font-size-base); font-weight: 700; color: #111; } 
.map_wrap .location_info .info_con .right ul > li > .btm { } 
.map_wrap .location_info .info_con .right ul > li > .btm > li { display: flex; align-items: flex-start; margin-bottom: 1em; } 
.map_wrap .location_info .info_con .right ul > li > .btm > li:last-of-type { margin-bottom: 0em; } 
.map_wrap .location_info .info_con .right ul > li > .btm > li > .tit { width: 24.5%; } 
.map_wrap .location_info .info_con .right ul > li > .btm > li > .tit > span { font-size: var(--font-size-base); font-weight: 700; color: #111; text-align: left; } 
.map_wrap .location_info .info_con .right ul > li > .btm > li > .txt { width: 85.5%; font-size: var(--font-size-base); font-weight: 500; text-align: left; } 

/* 교수진 */
.committeeCon + .committeeCon{margin-top: var(--space-7);}

.committeeList{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 3rem 2rem;}
.committeeList > li{ display: flex; border: 1px solid #ccc; align-items: stretch;}
.committeeList > li .in{padding: 2rem 1.5rem 3rem; width: 100%; box-sizing: border-box; border: 8px solid #f1f1f1; position: relative; display: flex; justify-content: space-between; align-items: flex-start; gap: 1.6rem; transition: 0.2s ease-in-out;}
.committeeList > li:hover .in{box-shadow: 0 0 25px rgba(25, 57, 138, 0.2);}
.committeeList > li .in .img_wrap{ width: 35%; aspect-ratio: 1 / 1;}
.committeeList > li .in .img_wrap img{width: 100%;  display: block;}

.committeeList > li .in .txt_wrap{width: 65%;}
.committeeList > li .in .txt_wrap .name{margin-bottom: .8rem;}
.committeeList > li .in .txt_wrap .name .top {display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap;}
.committeeList > li .in .txt_wrap .name .top .t1{font-size: var(--font-size-lg-1); font-weight: 600;}
.committeeList > li .in .txt_wrap .name .top .t2{font-size: var(--font-size-base); color: var(--color-black-7); margin-top: 0.2em;}
.committeeList > li .in .txt_wrap .name .bottom .home_icon a{position: relative; display: flex; align-items: center; padding: 0 .5em; background: #fff; border: 1px solid #ccc; transition: 0.2s ease-in; color: var(--color-point); gap: 0.3em; border-radius: var(--radius-sm); margin-left: 1.7em; margin-right: 1em;}
.committeeList > li .in .txt_wrap .name .bottom .home_icon a::before{position: absolute; left: -1em; width: 100%; height: 80%; border-left: 1px solid #ddd; content: '';}
.committeeList > li .in .txt_wrap .name .bottom .home_icon a:hover{background: var(--color-point); border: 1px solid var(--color-point); color: #fff;}
.committeeList > li .in .txt_wrap .name .bottom .home_icon a .tt{font-size: var(--font-size-sm-1);}
.committeeList > li .in .txt_wrap .name .en_name{font-size: var(--font-size-sm-1); color: var(--color-point);}
.committeeList > li .in .txt_wrap .dotList{padding: .8rem .5rem 0; border-top: 1px solid #ddd;}
.committeeList > li .in .txt_wrap .dotList > li{display: flex; align-items: flex-start; font-size: var(--font-size-sm-1); line-height: 1.5; padding-left: 0.7rem;}
.committeeList > li .in .txt_wrap .dotList > li .xi{ background: #fff; width: 2.2rem; height: 2.2rem; line-height: 2.2rem; border-radius: 100px; text-align: center; margin-right: .6rem; color: var(--color-point); box-shadow: 0 0 10px rgba(6, 23, 97, 0.07);}
.committeeList > li .in .txt_wrap .dotList > li span{margin-right: .6rem; color: #333;}
.committeeList > li .in .txt_wrap .dotList > li .dt{font-weight: 700; width: 7.2rem; flex-shrink: 0; }
.committeeList > li .in .txt_wrap .dotList > li .dd{/* white-space: nowrap; overflow: hidden; text-overflow: ellipsis; word-break: break-all; */}
/* .committeeList > li .in .txt_wrap .dotList > li:nth-child(1) .dd,
.committeeList > li .in .txt_wrap .dotList > li:nth-child(2) .dd{display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; white-space: unset;} */
.committeeList > li .in .txt_wrap .dotList > li:before{top: 8px;}
.committeeList > li .in .txt_wrap .dotList > li .mail_link:hover{text-decoration: underline; font-weight: 500;}

.committeeList > li .in .goBtn{position: absolute; right: -9px; bottom: -9px; background: var(--color-point); color: rgba(255, 255, 255, 0.7); text-align: center; display: flex; align-items: center; padding: .5rem 1.2rem; gap: 0.5rem;} 
.committeeList > li .in .goBtn .xi{height: 2rem;}

.committeeList > li .in { position: relative; }
.committeeList > li .in .hover-line{position: absolute; inset: 0;  pointer-events: none;}
.committeeList > li .in::before,
.committeeList > li .in::after,
.committeeList > li .in .hover-line::before,
.committeeList > li .in .hover-line::after { content: ""; position: absolute; background: var(--color-point); z-index: 2; }
.committeeList > li .in::before { bottom: -9px; right: -9px; height: 3px; width: 0; }
.committeeList > li .in::after { bottom: -9px; left: -9px; width: 3px; height: 0; }
.committeeList > li .in .hover-line::before { top: -9px; left: -9px; height: 3px; width: 0; }
.committeeList > li .in .hover-line::after { top: -9px; right: -9px; width: 3px; height: 0; }
.committeeList > li:hover .in::before { width: calc(100% + 16px); transition: width 0.2s linear; }
.committeeList > li:hover .in::after { height: calc(100% + 16px); transition: height 0.2s linear 0.2s; }
.committeeList > li:hover .in .hover-line::before { width: calc(100% + 16px); transition: width 0.2s linear 0.4s; }
.committeeList > li:hover .in .hover-line::after { height: calc(100% + 16px); transition: height 0.2s linear 0.6s; }


/* 컨설턴트 */
.overflow_inner{overflow-y:auto; overscroll-behavior: contain;}

.consultantTop{}
.consultantTop .consultantCeo{ display: flex; gap: 4rem; }
.consultantTop .consultantCeo + .consultantCeo{margin-top: var(--space-7); padding-top: var(--space-7); border-top: 1px dotted #ccc;}
.consultantTop .consultantCeo .leftWrap{position: relative; width: 25%;}
.consultantTop .consultantCeo .leftWrap .Img{position: relative;}
.consultantTop .consultantCeo .leftWrap .imgBox{border-radius: 1em; overflow: hidden; background: var(--color-bg-2);}
.consultantTop .consultantCeo .leftWrap .imgBox img{display: block;}
.consultantTop .consultantCeo .leftWrap .txtBox{position: absolute; left: -2rem; bottom: 0; background: var(--color-point3); padding: 1.2rem 0; width: 15rem; box-sizing: border-box; border-radius: 0 1em 0 1em; }
.consultantTop .consultantCeo .rightWrap{width: 75%; }
.consultantTop .consultantCeo .rightWrap .txtBox{ display: flex; gap: 3.5rem; align-items: center;}
.consultantTop .consultantCeo .rightWrap .txtBox .name{font-size: var(--font-size-xl); position: relative;font-weight: 700; display: flex; align-items: flex-end; gap: 0.3em;}
.consultantTop .consultantCeo .rightWrap .txtBox .name::before{position: absolute; content: ''; width: 1px; height: 1.8rem; background: #ddd; right: -1.8rem; top: 50%; transform: translateY(-50%);}
.consultantTop .consultantCeo .rightWrap .txtBox .name strong{letter-spacing: 6px;}
.consultantTop .consultantCeo .rightWrap .txtBox .name .grade{font-size: var(--font-size-md); margin-bottom: .5rem; font-weight: 500; opacity: 0.7;}
.consultantTop .consultantCeo .rightWrap .txtBox .en_name{ font-size: var(--font-size-md); color: var(--color-point); font-weight: 500;}
.consultantTop .consultantCeo .rightWrap .bailiwick{ gap: 2rem; margin-top: .6rem;}
.consultantTop .consultantCeo .rightWrap .bailiwick .tt{font-size: var(--font-size-base); box-sizing: border-box; border-radius: var(--radius-md); color: var(--color-black-7); display: flex; align-items: center; gap: 0.5em; }
.consultantTop .consultantCeo .rightWrap .bailiwick .tt .xi{width: 1.7rem; height: 1.7rem; text-align: center; line-height: 1.7rem;  border-radius: var(--radius-sm); font-size: 1.125rem; color: var(--color-point); background: var(--color-bg-2);}
.consultantTop .consultantCeo .rightWrap .profile_list{display: flex; flex-wrap: wrap; gap: 1.6rem 3rem; margin-top:var(--space-5) ;}
.consultantTop .consultantCeo .rightWrap .profile_list > li{width: calc((100% - 3rem) / 2);}
.consultantTop .consultantCeo .rightWrap .profile_list > li .tit{font-size: var(--font-size-md-1); font-weight: 700; margin-bottom: var(--space-1);}
.consultantTop .consultantCeo .rightWrap .profile_list .career{ background: var(--color-bg-2); padding: 1.5rem; border-radius: var(--radius-md); height: 10rem; overflow-y: auto; box-sizing: border-box;  }
.consultantTop .consultantCeo .rightWrap .profile_list .career::-webkit-scrollbar{width: 3px;}
.consultantTop .consultantCeo .rightWrap .profile_list .career::-webkit-scrollbar-thumb{background-color: #ddd; border-radius: 10px;}
.consultantTop .consultantCeo .rightWrap .profile_list .career > li{color: var(--color-black-6);}
.consultantTop .consultantCeo .rightWrap .profile_list .dotList > li{margin-bottom: 0.2rem;}
.consultantTop .consultantCeo .rightWrap .profile_list .career.st1{ height: 13rem;}
.consultantTop .consultantCeo .rightWrap .logoImg{width: 5.5rem; opacity: 0.6;}

.consultantBottom{ margin-top: var(--space-8);}
.consultantBottom .consultantList{padding-top: var(--space-3); display: flex; flex-wrap: wrap; gap: 4rem 1.3rem;}
.consultantBottom .consultantList .consultant{width: calc((100% - 3.9rem) / 4);}
.consultantBottom .consultantList .consultant .in{display: block;}
.consultantBottom .consultantList .consultant .in .img_wrap {background: var(--color-bg-2);}
.consultantBottom .consultantList .consultant .in .img_wrap img{display: block; overflow: hidden; border-radius: var(--radius-md);}
.consultantBottom .consultantList .consultant .in .txt_wrap{background: #fbf8ee; padding: 2rem; min-height: 6rem;}
.consultantBottom .consultantList .consultant .in .txt_wrap .name{font-size: var(--font-size-lg-1); font-weight: 700;}
.consultantBottom .consultantList .consultant .in .txt_wrap .name .grade{margin-left: 0.2rem; font-size: var(--font-size-base); font-weight: 500;}
.consultantBottom .consultantList .consultant .in .txt_wrap .info{ margin-top: var(--space-2);}
.consultantBottom .consultantList .consultant .in .txt_wrap .info .tt span{display: inline;}
.consultantBottom .consultantList .consultant .in .txt_wrap .info .tt .t1{ font-weight: 700;}

.consultantView .consultantTop .consultantCeo .leftWrap{width: 31%;}

.consultantView .viewTab_wrapper{margin-top: var(--space-3); padding-top: var(--space-3); border-top: 1px dotted #ccc;}
.consultantView .viewTab_wrapper .career{padding: .6rem 1rem;}
.consultantView .viewTab_wrapper .nocon{height: 18rem;}

/* 인사말 */
.descList{}
.descList > li{ font-size: var(--font-size-base); line-height: var(--line-height-normal); color: var(--color-black-3); margin-bottom: var(--space-4);}
.descList > li:last-of-type{ margin-bottom: 0;}
.greeting_container{ display: flex; gap: 5.5rem; flex-direction: row-reverse; justify-content: flex-end;}
.greeting_container .infoCon{ width: 60%;}
.greeting_container .infoCon .tit{ font-size: var(--font-size-xl-1); font-weight: 700; line-height: 1.3; color: var(--color-point); margin-bottom: var(--space-4);}
.greeting_container .infoCon .ceo{display: flex; align-items: flex-end; justify-content: flex-end; font-weight: 500; letter-spacing: 0.02rem; margin-right: var(--space-3);}
.greeting_container .infoCon .ceo .name{margin-left: var(--space-5); margin-right: var(--space-1); font-size: var(--font-size-lg); line-height: 1.2; font-weight: 600; color: var(--color-black); letter-spacing: 0.5rem;}
/* .greeting_container .infoCon .descList{text-align: justify;} */
.greeting_container .imgCon{ width: 27%; height: 30rem; border-radius: var(--radius-md); box-shadow: 0 0 25px rgba(0, 0, 0, 0.2); position: relative;}
/* .greeting_container .imgCon::before{content: ''; position: absolute; width: 100%; height: 100%; background: var(--color-point); right: -3rem; bottom: -3rem; z-index: -1; border-radius: var(--radius-md);} */
/* .greeting_container .imgCon::after{content: ''; position: absolute; right: -3rem; bottom: -3rem; border-radius: var(--radius-md); background-image: url(../images/sub/pattern01.png); width: 50%; height: 100%; background-position: bottom; background-size: 100%; background-repeat: no-repeat; z-index: -1; opacity: 0.4; filter: var(--crWhitefil); } */
.greeting_container .imgCon > img { width: 100%; height: 100%; object-fit: cover;border-radius: var(--radius-md);}


/* 전공소개 */
.introduceWrapper{}
.introduceWrapper .introduceCon{ display: flex;}
.introduceWrapper .introduceCon + .introduceCon{margin-top: var(--space-7);}
.introduceWrapper .introduceCon .img_wrap{width: 43%;}
.introduceWrapper .introduceCon .img_wrap img{width: 100%; height: 100%; display: block; object-fit: cover;}
.introduceWrapper .introduceCon .txt_wrap{width: 57%; padding: 4.5rem 3.5rem; box-sizing: border-box; background: var(--color-point); position: relative;}
.introduceWrapper .introduceCon .txt_wrap::before{position: absolute; left: 0; top: 0; content: ''; width: 100%; height: 100%; background-image: url(../images/sub/pattern03.png); background-repeat: no-repeat; background-size: 100% 100%; opacity: 0.08;}
.introduceWrapper .introduceCon .txt_wrap .tit{color: #fff; font-size: var(--font-size-lg-2); font-weight: 700; margin-bottom: var(--space-3);}
.introduceWrapper .introduceCon .txt_wrap .tt{color: #fff; opacity: 0.8; font-size: var(--font-size-base); font-weight: 300; line-height: var(--line-height-normal);}
.introduceWrapper .introduceCon .txt_wrap .tt + .tt{ margin-top: 0.8rem;}





