@charset "utf-8";/* CSS Document */
.box0 { padding: 0 10vw; margin: 0 auto; } 
.box1 { width: var(--baseWidth); margin: 0 auto; max-width: var(--fullWidth); } 
.box1.st2 { width: var(--baseWidth); margin: 0 auto; max-width: var(--pageW); } 
.box2 { width: var(--smallWidth); margin: 0 auto; max-width: var(--fullWidth); } 
.box3 { width: var(--subWidth); margin: 0 auto; max-width: var(--fullWidth); } 
.box3.st2 { width: var(--subWidth2); margin: 0 auto; max-width: var(--fullWidth); } 
.boxSub{width: var(--subWidth3); margin: 0 auto; max-width: var(--fullWidth);}

html.allGnbOn [data-lenis-scroll] { pointer-events: none; touch-action: none; } 

.headerL { padding-right: var(--headerQ)}
.headerT { padding-top: var(--headerQ); } 
.headerH { height: 5.5em}

/* .pcHide { display:none !important; } */
.moHide { } 

.hideT { position: absolute; z-index: -1; display: inline-block; overflow: hidden; height: 1px; width: 1px; border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); word-break: initial; word-wrap: initial; } 
.hideT.close { display: none}

.gnb li.m_hide { display: none !important}
.gnb .layer { display: none !important; } 
.gnb .blank .arrow:before { content: "\e980"; } 

.sns_st { display: flex; align-items: center; gap: .25em}
.sns_st > li > a { width: 2.5em; height: 2.5em; background: #f1f1f1; display: flex; align-items: center; justify-content: center; border-radius: 50%}
.sns_st > li > a .xi,
.sns_st > li > a img { opacity: .5}
.sns_st > li > a .xi { font-size: 1.25em}
.sns_st > li > a img { height: 40%}
.sns_st > li > a:hover { color: #fff; transition: .3s}
.sns_st > li > a:hover .xi,
.sns_st > li > a:hover img { opacity: 1}
.sns_st > li > a:hover img { filter: brightness(0) invert(1)}
.sns_st > li > a:hover.fb { background: #395398}
.sns_st > li > a:hover.in { background: #a9309d}
.sns_st > li > a:hover.yt { background: #f70000}
.sns_st > li > a:hover.tt { background: #111}
.sns_st > li > a:hover.nb { background: #29a139}

.ch .sns_st > li > a .xi,
.ch .sns_st > li > a img { opacity: 1; filter: brightness(0) invert(1); } 
.ch .sns_st > li > a.fb { background: #395398}
.ch .sns_st > li > a.in { background: #a9309d}
.ch .sns_st > li > a.yt { background: #f70000}
.ch .sns_st > li > a.tt { background: #111}
.ch .sns_st > li > a.nb { background: #29a139}


.fullH { height: calc(100vh); box-sizing: border-box; } 
.fullMH { min-height: calc(100vh) !important; box-sizing: border-box; } 

.filW { filter: var(--crWhitefil); } 
/*화이트*/
.filB { filter: var(--crBlackfil); } 
/*블랙*/
.filRE { filter: var(--crfilRE); } 
/*색상반전*/

/*header*/

#headerQ { position: fixed; right: 0; top: 0; height: 100vh; z-index: 1001; display: flex; width: 100px; transition: width ease-in-out 0.5s}
#headerQ .all_wrap { z-index: 1}
#headerQ .quick_wrap { z-index: 2}
#headerQ .fix_wrap { z-index: 3}
#headerQ .quickBtn { z-index: 4}
#headerQ .fix_wrap { order: -1; width: 100px; height: 100%; display: flex; align-items: center; flex-direction: column; gap: 2em 0; box-sizing: border-box; background: #fff; position: relative; transition: background-color .5s; } 
#headerQ .fix_wrap:before { content: ""; position: absolute; width: 1px; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, .05)}
#headerQ .allBtn_wrap { display: flex; align-items: center; justify-content: center; width: 100%; height: 8em; } 

.etc_wrap { display: flex; align-items: center; gap: 1em; height: var(--headHM);} 
.etc_wrap .labor_link { } 
.etc_wrap .labor_link .Alink { position: relative; padding: .5em 1em; background: var(--siteC); color: #fff; display: flex; align-items: center; gap: .5em; border-radius: .35em; } 
.etc_wrap .labor_link .Alink:before { position: absolute; right: -1.5em; top: 50%; transform: translateY(-50%); width: 1px; height: 20px; background: #ddd; content: ''; } 
.etc_wrap .labor_link .Alink > .xi { } 
.etc_wrap .labor_link .Alink > .tt { letter-spacing: -0.03em; font-size: .9em; font-weight: 500; color: #111; } 


#headerQ .allBtn_wrap { } 
#headerQ .allBtn_wrap .all { } 
#headerQ .allBtn_wrap .allBtn { position: relative; width: 24px; height: 24px; margin: 40px auto 0; } 
#headerQ .allBtn_wrap .allBtn .square_container { display: block; width: 100%; height: 100%; } 
#headerQ .allBtn_wrap .allBtn .square_container .square { display: block; position: absolute; width: 6px; height: 6px; background: #000; transition: all .25s ease; } 

#headerQ .allBtn_wrap .allBtn .square_container .square:nth-child(n+1):nth-child(-n+3) { top: 0; } 
#headerQ .allBtn_wrap .allBtn .square_container .square:nth-child(n+4):nth-child(-n+6) { top: 9px; } 
#headerQ .allBtn_wrap .allBtn .square_container .square:nth-child(n+7):nth-child(-n+9) { bottom: 0; } 
#headerQ .allBtn_wrap .allBtn .square_container .square:nth-child(3n) { right: 0; } 
#headerQ .allBtn_wrap .allBtn .square_container .square:nth-child(2),
#headerQ .allBtn_wrap .allBtn .square_container .square:nth-child(5),
#headerQ .allBtn_wrap .allBtn .square_container .square:nth-child(7) { left: 9px; } 

#headerQ.allOn .allBtn_wrap .allBtn .square_container { z-index: 99; } 
#headerQ.allOn .allBtn_wrap .allBtn .square_container .square { background: #fff; } 
#headerQ.allOn .allBtn_wrap .allBtn .square_container .square:nth-child(2) { top: 9px !important; } 
#headerQ.allOn .allBtn_wrap .allBtn .square_container .square:nth-child(4) { left: 9px !important; } 
#headerQ.allOn .allBtn_wrap .allBtn .square_container .square:nth-child(6) { right: 9px !important; } 
#headerQ.allOn .allBtn_wrap .allBtn .square_container .square:nth-child(7) { bottom: 9px !important; } 

#headerQ .allBtn .xi { font-size: 2em}
#headerQ .allBtn .xi:before { content: "\e91c"}
#headerQ .allBtn > .menuT { display: flex; justify-content: center; font-size: .85em; text-transform: uppercase; font-weight: 400; padding-top: 2em; color: #fff; } 
#headerQ .all_wrap { display: flex; padding-top: var(--headHS); width: 100vw; height: 100vh; background: #fff; position: absolute; right: 0vw; top: 0; visibility: hidden; transition: .5s;} 
#headerQ .all_wrap .wrap_container { display: flex; } 
#headerQ .all_wrap .crHead { position: absolute; top: 0; left: 0; width: 100%; height: var(--headHS); background: #fff; z-index: 99; transition: .5s; } 
#headerQ .all_wrap .bg { position: relative; width: 35%; transition: .3s; } 
#headerQ .all_wrap .bg .img { margin-top: 10vh; opacity: .1; filter: brightness(0) invert(1); width: 20vw}
#headerQ .all_wrap .bg .bgImg { position: relative; width: 100%; height: 100%; transform: translateX(5em); opacity: 0; transition: .5s; } 
#headerQ .all_wrap .bg .bgImg:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .3); content: ''; } 
#headerQ .all_wrap .bg .bgImg > img { width: 100%; height: 100%; object-fit: cover; } 
#headerQ .all_wrap .wrap_in { position: relative; justify-content: center; opacity: 0; box-sizing: border-box; width: 65%; display: flex; transition: .5s; min-height: 100%;} 
#headerQ .all_wrap .wrap_in > .in { padding: 3em 6em 9em 6em; box-sizing: border-box; } 

#headerQ .all_wrap .wrap_in .all_top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2.5em; } 
#headerQ .all_wrap .wrap_in .all_header { } 
#headerQ .all_wrap .wrap_in .all_header .all_logo img { width: 10em; } 
#headerQ .all_wrap .wrap_in .all_header .close_btn { width: 4.5em; height: 4.5em; background: rgba(0, 0, 0, .2); border-radius: 50%; } 
#headerQ .all_wrap .wrap_in .all_header .close_btn .xi { font-size: 1.875em; transition: .3s; } 
#headerQ .all_wrap .wrap_in .all_header .close_btn:hover .xi { transform: rotate(180deg); } 

#headerQ .all_wrap .wrap_in .all_menu_wrap .telCon { display: flex; justify-content: end; margin-top: .75em; } 
#headerQ .all_wrap .wrap_in .all_menu_wrap .telCon > .tt { font-size: 1.125em; font-weight: 600; padding: .8em 1.5em; box-sizing: border-box; border-radius: 100px; background: var(--siteC2); color: #fff; } 
#headerQ .all_wrap .wrap_in .all_menu_wrap .telCon > .tt .dataLink {vertical-align: baseline;}

#headerQ .all_wrap .wrap_in .all_top .all_mem { gap: .5em; } 
#headerQ .all_wrap .wrap_in .all_top .all_mem .link { display: inline-flex; background: #f5f5f5; justify-content: center; align-items: center; height: 2.75em; padding: 0 2em; border: 1px solid rgba(255, 255, 255, .3); border-radius: 6em; transition: .2s; } 
#headerQ .all_wrap .wrap_in .all_top .all_mem .link .t1 { font-size: .938em; font-weight: 500; } 
#headerQ .all_wrap .wrap_in .all_top .all_mem .link:hover { background: var(--siteC); border-color: var(--siteC); color: #fff; } 

#headerQ .all_wrap .wrap_in .gnb { flex-wrap: wrap; } 
#headerQ .all_wrap .wrap_in .gnb > li { flex: 1 1 100%; align-items: center; display: flex; margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid rgba(0, 0, 0, .1); } 
#headerQ .all_wrap .wrap_in .gnb > li:first-of-type { border-top: 1px solid rgba(255, 255, 255, .2); } 
#headerQ .all_wrap .wrap_in .gnb > li:last-of-type { margin-bottom: 0em; padding-bottom: 0em; border: none; } 

#headerQ .all_wrap .wrap_in .gnb > li ul { display: flex; gap: 1em; } 
#headerQ .all_wrap .wrap_in .gnb > li a { justify-content: flex-start; text-align: left !important; padding: .5em; } 
#headerQ .all_wrap .wrap_in .gnb > li .dp1 { width: 12em; } 
#headerQ .all_wrap .wrap_in .gnb > li .dp1 .in { display: flex; align-items: flex-end; gap: .75em; } 
#headerQ .all_wrap .wrap_in .gnb > li .dp1 .tt { font-size: 1.615em; font-weight: 800; } 
#headerQ .all_wrap .wrap_in .gnb > li.act { } 
#headerQ .all_wrap .wrap_in .gnb > li.act .dp1 .tt { background-position: 0 100%; } 
#headerQ .all_wrap .wrap_in .gnb > li .dp2 > li > a .in { display: inline-block; position: relative; } 
#headerQ .all_wrap .wrap_in .gnb > li .dp2 > li > a .in:after { content: ""; position: absolute; left: 0; bottom: -.25em; width: 100%; height: 2px; background: #fff; transform: scaleX(0); transform-origin: left bottom; transition: .2s; } 
#headerQ .all_wrap .wrap_in .gnb > li .dp2 > li > a .tt { font-size: 1.063em; font-weight: 700; color: rgba(0, 0, 0, .45); transition: .1s; } 
#headerQ .all_wrap .wrap_in .gnb > li .dp2 > li > a:hover .tt { color: var(--crBlack); } 
#headerQ .all_wrap .wrap_in .gnb > li .dp2 > li.act > a .in:after { transform: scaleX(1)}
#headerQ .all_wrap .wrap_in .gnb > li .dp3 { display: none; } 
#headerQ .all_wrap .wrap_in .gnb > li .dp3 > li > a { gap: 0 .75em; } 
#headerQ .all_wrap .wrap_in .gnb > li .dp3 > li > a:before { content: ""; width: 4px; height: 2px; background: rgba(255, 255, 255, .4); } 
#headerQ .all_wrap .wrap_in .gnb > li .dp3 > li > a .tt { opacity: .7; } 
#headerQ .all_wrap .wrap_in .gnb > li .dp3 > li.act > a .tt { text-decoration: underline; opacity: 1; } 
#headerQ .all_wrap .wrap_in .gnb > li .dp4 { display: none; } 

#header .all_wrap .all_layer .wrap_bottom { display: none; } 

#headerQ.allOn { } 
#headerQ.allOn .allBtn .xi:before { content: "\e9af"}
#headerQ.allOn .all_wrap { visibility: visible; } 
#headerQ.allOn .all_wrap .wrap_in { opacity: 1; } 
#headerQ.allOn .fix_wrap { background: rgba(0,0,0,.75); } 
#headerQ.allOn .mem_wrap .logBtn .tt { color: #fff; } 
#headerQ.allOn .mem_wrap .logBtn .ico { color: #ffd0d4; font-size: 1.6em}
#headerQ.allOn .mem_wrap .logBtn .tt .point { color: #ffd0d4;}
#headerQ.allOn .mem_wrap .logBtn .arrow { font-size: 1em; color: #ffd0d4; transition: .3s}
#headerQ.allOn .all_wrap .crHead { background: rgba(0,0,0,.75); } 
#headerQ.allOn .all_wrap .bg .bgImg { transform: translateX(0); opacity: 1; } 
#headerQ.allOn .bottom_wrap .link .tt { color: #fff; }

#headerQ .mem_wrap .logBtn { display: flex; flex-direction: column; align-items: center; gap: .5em 0}
#headerQ .mem_wrap .logBtn .ico { color: var(--siteC2); font-size: 1.6em}
#headerQ .mem_wrap .logBtn .tt { writing-mode: vertical-lr; font-weight: 700; font-size: 1.063em; color: #999; word-spacing: .5em}
#headerQ .mem_wrap .logBtn .tt .point { color: var(--siteC2)}
#headerQ .mem_wrap .logBtn .arrow { font-size: 1em; color: var(--siteC2); transition: .3s}
#headerQ .mem_wrap .logBtn:hover .arrow { transform: translateY(1em)}
#headerQ .bottom_wrap { margin-top: auto;}
#headerQ .bottom_wrap .link {display: block; text-align: center; position: relative;}
#headerQ .bottom_wrap .link::before {position: absolute; content: ""; bottom: -8px; left: 0; width: 100%; height: 1px; background: #ddd;}
#headerQ .bottom_wrap .link:last-child:before {display: none;}
#headerQ .bottom_wrap .link .icon_box{ background: var(--siteC2); margin: 0 auto .5em; width: 2.5em; height: 2.5em; border-radius: 100px; text-align: center; line-height: 2.9em;}
#headerQ .bottom_wrap .link .icon_box img { width: 50%; } 
#headerQ .bottom_wrap .link .icon_box .naver{line-height: 2;}
/* #headerQ .bottom_wrap .link img {background: var(--siteC2); width: 1.5em; padding: .5em; border-radius: 50%;} */
#headerQ .bottom_wrap .link .tt {font-size: .8em; display: block; font-weight: 500;}
#headerQ .bottom_wrap .link:hover img {opacity: 0.6;}
#headerQ .goTop { margin-bottom: 1em; width: 3.5em; line-height: 3.5em; text-align: center; background: var(--siteC2); color: #fff; box-shadow: 0 0 1em rgba(0, 0, 0, .1); opacity: 0; transform: translateY(100%); transition: .3s}
#headerQ .goTop .xi { font-size: 1.5em}
.scroll #headerQ .goTop { opacity: 1; transform: translateY(0)}

.stickyT { position: sticky !important; top: var(--headHS); } 


/* #header { position:fixed; left:0; top:0; width:100%; z-index:1000; box-sizing:border-box; transition: all .5s; background-color: #fff; } */
#header { position: sticky; left: 0; top: 0; width: 100%; z-index: 1000; box-sizing: border-box; transition: all .5s; } 
#header .wrap_in .logoW { display: block; height: 5em; } 
#header .wrap_in .logoW img { width: 100%; /*filter: var(--crWhitefil); */}
#header .logo > a img { height: 100%; } 

#header .wrap_in .wrapH,
#header .wrap_in .gnb_wrap .dp1 { height: 4em; } 

html:not(.allOn) #header .wrap_in { align-items: center; height: var(--headHM); color: #111; transition: height .3s, background .3s; } 
html:not(.allOn) #header .wrap_in .gnb_wrap { display: flex; align-items: center; flex: 1; min-width: 0; justify-content: center; height: 100%; z-index: 1}
html:not(.allOn) #header .wrap_in .gnb_wrap .gnb { width: 100%; box-sizing: border-box; gap: 2em; justify-content: end; padding-right: 4em;} 
html:not(.allOn) #header .wrap_in .gnb_wrap .gnb a { display: flex}
html:not(.allOn) #header .wrap_in .gnb_wrap .gnb .tt { white-space: nowrap}
html:not(.allOn) #header .wrap_in .gnb_wrap .gnb > li { position: relative; flex: 1; border-right: 1px solid transparent; max-width: 12.5vmin; } 
html:not(.allOn) #header .wrap_in .gnb_wrap .gnb > li:first-child { border-left: 1px solid transparent}
html:not(.allOn) #header .wrap_in .gnb_wrap .gnb > li .dp1 { display: flex; align-items: center; justify-content: center}
html:not(.allOn) #header .wrap_in .gnb_wrap .gnb > li .dp1 .va { position: relative; box-sizing: border-box; /* overflow: hidden; */ text-align: center; padding-bottom: 4px}
html:not(.allOn) #header .wrap_in .gnb_wrap .gnb > li .dp1 .va:before { content: attr(data-en); width: auto; height: auto; text-transform: uppercase}
html:not(.allOn) #header .wrap_in .gnb_wrap .gnb > li .dp1 .va:before,
html:not(.allOn) #header .wrap_in .gnb_wrap .gnb > li .dp1 .tt { font-weight: 600; font-size: 1.163em; position: relative; box-sizing: border-box; display: flex; align-items: center; justify-content: center; transition: .3s; } 
html:not(.allOn) #header .wrap_in .gnb_wrap .gnb > li .dp1 .va:after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 4px; background: #fff; opacity: .5; transform: scaleX(0); transition: .3s}
html:not(.allOn) #header .wrap_in .gnb_wrap .gnb > li .dp1 .va { position: relative}
/* html:not(.allOn) #header .wrap_in .gnb_wrap .gnb > li .dp1:after { content: ""; position: absolute; top: -18px; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--siteC2) 49%, var(--siteC) 50%);; transform: scaleX(0); }  */
html:not(.allOn) #header .wrap_in .gnb_wrap .gnb > li:hover .dp1,
html:not(.allOn) #header .wrap_in .gnb_wrap .gnb > li.on .dp1 { color: var(--siteC2);}
/* html:not(.allOn) #header .wrap_in .gnb_wrap .gnb > li:hover .dp1:after,
html:not(.allOn) #header .wrap_in .gnb_wrap .gnb > li.on .dp1:after { transform: scaleX(1); transition: .3s} */
html:not(.allOn) #header .wrap_in .gnb_wrap .gnb > li .dp1 .xi { display: none; } 
html:not(.allOn) #header .wrap_in .gnb_wrap .gnb > li .dp2 { visibility: hidden; opacity: 0; z-index: -1; position: absolute; padding: 1em; background: var(--siteC2); width: 13em; left: 50%; transform: translateX(-50%); box-sizing: border-box; box-shadow: 0 1em 1em rgba(0, 0, 0, .1);} 
html:not(.allOn) #header .wrap_in .gnb_wrap .gnb > li .dp2 > li { box-sizing: border-box}
html:not(.allOn) #header .wrap_in .gnb_wrap .gnb > li .dp2 > li > a { padding: .25em 1em; justify-content: center; } 
html:not(.allOn) #header .wrap_in .gnb_wrap .gnb > li .dp2 > li > a .tt { font-size: .938em; color: rgba(255, 255, 255, .8); transition: .3s; } 
html:not(.allOn) #header .wrap_in .gnb_wrap .gnb > li .dp2 > li > a .tt:hover { color: #fff; } 
html:not(.allOn) #header .wrap_in .gnb_wrap .gnb > li .dp2 > li > a .arrow { display: none}
html:not(.allOn) #header .wrap_in .gnb_wrap .gnb > li.on .dp1 .va:after { transform: scaleX(1)}
html:not(.allOn) #header .wrap_in .gnb_wrap .gnb > li .dp3 { display: none}

html:not(.allOn) #header .etc_wrap .lang_wrap {background: #f4f4f4; padding: .8em 1.4em; border-radius: 2em;}
html:not(.allOn) #header .etc_wrap .lang_wrap .lang {position: relative;}
html:not(.allOn) #header .etc_wrap .lang_wrap .lang .lang_btn {color: rgba(0, 0, 0, .7);}
html:not(.allOn) #header .etc_wrap .lang_wrap .lang .lang_btn .tt {font-weight: 500;}
html:not(.allOn) #header .etc_wrap .lang_wrap .lang .lang_btn .xi {font-size: 1rem;}

html:not(.allOn) #header .etc_wrap .lang_wrap .lang .drop {position: absolute; top: calc(100% + 0.5em); left: 0; width: 100%; height: 0; transition: 0.3s; overflow: hidden; background: rgba(255, 255, 255, .2); border-radius: 5px;}
html:not(.allOn) #header.active .etc_wrap .lang_wrap.on .lang .drop,
html:not(.allOn) #header.gnbOpen .etc_wrap .lang_wrap.on .lang .drop,
html:not(.allOn) #header .etc_wrap .lang_wrap.on .lang .drop:hover {background: var(--crWhite); border: 1px solid #eee;}
html:not(.allOn) #header .etc_wrap .lang_wrap.on .lang .drop {height: fit-content;}
html:not(.allOn) #header .etc_wrap .lang_wrap .lang .drop > li {}
html:not(.allOn) #header .etc_wrap .lang_wrap .lang .drop > li > a { padding: 0.5em; display: inline-block;}
html:not(.allOn) #header .etc_wrap .lang_wrap .lang .drop > li:hover > a {background: var(--crGray2);}
html:not(.allOn) #header .etc_wrap .lang_wrap .lang .drop > li > a .tt {font-size: 0.875rem;}

html:not(.allOn) #header .wrap_in .gnb_wrap .gnb > li .dp1 .tt:after{ content:""; width:.8em; height:.8em; border-radius:50%; background:var(--siteC); position:absolute; right: -0.45em; top: -0.25em; opacity:0; transform:translate(-10px, 10px); transition:transform .2s; } 
html:not(.allOn) #header .wrap_in .gnb_wrap .gnb > li:hover .dp1 .tt:after{ opacity:.3; transform:translate(0, 0); } 

#header .wrap_in .gnb_wrap .gnb > li .dp2 { flex-direction: column; gap: .5em}

#header .mem_wrap { display: flex; align-items: center; gap: 0 1.5em; background: #f4f4f4; padding: .6em 1.5em; border-radius: 3em; overflow: hidden;} 
#header .mem_wrap > .link { position: relative; display: flex; align-items: center; gap: .35em; font-size: .95em; font-weight: 600; color: rgba(0, 0, 0, .7); transition: .3s; } 
#header .mem_wrap > .link::before {position: absolute; right: -.9em; top: 50%; transform: translateY(-50%); width: 1px; height: 1em; background: rgba(0, 0, 0, .2); content: ''; }
#header .mem_wrap > .link:last-child:before {display: none;}
#header .mem_wrap > .link > .t1 { } 
#header .mem_wrap > .link:hover { color: rgba(0, 0, 0, 1); } 

html.scroll:not(.allOn) #header .wrap_in .gnb_wrap .gnb > li.on .dp1 { color: var(--siteBg3)}
html:not(.allOn) #header .wrap_in .gnb_wrap .gnb > li:hover .dp2 { visibility: visible; opacity: 1; z-index: auto; transition: .2s; } 
html.scroll #header .wrap_in { height: var(--headHS); color: var(--crBlack); } 
html.scroll #header { background: #fff; } 
html.scroll #header .wrap_in .logoW img { filter: none; } 
html.scroll #header .mem_wrap > .link { color: rgba(0, 0, 0, .7); } 
html.scroll #header .mem_wrap > .link:hover { color: rgba(0, 0, 0, .9); } 
html.scroll:not(.allOn):not(.up) #header { transform: translateY(-100%)}

html.scroll:not(.allOn) #header .top_wrap .gnb_wrap .gnb > li.on .dp1 { color: var(--siteC)}
html.scroll:not(.allOn) #header .top_wrap .gnb_wrap .gnb > li.on .dp1 .va:after { opacity: 1; transition: .3s}
html.scroll:not(.allOn) #header .top_wrap .gnb_wrap .gnb > li:hover .dp2 { visibility: visible; opacity: 1; z-index: auto; transition: .2s; } 

html.sub #header { background: #fff; box-shadow: 0 2px 10px rgba(0, 0, 0, .1) }
html.sub #header .wrap_in { height: var(--headHS); color: var(--crBlack); } 
html.sub #header .mem_wrap > .link { color: rgba(0, 0, 0, .7); } 
html.sub #header .mem_wrap > .link:hover { color: rgba(0, 0, 0, .9); } 
html.sub #header .wrap_in .logoW img { filter: none; }

/* 모바일 메뉴 */
#header .all_wrap { color:#000; z-index: 101;} 
#header .all_wrap .all { width:4.5em; } 
#header .all_wrap .allbtn { position:relative; display:block; width:2.5em; height:1.125em; margin-left:auto; } 
#header .all_wrap .allbtn .ham,
#header .all_wrap .allbtn .ham:before,
#header .all_wrap .allbtn .ham:after { display:block; width:100%; height:2px; background:#000; transition:.2s, background 0s; content: ''; } 
#header .all_wrap .allbtn .ham:before,
#header .all_wrap .allbtn .ham:after { content:""; position:absolute; left:0; } 
#header .all_wrap .allbtn .ham:before { top:calc(20% - 1px); width:100%; } 
#header .all_wrap .allbtn .ham:after { top:calc(85% - 2px); width:100%; } 
#header .all_wrap .allbtn:hover .ham:before { width:100%; } 
#header .all_wrap .allbtn:hover .ham:after { width:100%; } 

#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; left:0; width:100%; height:100%; background:rgba(0,0,0,.5); opacity:0; backdrop-filter:blur(.75em); } 
#header .all_wrap .all_layer .all_close > .xi { position: absolute; right: 3em; top: 3em; z-index: 99; } 
#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: 2em; } 
#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 .all_inner > .closeBtn { position: absolute; right: 2em; top: 2em; cursor: pointer; } 
#header .all_wrap .all_layer .all_inner > .closeBtn > .xi { font-size: 1.815em; } 

#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:12.5em; } 
#header .all_wrap .all_layer .wrap_top .all_logo .in img { width:100%; } 
#header .all_wrap .all_layer .wrap_top .all_mem { gap:.25em; padding:2em 0 1em; } 
#header .all_wrap .all_layer .wrap_top .all_mem > li > a { width: 100%; background: var(--siteC); height: 2.75em; text-align: center; color: #fff; display: flex; align-items: center; justify-content: center; border-radius: .4em; font-size: 1.063em; } 
#header .all_wrap .all_layer .wrap_top .all_mem > li > a > .xi { margin-right: 5px; } 
#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(--siteC2); background:var(--siteC2); 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 .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 > a.link { display:none; } 
#header .all_wrap .all_layer .wrap_middle .gnb li.more > a.layer { display:flex !important; align-items: center; padding-right:2.5em; display: block; } 
#header .all_wrap .all_layer .wrap_middle .gnb li.more > a .arrow { position:absolute; right:1em; top:50%; transform:translateY(-50%); font-size:1em; } 
#header .all_wrap .all_layer .wrap_middle .gnb li.more > a .arrow:before { content:"\e943"; font-size:1.250em; 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 > 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:1em 1em; } 
#header .all_wrap .all_layer .wrap_middle .gnb ul li > a { padding:.875em .5em; } 
#header .all_wrap .all_layer .wrap_middle .gnb ul li.more .arrow { right:.5em; } 
#header .all_wrap .all_layer .wrap_middle .gnb > li { } 
#header .all_wrap .all_layer .wrap_middle .gnb > li .dp1 { height:4em; padding:0 1.5em; border:solid #ddd; border-width:1px 0; margin-bottom:-1px; } 
#header .all_wrap .all_layer .wrap_middle .gnb > li .dp1 .tt { font-size:1.15em; font-weight: 600; } 
#header .all_wrap .all_layer .wrap_middle .gnb li.on > a .arrow:before,
#header .all_wrap .all_layer .wrap_middle .gnb li.act > a .arrow:before { color: #fff; } 
#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(--siteC); color:#fff; } 
#header .all_wrap .all_layer .wrap_middle .gnb .dp2 > li > a { padding-left:1.5em; } 
#header .all_wrap .all_layer .wrap_middle .gnb .dp2 > li.more > a.link { display: block; } 
#header .all_wrap .all_layer .wrap_middle .gnb .dp2 > li.more > a.link .va > .xi { display: none; } 
#header .all_wrap .all_layer .wrap_middle .gnb .dp2 > li > a:before { content:""; position:absolute; left:.75em; top:50%; width:.313em; height:.313em; background:var(--siteC); border-radius:50%; transform:translateY(-50%); } 
#header .all_wrap .all_layer .wrap_middle .gnb .dp2 > li > a .tt { font-size:1.063em; } 
#header .all_wrap .all_layer .wrap_middle .gnb .dp2 > li > a:hover { color: var(--siteC); transition: .1s; } 
#header .all_wrap .all_layer .wrap_middle .gnb .dp2 > li.on > a { color:var(--siteC); font-weight:600; } 
#header .all_wrap .all_layer .wrap_middle .gnb .dp3 { background:var(--crGray2); display: block !important; margin-left: 1.6em; } 
#header .all_wrap .all_layer .wrap_middle .gnb .dp3 > li > a { color:#444; font-size: .9em; } 
#header .all_wrap .all_layer .wrap_middle .gnb .dp3 > li:first-of-type > a { padding-top: 0em; } 
#header .all_wrap .all_layer .wrap_middle .gnb .dp3 > li:last-of-type > a { padding-bottom: 0em; } 
#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; } 
#header .allBtn { position: relative; width: 24px; height: 24px; } 
#header .allBtn .square_container { display: block; width: 100%; height: 100%; } 
#header .allBtn .square_container .square { display: block; position: absolute; width: 6px; height: 6px; background: var(--crBlack); transition: all .25s ease; } 

#header .allBtn .square_container .square:nth-child(n+1):nth-child(-n+3) { top:0; } 
#header .allBtn .square_container .square:nth-child(n+4):nth-child(-n+6) { top:9px; } 
#header .allBtn .square_container .square:nth-child(n+7):nth-child(-n+9) { bottom:0; } 
#header .allBtn .square_container .square:nth-child(3n) { right:0; } 
#header .allBtn .square_container .square:nth-child(2),
#header .allBtn .square_container .square:nth-child(5),
#header .allBtn .square_container .square:nth-child(7) { left:9px; } 

#header .all_wrap { display: flex; padding-top: var(--headHM); width: 100vw; height: 100vh; background: #fff; position: absolute; right: -13vw; top: -5vh; visibility: hidden; transition: .5s; } 
#header .all_wrap .wrap_container { display: flex; } 
#header .all_wrap .crHead { position: absolute; top: 0; left: 0; width: 100%; height: var(--headHM); background: #fff; z-index: 99; transition: .5s; } 
#header .all_wrap .bg { position: relative; width: 35%; transition: .3s; } 
#header .all_wrap .bg .img { margin-top: 10vh; opacity: .1; filter: brightness(0) invert(1); width: 20vw } 
#header .all_wrap .bg .bgImg { position: relative; width: 100%; height: 100%; transform: translateX(5em); opacity: 0; transition: .5s; } 
#header .all_wrap .bg .bgImg:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .3); content: ''; } 
#header .all_wrap .bg .bgImg > img { width: 100%; height: 100%; object-fit: cover; } 
#header .all_wrap .wrap_in { position: relative; justify-content: center; opacity: 0; box-sizing: border-box; width: 65%; height: 100vh; display: flex; transition: .5s; } 
#header .all_wrap .wrap_in > .in { padding: 3em 6em 9em 6em; box-sizing: border-box; } 

#header .all_wrap .wrap_in .all_top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2.5em; } 
#header .all_wrap .wrap_in .all_header { } 
#header .all_wrap .wrap_in .all_header .all_logo img { width: 12em; } 
#header .all_wrap .wrap_in .all_header .close_btn { width: 4.5em; height: 4.5em; background: rgba(0, 0, 0, .2); border-radius: 50%; } 
#header .all_wrap .wrap_in .all_header .close_btn .xi { font-size: 1.875em; transition: .3s; } 
#header .all_wrap .wrap_in .all_header .close_btn:hover .xi { transform: rotate(180deg); } 

#header .all_wrap .wrap_in .all_menu_wrap .telCon { display: flex; justify-content: end; margin-top: .75em; } 
#header .all_wrap .wrap_in .all_menu_wrap .telCon > .tt { font-size: 1.125em; font-weight: 600; padding: .8em 1.5em; box-sizing: border-box; border-radius: 100px; background: var(--siteC2); color: #fff; } 
#header .all_wrap .wrap_in .all_menu_wrap .telCon > .tt .dataLink { vertical-align: baseline; } 

#header .all_wrap .wrap_in .all_top .all_mem { gap: .5em; } 
#header .all_wrap .wrap_in .all_top .all_mem .link { display: inline-flex; background: #f5f5f5; justify-content: center; align-items: center; height: 2.75em; padding: 0 2em; border: 1px solid rgba(255, 255, 255, .3); border-radius: 6em; transition: .2s; } 
#header .all_wrap .wrap_in .all_top .all_mem .link .t1 { font-size: .938em; font-weight: 500; } 
#header .all_wrap .wrap_in .all_top .all_mem .link:hover { background: var(--siteC); border-color: var(--siteC); color: #fff; } 

#header .all_wrap .wrap_in .gnb { flex-wrap: wrap; } 
#header .all_wrap .wrap_in .gnb > li { flex: 1 1 100%; align-items: center; display: flex; margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid rgba(0, 0, 0, .1); } 
#header .all_wrap .wrap_in .gnb > li:first-of-type { border-top: 1px solid rgba(255, 255, 255, .2); } 
#header .all_wrap .wrap_in .gnb > li:last-of-type { margin-bottom: 0em; padding-bottom: 0em; border: none; } 
#header .all_wrap .wrap_in .gnb > li ul { display: flex; gap: 1em; } 
#header .all_wrap .wrap_in .gnb > li a { justify-content: flex-start; text-align: left !important; padding: .5em; } 
#header .all_wrap .wrap_in .gnb > li .dp1 { width: 12em; } 
#header .all_wrap .wrap_in .gnb > li .dp1 .in { display: flex; align-items: flex-end; gap: .75em; } 
#header .all_wrap .wrap_in .gnb > li .dp1 .tt { font-size: 1.615em; font-weight: 800; } 
#header .all_wrap .wrap_in .gnb > li.act { } 
#header .all_wrap .wrap_in .gnb > li.act .dp1 .tt { background-position: 0 100%; } 
#header .all_wrap .wrap_in .gnb > li .dp2 > li > a .in { display: inline-block; position: relative; } 
#header .all_wrap .wrap_in .gnb > li .dp2 > li > a .in:after { content: ""; position: absolute; left: 0; bottom: -.25em; width: 100%; height: 2px; background: #fff; transform: scaleX(0); transform-origin: left bottom; transition: .2s; } 
#header .all_wrap .wrap_in .gnb > li .dp2 > li > a .tt { font-size: 1.063em; font-weight: 700; color: rgba(0, 0, 0, .45); transition: .1s; } 
#header .all_wrap .wrap_in .gnb > li .dp2 > li > a:hover .tt { color: var(--crBlack); } 
#header .all_wrap .wrap_in .gnb > li .dp2 > li.act > a .in:after { transform: scaleX(1) } 
#header .all_wrap .wrap_in .gnb > li .dp3 { display: none; } 
#header .all_wrap .wrap_in .gnb > li .dp3 > li > a { gap: 0 .75em; } 
#header .all_wrap .wrap_in .gnb > li .dp3 > li > a:before { content: ""; width: 4px; height: 2px; background: rgba(255, 255, 255, .4); } 
#header .all_wrap .wrap_in .gnb > li .dp3 > li > a .tt { opacity: .7; } 
#header .all_wrap .wrap_in .gnb > li .dp3 > li.act > a .tt { text-decoration: underline; opacity: 1; } 
#header .all_wrap .wrap_in .gnb > li .dp4 { display: none; } 

#header.allOn { } 
#header.allOn .allBtn .xi:before { content: "\e9af" } 
#header.allOn .all_wrap { visibility: visible; } 
#header.allOn .all_wrap .wrap_in { opacity: 1; align-items: start;} 
#header.allOn .fix_wrap { background: #111; } 
#header.allOn .mem_wrap .logBtn .tt { color: #fff; } 
#header.allOn .mem_wrap .logBtn .ico { color: #ffd0d4; font-size: 1.6em } 
#header.allOn .mem_wrap .logBtn .tt .point { color: #ffd0d4; } 
#header.allOn .mem_wrap .logBtn .arrow { font-size: 1em; color: #ffd0d4; transition: .3s } 
#header.allOn .all_wrap .crHead { background: #111; } 
#header.allOn .all_wrap .bg .bgImg { transform: translateX(0); opacity: 1; } 
#header.allOn .bottom_wrap .link .tt { color: #fff; } 
#header.allOn .h_menu_wrap .allBtn{z-index: 102;}
#header.allOn .allBtn .square_container .square{background: #fff;}


#header .h_menu_wrap {gap: 1.5em; width: 100%;}
#header .h_menu_wrap .util_wrap{display: none;}


/*푸터*/
#footer { position: relative; } 

#footer .menu_wrap{ border-top:1px solid #ddd; background:#f5f5f5}
#footer .menu_wrap .wrapH{ height:5em}
#footer .menu_wrap .menu{ gap:0 3em}
#footer .menu_wrap .menu > li > a{ font-size:1.063em; position:relative; font-weight:500; color:#333}
#footer .menu_wrap .menu > li > a:after{ content:"·"; position:absolute; right:-1.5em; top:0}
#footer .menu_wrap .menu > li:last-child > a:after{ display:none}
#footer .menu_wrap .menu > li > a:focus .t1,
#footer .menu_wrap .menu > li > a:hover .t1{ text-decoration:underline}
#footer .menu_wrap .menu > li > a.point{ color:#111; font-weight:700}
#footer .menu_wrap .etc{ margin-left:auto; gap:0 .5em}
#footer .goTop{ width:3em; height:3em; background:#0060ae; color:#fff; box-sizing:border-box; border:2px solid transparent}
#footer .goTop:focus,
#footer .goTop:hover{ background:#fff; border-color:#0060ae; color:#0060ae}
#footer .family{ position:relative; z-index:1}
#footer .family .familyBtn{ height:3em; background:#fff; border:1px solid #ddd; box-sizing:border-box; width:12em; padding:0 1em}
#footer .family .familyBtn .tt{ font-weight:500}
#footer .family .familyBtn .xi{ margin-left:auto; transition:.3s}
#footer .family.on .familyBtn,
#footer .family .familyBtn:focus,
#footer .family .familyBtn:hover{ background:#002144; color:#fff; border-color:transparent}
#footer .family.on .familyBtn .xi{ transform:rotate(135deg)}
#footer .family.on .familyBtn .close{ display:block}
#footer .family.on .familyBtn .open{ display:none}
#footer .family .list{ position:absolute; bottom:100%; left:0; width:100%; padding:1em .5em; box-sizing:border-box; background:#002144; border-bottom:1px solid rgba(255,255,255,.2); color:#fff; opacity:0; visibility:hidden}
#footer .family.on .list{ opacity:1; visibility:visible}
#footer .family.on .list > li.on{ display:none}
#footer .family.on .list > li > a{ position:relative; font-size:.875em; padding:.5em; padding-right:2em; display:block; border-radius:.25em; overflow:hidden}
#footer .family.on .list > li > a:after{ content:"\e980"; font-family:xeicon; position:absolute; right:.5em; top:.625em; opacity:0; transition:.3s}
#footer .family.on .list > li > a:focus,
#footer .family.on .list > li > a:hover{ background:#0060ae}
#footer .family.on .list > li > a:focus:after,
#footer .family.on .list > li > a:hover:after{ opacity:1}
#footer .logo_wrap{ gap:4em}
#footer .logo_wrap .logo{ transform:translateY(-.125em)}
/*#footer .logo_wrap .logo img{ height:2.75em; filter:grayscale(1); opacity:.6}*/
#footer .logo_wrap .logo img{ height:5.25em; }
#footer .info_wrap{ padding:3em 0 4em 0; border-top:1px solid #ddd; background:#fff}
#footer .info_wrap .info > li{ float:left; margin-right:2.5em; margin-bottom:.25em; color:#666}
#footer .info_wrap .info > li.point{ color:#111; font-weight:700}
#footer .info_wrap .info > li.br{ clear:left}
#footer .info_wrap .info > li.copyright{ font-size:.875em; color:#777; text-transform:uppercase; margin-top:1em}
#footer .info_wrap .info:after{ content:""; display:block; clear:both}

/* member */
.memBannerSlider_wrap { padding: 1em 0em; border-top: 1px solid #ddd; background: #fff; background: #fff; } 
.memBannerSlider_wrap .inner { gap: 1em 2em; align-items: center;} 
.memBannerSlider_wrap .tit_wrap { gap: 0 2em; } 
.memBannerSlider_wrap .tit_wrap .tit { gap: 1em; } 
.memBannerSlider_wrap .tit_wrap .tit .tt { font-size: 1.125em; font-weight: 700; color: #000; } 
.memBannerSlider_wrap .tit_wrap .tit .xi { font-size: 1.500em; color: var(--siteC); transition: .2s; } 
.memBannerSlider_wrap .tit_wrap .tit:hover { color: var(--siteC); } 
.memBannerSlider_wrap .tit_wrap .tit:hover .xi { transform: rotate(180deg); } 
.memBannerSlider { flex: 1; padding-right: 4px; } 
/* .memBannerSlider .el .in { height: 4.65em; overflow: hidden; } */
.memBannerSlider .el { } 
.memBannerSlider .el .in { height: 2em; padding: 0 2em; overflow: hidden; } 
.memBannerSlider .el .in img {height: 100%;}
.memBannerSlider .el .in .tt { font-weight: 700; color: #777; text-align: center; } 

/*contents*/
#contents { } 
#contents .doc { padding: 4em 0 10em; } 
#contents .doc.pageSim > .page_con:first-of-type { padding-top: 0em; } 
#contents .doc.pageSim > .page_con { padding-bottom: 0em; } 

.page_con.mark{position: relative;}
.page_con.mark::before{content: ""; position: absolute;bottom: -10em; right: 3em;  background-image: url(../images/inc/logoMark.png); background-repeat: no-repeat;padding-bottom: 10%; background-size: contain; background-position: center center; width: 40em; height: 20em; /*filter: var(--crGrayfil);*/ opacity: .15;}
.dp1_member #contents { padding-top: var(--headHS); } 

#contents .sub_top_wrap { box-sizing: border-box; display: flex; flex-direction: column;} 
#contents .sub_top_wrap .wrap_con { height: 15em; display: flex; flex-direction: column}
#contents .sub_top_wrap .wrap_con .nav_wrap { flex: 1 1 0%; min-height: 0}
#contents .sub_top_wrap .wrap_con .nav_wrap .wrap_in { height: 100%; box-sizing: border-box; display: flex; align-items: flex-end; padding: 3em 0}
#contents .sub_top_wrap .wrap_con .nav_wrap .wrap_in .in { display: flex; gap: 1em; justify-content: space-between; align-items: flex-end}
#contents .sub_top_wrap .wrap_con .nav_wrap .tit { display: flex; flex-direction: column; gap: 1.215em 0; } 
#contents .sub_top_wrap .wrap_con .nav_wrap .tit .t1 { font-weight: 700; font-size: 1.25em; text-transform: uppercase; letter-spacing: 1em; opacity: 0; padding-left: .25em}
#contents .sub_top_wrap .wrap_con .nav_wrap .tit .t2 { font-weight: 700; font-size: 2.515em; transform: translateY(100%)}
#contents .sub_top_wrap .wrap_con .nav_wrap .tit .t2_wrap { overflow: hidden; line-height: 1.1}
#contents .sub_top_wrap .wrap_con .nav_wrap .nav { display: flex; align-items: center; opacity: 0}
#contents .sub_top_wrap .wrap_con .nav_wrap .nav > li { text-transform: uppercase; color: rgba(0, 0, 0, .3); font-weight: 600; font-size: .95em; display: flex; align-items: center; } 
#contents .sub_top_wrap .wrap_con .nav_wrap .nav > li:not(.home):before { width: 4px; height: 4px; background: rgba(0, 0, 0, .15); border-radius: 50%; content: ''; margin: 0 .75em}
#contents .sub_top_wrap .wrap_con .nav_wrap .nav > li.home { } 
#contents .sub_top_wrap .wrap_con .nav_wrap .nav > li:last-of-type { color: var(--crBlack); } 
#contents .sub_top_wrap .wrap_con .menu_wrap { position: relative; width: 100%}
#contents .sub_top_wrap .wrap_con .menu_wrap:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; box-sizing: border-box; border: 1px solid #eee; border-left: none; border-right: none}
#contents .sub_top_wrap .wrap_con .menu_wrap .gnb { display: block; position: relative; }
#contents .sub_top_wrap .wrap_con .menu_wrap .gnb > li .dp2{justify-content: center;}
#contents .sub_top_wrap .wrap_con .menu_wrap .gnb > li .dp2 > li > a { height: 5em; padding: 0 2em; color: #777}
#contents .sub_top_wrap .wrap_con .menu_wrap .gnb > li .dp2 > li.on > a,
#contents .sub_top_wrap .wrap_con .menu_wrap .gnb > li .dp2 > li:hover > a { color: var(--siteC2); background: #f1f1f1;}
#contents .sub_top_wrap .wrap_con .menu_wrap .gnb > li .dp2 > li > a .tt { font-weight: 600; font-size: 1.125em;}
#contents .sub_top_wrap .wrap_con .menu_wrap .gnb > li .dp2 > li .dp3 { display: none; } 
#contents .sub_top_wrap .visual_wrap { height: calc(100vh - 40em); position: relative; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; background: #000}
#contents .sub_top_wrap .visual_wrap .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: .3s; } 
#contents .sub_top_wrap .visual_wrap .slogan { position: relative}
#contents .sub_top_wrap .visual_wrap .slogan .t1 { font-weight: 700; font-size: 2.25em; line-height: 1.3; color: #fff}
.load #contents .sub_top_wrap .wrap_con .nav_wrap .tit .t1 { letter-spacing: 0; opacity: 1; transition: 1s}
.load #contents .sub_top_wrap .wrap_con .nav_wrap .tit .t2 { transform: translateY(0); transition: 1s}
.load #contents .sub_top_wrap .wrap_con .nav_wrap .nav { opacity: 1; transition: 2s}
.scroll #contents .sub_top_wrap .visual_wrap .bg { opacity: .9}

#contents .sub_top_wrap2 {}
#contents .sub_top_wrap2 .gnb {margin-top: 3em; overflow: hidden;}
#contents .sub_top_wrap2 .gnb > li,
#contents .sub_top_wrap2 .gnb .dp2 > li,
#contents .sub_top_wrap2 .gnb .dp3 {width: 100%;}
#contents .sub_top_wrap2 .gnb .dp3 > li {flex: 1;}
#contents .sub_top_wrap2 .gnb .dp3 > li > a {padding: 1em;}
#contents .sub_top_wrap2 .gnb .dp3 > li.on > a,
#contents .sub_top_wrap2 .gnb .dp3 > li:hover > a { color: #fff;}
#contents .sub_top_wrap2 .gnb .dp3 > li > a .va {}

.mouse-ico { position: absolute; left: 0; bottom: 3em; width: 100%; z-index: 10; text-align: center; } 
.mouse-ico .xi { color: var(--crWhite); font-size: 2.5rem; animation: mouseAni 1s infinite alternate; } 
@keyframes mouseAni { 
 0% { transform: translateY(0%); } 
 100% { transform: translateY(50%); } 
 }

.dp1on .gnb .dp2 { display: none !important}
.dp2on .gnb > li,
.dp2on .gnb > li .dp1 { display: none !important}
.dp2on .gnb > li.on { display: block !important}
/* .dp3on .gnb > li,
.dp3on .gnb > li .dp1,
.dp3on .gnb > li .dp2 > li,
.dp3on .gnb > li .dp2 > li > a { display: none !important} */
.dp3on .gnb > li.on,
.dp3on .gnb > li .dp2 > li.on { display: block !important}

#contents .dp3on{ padding:1.875em 0 3em 0;}
#contents .dp3on .gnb > li .dp1,
#contents .dp3on .gnb > li .dp2 > li > a{ display:none;}
#contents .dp3on .gnb > li .dp2 > li{display: none;}

#contents .dp3on .gnb,
#contents .dp3on .gnb > li .dp2,
#contents .dp3on .gnb > li.on,
#contents .dp3on .gnb > li .dp2 > li.on{ display:block;}
#contents .dp3on .gnb > li .dp3{ flex-wrap:wrap; }
#contents .dp3on .gnb > li .dp3 > li{ flex:1 1 25%; max-width:25%; text-align: center;}
#contents .dp3on .gnb > li .dp3 > li > a{ display: flex; justify-content: center; align-items: center; height:3.5em; margin:0 0 .625em .625em; padding:.5em .5em; box-sizing: border-box; background:#fff; border:1px solid #d4d5d8; border-radius:6px; color:#111; font-weight:600; transition:.2s;}
#contents .dp3on .gnb > li .dp3 > li:hover > a,
#contents .dp3on .gnb > li .dp3 > li.on > a{  box-shadow:0 3px .375em rgba(0,0,0,.1); color: #fff; background: var(--siteC);}
#contents .dp3on .gnb > li .dp3 > li.on > a{ font-weight:700;}
#contents .dp3on .gnb > li.m_mypage .dp2 > li.sm_print .dp3 > li,
#contents .dp3on .gnb > li.m_mypage .dp2 > li.sm_eduList .dp3 > li{ flex:1 1 33.33%; max-width:33.33%;}
#contents .dp3on .gnb > li.m_mypage .dp2 > li.sm_eduTime .dp3 > li > a {padding:.5em 1em;}



/*SUB PAGE*******************/
/*inc*/
.page_con { padding: 4em 0; } 
.page_con.conP2 { padding: 2em 0; } 
.page_con.conP5 { padding: 5em 0; } 
.page_con.pt0 { padding-top: 0; } 
.page_con.bg1 { background: var(--siteBg1); } 
.page_con.bg2 { background: var(--siteBg2); } 
.page_con.bg3 { background: var(--siteC); } 
.doc.pd0 .page_con:last-child,
.doc.pb0 .page_con:last-child { padding-bottom: 10em; } 


.page_mq { overflow: hidden; } 
.page_mq .mqTT { display: flex; flex-shrink: 0; white-space: nowrap; } 
.page_mq .mqTT > * { margin: 0 .375em; } 

.titdot{position: relative; display: inline-block; z-index: 1;}
.titdot::before{content: ""; position: absolute; width: 1.25em; height: 1.25em; top: 0; left: -25px; background-color: #C8E8DB; border-radius: 50%; opacity: .5; z-index: -1;}

/*버튼 공통*/
.Abtn .more { display: inline-flex; width: auto; align-items: center; border: 1px solid var(--crBlack); box-sizing: border-box; font-size: 16px; padding: .8em 1.5em; overflow: hidden; position: relative; font-weight: 700; } 
.Abtn .more.white { border: 1px solid #fff; color: #fff; transition: all 0.2s; } 
.Abtn .more.white:hover { border: 1px solid var(--crBlack); } 
.Abtn .more.round { border-radius: 70px; } 
.Abtn .more:before { content: ""; display: inline-block; position: absolute; top: 0; left: 0; height: 100%; width: 0; z-index: 1; background-color: var(--siteC2); transition: all 0.5s; background-color: #222; } 

.Abtn .more.c1:before { background-color: var(--siteC); color: #fff; } 
.Abtn .more.c1 { border: 1px solid var(--siteC); color: var(--siteC); } 

.Abtn .more.c2 { background: var(--siteC); color: #fff; border: 1px solid var(--siteC); } 
.Abtn .more.c2:before { display: none; } 

.Abtn .more.s1 { font-size: .9em; } 
.Abtn .more.s2 { font-size: .85em; } 
.Abtn .more.s3 { font-size: 1.15em; } 

.Abtn .more > span { position: relative; z-index: 2; line-height: 1; } 
.Abtn .more:hover { color: #fff; } 
.Abtn .more:hover::before { width: 100%; } 
.Abtn .more > .xi { padding-left: .65em; position: relative; z-index: 2; } 

.Abtn .more.st1 { border: none; padding: 0em; font-weight: 500; font-size: 1.25em; border-radius: 0; color: #eee; } 
.Abtn .more.st1:before { top: unset; bottom: 0; width: 0%; height: 3px; background: rgba(255, 255, 255, .65); content: ''; transition: .3s all; } 
.Abtn .more.st1:hover:before { width: 100%; } 

.con_idx { position: relative}
.con_idx > .idx { position: absolute; left: 0; top: 0; width: 100%; visibility: hidden; filter: alpha(opacity=0); opacity: 0; display: none; } 
.con_idx > .idx.on { position: relative; visibility: visible; filter: alpha(opacity=100); opacity: 1; display: block; } 

/*main_tab*/
.main-tab { gap: .75em; margin-bottom: 3.5em; } 
.main-tab > li { } 
.main-tab .tab-btn { display: flex; cursor: pointer; border: 1px solid #e9e9e9; align-items: center; justify-content: center; height: 3em; background: #fff; position: relative; padding: 0em 2em; border-radius: 3em; font-size: 1.15em; font-weight: 500; color: #333; transition: .3s; font-family: var(--fontBase); } 
.main-tab > li.on .tab-btn { background: var(--siteC); border: 1px solid var(--siteC); color: #fff; font-weight: 600; box-shadow: 3px 6px 12px rgba(0, 0, 0, .1); } 

.main-tab.white .tab-btn { background: #f7f7f7; } 


/***********************/
/*MAIN******************/
html.main #contents { overflow: hidden; } 

.vod_wrap { position: relative; height: 100%}
.vod_wrap:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .2)}
.vod { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover}

.visualSlide { } 
.visualSlide .el .inW { } 
.visualSlide .el .resize { padding-bottom: 23em; overflow: hidden; box-shadow: 0 0 1em rgba(0, 0, 0, .2); position: relative;}
.visualSlide .el .resize::before{position: absolute; content: ''; width: 100%; height: 100%; background: rgba(0, 0, 0, .12); z-index: 1;}
.visualSlide .el .bg { transform: scale(1.1)}
.visualSlide .el.swiper-slide-active .bg,
.visualSlide .el.swiper-slide-duplicate-active .bg { transition: 5s; transform: scale(1)}

.visualSlide_wrap {} 
.visualSlide_wrap .wrapF { width: calc(var(--pageW) + 2em)}
.visualSlide_wrap .slogan { position: absolute; justify-content: center; left: 0; top: 0; width: 100%; height: 100%; box-sizing: border-box; color: #fff; display: flex; flex-direction: column; align-items: center; padding: 4% 8% 6%; gap: .25em; z-index: 10;}
.visualSlide_wrap .slogan .t1 { font-weight: 700; font-size: 2.75em; line-height: 1.3; margin-bottom: .45em; text-align: center;}
.visualSlide_wrap .slogan .t2 { font-weight: 500; font-size: 1.375em}
.visualSlide_wrap .slogan .t3 { font-weight: 500; font-size: 1.063em}
.visualSlide_wrap .el .slogan .t2 { transform: translateY(-1em); opacity: 0}
.visualSlide_wrap .el .slogan .t3 { transform: translateY(1em); opacity: 0}
.visualSlide_wrap .el .slogan .in { display: block; overflow: hidden}
.visualSlide_wrap .el .slogan .in > i { display: block; transform: translateY(100%); opacity: 0}
.visualSlide_wrap .el.swiper-slide-active .slogan .t2,
.visualSlide_wrap .el.swiper-slide-active .slogan .t3 { transform: translateY(0); opacity: 1; transition: 1s; transition-delay: 1s}
.visualSlide_wrap .el.swiper-slide-active .slogan .in > i { transform: translateY(0); opacity: 1; transition: 1s; transition-delay: .2s}
.visualSlide_wrap .el.swiper-slide-active .slogan .in:nth-child(2) > i { transition-delay: .4s}
.visualSlide_wrap .el.swiper-slide-active .slogan .in:nth-child(3) > i { transition-delay: .6s}

.visualSlide_wrap { position: relative}
.visualSlide_control .swiperControl { justify-content: center; position: absolute; bottom: 3em; left: 50%; transform: translateX(-50%); color: #fff; font-weight: 700; } 
.visualSlide_control .paging { text-align: center; color: #fff; } 
.visualSlide_control .paging .swiper-pagination-bullet { border: 1px solid #fff !important; } 
.visualSlide_control .paging .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #fff; transform: rotate(45deg); } 

#scrollAni { position: absolute; left: 50%; width: 6em; margin-left: -3em; text-align: center; bottom: 2em; opacity: 1; z-index: 100; text-decoration: none; animation-name: downAni; animation-duration: 3s; animation-iteration-count: infinite}
#scrollAni .xi { vertical-align: middle}
#scrollAni .xi-mouse { font-size: 3em; color: #fff; margin-right: -7px}
#scrollAni .xi-scroll { font-size: 2em; color: #fff; margin-left: -7px}
#scrollAni .tt { display: block; color: #fff; font-size: .75em; text-transform: uppercase; font-family: Arial, Helvetica, sans-serif; letter-spacing: 0}
#scrollAni.hide { opacity: 0; z-index: -1}

@keyframes downAni { 60% { margin-bottom: 0}
 80% { margin-bottom: -1em}
 100% { margin-bottom: 0} 
 }

/**/
.h100 { height: 100vh; box-sizing: border-box; } 
.h200 { height: 200vh; box-sizing: border-box; } 
.h300 { height: 300vh; box-sizing: border-box; } 

.page_tit { margin: 0 0 1.25em 0}
.main .page_tit { margin: 0 0 2.5em 0; } 
.main .page_tit.st1{margin: 0 0 2em 0;}
.main .page_tit.st2{margin: 0 0 .7em 0;}
.page_tit.c_white { color: #fff; } 
.page_tit.m0 { margin-bottom: 0; } 
.page_tit.m1 { margin-bottom: 2em; } 
.page_tit.m2 { margin-bottom: 1em; } 
.page_tit.lh14{line-height: 1.4;}
.page_tit .tt { font-family: var(--fontBase); } 
.page_tit .tt * { vertical-align: baseline; } 
.page_tit .tt .info-tt { color: #888; font-size: 0.875rem; margin-top: 5px; } 
.page_tit .t0 { font-size: 2.15em; font-weight: 700; line-height: 1.4; } 
.page_tit .t1 { font-size: 2.815em; font-weight: 700; line-height: 1.3; } 
.page_tit .t2 { margin: .75em 0; color: #666; font-size: 1.063em}
.page_tit .t2:first-child { margin-top: 0; } 
.page_tit .t3 { font-weight: 700; font-size: 1.515em; text-transform: uppercase; font-family: var(--fontBase); } 
.page_tit .t4 { font-weight: 700; font-size: 2.5em; line-height: 1.3; } 
.page_tit .t5 { font-size: 1.188em; text-transform: uppercase; line-height: 1.5;} 
.page_tit .t6 { font-weight: 500; font-size: .938em; } 
.page_tit .t7 { font-weight: 500; font-size: 1.063em; } 
.page_tit .t8 { font-weight: 500; font-size: 1.188em; color: #666; } 
.page_tit .t9 { font-weight: 700; font-size: 2em; } 
.page_tit .t10 { font-weight: 500; font-size: 2.05em; line-height: 2.2;} 

.main_con { position: relative; padding: 6em 0; word-break: keep-all; overflow: hidden; } 
.main_con.st2 { padding: 3em 0; } 
.main_con.st3 { padding: 1.5em 0 3em 0; } 
.main_con.pb0 { padding-bottom: 0em; } 
.main_con.bg1 { background: var(--siteBg1); } 

.main_more.flex { gap: 1em; } 
.main_more > .more { position: relative; gap: 0 1em; padding: .5em 0; color: var(--siteC); transition: .2s; } 
.main_more > .more .in_tt { font-size: 1.125em; font-weight: 500; } 
.main_more > .more:not(.st1) .xi { display: flex; align-items: center; justify-content: center; text-align: center; font-size: 1.000em; width: 2em; height: 2em; background: var(--siteC); border-radius: 50%; color: #fff; } 
.main_more > .more:not(.st1):after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: var(--siteC); transform: scaleX(0); transition: .2s; transform-origin: left bottom; } 
.main_more > .more:not(.st1):hover:after { transform: scaleX(1); } 

.main_more > .more.st1 { padding: 0 0; width: 3.5em; height: 3.5em; background: transparent; border: 1px solid rgba(0, 0, 0, .2); border-radius: 50%; color: #000; transition: .2s; } 
.main_more > .more.st1 .xi { font-size: 1.250em; } 
.main_more > .more.st1:hover { background: var(--siteC); border-color: var(--siteC); color: #fff; } 

.main_more > .more.st2 { gap: 0 1.5em; height: 3.5em; padding: 0 2.75em 0 1.25em; border: 1px solid var(--siteC); border-radius: 6em; } 
.main_more > .more.st2:after { display: none; } 
.main_more > .more.st2:hover { background: var(--siteC); color: #fff; } 
.main_more > .more.st2:hover .xi { background: #fff; color: var(--siteC); } 

.main_txt.cw .tt { color: #fff; } 
.main_txt.cw .icon.st1:before { background: var(--crWhite); } 
.main_more.cw > .more { color: #fff; } 
.main_more.cw > .more:not(.st1) .xi { background: var(--siteC2); } 
.main_more.cw > .more:not(.st1):after { background: #fff; } 
.main_more.cw > .more.st1 { background: transparent; border-color: var(--siteC2); color: var(--siteC2); } 
.main_more.cw > .more.st1:hover { background: var(--siteC2); color: #fff; } 
.main_more.cw > .more.st2 { border-color: var(--siteC2); } 
.main_more.cw > .more.st2 .xi { background: var(--siteC2); } 
.main_more.cw > .more.st2:hover { background: var(--siteC2); } 
.main_more.cw > .more.st2:hover .xi { background: #fff; color: var(--siteC2); } 

.main_more > .btn { position: relative; display: flex; align-items: center; gap: 1em; min-width: 160px; width: auto; padding: 16px 24px; border-radius: 100px; font-size: 20px; letter-spacing: -0.03em; line-height: 1; vertical-align: middle; box-sizing: border-box; overflow: hidden; } 
.main_more > .bgMore { border: 1px solid #cacaca; background: rgba(0, 0, 0, .5); transition: .3s; } 
.main_more > .bgMore:hover { background: rgba(255, 255, 255, 1); color: #111; } 

.main_layout { gap: 2em 6vw; } 
.main_layout.gp1 { gap: 2em 3vw; } 
.main_layout > li { } 
.main_layout > li.w1 { width: 50%; } 
.main_layout > li.w2 { } 
.main_layout + .main_layout { margin-top: 14em; } 
.main_layout > li .p1 { padding: 4em 0 5em 0; } 
.main_layout > li .p2 { padding: 1.5em 0; } 
.main_layout > li .round { border-radius: 1.25em; overflow: hidden; } 
.main_layout > li .wrap_img:not(.resize) { position: relative; height: 100%; } 
.main_layout > li.flex:not(.col) > * { flex: 1; } 


/*메인 텍스트 슬라이드*/
.marqueeAni { animation-name: marqueeAni; animation-duration: 50s; animation-timing-function: linear; animation-iteration-count: infinite}
@keyframes marqueeAni { 
 0% { transform: translateX(0); } 
 100% { transform: translateX(-50%); } 
 }
.marqueeAni.sp1 { animation-duration: 40s; } 
.page_mq { overflow: hidden; } 
.page_mq .mqTT { display: flex; flex-shrink: 0; white-space: nowrap; text-transform: uppercase; } 
.page_mq .mqTT.bod { border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; } 
.page_mq .mqTT.c1 { color: #f8f8f8; } 
.page_mq .mqTT.c2 { color: #666; } 
.page_mq .mqTT > * { margin: 0 .375em; } 
.page_mq .mqTT.sp1 > * { margin: 0 .15em; } 
.page_mq .mqTT .name { margin: 0 .375em 0 0; } 
.page_mq .mv_tit { } 
.page_mq .mv_tit .tit { font-weight: 900; } 
.page_mq .mv_tit .tit.fs1 { font-size: 9em; } 
.page_mq .mv_tit .tit.fs2 { font-size: 20em; } 

/* page style */
.page_txt:not(:last-child) { margin-bottom: 3.5em; } 
.page_txt.m0 { margin-bottom: .75em; } 
.page_txt.m1 { margin-bottom: 1.25em; } 
.page_txt.m2 { margin-bottom: 5em; } 

.page_txt{ word-break: keep-all;}
.page_txt > .tt{ margin-top:1.25em; color:#333; line-height:1.6; word-break: keep-all;}
.page_txt > .tt b{background: #fff; border-radius: .3em; display: inline; padding: 0.1em;}
.page_txt > .tt:first-child{ margin-top:0;}
.page_txt > .tt.st1{margin-top: 0.25em;}
.page_txt > .tt > *{ vertical-align:baseline;}
.page_txt > .tt > strong{ font-weight:500;}
.page_txt > .tt > strong.b{ font-weight:700;}
.page_txt > .tt a{ vertical-align:baseline; color:inherit;}
.page_txt > .tt a:hover{ text-decoration:underline;}
.page_txt > .t1{ font-size:1.125em; line-height:1.7;}
.page_txt > .t2{ font-size:1em;}
.page_txt > .t3{ font-size:1.250em;}
.page_txt > .t4{ font-size:.938em;}
.page_txt .in_link{ position:relative; padding:.375em 0 .375em .125em; color:#b0822c;}
.page_txt .in_link:after{ content:""; position:absolute; left:0; bottom:0; width:100%; height:2px; background:#b0822c;}
.page_txt .in_link > .tt{ font-weight:500;}
.page_txt .in_link > .icon{ font-size:1em; padding-left:1em; transition:.2s;}
.page_txt .in_link > .icon:before{ content:"\e93e";}
.page_txt .in_link:hover > .icon{ padding-left:1.75em;}


/**/
.page_tt { font-size: 1em; word-break: keep-all; line-height: 1.5; } 
.page_tt > .tt + .tt { margin-top: 1.25em; } 
.page_tt.o1 { opacity: .7; } 
.page_tt.o2 { opacity: .1; } 
.page_tt.s1 { font-size: 0.938em}
.page_tt.s2 { font-size: 1.063em}
.page_tt.s3 { font-size: 1.125em}
.page_tt.s4 { font-size: 1.250em}
.page_tt.s5 { font-size: 1.313em}
.page_tt.s6 { font-size: 1.500em}
.page_tt.s7 { font-size: 1.875em}
.page_tt.s8 { font-size: 2.250em}
.page_tt.s9 { font-size: 2.38em}
.page_tt.s10 { font-size: 2.75em}
.page_tt.s11 { font-size: 3.500em}
.page_tt.s12 { font-size: 4.000em; } 
.page_tt.s13 { font-size: 4.500em; } 
.page_tt.s14 { font-size: 5.000em; } 
.page_tt.dotq{position: relative; margin-top: 2em;}
.page_tt.dotq::before{content: ''; position: absolute; background: url(../images/sub/dott_img01.png); background-repeat: no-repeat; width: 50px; height: 40px; background-size: 100%; top: -1.8em; left: 50%; transform: translateX(-50%); opacity: 0.4;}


.page_col { gap: 2em 6em; } 
.page_col.gp1 { } 
.page_col > li { } 
.page_col > li.w1 { width: 45%; } 
.page_col > li.w2 { width: 26%; } 
.page_col + .page_col { margin-top: 8em; } 
.page_col > li .p1 { padding: 4em 0 5em 0; } 
.page_col > li .p2 { padding: 1.5em 0 2em 0; } 
.page_col > li .round { border-radius: 1.5em; overflow: hidden; } 
.page_col > li .wrap_img:not(.resize) { position: relative; height: 100%; } 

.pageTit { margin-bottom: .75em; } 
.pageTit > .tt { font-size: 1.715em; font-weight: 700; line-height: 1.4; } 

.TopLineB { position: relative; padding: 2em; box-sizing: border-box; border: 1px solid #ddd; border-radius: .5em 0 .5em .5em; } 
.TopLineB:before { position: absolute; top: -1px; right: 0; width: 5%; height: 2px; background: var(--siteC); content: ''; } 
.TopLineB.gray { background: #f7f7f7; } 
.TopLineB.boxInner { padding: 1.5em; margin-top: 10px; } 
.descWrap { } 
.descWrap.fx { display: flex; gap: 1em; } 
.descWrap .tt { font-size: 1.063em; line-height: 1.4; color: #444; margin-bottom: .75em; } 
.descWrap .tt:last-of-type { margin-bottom: 0em; } 

.descWrap.s1 .tt { font-size: .95em; margin-bottom: .25em; } 
.descWrap.mb2 .tt { margin-bottom: 1.5em; } 


/*flex box*/
.flex_box { } 
.flex_box.s1 { margin: 0 0 -1em -1em; } 
.flex_box.s2 { margin: 0 0 -2em -2em; } 
.flex_box.s3 { } 
.flex_box.s4 { } 
.flex_box.s5 { } 

.flex_box .fst1 > li { flex: 1 1 100%; max-width: 100%; } 
.flex_box .fst1 > li > .in { margin: 0 0 1em 1em; } 
.flex_box .fst2 > li { flex: 1 1 50%; max-width: 50%; } 
.flex_box .fst2 > li > .in { margin: 0 0 1em 1em; } 
.flex_box .fst3 > li { flex: 1 1 33.33%; max-width: 33.33%; } 
.flex_box .fst3 > li > .in { margin: 0 0 1em 1em; } 
.flex_box .fst4 > li { flex: 1 1 25%; max-width: 25%; } 
.flex_box .fst4 > li > .in { margin: 0 0 1em 1em; } 
.flex_box .fst5 > li { flex: 1 1 20%; max-width: 20%; } 
.flex_box .fst5 > li > .in { margin: 0 0 1em 1em; } 
.flex_box .fst6 > li { flex: 1 1 16.66%; max-width: 16.66%; } 
.flex_box .fst6 > li > .in { margin: 0 0 1em 1em; } 
.flex_box .fst8 > li { flex: 1 1 12.5%; max-width: 12.5%; } 
.flex_box .fst8 > li > .in { margin: 0 0 1em 1em; } 

.flex_box li > a { display: block; } 

/**/
.page_dot_list { padding: 0 1.25em; margin-top: 1.25em; } 
.page_dot_list.pN { padding: 0em; } 
.page_dot_list.mt0 { margin-top: 0em; } 
.page_dot_list.pN > li:before { display: none; } 
.page_dot_list > li { position: relative;} 
.page_dot_list > li > .con { display: flex; } 
.page_dot_list > li > .txt { font-size: 1.063em; } 
.page_dot_list > li:before { position: absolute; left: -15px; top: -1px; content: '-'; } 
.page_dot_list > li:last-of-type { margin-bottom: 0em; } 

.page_dot_list.ty1 > li { position: relative; margin-bottom: .5em; letter-spacing: 0em; font-weight: 500; } 
.page_dot_list.ty1 > li:before { position: absolute; left: -15px; top: 9px; width: 5px; height: 5px; border-radius: 50%; background: var(--siteC); content: ''; } 

.page_dot_list.s1 > li { font-size: .9em; } 
.committee_profile .page_dot_list.s1 > li .tit{}
.page_dot_list.s2 > li { font-size: 1.063em; line-height: 1.4; } 
.page_dot_list.s3 > li { font-size: 1.15em; line-height: 1.4; } 
.page_dot_list.w1 { display: flex; flex-wrap: wrap; gap: 1em; } 
.page_dot_list.w1 > li { width: calc(50% - .5em); margin-bottom: 0em; padding-right: .5em; box-sizing: border-box; } 

.page_dot_list.w2 { display: flex; flex-wrap: wrap; gap: .5em; } 
.page_dot_list.w2 > li { width: calc(33.33% - .5em); margin-bottom: 0em; } 

.page_dot_list.c1 { color: #111; } 
.page_dot_list.c2 { color: #222; } 
.page_dot_list.c3 { color: #333; } 
.page_dot_list.c4 { color: #444; } 

.page_dot_list.sqL > li:before { width: 8px; height: 8px; background: var(--siteC); top: 7px; content: ''; } 
.page_dot_list > li.sq:before { position: absolute; top: 7px; width: 7px; height: 7px; background: transparent; border: 1px solid var(--siteC); content: ''; } 
.page_dot_list > li.cir:before { background: transparent; width: 7px; height: 7px; top: 6px; border: 1px solid var(--siteC); border-radius: 50%; } 

/**/
.step_tit { text-align: center; } 
.step_tit .t1 { font-size: 2.000em; font-weight: 600; } 
.step_tit .t2 { font-size: 1.188em; margin-top: 1.25em; } 

.step_st { display: flex; justify-content: center; gap: 0 5em; margin: 2.5em 0 3em 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(--siteC)}
.step_st > li.on .ico .xi,
.step_st > li.on .ico:before { background: var(--siteC); } 
.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(--siteC); border-radius: 50%; opacity: .4; } 
.step_st > li:not(.on) .ico .xi:before { font-size: .875em; font-weight: 700; } 

.posiB { position: absolute; background: #fff; } 
.posiB.rt { top: 0; right: 0; padding: 0 0 10px 10px; border-radius: 0 25px 0; } 
.posiB.rt .btnWrap { gap: 1em; } 
.posiB.lt { top: 0; left: 0; padding: 0 10px 10px 0; border-radius: 0 0 25px 0;} 
.posiB.lt .btnWrap { gap: 1em; position: relative;} 
.posiB.lt .btnWrap::before{position: absolute; top: -1px; right: -33px; background-image: url(../images/inc/site_w.png); background-size: contain; background-repeat: no-repeat; text-indent: -999999em; overflow: hidden; line-height: 0; text-align: right; display: block; width: 23px; height: 23px; transform: rotate(-180deg); content: '';}
.posiB.lt .btnWrap::after{position: absolute; bottom: -33px; left: 0; background-image: url(../images/inc/site_w.png); background-size: contain; background-repeat: no-repeat; text-indent: -999999em; overflow: hidden; line-height: 0; text-align: right; display: block; width: 23px; height: 23px; transform: rotate(-180deg); content: '';}
.posiB .btnWrap { position: relative; display: inline-block; align-items: center; display: flex; padding: 0 24px; height: 40px; border-radius: 100px; color: #fff; font-weight: 600; background: var(--siteC4); cursor: pointer;} 
.posiB .btnWrap.c1.line { background: #fff; border: 1px solid var(--siteC); color: var(--siteC); } 
.posiB .btnWrap.c2 {background: var(--siteC2);}
.posiB.rt .btnWrap:before { position: absolute; bottom: -33px; right: -1px; background-image: url(../images/inc/site_w.png); background-size: contain; background-repeat: no-repeat; text-indent: -999999em; overflow: hidden; line-height: 0; text-align: right; display: block; width: 23px; height: 23px; transform: rotate(-90deg); content: ''; } 
.posiB.rt .btnWrap:after { position: absolute; top: -1px; left: -33px; background-image: url(../images/inc/site_w.png); background-size: contain; background-repeat: no-repeat; text-indent: -999999em; overflow: hidden; line-height: 0; text-align: right; display: block; width: 23px; height: 23px; transform: rotate(-90deg); content: ''; } 

/*main*/

/*메인 퀵메뉴*/
.main_quick { /* padding-top: 2em; */ } 
.main_quickBox { position:relative; border-radius: .5em; box-sizing: border-box; display: flex; align-items: center; gap: 1.5em;} 
.main_quickBox:before { } 
.main_quickBox .left_quick { position:relative; width: 35%;  padding: 2em; box-sizing: border-box; background: var(--siteC); border-radius: 1em; overflow: hidden; z-index: 10;} 
.main_quickBox .left_quick:before { position: absolute; content: ''; right: -10%; top: -10%; background-image: url(../images/main/main_bg01.png); background-size: 100% 100%; width: 14em; height: 14em; opacity: 0.4;} 
.main_quickBox .right_quick { width: 40%; } 

.main_quickBox .left_quick .cBoxList { gap: 1em; position: relative;} 
.main_quickBox .left_quick .cBoxList > li { width: calc((100% - 1em) / 2); background: var(--siteC3); padding: 1.5em 0; border-radius: 1em; transition: .2s;} 
.main_quickBox .left_quick .cBoxList > li:hover{ box-shadow: 0px 0px 20px rgb(43 43 43 / 35%); border-radius: 1em 1em 4em 1em;}
.main_quickBox .left_quick .cBoxList > li:hover .in{color: var(--siteC);}
.main_quickBox .left_quick .cBoxList > li > .in { margin: 0; box-sizing: border-box; text-align: center; transition: .2s; } 
/* .main_quickBox .left_quick .cBoxList > li > .in:hover { transform: translateY(-.8em); box-shadow: 6px 0 24px rgba(0,0,0, .2); }  */
/* .main_quickBox .left_quick .cBoxList > li > .in.c1 { background: var(--siteC); }  */
/* .main_quickBox .left_quick .cBoxList > li > .in.c2 { background: var(--siteC2); }  */
.main_quickBox .left_quick .cBoxList > li > .in > .tit { font-size: 1.25em; font-weight: 700; } 
.main_quickBox .left_quick .cBoxList > li > .in > .icon { margin-bottom: 1.25em; } 
.main_quickBox .left_quick .cBoxList > li > .in > .icon > img { width: 6em; height: 70px; object-fit: contain; } 

.main_quickBox .right_quick > .page_tit{white-space: nowrap;}
.main_quickBox .right_quick > .page_tit .line{ width: 100%; height: 1px; background: #ccc;}
.main_quickBox .right_quick .roundLink { } 
.main_quickBox .right_quick .roundLink > li { } 
.main_quickBox .right_quick .roundLink > li > .in { min-height: 7em; background: #fff; border-radius: 1em; border: 1px solid #eee; padding: 2em 0; overflow: hidden; transition: 0.3s; position: relative;} 
.main_quickBox .right_quick .roundLink > li > .in > .icon { display: flex; align-items: center; justify-content: center; margin: 0 auto; } 
.main_quickBox .right_quick .roundLink > li > .in > .icon > img { width: 4em; height: 54px; object-fit: contain; } 
.main_quickBox .right_quick .roundLink > li > .in > .tit { text-align: center; margin-top: 1em; font-size: 1.063em; transition: .2s; font-weight: 500; } 

.main_quickBox .right_quick .roundLink > li > .in:hover:before{position: absolute; content: ''; right: -72%; bottom: -59%; background-image: url(../images/inc/logo.svg); background-repeat: no-repeat; background-size: 100% 100%; filter: var(--crWhitefil); opacity: 0.2; width: 14em; height: 14em;}

.main_quickBox .right_quick .roundLink > li > .in:hover{background: var(--siteC4);}
.main_quickBox .right_quick .roundLink > li > .in:hover > .icon { filter: var(--crWhitefil); } 
.main_quickBox .right_quick .roundLink > li > .in:hover > .tit { color: #fff; } 


.main_quickBox .boxItem { position: relative; border-radius: 19px; overflow: hidden; padding: 4.5em 2em 2.5em; box-sizing: border-box; } 
.main_quickBox .boxItem.point { background: var(--siteC3); backdrop-filter: blur(10px); box-shadow: 7rem 7rem 40rem rgba(0, 57, 124, 0.15);} 
.main_quickBox .boxItem.point .titBox { padding-top: 4em; } 
.main_quickBox .boxItem.point .titBox .tit { font-size: 1.215em; color: #fff; font-weight: 600; margin-bottom: .5em; } 
.main_quickBox .boxItem.point .titBox .desc { font-size: .95em; font-weight: 500; line-height: 1.4; color: rgba(255, 255, 255, .8); } 
.main_quickBox .boxItem.point .huImg { display: flex; justify-content: end; position: relative; top: 2.3em; } 
.main_quickBox .boxItem.point .huImg > img { width: 10em; object-fit: contain; } 
.posiB.rt .btnWrap:before { position: absolute; bottom: -33px; right: -1px; background-image: url(../images/inc/site_w.png); background-size: contain; background-repeat: no-repeat; text-indent: -999999em; overflow: hidden; line-height: 0; text-align: right; display: block; width: 23px; height: 23px; transform: rotate(-90deg); content: ''; } 
.posiB.rt .btnWrap:after { position: absolute; top: -1px; left: -33px; background-image: url(../images/inc/site_w.png); background-size: contain; background-repeat: no-repeat; text-indent: -999999em; overflow: hidden; line-height: 0; text-align: right; display: block; width: 23px; height: 23px; transform: rotate(-90deg); content: ''; } 
.main_quickBox .posiB.rt{background: rgb(255 255 255 / 50%)}
.main_quickBox .posiB.rt .btnWrap:after,
.main_quickBox .posiB.rt .btnWrap:before{opacity: 0.5;}

/*main event*/
/* .slideWrap { position: relative; left: 8%; } */
.slideWrap { position: relative; } 
/* .main_top_container { display: flex; align-items: center; justify-content: space-between; padding-right: 16%; margin-bottom: 2.5em; } */
.main_top_container { display: flex; align-items: center; justify-content: space-between; padding-right: 0%; margin-bottom: 2.5em; } 
.page_tit.marker { display: flex; align-items: center; gap: 1em; } 
.TitmarkImg { display: flex; width: 4.6em; height: 4.6em; border-radius: 50%; background: #fff; justify-content: center; align-items: center; box-shadow: 12px 0 24px rgba(0, 0, 0, .1); } 
.TitmarkImg > img { height: 36px; object-fit: contain; } 
.main_event { overflow: hidden; position: relative; } 
.roundG { position: absolute; left: 12%; top: 0; width: 40%; padding-bottom: 40%; border-radius: 50%; background: linear-gradient(0deg, #fff 0%, var(--siteC2) 33.33%, #fff 100%); opacity: .2; filter: blur(10px); animation-name: mainServiceAni2; animation-duration: 13s; animation-iteration-count: infinite; animation-direction: alternate; z-index: -1; } 
.roundR { position: absolute; right: 12%; top: 35%; width: 40%; padding-bottom: 40%; border-radius: 50%; background: linear-gradient(0deg, #fff 0%, var(--siteC) 33.33%, #fff 100%); animation-name: mainServiceAni3; animation-duration: 13s; animation-iteration-count: infinite; animation-direction: alternate; filter: blur(10px); opacity: .2; z-index: -2; } 
@keyframes mainServiceAni { 
 0% { transform: rotate(0) translate(0, 0) scale(1)}
 100% { transform: rotate(360deg) translate(20%, 5%) scale(1.2, 1); } 
 }
@keyframes mainServiceAni2 { 
 0% { transform: rotate(0) translate(0, 0) scale(1)}
 100% { transform: rotate(360deg) translate(10%, 5%) scale(1.2, 1); } 
 }
@keyframes mainServiceAni3 { 
 0% { transform: rotate(0) translate(0, 0) scale(1)}
 100% { transform: rotate(-360deg) translate(10%, 5%) scale(1.2, 1); } 
 }


.eventSlide_wrap { } 
.eventSlide_wrap .eventSlider { padding: .3em !important; } 
.eventSlide_wrap .eventSlider .el { } 
.eventSlide_wrap .eventSlider .el .boxInner { position: relative; border-radius: 21px; display: block; overflow: hidden; padding: 2em; box-sizing: border-box; } 
.eventSlide_wrap .eventSlider .boxInner .boxCirImg { position: absolute; right: -1em; bottom: -1em; } 
.eventSlide_wrap .eventSlider .boxInner .boxCirImg > img { filter: var(--crWhitefil); opacity: .2; width: 12em; object-fit: contain; } 
.eventSlide_wrap .eventSlider .el { background-color: #fff; box-shadow: 0px 5px 10px #ddd; border-radius: 1em; } 
.eventSlide_wrap .eventSlider .el .boxInner .posiB.flexBtn { display: flex; gap: .5em; } 
.eventSlide_wrap .eventSlider .el .boxInner .posiB.flexBtn > .btnWrap:first-child:before { display: none; } 
.eventSlide_wrap .eventSlider .el .boxInner .posiB.flexBtn > .btnWrap:nth-child(2):after { display: none; } 

.eventSlide_wrap .eventSlider .boxInner .infoCon { position: relative; } 
.eventSlide_wrap .eventSlider .boxInner .infoCon .infotop { position: relative; gap: .8em; } 
.eventSlide_wrap .eventSlider .boxInner .infoCon .infotop .tagWrap { border-radius: .5em; width: 3.5em; height: 3.5em; line-height: 3.5em; color: #fff; text-align: center; font-size: 1.05em; font-weight: 800; } 
.eventSlide_wrap .eventSlider .boxInner .infoCon .infotop .tagWrap.expected { background-color: #3FCED4; } 
.eventSlide_wrap .eventSlider .boxInner .infoCon .infotop .tagWrap.progress { background-color: #F66584; } 
.eventSlide_wrap .eventSlider .boxInner .infoCon .infotop .tagWrap.progressE { background-color: #B0B0B0; } 
.eventSlide_wrap .eventSlider .boxInner .infoCon .infotop .dateCon { width: auto; font-size: 1.215em; font-weight: 800; color: #111; gap: .5em;; } 
.eventSlide_wrap .eventSlider .boxInner .infoCon .infotop .dateCon .dateW { } 
.eventSlide_wrap .eventSlider .boxInner .infoCon .infotop .dateCon .dateW > .yeartt { color:
 #999; font-weight: 700; font-size: .75em !important; } 
.eventSlide_wrap .eventSlider .boxInner .infoCon > .tit { font-size: 1.15em; height: 2.4em; color: #111; padding-top: .5em; margin-bottom: 1em; font-weight: 600; } 
.eventSlide_wrap .eventSlider .boxInner .infoCon > .imgCon { width: 100%; height: 12.6em; border-radius: .5em; overflow: hidden; margin-top: 1em; box-shadow: 2px 2px 10px #ddd; } 
.eventSlide_wrap .eventSlider .boxInner .infoCon > .imgCon > img { width: 100%; height: 100%; object-fit: cover; transition: .3s; } 
.eventSlide_wrap .eventSlider .boxInner .infoCon > .titWrap { font-size: .95em; color: #666; padding-top: .5em; margin-bottom: .3em; font-weight: 600; margin-top: .9em; } 
.eventSlide_wrap .eventSlider .boxInner .infoCon > .location { line-height: 1.4; font-size: .95em; color: rgba(0, 0, 0, .8); font-weight: 500; margin-top: 1em; } 
.eventSlide_wrap .eventSlider .boxInner .infoCon > .date { font-size: .95em; font-weight: 500; color: rgba(0, 0, 0, .8); margin-top: .15em; } 

.eventSlide_wrap .eventSlider .boxInner:hover .infoCon > .tit { text-decoration: underline; } 
.eventSlide_wrap .eventSlider .boxInner:hover .infoCon > .imgCon > img { transform: scale(1.05); } 

.main_event .morebtn { width: 4em; height: 4em; line-height: 4em; background-color: var(--siteC2); border-radius: 50% 50% 0 50%; text-align: center; color: #fff; } 

/*main gallery*/
.main_gallery { position: relative; background: var(--crGrad1); padding-bottom: 10em;} 
.main_gallery .page_mq { position: absolute; bottom: -.75em; left: 0; } 
.main_gallery .page_mq .mqTT { font-size: 7em; font-weight: 800; line-height: 1; color: rgba(255, 255, 255, .08); } 
.main_gallery .swiperControl {gap: .5em;}
.main_gallery .swiperControl .swiperBtn {color: #fff;} 
.main_gallery .swiperControl .swiperBtn:hover {background: #fff; color: var(--siteC2);}
.mainGallerySlider .galleryWrap { position: relative; width: 100%; height: 20em; display: block; } 
.mainGallerySlider .galleryWrap .hoverTit { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .6); opacity: 0; visibility: hidden; transition: .3s; } 
.mainGallerySlider .galleryWrap .title { position: absolute; font-size: 1.15em; font-weight: 600; width: 100%; padding: 0 1.5em; text-align: center; color: #fff; box-sizing: border-box; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; } 
.mainGallerySlider .galleryWrap .title .data {display:block; font-size:.8em; margin-top: 1.5em;}
.mainGallerySlider .galleryImg { width: 100%; height: 100%; } 
.mainGallerySlider .galleryImg > img { width: 100%; height: 100%; object-fit: cover; } 
.mainGallerySlider .galleryWrap:hover .hoverTit { opacity: 1; visibility: visible; } 

/*main customer*/
.cusomterAll_wrapper .customerTop {gap: 1.5em;}
.main_boardCon { display: flex; gap: 1em; flex: 1;} 
.main_boardCon .board-item { width: 100%;} 
.main_boardCon .board-item .boardTop { display: flex; align-items: center; margin-bottom: 1em; justify-content: space-between; } 
.main_boardCon .board-item .boardTop > .tt { font-size: 1.25em; font-weight: 700; } 
.main_boardCon .board-item .boardTop .plus {background: var(--crGrad2); color: #fff; width: 2em; height: 2em; line-height: 2em; text-align: center; border-radius: 50%; display: block;}
.main_boardCon .board-item .boardTop .xi { font-size: 1.125em; } 
.main_boardCon .board-item .boardTop .plus:hover {background: #fff; color: var(--siteC2);}

.main_boardCon .board-item .mainBoardList { } 
.main_boardCon .board-item .mainBoardList > li {background: #f4f4f4; border-radius: 1em; overflow: hidden; margin-bottom: .5em;} 
.main_boardCon .board-item .mainBoardList > li > .con { display: block; } 
.main_boardCon .board-item .mainBoardList > li.fir > .con { margin-bottom: 2em; } 
.main_boardCon .board-item .mainBoardList > li.fir > .con > .titleCon { display: flex; gap: .15em; } 
.main_boardCon .board-item .mainBoardList > li.fir > .con > .titleCon > .tit { font-size: 1.515em; font-weight: 500; color: #333; line-height: 1.4; } 
.main_boardCon .board-item .mainBoardList > li.fir > .con > .titleCon > .tit > .new { position: relative; top: -1px; color: var(--siteC2); } 
.main_boardCon .board-item .mainBoardList > li.fir > .con > .desc { font-size: 1em; line-height: 1.4; color: #666; margin: .75em 0 1.5em 0; } 
.main_boardCon .board-item .mainBoardList > li.fir > .con > .date { font-size: 1.063em; color: #999; font-weight: 500; } 
.main_boardCon .board-item .mainBoardList > li:not(.fir) > .con { padding: 1em; gap: 2em; display: flex; justify-content: space-between; transition: .3s; } 
.main_boardCon .board-item .mainBoardList > li:nth-child(2):not(.fir) > .con { /* border-top: 1px solid #ddd; */}
.main_boardCon .board-item .mainBoardList > li:not(.fir) > .con > .tit { font-size: 1em; font-weight: 500;} 
.main_boardCon .board-item .mainBoardList > li:not(.fir) > .con > .date { font-size: .86em; font-weight: 500; color: #999; } 
.main_boardCon .board-item .mainBoardList > li:hover { background: var(--crGray); } 

.main_register {background-image: url(../images/main/quick_img01.jpg); background-repeat: no-repeat; width: 47%; position: relative; border-radius: .8em; overflow: hidden; box-sizing: border-box; height: 100%;}
.main_register::before{width: 100%; height: 100%; background: linear-gradient(270deg, rgba(0, 0, 0, 0) 25%, rgb(49 25 9 / 73%) 100%); position: absolute; content: '';}
.main_register .list {border-top: 1px solid #fff; border-bottom: 1px solid #fff;}
.main_register .list li {border-bottom: 1px dashed #fff;}
.main_register .list li:last-child {border-bottom: unset;}
.main_register .list li .in {padding: .6em 0; gap: 1em;}
.main_register .list li:hover .in { background: rgba(255, 255, 255, .1); }
.main_register .list li .in .state {background: #fff; padding: .3em 1em; border-radius: .5em; font-weight: 500; font-size: .8em; width: 2.5em; height: 2.5em; line-height: 2.5em; font-weight: 600; text-align: center;}
.main_register .list li .in .state.c1 {color: var(--siteC2);}
.main_register .list li .in .state.c2 {color: #666;}
.main_register .list li .in .info {gap: 1em; color: #fff;}
.main_register .list li .in .info .data { font-size: .76em; margin-top: .5em;}
.main_register .list li .in .info .data span {}
.main_register .list li .in .info .tit {flex: 1; font-weight: 500; font-size: .96em;}
.main_register .in{position: absolute; left: 2.5em; top: 5em; z-index: 100;}
.main_register .in img{position: absolute;right: 10%;bottom: 10%; width: 7.5em; }
.main_register .in p{ color: #fff;}

.main_register .in .main_more.st2{ display: inline-flex ; height: 1.875em; gap: 0.5em; padding: 0 1.125em; border: 1px solid #fff; color: #fff; border-radius: 2em; line-height: 1.875em; margin-top: 2em;}

.cusomterAll_wrapper .customerBtm { display: flex; gap: 1.5em; margin-top: 4em; } 
.cusomterAll_wrapper .customerBtm .boxItem { position: relative; border-radius: 19px; overflow: hidden; padding: 2em; box-sizing: border-box; } 
.cusomterAll_wrapper .customerBtm .boxItem.point { width: 25%; background: var(--siteC2); } 
.cusomterAll_wrapper .customerBtm .boxItem.point .titBox { padding-top: 4em; } 
.cusomterAll_wrapper .customerBtm .boxItem.point .titBox .tit { font-size: 1.215em; color: #fff; font-weight: 600; margin-bottom: .5em; } 
.cusomterAll_wrapper .customerBtm .boxItem.point .titBox .desc { font-size: .95em; font-weight: 500; line-height: 1.4; color: rgba(255, 255, 255, .8); } 
.cusomterAll_wrapper .customerBtm .boxItem.point .huImg { display: flex; justify-content: end; position: relative; top: 2.3em; } 
.cusomterAll_wrapper .customerBtm .boxItem.point .huImg > img { width: 10em; object-fit: contain; } 

.cusomterAll_wrapper .customerBtm .boxItem.journal { width: 50%; padding: 3em; display: flex; align-items: center; gap: 3em; background: #f7f7f7; } 
.cusomterAll_wrapper .customerBtm .boxItem.journal .leftCon { position: relative; width: 55%; } 
.cusomterAll_wrapper .customerBtm .boxItem.journal .leftCon .Ltop {z-index: 10; position: relative;} 
.cusomterAll_wrapper .customerBtm .boxItem.journal .leftCon .Ltop .titBcir { position: relative; } 
.cusomterAll_wrapper .customerBtm .boxItem.journal .leftCon .Ltop .tit { font-size: 1.715em; font-weight: 700; padding-left: 1em; margin-bottom: 1.25em; } 
.cusomterAll_wrapper .customerBtm .boxItem.journal .leftCon .Ltop .desc { font-size: .95em; line-height: 1.4; font-weight: 500; color: #666; } 
.cusomterAll_wrapper .customerBtm .boxItem.journal .leftCon .Ltop .btnCon { margin-top: 2.5em; } 
.cusomterAll_wrapper .customerBtm .boxItem.journal .rightCon {flex: 1;} 
.cusomterAll_wrapper .customerBtm .boxItem.journal .rightCon .journal_List {} 
.cusomterAll_wrapper .customerBtm .boxItem.journal .rightCon .journal_List > .item {} 
.cusomterAll_wrapper .customerBtm .boxItem.journal .rightCon .journal_List > .item > .inner { position: relative; display: block; border-radius: .5em; overflow: hidden; width: 100%; height: 18em; } 
.cusomterAll_wrapper .customerBtm .boxItem.journal .rightCon .journal_List > .item > .inner > .journalImg { width: 100%; height: 100%; } 
.cusomterAll_wrapper .customerBtm .boxItem.journal .rightCon .journal_List > .item > .inner > .journalImg > img { width: 100%; height: 100%; object-fit: cover; } 
.cusomterAll_wrapper .customerBtm .boxItem.journal .rightCon .journal_List > .item > .inner > .hoverIcon { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .5); opacity: 0; visibility: hidden; transition: .3s; } 
.cusomterAll_wrapper .customerBtm .boxItem.journal .rightCon .journal_List > .item > .inner > .hoverIcon > .xi { position: absolute; font-size: 2.15em; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; } 
.cusomterAll_wrapper .customerBtm .boxItem.journal .rightCon .journal_List > .item > .inner:hover > .hoverIcon { opacity: 1; visibility: visible; } 

.cusomterAll_wrapper .customerBtm .boxItem.popUp { width: 25%; padding: 0em; border: 1px solid #ddd; } 

.banner_wrap { background: #fff; height: 100%; width: 24.5%; border: 1px solid #ddd; border-radius: .8em; overflow: hidden;} 
.banner_wrap .banner_top { padding: 1em 1.5em; } 
.banner_wrap .banner_top > .tit { font-size: 1.125em; font-weight: 600; color: #111; } 
.bannerSlide_wrap { } 
.bannerSlide_wrap .bannerSlide { } 
.bannerSlide_wrap .bannerSlide .swiper-slide { } 
.bannerSlide_wrap .bannerSlide .swiper-slide.el { } 
.bannerSlide_wrap .bannerSlide .banner_img { display: block; width: 100%; height: 15em; } 
.bannerSlide_wrap .bannerSlide .banner_img > img { width: 100%; height: 100%; object-fit: cover; } 
.bannerSlide_wrap .banner_control { padding: .2em 1.5em; box-sizing: border-box; display: flex; align-items: center; background: #fff;} 
.bannerSlide_wrap .banner_control .current_con { font-size: 1.05em; color: #111; font-weight: 600; } 

.linkBanner { position: absolute; right: 0em; bottom: 0em; z-index: 10; width: 11em; cursor: pointer; z-index: 999}
.linkBanner .svgtt { width: 100%; height: 100%}
.linkBanner .svgtt .tt { font-weight: 500; text-transform: uppercase; font-size: 1.715em; fill: #cacaca; letter-spacing: .225em}
.linkBanner .svgtt .tt .c1 { fill: #999}
.linkBanner.sm1 { width: 5em; } 
.linkBanner.sm1.main { top: -1em; left: -.5em; right: unset; width: 4em; height: 4em; z-index: 0; } 

.customerN_wrap {gap: 1.5em; height: 340px; align-items: stretch;}

.notice_wrap { flex:1; border: 1px solid #ddd; border-radius: .8em; background: #fff; overflow: hidden;} 
.notice_wrap .notice_top { padding: 1.5em 2em; border-bottom: 1px solid #ddd; } 
.notice_wrap .notice_top .main_tab { gap: 2.5em; } 
.notice_wrap .notice_top .main_tab>li { position: relative; font-size: 1.125em; font-weight: 600; color: #999; } 
.notice_wrap .notice_top .main_tab>li:before { position: absolute; top: 35%; left: -1.2em; width: 5px; height: 5px; background: #999; border-radius: 50%; content: ''; } 
.notice_wrap .notice_top .main_tab>li:first-of-type:before { display: none; } 
.notice_wrap .notice_top .main_tab>li>.tab_btn { } 
.notice_wrap .notice_top .main_tab>li.on { color: #111; font-weight: 700; } 
.notice_wrap .plus { position: absolute; right: 2em; top: -3em; width: 1.5em; height: 1.5em; background: #a6a4a4; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: .25s; } 
.notice_wrap .plus>.xi { color: #fff; } 
.notice_wrap .plus:hover { background: #111; } 
.notice_wrap .notice_list { padding: 1.5em 1.5em; } 
.notice_wrap .notice_list .list_top { } 
.notice_wrap .notice_list .list_top>.con { gap: 1.5em; align-items: center; padding-bottom: 1em; margin-bottom: 1em; border-bottom: 1px dashed #ddd; } 
.notice_wrap .notice_list .list_top>.con .dcon { display: flex; min-width: 4em; flex-direction: column; color: #fff; text-align: center; padding: .5em .8em; background: var(--siteC2); border-radius: .5em; } 
.notice_wrap .notice_list .list_top>.con .dcon>.day { font-size: 1.35em;  font-weight: 800;} 
.notice_wrap .notice_list .list_top>.con .dcon>.date { font-size: .875em; font-weight: 400; letter-spacing: -1px; } 
.notice_wrap .notice_list .list_top>.con .dcon>.question {font-weight: 800; font-size: 2em;}
.notice_wrap .notice_list .list_top>.con .tit_con { flex: 1; min-width: 0;} 
.notice_wrap .notice_list .list_top>.con .tit_con .tit { margin-bottom: .5em; font-size: 1.125em; font-weight: 600; color: #111; } 
.notice_wrap .notice_list .list_top>.con .tit_con .txt { font-size: .96em; font-weight: 500; color: #444; } 
.notice_wrap .notice_list .list_top>.con .tit_con .tit,
.notice_wrap .notice_list .list_top>.con .tit_con .txt{display: block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.notice_wrap .notice_list .list_top>.con:hover .tit_con .tit { text-decoration: underline; } 
.notice_wrap .notice_list .list_btm { } 
.notice_wrap .notice_list .list_btm .btm_list {min-height: 7.5em;} 
.notice_wrap .notice_list .list_btm .btm_list>li {border-bottom: 1px dashed #ddd; padding-bottom: .8em; margin-bottom: .8em;} 
.notice_wrap .notice_list .list_btm .btm_list>li:last-child {border-bottom: unset; padding-bottom: unset; margin-bottom: unset;}
.notice_wrap .notice_list .list_btm .btm_list>li>a { display: flex; gap: 2em; align-items: center; } 
.notice_wrap .notice_list .list_btm .btm_list>li>a>.tit { width: 80%; font-weight: 500; color: #111; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;} 
.notice_wrap .notice_list .list_btm .btm_list>li>a:hover .tit { text-decoration: underline; } 
.notice_wrap .notice_list .list_btm .btm_list>li>a>.date { width: auto; font-size: .96em; color: #666; } 
.notice_wrap .nocon{ height: 15em; border:none;}

/* sub 공통 */
.page_con ~ .sub_top {margin-top: 7em;}

.sub_tit .page_tt{display: inline; background: linear-gradient(transparent 70%, rgba(131, 173, 114, 0.3) 0); box-decoration-break: clone; -webkit-box-decoration-break: clone;}
/* .sub_tit .page_tt::before{position: absolute; content: ''; left: 50%; bottom: 0; transform: translateX(-50%); height: 15px; width: 110%; background: rgba(131, 173, 114, 0.3); z-index: -1;} */

.con_tit{position: relative;}
.con_tit::after{content: ''; display: inline-block; width: 12px; height: 12px; background-color: var(--siteC); border-radius: 50%; position: relative; top: -30px; left: 3px;}

.img_con{ padding: 4em; border: 1px solid #ddd; border-radius: 2em;}

.page_bg { height: 360px; border-radius: 1em; overflow: hidden; justify-content: center; align-items: center; transition: 5s; background-size: 120%; background-position: center; background-repeat: no-repeat; animation: zoomOutBg 5s forwards;} 
@keyframes zoomOutBg {
    from {
        background-size: 120%;
    }
    to {
        background-size: 100%;
    }
}

/* 테이블 스크롤 */
.scr_i{ display: none;}

/*quick*/
#quick_new { position:fixed; z-index:100; bottom:1rem; right:1vw; text-align:right; transform:translateY(4.25em); transition: transform .4s;}
.scroll #quick_new { transform:translateY(0); }  
#quick_new .quick_wrap { position:relative; display: inline-flex; width:3.25em; height:3.25em; box-sizing:border-box; transition:width .3s; /* overflow:hidden; */ } 
#quick_new .quick_wrap > .in { position:relative; white-space:nowrap; overflow:hidden; } 
#quick_new > li:not(:first-child) { margin-top:.5em; } 
#quick_new > li .quick_wrap:before { content:''; position:absolute; top:0; right:0; width:100%; height:100%; border-radius:50%; } 
#quick_new > li .quick_wrap .quick_icon { text-align:center; font-size: 1.4em; } 
#quick_new > li .quick_wrap .quick_icon.st2 { width:45%; } 
#quick_new > li .quick_wrap .quick_tt { font-size:1.063em; font-weight:600; width:0; opacity:0; overflow:hidden; } 
#quick_new > li .quick_wrap:not(.goTop):hover { width:100%; padding:0 1.75em 0 1.25em; } 
#quick_new > li .quick_wrap:hover:before { border-radius:10em; } 
#quick_new > li .quick_wrap:hover .quick_tt { flex:1; width:100%; opacity:1; padding-left:.75em; } 
#quick_new > li .quick_wrap:hover .quick_icon.st2 { width:20%; } 
#quick_new.top { bottom: 320px; padding-bottom: .5em; border-bottom: 1px solid #eee; } 

#quick_new > li .as_btn { color: #fff; } 
#quick_new > li .as_btn:before { background: var(--color-point); box-shadow: 6px 0 18px rgba(0,0,0, .215); } 
#quick_new > li .join_btn { color: #000; } 
#quick_new > li .join_btn:before { background: #eee; } 
#quick_new > li .kakao_btn { color:#3b1e1e; } 
#quick_new > li .kakao_btn:before { background:#fbe300; } 
#quick_new > li .insta_btn { color: #fff; } 
#quick_new > li .insta_btn:before { background: radial-gradient( circle at 30% 30%, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5); } 
#quick_new > li .call_btn { color: var(--siteC); } 
#quick_new > li .call_btn:before { background: #f1f1f1; } 
#quick_new > li .youtube_btn { color:#fff; } 
#quick_new > li .youtube_btn:before { background: #ff0033; } 
#quick_new > li .naver_btn { color:#fff; } 
#quick_new > li .naver_btn:before { background:#00c63b;}
#quick_new > li .mail_btn { color: #fff; } 
#quick_new > li .mail_btn:before { background: #2161da; }  
#quick_new > li .goTop { color:#fff; padding:0 !important } 
#quick_new > li .goTop:before { background:#aaa;  } 



/* sub 규정 */
.pg_menu_list { justify-content:flex-start; align-items:flex-start; align-items:stretch; background: #fff; padding:0 1px 1px 0; border-radius: 1em; overflow: hidden; border: 1px solid var(--siteC2); box-shadow: 0 0 1em rgba(0, 0, 0, .1); } 
.pg_menu_list > li { width: calc(100% / 4) } 
.pg_menu_list.w2 > li { width: calc(100% / 5) } 
.pg_menu_list.w3 > li { width: calc(100% / 2) } 
.pg_menu_list > li .in { position:relative; z-index:1; flex:1; margin:0 -1px -1px 0; padding:.5em .5em; min-height:2.5em; text-align:center; color:var(--siteC2); border: 1px dashed #ddd; font-weight: 600; word-break: keep-all; } 
.pg_menu_list > li:hover .in { z-index:2; background:var(--siteC2); color:#fff; transition:.2s; } 

.sub1_3Wrap { margin-top:2em; border: 8px solid #f4f4f4; padding:1.25em 1.5em; } 
/* .sub1_3Wrap:first-child { margin-top:0; }  */
.sub1_3Wrap .con { background:#fff; box-sizing:border-box; } 
.sub1_3Wrap .con .list1 { line-height:1.3; } 
.sub1_3Wrap .con .list1 > dt { margin:1em 0 .3em 0; font-size:1.063em; color:#222; font-weight: 600;} 
.sub1_3Wrap .con .list1 > dt:first-child { margin-top:0; } 
.sub1_3Wrap .con .list1 > dd { font-size:.96em; color:#333; line-height:1.7; } 
.sub1_3Wrap .con .list1 > dd > strong { color:#111; vertical-align:baseline; } 
.sub1_3Wrap .tit {margin-bottom: 1em; border-bottom: 1px solid #ddd; padding-bottom: 1em;} 
.sub1_3Wrap .tit > .tt { color:var(--siteC2); font-size:1.3em; font-weight: 700; display:block;} 

span.bg {background: #f4f4f4; display: block; padding: .5em; margin-bottom: .5em;}

.academic_list {gap: 1em;}
.academic_list li {flex: 1 24%; border: 1px solid #ddd; border-radius: .8em; overflow: hidden;}
.academic_list li .in {display: block; padding: 2em;}
.academic_list li .in .top_con {border-bottom: 1px dashed #ddd; margin-bottom: 1em; padding-bottom: 1em;}
.academic_list li .in .top_con .tit1 {font-size: 1.25em; font-weight: 700;}
.academic_list li .in .top_con .tit2 {margin-top: 1em;}
.academic_list li .in .bottom_con {}
.academic_list li .in .bottom_con .tt {font-size: .9em;}
.academic_list li .in .bottom_con .xi {color: var(--siteC2); margin-right: .3em;}

.academic_list li:hover {border: 1px solid var(--siteC2);}

/*개인정보처리방침*/
.agree_wrap{ padding:.5em; font-size:.938em; line-height:1.5; border-top:2px solid var(--siteC); border-left: 1px solid #ddd; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; box-shadow:3px 1px 9px rgba(0,0,0,.2); padding:2em;}
.agree_wrap .agree p{ line-height:1.9; padding:1em 0; color:#222;}
.agree_wrap .agree p strong {font-size:1.3em; }


.member_agree .agree{ padding:3em; border:1px solid #ddd; border-top:2px solid #3c3c3d; font-size:.938em; color:#69696b; font-weight:300; line-height:1.4em;}
.member_agree .agree.H{ padding:1.5em; border-top-width:1px; height:7em; overflow-y:scroll;}
.member_agree .agree p{ padding:.5em 0;}
.member_agree .agree *{ vertical-align:baseline;}
.member_agree .agree strong{ color:#3c3c3d;}
.member_agree .check{ padding:1em 2em; border:1px solid #ddd; border-top:none; border-radius:0 0 5px 5px; text-align:right; background:#f9f9f9}
.member_agree h1{ color:#111; font-weight:600}

/* 상담자 소개 */
.committee_wrapper { } 
.committee_wrapper .committee_profile { display: flex; gap: 2em; width: 100%; flex-wrap: wrap; } 
.committee_wrapper .committee_profile > li { width: calc((100% - 4em) / 3); } 
.committee_wrapper .committee_profile > li > .inner { display: flex; align-items: center; border-radius: 1em; overflow: hidden; background: var(--siteC3);} 
.committee_wrapper .committee_profile > li > .inner .committeeImg { width: 40%; height: 15.2em;} 
.committee_wrapper .committee_profile > li > .inner .committeeImg > img { width: 100%; height: 100%; object-fit: cover; } 
.committee_wrapper .committee_profile > li > .inner .txtWrap { position: relative; height: 15.2em; box-sizing: border-box; width: 60%; padding: 2.5em 1.7em 2em 1.7em;} 
.committee_wrapper .committee_profile > li > .inner .txtWrap .link-primary-light{ position: absolute; bottom: 0; right: 0; left: auto; top: auto; border-radius: 23px 0 0 0; display: flex; align-items: center; justify-content: center; height: 3.14em; padding: .5em 1em; background: #fff; color: #fff; width: 8em; gap: .5em; font-size: .815em;}
.committee_wrapper .committee_profile > li > .inner .txtWrap .link-primary-light .text{ font-weight: 600;}
.committee_wrapper .committee_profile > li > .inner .txtWrap .link-primary-light.posiB.lt .btnWrap::before{ top: -29px; right: -9px; transform: rotate(0);}
.committee_wrapper .committee_profile > li > .inner .txtWrap .link-primary-light.posiB.lt .btnWrap::after{ bottom: -7px; left: -32px; transform: rotate(0);}
.committee_wrapper .committee_profile > li > .inner .txtWrap .name { font-size: 1.44em; font-weight: 600; letter-spacing: 0.06em; margin-bottom: .8em;} 
.committee_wrapper .committee_profile > li > .inner .txtWrap .name > .posi{ font-size: .8em; margin-left: 10px; line-height: 1; color: #555;}
.committee_wrapper .committee_profile > li > .inner .txtWrap .his { margin-top: 1em; height: 2.5em; font-size: .936em; font-weight: 400; color: #333; } 
.committee_wrapper .committee_profile > li > .inner .txtWrap .contact{ position: absolute; left: 0; bottom: 0; width: 100%; background: var(--siteC2);}
.committee_wrapper .committee_profile > li > .inner .txtWrap .contact > li{ padding: .4em 2.5em; box-sizing: border-box; border-bottom: 1px solid #e8e8e8;}
.committee_wrapper .committee_profile > li > .inner .txtWrap .contact > li:last-of-type{ border-bottom: none;}
.committee_wrapper .committee_profile > li > .inner .txtWrap .contact > li:first-of-type{ border-top: 1px solid #e8e8e8;}
.committee_wrapper .committee_profile > li > .inner .txtWrap .contact > li > .con{ display: flex; align-items: center; gap: .5em; font-size: .8em;}
.committee_wrapper .committee_profile > li > .inner .txtWrap .contact > li > .con > .icon{ color: var(--siteC4);}

.committee_profile .page_dot_list.s1 > li .tit{display: flex; gap: 0.5em; align-items: center; }
.committee_profile .page_dot_list.s1 > li .tit p{font-size: 1.125em; position: relative; font-weight: 600; color: var(--siteC2);}
.committee_profile .page_dot_list.s1 > li .tit .line{width: 100%; height: 1px; background: var(--siteC2);}
.committee_profile .page_dot_list.s1 > li .tit .dot{ clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); aspect-ratio: 1 / 1; background: var(--siteC2); width: 10px; height: 10px;}
.committee_profile .page_dot_list.s1 > li .tt{margin-top: 0.6em; color: #555;}


/* 상담자 소개 pop*/
.popWrap.committee .popClose { position: absolute; right: -3em; top: 0; z-index: 9; } 
.popWrap.committee .popClose > .xi { font-size: 1.6em; color: rgba(255,255,255, .6); transition: .3s; } 
.popWrap.committee .popClose > .xi:hover { color: #fff; } 
.popWrap.committee .pop_Container { } 
.popWrap.committee .pop_Container .popIn { height: 90vh; } 

.popWrap.committee .his_container { display: flex; gap: 3em; align-items: center; } 
.popWrap.committee .his_container .profile { width: 40%; height: 18em; border-radius: .25em; overflow: hidden; border-radius: 100%; overflow: hidden;} 
.popWrap.committee .his_container .profile > img { width: 100%; height: 100%; object-fit: cover; } 
.popWrap.committee .his_container .right_info { display: flex; flex-direction: column; gap: 2.5em; width: 60%; margin-top: 2em;} 
.popWrap.committee .his_container .right_info .nameCon { display: flex; align-items: end; gap: .5em; } 
.popWrap.committee .his_container .right_info .nameCon > .name { font-size: 2.515em; font-weight: 700; line-height: 1; } 
.popWrap.committee .his_container .right_info .nameCon > .tx { font-size: 1.615em; font-weight: 400; color: #444; line-height: 1; position: relative; } 
.popWrap.committee .his_container .right_info .nameCon > .tx:before{ content: ""; display: block; position: absolute; top: -5px; right: -1.2em; width: 0.875em; height: 0.4em; background: var(--siteC2); border-radius: 6em; transform: rotate(-45deg);}
.popWrap.committee .his_container .right_info .introTxt { font-size: 1.215em; font-weight: 500; color: #333; margin-top: 1em; } 
.popWrap.committee .his_container .right_info .rightMid { } 
.popWrap.committee .his_container .right_info .rightMid > .tit { font-size: 1.063em; font-weight: 600; margin-bottom: .5em; } 
.popWrap.committee .his_container .right_info .rightMid > .lineList { } 
.popWrap.committee .his_container .right_info .rightMid > .lineList > li { padding: 0 0 1em; } 
.popWrap.committee .his_container .right_info .rightMid > .lineList > li > .tit{font-size: 1.2em; font-weight: 600; margin-bottom: 0.8em; border-radius: 100px; color: var(--crBlack);}
.popWrap.committee .his_container .right_info .rightMid > .lineList > li > .txt { font-size: 1.25em; font-weight: 600; color: #444; line-height: 1.5; color: var(--siteC2);} 
.popWrap.committee .his_container .right_info .rightBtm { } 
.popWrap.committee .his_container .right_info .rightBtm .callContainer { display: flex; gap: 2em; } 
.popWrap.committee .his_container .right_info .rightBtm .callContainer > .item { position: relative; display: flex; align-items: center; gap: .5em; } 
.popWrap.committee .his_container .right_info .rightBtm .callContainer > .item:before { position: absolute; right: -1em; top: 50%; transform: translateY(-50%); width: 1px; height: 10px; background: #ddd; content: ''; } 
.popWrap.committee .his_container .right_info .rightBtm .callContainer > .item:last-of-type:before { display: none; } 
.popWrap.committee .his_container .right_info .rightBtm .callContainer > .item > .icon { width: 1.5em; height: 1.5em; border-radius: 50%; background: var(--siteC); display: flex; align-items: center; justify-content: center; color: #fff; } 
.popWrap.committee .his_container .right_info .rightBtm .callContainer > .item > .icon > .xi { font-size: .9em; } 
.popWrap.committee .his_container .right_info .rightBtm .callContainer > .item > .tt { font-size: .865em; font-weight: 500; color: #444; } 

.popWrap.committee .infoContainer { margin-top: 3.5em; } 
.popWrap.committee .infoContainer .infoItem { margin-bottom: 4em; } 
.popWrap.committee .infoContainer .infoItem:last-of-type { margin-bottom: 0em; } 
.popWrap.committee .infoContainer .infoItem > .title { font-size: 1.515em; font-weight: 600; margin-bottom: .65em; padding-bottom: .65em; border-bottom: 1px solid #ddd; } 
.popWrap.committee .infoContainer .infoItem > .info_txt{line-height: 1.5; color: #333; letter-spacing: 0.2px;}
.popWrap.committee .infoContainer .infoItem > .dotTxt { } 
.popWrap.committee .infoContainer .infoItem > .dotTxt:before { } 
.popWrap.committee .infoContainer .infoItem > .dotTxt > li { position:relative; letter-spacing: 0.2px; word-break: keep-all; padding-left: 1em; margin-bottom: .5em; font-size: .965em; font-weight: 400; color: #444; line-height: 1.5;} 
.popWrap.committee .infoContainer .infoItem > .dotTxt > li:before { position: absolute; left: 0; content: '-'; } 
.popWrap.committee .infoContainer .infoItem > .dotTxt > li:last-of-type { margin-bottom: 0em; } 

/* 시설안내 */
.floor_wrap{}
.floor_wrap > .inner{}
.floor_wrap > .inner > .lay{width: 100%;/* padding:1.25em 3.75em 1.25em 0; */}
/*.floor_wrap > .inner > .layR{ flex:1;}*/

.floor_tab{width: 15%;}
.floor_tab > .tab{ padding:0 0 1px 1px;}
.floor_tab > .tab > li{ flex:1; position:relative; z-index:1;}
.floor_tab > .tab > li .in{ position:relative; align-items: center; justify-content: center; height:4em;  border-bottom: 1px solid #ccc; padding:0 .5em; color:#666; font-size:1.2em; font-weight:600; background: var(--siteC3);}
.floor_tab > .tab > li:first-child .in{ border-radius: 1em 0 0 0;}
.floor_tab > .tab > li:last-child .in{ border-radius: 0 0 0 1em; border-bottom: none;}
/* .floor_tab > .tab > li .in:before{ content:""; position:absolute; top:-1px; left:-1px; right:-1px; height:3px; background: var(--siteC3); display:none;} */
.floor_tab > .tab > li .in .tt{}
.floor_tab > .tab > li.on{ z-index:2;}
.floor_tab > .tab > li:hover .in,
.floor_tab > .tab > li.on .in{ color:#fff; background: var(--siteC4); transition:.3s}
.floor_tab > .tab > li.on .in:before{ display:block;}

.floor_box .bottom {background: #fdf9f0; padding:2em; box-sizing:border-box; height:10em;}
.floor_box .bottom .tit {font-size:1.5em; font-weight:600; margin-bottom:.5em;}
.floor_box .bottom .tit .s_tit {font-size:.875em; font-weight:400;}
.floor_box .bottom .txt {color:#666; font-size:.95em;}

.con_idx.st2 {width:85%;}
.con_idx.st2 > .idx.on{height:100%; } 
.con_idx.st2 > .idx .floor_box{display:flex; flex-direction:column; position:relative;}
.con_idx.st2 > .idx .floor_box .img_slides_wrap{ position: relative; height:100%; width:100%;}
.con_idx.st2 > .idx .floor_box .img_slides_wrap .el .imgCon{width:100%; height:36.5em;}
.con_idx.st2 > .idx .floor_box .img_slides_wrap .el .imgCon > img{ width: 100%; height: 100%; object-fit: cover;}
.con_idx.st2 > .idx .floor_box .txt{  height:10em; padding:2em; box-sizing:border-box; background: var(--siteC4); border-radius: 0 0 1em 1em; border-bottom-right-radius:1em;}
.con_idx.st2 > .idx .floor_box .txt.st2{height:14em;}
.con_idx.st2 > .idx .floor_box .txt .tt{font-size:2em; color:#fff; font-weight:600; margin-bottom:1.125rem;}
.con_idx.st2 > .idx .floor_box .txt .tt .s_tit{ font-weight:400; font-size:.75em;}
.con_idx.st2 > .idx .floor_box .txt .t1{color:#fff; line-height:1.4;}

.con_idx.st2 > .idx .floor_box .arrows_wrap{position:absolute; right:0; bottom:10em; width:80px; height:40px; z-index:2; display:flex;}
.con_idx.st2 > .idx .floor_box .arrows_wrap > span{width:40px; display:flex; justify-content:center; align-items:center; background: var(--siteC3); color:#555; cursor:pointer; border-right:1px solid #ddd;}
.con_idx.st2 > .idx .floor_box .arrows_wrap > span .xi{font-size:1.25em;}
.con_idx.st2 > .idx .floor_box .arrows_wrap > span:hover .xi{color: var(--siteC4);}

/* 소개 */

/* .descWrap { } 
.descWrap > li { font-size: 16px; font-weight: 500; line-height: 1.6; margin-top: 1em; } 
.descWrap > li:first-of-type { margin-top: 0; } 
.descWrap.wet1 > li{ font-weight: 400;}
.descWrap.s1 > li { font-size: 17px; } 
.descWrap.s2 > li { font-size: 1.31em; } 
.descWrap.m1 > li { margin-top: .5em; } 
.descWrap.c1 > li { color: #fff } 

.overview_introWrap { } 
.overview_introWrap .intro_title { font-size: 55px; font-weight: 700; color: #171717; text-align: center; margin-bottom: 1.75em; } 
.introInner { position: relative; width: 100%; box-sizing: border-box; height: 80vh; border-radius: 8em 0 8em 0; overflow: hidden;} 
.introInner .imgCon { position: relative; width: 100%; height: 100%; } 
.introInner .imgCon:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0, .3); content: ''; } 
.introInner .innerWrap { padding: 3em 10em 0; position: absolute; width: 100%; top: 50%; box-sizing: border-box; left: 0; transform: translateY(-50%); z-index: 2; } 
.introInner .innerWrap .t1 { font-size: 2.515em; font-weight: 800; color: #fff; margin-bottom: 1.2em; position: relative;} 
.introInner .innerWrap .t1::before { position: absolute; content: ''; left: 50%; top: -1.5em; background: url(../images/sub/dott_img01.png) no-repeat; width: 1.6em; height: 1.3em; background-size: 95%; transform: translateX(-50%); opacity: .3; filter: invert(100%) brightness(500%);} 
.introInner .innerWrap .t1 > i { } 

.introInner .descWrap.s2 > li > b{ font-size: 1.19em;} */

.greeting_tab { position: absolute; right: 0; top: -3em; gap: .5em; display: flex;} 
.greeting_tab > li { } 
.greeting_tab > li > .in { cursor: pointer; } 
.greeting_tab > li > .in .tab_btn { padding: .35em 1em; font-size: .9em; border: 1px solid #111; border-radius: 5px; color: #111; } 
.greeting_tab > li.on > .in .tab_btn { background: #111; color: #fff; } 

.greeting_wrap { position: relative; } 
.greeting_wrap .greeting_Bg { position: absolute; left: 0; bottom: -9em; opacity: .045; z-index: -1; } 
.greeting_wrap .greeting_Bg:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(360deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 100%); content: ''; } 
.ceo_wrap {  display: flex; gap: 4em; align-items: center; word-break: keep-all; padding: 0 2em; box-sizing: border-box; } 
.ceo_wrap>.ceo_img { width: 45%; } 
.ceo_wrap>.ceo_img>img { width: 100%; height: 100%; border: 1px solid #ddd; object-fit: cover; } 
.ceo_wrap .infoT{width: 65%;}
.ceo_wrap .infoT>.tt { font-size: 18px; font-weight: 500; line-height: 30px; color: #333; letter-spacing: -.5px; margin-bottom: 1.5em; } 
.ceo_wrap .infoT .tit { font-size: 40px;  color: #333; line-height: 1.4; margin-top: 1em;} 
.ceo_wrap .infoT .tit2 { font-size: 32px;  color: #333; margin-bottom: .8em; font-weight: 700;} 
.ceo_wrap .infoT>.tt:last-of-type { margin-bottom: 0em; } 
.ceo_wrap .infoT>.name { font-size: 1.415em; font-weight: 700; margin-top: 3em; } 
.ceo_wrap .infoT p b { display: inline; word-break: keep-all; } 

 

/* 지향하는 가치 */
.vision_wrap{}
.vision_wrap .vision_info{ gap: 5em;}
.vision_wrap .vision_info .vision_item{display: flex; gap: 6em; align-items: center;}
.vision_wrap .vision_info .vision_item .img_wrap:nth-child(2n) > img{border-radius: 7em 0 7em 0;}
.vision_wrap .vision_info .vision_item .img_wrap > img{border-radius:  0 7em 0 7em; object-fit: contain;}
.vision_wrap .vision_info .vision_item .img_wrap,
.vision_wrap .vision_info .vision_item .txt_wrap{ width: 50%;}
.vision_wrap .vision_info .vision_item .txt_wrap .c_point{font-size: 1.125em;}
.vision_wrap .vision_info .vision_item .txt_wrap .tit{font-size: 2em; font-weight: 700; margin-bottom: .7em; line-height: 1.4;}
.vision_wrap .vision_info .vision_item .txt_wrap .t1{line-height: 1.5; font-size: 1.13em; margin-bottom: 1em;}

.vision_img{width: 50%; margin: 0 auto; }


/* .process_wrap {padding:30px; border-radius: 500px;border: 1px dashed var(--siteC2); width: 70%; margin : 60px auto; background: #fff;}
.process_wrap .process_list {position: relative; height: 18rem; margin: 10rem 0 10rem;}
.process_wrap .process_list li {}
.process_wrap .process_list li:not(:first-of-type) {margin-left: -20px;}
.process_wrap .process_list .process_item {position: absolute; top: 0; left: 50%; transform: translateX(-50%); display: flex ; flex-direction: column; align-items: center; justify-content: center; width: 14rem; height: 14rem; border: 2px solid #fff; border-radius: 50%; margin: auto; transition: var(--transition-custom2); background: var(--siteC);}
.process_wrap .process_list .process_item.dotted{background:none;}
.process_wrap .process_list .process_item.dotted .num{font-size: 30px;}	
.process_wrap .process_list li:nth-child(1) .process_item{ transform: translate(calc(-50%), calc(-60%)); }
.process_wrap .process_list li:nth-child(2) .process_item{ transform: translate(calc(-120%), calc(80%)); }
.process_wrap .process_list li:nth-child(3) .process_item{ transform: translate(calc(40%), calc(80%));}
.process_wrap .process_list .process_item {transform: translate3d(0, 0, 0);opacity: 1;transition: .6s calc(var(--delay, 0) * 1s) ease-in-out;}
.process_wrap .process_list .process_item span{padding:0 20px;}
.process_list .process_item .num {display: flex;justify-content: center;align-items: center;flex: none; color: #fff; font-weight: 600;box-sizing: border-box; font-size: 2.4em;}
.process_list > li:nth-child(2) .process_item {background: var(--siteC2);}
.process_list > li:last-of-type .process_item {background: var(--siteBg3);} */

/* 오시는길 */
.map_list { }
.map_list { gap:1em 1em; margin: 2.5em 0;}
.map_list  > li{ flex:1; text-align:center;}
.map_list  > li .in{ flex:1;}
.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 + *{ margin-top:1em;}
.map_list .page_txt > .ico img{ width:2.25em;}

.map_wrap {/* z-index: -1; */ position: relative;}
.map_wrap .cont {display: none;}

.location_galleryWrap{ position:relative; left: 12.6%;}
.location_gallery .img_con{ width: 100%; height: 80vh; border-radius: 1em; overflow: hidden;}
.location_gallery .img_con > img{ width: 100%; height: 100%; object-fit: cover;}

.location_info{ margin: 0 5em;}
.location_info ~ .location_info{margin-top: 3em;}
.location_info .page_tt{width: 45%;}
.location_info .img_wrap{ border-radius: 0.5em; overflow: hidden; border: 4px solid var(--siteC); box-sizing: border-box ;  height: 38em; } 
.location_info .img_wrap img{width: 100%; height: 100%; object-fit: cover; object-position: top;}

.map_info3{width: 65%;}
.map_info3 .info_list{}
.map_info3 .info_list > li{ padding:2em 1em; border-bottom:1px solid #ddd;}
.map_info3 .info_list > li .wrap_tit{ width:15em;}
.map_info3 .info_list > li .wrap_con{ flex:1; padding-left:1.5em;} 
.map_info3 .info_list > li .wrap_tit .tit{ padding:.5em 0; color:#222;}
.map_info3 .info_list > li .wrap_tit .tit .tt{ font-weight:500;}
.map_info3 .info_list > li .wrap_tit .tit .t1{ font-size:1.375em;}
.map_info3 .info_list > li .wrap_tit .tit .t2{}
.map_info3 .info_list > li .wrap_tit .tit .xi{ font-size:1.500em; padding-right:.25em;}
.map_info3 .info_list > li .wrap_con .txt{ padding:.5em 0;}
.map_info3 .info_list > li .wrap_con .list {margin-bottom: 1.5em; padding-bottom: 1em; border-bottom: 1px solid #ddd;}
.map_info3 .info_list > li .wrap_con .list:last-child {margin: 0; padding: 0; border: none;}
.map_info3 .info_list > li .wrap_con .list.borderNone{ margin: 0; padding: 0; border: none;}
.map_info3 .info_list > li .wrap_con .list.busList1{ padding-right: 6em; }
.map_info3 .info_list > li .wrap_con .txt .tt{ color:#333; line-height:1.6; font-size: 1.125em;}
.map_info3 .info_list > li .wrap_con .txt .tt.dot{  position: relative; padding-left: 0.6em;}
.map_info3 .info_list > li .wrap_con .txt .tt.dot::before{content: ''; width: 5px; height: 5px; border-radius: 50%; background: #111; position: absolute; left: 0; top: 11px;}
.map_info3 .info_list > li .wrap_con .txt .t2{ font-size:1.25em;}

.mapCon{}
.mapCon .imgList{display: flex; gap: 2em; flex-wrap: wrap;}
.mapCon .imgList li{width: calc((100% - 4em) / 3); position: relative;}
.mapCon .imgList li .in{width: 100%; height: 100%;}
.mapCon .imgList li .in .img_wrap{position: relative; border-radius: 1em; overflow: hidden; width: 100%; height: 100%;}
.mapCon .imgList li .in .img_wrap::before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg,rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.73) 100%);}
.mapCon .imgList li .in .img_wrap img{ width: 100%; height: 100%;}
.mapCon .imgList li .in .img_wrap .num{position: absolute; right: 1em; top: 1em; text-align: center; width: 40px; height: 40px; line-height: 40px; background: #fff; border-radius: 100px; box-shadow: 10px 10px 20px #1111115e; font-weight: 600;}
.mapCon .imgList li .in .txt_wrap{  padding: 0 1.5em 2em; position: absolute; left: 0; bottom: 0; color: #fff;}
.mapCon .imgList li .in .txt_wrap .tt{line-height: 1.4;}

/* tab */
.sub_tab .tab_idx{ background:url(../images/sub2/sub2_2_tabline.jpg) repeat-x left 46px; display:flex; align-items: center; width: 100%; box-sizing: border-box; gap: 0.3em; }
.sub_tab .tab_idx > li{position: relative; text-align: center; padding:1em 2em; background: #f7f7f7; box-sizing: border-box; font-size:1.19em; font-weight: 600; color:#333; cursor:pointer; flex:1; transition:.3s; }
.sub_tab .tab_idx > li.tab1{ padding:14px 28px;}
.sub_tab .tab_idx > li.tab2{ padding:14px 28px;}
.sub_tab .tab_idx > li.tab3{ padding:14px 28px;}
.sub_tab .tab_idx > li.tab4{ padding:14px 28px;}
.sub_tab .tab_idx > li.tab5{ padding:14px 28px;}
.sub_tab .tab_idx > li.tab6{ padding:14px 27px 14px 28px;}

.sub_tab .tab_idx > li:hover{background:#f9f9fb;}
.sub_tab .tab_idx > li.on{ color: #fff; background: var(--siteC); font-weight:700; box-shadow: 0 11px 16px rgba(0, 0, 0, 0.12);}


/* 심리상담 */
.majar_col {gap: 0 4em;}
.majar_col ~ .majar_col {margin-top: 4em;}
.majar_col .img_box { width: 48.5%; height: 22em; border-radius: 1em; overflow: hidden;} 
.majar_col .img_box img{ object-fit: cover; width: 100%; height: 100%;}
.majar_col.st1 .img_box img{ width: 100%; height: 100%; object-fit: cover; border-radius: 1em; overflow: hidden;}
.majar_col .fTbox { width: 51.5%; } 
.majar_col .page_txt{ width: 100%;}

.majar_col2 {gap: 0 4em;}
.majar_col2 .img_box { width: 50%; height: 25em; border-radius: .8em; overflow: hidden;} 
.majar_col2 .img_box img{ width: 100%; height: 100%; object-fit: cover;} 
.majar_col2 .fTbox { width: 50%; } 

.majar_col.st1 .img_box p{border-radius: .8em; overflow: hidden; height: 22em; }
.majar_col.st1 .img_box p img{width: 100%; object-fit: cover; height: 100%; }


.majarCon_st1 {gap: 6em; border-bottom: 1px solid #ddd; padding-bottom: 3em;}
.majarCon_st1:last-child {border-bottom:none; padding-bottom: unset;}
.majarCon_st1 .right_tit {flex: 1 1 25%;}
.majarCon_st1 .left_con {flex: 1 1 75%;}

.page_col.div_T { gap: 6em; } 
.page_col.div_T .Tleft { flex: 1 1 25%; } 
.page_col.div_T .Tleft .stickyT .tit{color: #666;}
.page_col.div_T .Tright { flex: 1 1 75%; } 

.col_unT { } 
.col_unT .col_Tlist { margin-top: 3em; } 
.col_unT .col_Tlist > li { margin-bottom: 4em; } 
.col_unT .col_Tlist > li:last-of-type { margin-bottom: 0em; } 
.col_unT .col_Tlist .img_wrap{height: 25em; border-radius: 1em;}
.col_unT .col_Tlist .img_wrap img{}


.memo_box{ padding:2em 2.5em; background:var(--crGray); border-radius: .8em;}
.memo_box.st1{ display:flex; flex-wrap:wrap; gap:1em 2em;}
.memo_box.st1 > *{ box-sizing:border-box; min-width:0;}
.memo_box.st1 .memo_con{ flex:1;}
.memo_box.st2{background:#fff;}
.memo_box.st3 {padding:1.5em 2em; margin-top: 1.25em;}
.memo_box.st4 {padding: 1.5em 2em; margin: 1.25em auto; width: 66%; text-align: left; background: var(--gradC2); color: #fff; min-height: 7em;}
.memo_box.st5 .ttdot + .ttdot{margin-top: 0.3em;}

.bg1 .memo_box{background: #fff;}

.memo_list.rebox{ padding: 2em 1em; background: #fff; border-radius: 1em;}
.memo_list ~ .memo_list{margin-top: 2em;}
.memo_list .big{font-size: 1.25em;}

.basic_list.st1{padding: 2em; margin: 1em 1em 0; background: #fff; border-radius: .5em;}
.basic_list .ttdot{line-height: 1.5;}
.basic_list .ttdot + .ttdot{margin-top: 0.5em;}

.ttdot{ position:relative; padding-left:1rem; line-height:1.6;}
.ttdot:before{ content:""; position:absolute; left:0; top:9px; width:.313rem; height:.313rem; background:var(--siteC); border-radius:50%;}
.recon{ position:relative; padding-left:2.1rem; line-height:1.6;}
.recon:before{ position: absolute; left: 0; top: -0.3em; color: #888; content: '\e981'; font-family: xeicon !important; display: inline-block; speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1.8em;}
.ttdot.s4:before{top: 14px;}
.ttdot + .ttdot{ margin-top:.95em;}
.ttdot.stw {}
.ttdot.stw:before {background:var(--crWhite);}

.ttdot2{ padding-left: 1rem; font-size: 1.25em; color:#333; word-break: keep-all; position: relative;}
.ttdot2::before{ content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--siteC3); position: absolute; left: 0; top: 13px;}

.ttdot3{ padding-left: 1.7em; word-break: keep-all; position: relative; margin-top: 0.3em;}
.ttdot3::before{ position: absolute; content: '-'; left: 10px;}

.ttline{ display:inline-block; padding:.125em .125em; border-bottom:2px solid var(--siteC2);}
.stickyT{ position:sticky !important; top:var(--headHS);}

.smain_section {height: 15em; position: relative;}
.smain_section .txt_wrap{ position: relative; z-index: 1;}
.smain_section::after{ content:''; width:100%; height:100%; background:rgba(0, 0, 0, .5); position:absolute; left:0; top:0; backdrop-filter: blur(2px);}
.smain_section .smain_tit{z-index: 10;}
.smain_section .box1.aos-init{position: relative; z-index: 1;}

.pageGoBtn{ gap: 1em; margin-top: 8em;}
.pageGoBtn .btn_wrap{padding: 2.5em; box-sizing: border-box; background: var(--siteC3); border-radius: 1em; flex: 1 1 33%; transition: 0.3s; flex-direction: column; display: flex; justify-content: end;}
.pageGoBtn .btn_wrap:hover{background: var(--siteC);}
.pageGoBtn .btn_wrap:hover .tit,
.pageGoBtn .btn_wrap:hover .t1{color: #fff;}
.pageGoBtn .btn_wrap .tit{font-size: 1.63em; font-weight: 700; margin-bottom: .5em;}
.pageGoBtn .btn_wrap .t1{font-size: 1.06em; line-height: 1.4; color: #555; margin-bottom: 2em; min-height: 3em;}
.pageGoBtn .btn_wrap .more_btn{width: 120px; height: 40px; border-radius: 100px; background: #fff; margin-left: auto;}
.pageGoBtn .btn_wrap .arrow{ line-height: 40px; padding: 0 1.5em; box-sizing: border-box; display: flex ; align-items: center; justify-content: space-between; }}

.page_col.div_T .Tright .page_txt .tt { margin-top: .3em;} 

.notice_box {display:flex;align-items:center; padding:3rem 3rem;border-radius:1rem; background: var(--crGray);}
.notice_box .icon_box {width:6rem;height:6rem;border-radius:50%; background: #fff;display:flex;justify-content:center;align-items:center;}
.notice_box .icon_box .xi{font-size: 3em;}
.notice_box .txt_box{margin-left:2.5rem;width:calc(100% - 8.25rem);}
.notice_box .txt_box > .tt{font-size: 1.1em;  line-height: 1.5;}
.notice_box .txt_box h6{font-size:1.5em;color:#333;font-weight:800;margin-bottom: .5em; margin-top: 0; }

.notice_box + .sub_con{margin-top: -1em;}


/* 심리상담 */
.greet_wrap .greet_txt{ max-width: 90%; margin:0 auto; position: relative;}
.greet_wrap .greet_txt .page_txt{padding: 4em 5em 6em;box-sizing:border-box;background: #fff;position:relative;z-index:1;box-shadow: 2px 2px 10pc rgba(0, 0, 0, .2);}
.greet_wrap .greet_txt .page_txt .img_box{max-width: 54%; margin: 0 auto 2em;}
.greet_wrap .greet_txt .intro{ margin-bottom: 1.5em;}
.greet_wrap .greet_txt .tx{ color:#333; line-height: 1.5;}
.greet_wrap .greet_txt .tx + .tx{ margin-top: 1.7em; }
.greet_wrap .greet_txt .tx.t4{font-size: 1.13em;}
.greet_wrap .greet_txt .tx.name{ margin-top: 1.5em; text-align: center; }
.greet_wrap .greet_txt::after{content: '';width: 100%; height: 13em;background: var(--siteC2);position: absolute;left: -1em;top: -1em;}


.counsel_list{display: flex; flex-wrap: wrap; gap: 1em;}
.counsel_list li{flex: 1 1 calc((100% - 2em) / 3); max-width: calc((100% - 2em) / 3); background: #f7f7f7; border-radius: 2em; padding: 1em; box-sizing: border-box;}
.counsel_list li .counsel_tit{padding: .7em ; box-sizing: border-box; background: var(--siteC); border-radius: 100px;}
.counsel_list li .counsel_tit .tit{text-align: center; font-size: 1.125em; color: #fff;}
.counsel_list li .counsel_txt{ padding: 1em; margin-top: .5em;}

.CouselDiv {display: flex; flex-direction: column;}
.CouselDiv .CouselItem{display: flex; gap: 1.5em; flex: 1;}
.CouselItem ~ .CouselItem{ margin-top: 1.5em;}
.CouselDiv .CouselItem .csTit{width: 25%; background: var(--siteC); color: #fff; border-radius: 1em; display: flex; justify-content: center; align-items: center; font-size: 1.125em;     text-align: center; font-weight: 600; padding: 2em; box-sizing: border-box;}
.CouselDiv .CouselItem .csTit .tit{ line-height: 1.5;}
.CouselDiv .CouselItem:nth-child(2n) .csTit{background: var(--siteC2);}
.CouselDiv .CouselItem .csTxt{width: 75%; background: #f7f7f7; padding: 2em; box-sizing: border-box; border-radius: 1em;}
.CouselDiv .CouselItem .csTxt .ttdot + .ttdot{margin-top: 0.45em;}

.CouselDiv .CouselItem .csTxt,
.CouselDiv .CouselItem .csTxt{min-height: 11em;}
.CouselDiv.h50 .CouselItem .csTxt,
.CouselDiv.h50 .CouselItem .csTxt{min-height: 20em;}

.subDiv_F .secTit .tt{ line-height: 1.5;}

/* 셀프심리검사 */
.selfTop .page_txt .memo_box{margin-top: 1em;}
.selfBottom table{margin-top: 1em;}

.freeChk_box{}
.freeChkWrap { margin: 2em 2em 0; padding: 3em 3em 5em; box-sizing: border-box; border: 1px solid #ddd; border-radius: .5em;} 
.freeChkWrap .chkFormTop { border-radius: 1em;  border: 3px solid var(--siteC);}
.freeChkWrap .chkFormTop p { padding: 4px 0 4px 15px; word-break: keep-all; text-align: center;}
.freeChkWrap .info_txt { margin-top: 5px; text-align: right;  color: var(--siteC2); }
/* .freeChkWrap { margin-top: 10px; display: flex; gap: 12px; justify-content: center; } */
/* .self_test_custom_select_wrap { position: relative; } */
/* .self_test_custom_select { padding-left: 5px; width: 75px; height: 26px; border-radius: 7px; border: solid 1px #000; background-color: #fff; box-sizing: border-box; appearance: none; } */
/* .self_test_custom_select_wrap::after { content: ""; position: absolute; right: 8px; top: 50%; width: 10px; height: 5px; transform: translateY(-50%); background-image: url(../image/icon-arrow-2.png); background-repeat: no-repeat; Ensure the image is not repeated background-size: contain; }  */
/* .self_test_custom_select span { line-height: 22px; display: block; font-size: 12px; } */
/* .option_wrap { padding-top: 5px; width: 75px; position: absolute; top: 20px; left: 0; border-radius: 0 0 7px 7px; border: solid 1px #000; border-top-width: 0; background-color: #fff; z-index: 2; box-sizing: border-box; } .option { padding-left: 9px; font-size: 12px; line-height: 20px; } */ /* .option:hover { background-color: #eee; } */
.freeChkWrap .chkList { margin-top: 1.3em; border-radius: .5em; display: flex; overflow: hidden; padding: 1em 0; box-sizing: border-box; background-color: var(--crGray2); position: relative; }
.freeChkWrap .chkList .num { position: absolute; top: 0; bottom: 0; padding: 0 1.5em; font-weight: 500; background-color: var(--siteC2); color: #fff; display: flex; align-items: center; justify-content: center; }
.freeChkWrap .chkList .ask { padding-left: 4.8em; word-break: keep-all; flex: 1;  font-size: 1.125em;}
.freeChkWrap .chkAnswer { display: flex; flex-wrap: wrap; gap: .5em; margin: 1em 1em 0 5.5em; align-items: center;}
.freeChkWrap .chkAnswer .stat{ padding: 0.3em .7em; box-sizing: border-box; background: var(--siteC3); border-radius: .5em; font-size: .925em; color: var(--siteC2); font-weight: 700;}
.freeChkWrap .chkAnswer .Answer { position: relative; margin-right: 1em; display: flex; align-items: center; gap: 0.3em;}
.freeChkWrap .chkAnswer .radio_group{display: flex; gap: .5em;}
.custom_radio_input { position: absolute; top: 0; bottom: 0; right: 0; left: 0; }
.Answer::before { top: .5em; width: 5em; }
input[type="radio"]:checked + .input_sec::before { background-color: #000; }

.chkResult{margin-top: 4em;}
.chkResult .chkTxt{padding: 1em; background: var(--crGray); border-radius: 1em;}
.chkResult .chkTxt .t1{font-size: 1.25em; font-weight: 700; color: #333;}
.chkResult .test_result{ padding: 2.5em; border: 3px solid var(--siteC); border-radius: 1em; margin-top: 1em;}
.chkResult .test_result > .flex{display: flex; gap: 3em;  align-items: center; padding-bottom: 2em;}
.chkResult .test_result .left{width: 30%; background: var(--crGray2); border-radius: 1em; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 1.5em ; box-sizing: border-box;}
.chkResult .test_result .left .icon .xi{font-size: 6em;}
.chkResult .test_result .left .tit{font-size: 1.5em; font-weight: 700; margin-bottom: 0.2em;}
.chkResult .test_result .left .t1{color: #111; font-size: 1.13em; font-weight: 700;}
.chkResult .test_result .left .t2{color: #555; font-size: 1.13em;}
.chkResult .test_result .left .total{display: flex; align-items: center; font-size: 2em; font-weight: 700; margin-top: 0.3em;}
.chkResult .test_result .left .total .num{margin-left: .3em;}
.chkResult .test_result.st1 .left{color: #397fe9;}
.chkResult .test_result.st2 .left{color: #5ba164;}
.chkResult .test_result.st3 .left{color: #cea24f;}
.chkResult .test_result.st4 .left{color: #dd8042;}
.chkResult .test_result.st5 .left{color: #c03f3f;}

.chkResult .test_result .self_stat{display: flex; flex-direction: column; align-items: center;}

.chkResult .test_result .right{width: 70%;}
.chkResult .test_result .right .result_info .t1{ font-size: 1.5em; line-height: 1.5; margin-bottom: .5em;}
.chkResult .test_result .right .result_info .t2{ font-size: 1.125em; color: #555; line-height: 1.5;}

.chkResult .test_result .result_bottom{border-top: 1px dotted #ccc; display: flex; gap: 2em; padding-top: 2em;}
.chkResult .test_result .result_bottom .memo_list.rebox{background: #f7f7f7; width: 50%; box-sizing: border-box;}
/* .chkResult .test_result .result_bottom .bottom_tit .s_tit{font-size: 1.25em; display: flex; gap: 0.2em; align-items: center; margin-top: 1em; font-weight: 600;} */
/* .chkResult .test_result .result_bottom .bottom_tit .s_tit .xi{color: #888;} */
/* .chkResult .test_result .result_bottom .bottom_tit .t2{margin: .5em 1em 0;} */

.chkResult .couseling_info{ padding: 2em; background: var(--siteC); box-sizing: border-box; flex: 1; border-radius: 1em; display: flex; flex-direction: column;}
.chkResult .couseling_info.st1{background: var(--crGray2);}
.chkResult .couseling_info .inner{background: #fff; border-radius: .5em; margin-top: 1em; padding: 1.5em; box-sizing: border-box; flex: 1;}
.chkResult .couseling_info .inner .ttdot + .ttdot{margin-top: 0.5em;}
.chkResult .couseling_info .s_tit{font-size: 1.38em; font-weight: 700; color: #fff;}
.chkResult .couseling_info.st1 .s_tit{color: #111;}
