@charset "utf-8"; /* CSS Document */
.box0 { padding:0 4vw } 
.box1 { width: var(--baseWidth); margin:0 auto; max-width: var(--fullWidth); } 
.box2 {width: 1000px; margin:0 auto;} 

.gnb li.m_hide { display:none !important; } 
body:not(.pop) { display:flex; flex-direction:column; } 

.headH { height: var(--headH); } 

#header { position:fixed; left:0; top:0; width:100%; z-index:1000; box-sizing:border-box; color:#505050; background: #fff; } 
#header .wrap_in { gap:0 4em } 
.logoW { display:block; width:15em } 
.logoW img { width:100% } 
#header .logo > a img { height:100%; } 
#header .gnb_wrap .gnb > li .dp1 { transition: 0.2s; } 

.scroll #header { box-shadow: 2px 0 6px rgba(0,0,0, .25); transition: .2s; } 
#header .gnb_wrap { } 
#header .gnb_wrap .gnb { height: var(--headH); align-items: center; } 
#header .gnb_wrap .gnb > li { position:relative; overflow:hidden; height: 100%; align-items: center; display: flex; } 
#header .gnb_wrap .gnb > li .dp3 { display:none; } 
#header .gnb_wrap .gnb > li .dp1 { padding:0 1.25vw; } 
#header .gnb_wrap .gnb > li .dp1.layer { display: none; } 
#header .gnb_wrap .gnb > li .dp1 .tt { font-size:1.150em; color: #111; font-weight:600; } 
#header .gnb_wrap .gnb > li .dp1:hover .tt { color: var(--siteC); transition: .2s; } 
#header .gnb_wrap .gnb > li .dp1.on .tt { color: var(--siteC); font-weight: 800; } 
#header .gnb_wrap .gnb > li .dp2 { display:block; padding-top: 1em; position:absolute; top: 70%; left:50%; width:12em; padding:0 .7em; background:var(--crWhite); box-shadow:0 2px 20px rgba(0,0,0,.1); color:#111; opacity:0; border-radius: 10px; visibility:hidden; transform:translateX(-50%); transition:padding .2s; } 
#header .gnb_wrap .gnb > li .dp2 > li > a { padding:.5em 1em; transition:.2s; border-radius: 10px; transition: .2s; } 
#header .gnb_wrap .gnb > li .dp2 > li > a:hover { background: var(--siteC); color: #fff; transition: .2s; } 
#header .gnb_wrap .gnb > li .dp2 > li > a .tt { font-size:.95em; font-weight: 600; } 
#header .gnb_wrap .gnb > li.act { overflow:visible; } 
#header .gnb_wrap .gnb > li.act .dp2 { margin-top: 1em; padding-top:1.5em; padding-bottom:1.5em; opacity:1; visibility:visible; } 
#header .gnb_wrap .gnb > li .dp2 > li.act > a { background:rgba(0,0,0,.05); } 
#header .gnb_wrap .gnb > li .dp2:before { content: ""; display: block; position: absolute; top: 0; left: 50%; border-style: solid; border-color: transparent transparent #fff; border-width: 0 7px 7px; transform: translate(-50%, -100%); } 

.headM { background: var(--siteC); padding: .6em 0; } 
.headM .link_h { } 
.headM .link_h .h_list > li { position:relative; padding-right: 1em; margin-right: 1em; } 
.headM .link_h .h_list > li:before { position: absolute; right: 0; top: 50%; transform: translateY(-50%); width:1px; height: 10px; background: rgba(255,255,255, .45); content: ''; } 
.headM .link_h .h_list > li:last-of-type:before { content: none; } 
.headM .link_h .h_list > li > a { position: relative; padding: 0 .35em; max-width: 12.5em; } 
.headM .link_h .h_list > li:hover > a { text-decoration: underline !important; } 
.headM .link_h .h_list > li > a > span { font-size: .9em; color: #fff; font-weight: 500; max-width: 12.5em; text-overflow: ellipsis; overflow: hidden; word-break: break-word; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; } 
.headM .link_h .h_list > li > a .object { position: absolute; left: -.6em; top: 60%; transform: translateY(-50%); margin-right: .4em; } 
.headM .link_h .h_list > li > a .object > img { filter: var(--whitefil); width: .8em; } 

.headM .mem_wrap { } 
.headM .mem_wrap .mem_list { gap: 1.25em; } 
.headM .mem_wrap .mem_list > li { } 
.headM .mem_wrap .mem_list > li > a { font-size: .85em; font-weight: 500; color: #fff; } 


.allGnbOn { overflow-y:hidden } 
.allGnbOn body { overflow-y:scroll } 
.allGnbOn #header .all_wrap .all_btn { z-index:999; position:fixed; top:1em; right:1vw; width:2.5em; height:3em; filter:var(--crBlackfil) !important; } 
.allGnbOn #header .all_wrap .all_btn .ham { background:transparent !important; transition:0s; } 
.allGnbOn #header .all_wrap .all_btn .ham:before,
.allGnbOn #header .all_wrap .all_btn .ham:after { width:100% !important; top:50% !important; height:2px; } 
.allGnbOn #header .all_wrap .all_btn .ham:before { transform:rotate(45deg); } 
.allGnbOn #header .all_wrap .all_btn .ham:after { transform:rotate(-45deg); } 
.allGnbOn #header .all_wrap .all_layer { z-index:99; opacity:1; visibility:visible; } 
.allGnbOn #header .all_wrap .all_layer .all_close { opacity:1; transition:.4s; } 
.allGnbOn #header .all_wrap .all_layer .all_inner { transform:translateX(0); transition:.4s; } 

#header .all_wrap { color:#000; } 
#header .all_wrap .all { width:4.5em; } 
#header .all_wrap .all_btn { position:relative; display:block; width:2.5em; height:1.125em; margin-left:auto; } 
#header .all_wrap .all_btn .ham,
#header .all_wrap .all_btn .ham:before,
#header .all_wrap .all_btn .ham:after { display:block; width:100%; height:2px; background:#000; transition:.2s, background 0s; } 
#header .all_wrap .all_btn .ham:before,
#header .all_wrap .all_btn .ham:after { content:""; position:absolute; left:0; } 
#header .all_wrap .all_btn .ham:before { top:calc(20% - 1px); width:100%; } 
#header .all_wrap .all_btn .ham:after { top:calc(85% - 2px); width:100%; } 
#header .all_wrap .all_btn:hover .ham:before { width:100%; } 
#header .all_wrap .all_btn: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_inner { position:absolute; top:0; right:0; width:32em; max-width:100%; height:100%; background:#fff; box-shadow:-1em 0 1em rgba(0,0,0,.1); transform:translateX(100%); } 
#header .all_wrap .all_layer .all_inner > .wrap_in { gap:2em; padding:3em 3em; } 
#header .all_wrap .all_layer .all_inner > .mark { position: absolute; bottom: 0; right: 0; width: 16em; opacity: .15; } 
#header .all_wrap .all_layer .all_inner > .mark > img { width: 26.5em; } 

#header .all_wrap .all_layer .wrap_top a { transition:.2s; } 
#header .all_wrap .all_layer .wrap_top .all_logo { } 
#header .all_wrap .all_layer .wrap_top .all_logo .in { display:block; width:20em; } 
#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:1em 0; } 
#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; 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.188em; font-weight: 600; } 
#header .all_wrap .all_layer .wrap_middle .gnb > li.act .dp1,
#header .all_wrap .all_layer .wrap_middle .gnb > li.on .dp1 { background-color: var(--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 > a:before { content:""; position:absolute; left:.75em; top:50%; width:.313em; height:.313em; background:var(--siteC2); 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 { background: #f1f1f1; transition: .1s; } 
#header .all_wrap .all_layer .wrap_middle .gnb .dp2 > li.act > a { background:var(--crGray) } 
#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); } 
#header .all_wrap .all_layer .wrap_middle .gnb .dp3 > li > a { color:#444; } 
#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; } 

.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 } 

.allGnbOn #header,
#header:hover { background: var(--crWhite); } 
.allGnbOn #header .logo > .in img,
.scroll #header .logo > .in img,
#header:hover .logo > .in img { filter: brightness(0); } 
.allGnbOn #header .gnb_wrap .gnb > li .dp1,
#header:hover .gnb_wrap .gnb > li .dp1 { color: #111; } 
.allGnbOn #header .gnb_wrap .gnb { display: none; } 

#header .etc_wrap { display:flex; align-items:center; gap:0 3em; } 
#header .etc_wrap .etcBtn { display:flex; align-items:center; justify-content:center; width:1.75em; height:1.65em; cursor: pointer; } 
#header .etc_wrap .etcBtn .ico { font-size:2em; color: #111; } 


#contents { width: 100%; overflow: hidden;} 
#contents .doc { padding: 3em 0 8em 0; } 

#contents .sub_page_tit { text-align: center; padding-top: 1em; } 
#contents .sub_page_tit .tit { font-size: 2.15em; font-weight: 800; color: #111; } 

#contents .sub_visual_wrap { position:relative; overflow:hidden; padding-top: var(--headHS); } 
#contents .sub_visual_wrap .bg { transform:scale(1.1) } 
#contents .sub_visual_wrap .bg:after { content:""; position:absolute; left:0; top:0; width:100%; height:100%; /*background:linear-gradient(180deg,rgba(0,12,24,.6) 30%,rgba(0,0,0,.2) 100%); */ background: rgba(0,0,0, .5); } 
#contents .sub_visual_wrap .wrap_in { position:relative; height:20em; box-sizing:border-box; } 
#contents .sub_visual_wrap .wrap_in .twrap { height:100%; color:#fff; } 
#contents .sub_visual_wrap .wrap_in .twrap .t1 { font-size: 2.15em; font-weight: 800; text-transform: uppercase; transform: translateY(1em); opacity:0; margin-top: .3em; } 
#contents .sub_visual_wrap .wrap_in .twrap .t2 { font-size:1.15em; letter-spacing: 2px; text-shadow: 2px 0 6px rgba(0,0,0, .25); opacity: 0; font-weight:500; margin:.25em 0 .25em 0; white-space:normal; opacity:0 } 
#contents .page_menu { position: relative; padding: 1.75em 0 1.5em 0; } 
#contents .sub_nav { } 
#contents .sub_nav > li { font-size: 1em; } 
#contents .sub_nav > li.home .xi { font-size:1em } 
#contents .sub_nav > li:before { content:"\e940"; font-family:xeicon; display:inline-block; vertical-align:middle; padding:0 .5em } 
#contents .sub_nav > li:first-child:before { display:none } 
#contents .sub_nav > li:last-child .tt { color: var(--siteC); font-weight: 600; } 
.load #contents .sub_visual_wrap .bg { transform:scale(1); transition:2s } 
.load #contents .sub_visual_wrap .wrap_in .twrap .t1 { transform: translateY(0); opacity: 1; transition:1.5s; } 
.load #contents .sub_visual_wrap .wrap_in .twrap .t2 { opacity: 1; transition:1.5s; } 
.load #contents .sub_nav { } 
#contents .sub_tab { } 
#contents .sub_tab .gnb > li { width:100% } 
#contents .sub_tab .gnb > li .dp2 { justify-content:center; padding-left:1px; } 
#contents .sub_tab .gnb > li .dp2:before { } 
#contents .sub_tab .gnb > li .dp2 > li { flex:1 1 100%; max-width:15%; position:relative; background: rgba(255,255,255, .25); backdrop-filter: blur(1px); transition: .2s; } 
#contents .sub_tab .gnb > li .dp2 > li:last-of-type:before { content: none; } 
#contents .sub_tab .gnb > li .dp2 > li:before { position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 1px; height: 20px; background: rgba(255,255,255, .45); content: ''; } 
#contents .sub_tab .gnb > li .dp2 > li:hover { transition:.2s; } 
#contents .sub_tab .gnb > li .dp2 > li > a { display:block; color:#fff; padding: 1.2em 0; } 
#contents .sub_tab .gnb > li .dp2 > li > a .va { font-size:1.1em; font-weight:700; } 
#contents .sub_tab .gnb > li .dp2 > li.on { z-index:1; background: #fff; } 
#contents .sub_tab .gnb > li .dp2 > li.on > a { color: var(--siteC); } 
#contents .sub_tab .gnb > li .dp2 > li.on > a > .va { font-weight: 800; } 
#contents .sub_tab .gnb > li .dp2 > li:first-child > a:before { display:none; } 

#quick { position:fixed; right:0; top:50%; transform:translateY(-50%); z-index:999; transition:.3s } 
#quick .link { position:relative; } 
#quick .quick_btn { position:absolute; right:100%; width:3em; height:100%; background:#fff; box-sizing:border-box; display:flex; flex-direction:column } 
#quick .quick_btn .wrapBtn { height:3em; min-height: 3em; background:#111; color:#fff; display:flex; align-items:center; justify-content:center } 
#quick .quick_btn .wrapBtn.ctr .ico { transition:.5s } 
#quick .quick_btn .wrapBtn.ctr .ico:before { content:"\e93e" } 
#quick .quick_btn .wrapBtn.goTop { background:#69a0e0 } 
#quick .quick_btn .txt { flex:1 1 0%; writing-mode: vertical-rl; font-size:.813em; font-weight:800; line-height:1; word-spacing:.25em; white-space:nowrap; overflow:hidden; display:flex; align-items:center; background:#193889; color:#fff; box-sizing:border-box; border:1px solid rgba(255,255,255,.1) } 
#quick .quick_btn .txt > i { padding:.5em 0 } 
#quick .link .list > li > a { display:flex; align-items:center; color:#fff; height:3em; background:rgba(0,0,0,.5); padding:0 3em 0 1em; position:relative } 
#quick .link .list > li:not(:last-child) > a { border-top:1px solid rgba(255,255,255,.2) } 
#quick .link .list > li > a:after { content:"\e980"; font-family:xeicon; position:absolute; right:.5em; top:50%; transform:translateY(-50%); } 
#quick .link .list > li > a .t1 { font-weight:500; font-size:.875em } 
#quick .link .list > li > a:hover { background:rgba(0,0,0,.7) } 
#quick.off { transform:translate(100%, -50%) } 
#quick.off .quick_btn .wrapBtn.ctr .ico { transform:rotate(180deg) } 

/**/
.visualSlide_wrap { position: relative; padding-top: var(--headHS) } 
.visualSlide .el { position: relative; overflow:hidden; height:36.25em; } 
.visualSlide .el:before { position: absolute; width: 100%; height: 100%; background: rgba(0,0,0, .35); content: ''; z-index: 1; } 
.visualSlide .el .bg { position:absolute; left:0; top:0; width:100%; height:100%; transform:scale(1.1) } 
.visualSlide .el.swiper-slide-active .bg,
.visualSlide .el.swiper-slide-duplicate-active .bg { transition:4s; transform:scale(1) rotate(.001deg) } 
.visualSlide .el:nth-child(3n - 1) .bg { height:110%; transform:scale(1) } 
.visualSlide .el.swiper-slide-active:nth-child(3n - 1) .bg,
.visualSlide .el.swiper-slide-duplicate-active:nth-child(3n - 1) .bg { transform:translateY(-9.0909%) rotate(.001deg) } 
.visualSlide .el:nth-child(3n) .bg { width:110%; transform:scale(1) } 
.visualSlide .el.swiper-slide-active:nth-child(3n) .bg,
.visualSlide .el.swiper-slide-duplicate-active:nth-child(3n) .bg { transform:translateX(-9.0909%) rotate(.001deg) } 
.visualSlide_wrap .slogan { position:absolute; left:0; top:0; width:100%; top:50%; z-index:10; transform:translateY(-50%); color:#fff } 
.visualSlide_wrap .slogan .t1 { font-size:2.5em; font-weight:800; margin-bottom:.5em; letter-spacing: .003em; } 
.visualSlide_wrap .slogan .t2 { font-size:1.875em; font-weight: 600; } 
.visualSlide_wrap .slogan .move { overflow:hidden } 
.visualSlide_wrap .slogan .move > i { display:block; line-height:1.5; transform:translateY(150%); transition:1s } 
.visualSlide_wrap .slogan .move.d1 > i { transition-delay:.3s } 
.visualSlide_wrap .slogan .move.d2 > i { transition-delay:.6s } 
.load .visualSlide_wrap .slogan .move > i { transform:translateY(0) } 

.visualControl_wrap { position:absolute; left:0; width:100%; bottom:14.5em; box-sizing:border-box; z-index:10; color:#fff } 
.visualControl_wrap .wrapIn { display:flex; justify-content:space-between; align-items:flex-end } 
.visualSlide_control { display:flex; align-items:flex-start; } 
.visualSlide_control .paging { width:5em; text-align:center; font-size:.875em } 
.visualSlide_control .paging .swiper-pagination-current { font-weight:700 } 

.mainScroll { color:#fff; position:absolute; left:0; bottom:0; z-index:10 } 
.mainScroll .line { position:relative; display:block; height:4em; overflow:hidden } 
.mainScroll .line:before { content:""; position:absolute; left:50%; top:0; height:100%; width:1px; background:#fff; } 
.mainScroll .dot { position:absolute; left:50%; transform:translateX(-50%); top:0; width:.5em; height:.5em; background:#fff; border-radius:50% } 
.mainScroll .tt { display:block; transform:rotate(90deg); font-size:.75em; margin:0 0 2.5em 0 } 
.mainScroll .tt .xi { font-size:1.5em; margin-right:.25em } 

/*공통*/
.main_con { padding: 3.5em 0; } 
.main_con.bg1 { background: var(--siteC4); } 
.main_intro { overflow: hidden; } 

.mainFlex { display:flex; gap:4em; align-items:flex-start; position:relative; box-sizing:border-box } 
.mainFlex .wrapTit { width:20%; position:sticky; left:0; top:0; padding:5em 0; box-sizing:border-box } 
.mainFlex .wrapCon { flex:1 1 0%; min-width:0 } 

/*서브 tab*/
.wrap_idx { } 
.wrap_idx .sub-tab { display: flex; height: 4.15em; border-radius: 100px; background-color: #F5F5F5; margin-bottom: 2.5em; } 
.wrap_idx .sub-tab > li { position: relative; height: 100%; display: flex; align-items: center; justify-content: center; flex: 1; font-size: 1.15em; font-weight: 700; border: 2px solid transparent; border-radius: 100px; color: #BDBDBD; transition: .3s; } 
.wrap_idx .sub-tab > li.on { background-color: #fff; color: var(--siteC); border-color: var(--siteC); } 

.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; } 
/*************/

.page_dot_list { padding: 0 1.25em; margin-top: 1.25em; } 
.page_dot_list > li { position:relative; margin-bottom: .5em; } 
.page_dot_list > li > .txt { font-size: 1em; } 
.page_dot_list > li:before { position: absolute; left: -13px; top: 8px; width: 5px; height: 5px; border-radius: 50%; background: var(--siteC5); content: ''; } 
.page_dot_list > li:last-of-type { margin-bottom: 0em; } 

.table_info { } 
.table_info .con { display: flex; align-items: center; font-size: .95em; font-weight: 600; padding: .35em .85em; border-radius: .3em; box-sizing: border-box; background: #f5f5f5; } 
.table_info .con > .xi { color: var(--siteC); margin-right: .3em; } 

.page_basic_tit { position:relative; margin-bottom: 1em; padding-left: 1em; font-size: 1.45em; font-weight: 800; } 
.page_basic_tit:before { content: ""; position: absolute; top: .15em; left: .2em; width: .3em; height: 1em; background: var(--siteC); border-radius: .2em; } 

.play_st.vod .img_wrap:after { content:"\ea40"; font-family:xeicon; font-size:3.000em; color:#fff; display:flex; align-items:center; justify-content:center; text-align:center; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.4); opacity:1; } 

/*flex box*/
.flex_box { } 
.flex_box.s1 { } 
.flex_box.s2 { } 
.flex_box.s3 { margin: 0 0 -1em -1em; } 
.flex_box.s4 { } 
.flex_box.s5 { } 

.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; } 

.dp3_view #contents .sub_nav > li:nth-child(4):before { display: none; } 

.stickyT { position: sticky !important; top: calc(var(--headHS) + 2em); } 


/*버튼*/
.main_more { display: inline-block; cursor: pointer; } 
.main_more.pd1 { padding-top:2.5em; } 
.main_more.pd2 { padding-top:4em; } 
.main_more > .more { text-align:center; padding:0.825em 1.5em; font-weight: 600; background: var(--siteC); border:1px solid var(--siteC); border-radius:10em; color:#fff; transition:.3s; cursor: pointer; } 
.main_more > .more > .tt { font-size:.875em; } 
.main_more > .more > .tt ~ .xi { margin-left:.5em; } 
.main_more > .more > .xi { font-size:1em; padding-left: 1em; transition: .3s; } 
.main_more > .more:hover > .xi { transform: translateX(5px); transition: .3s; } 

.main_more > .more.st1 { background: transparent; padding: 0em; color: var(--siteC); border: none; } 
.main_more > .more.st1:hover > .xi { transform: translateX(0px); } 
.main_more > .more.st1 > .xi { padding-left: .65em; } 

/*레이아웃 공통*/
.page_col { gap:2em 6em; } 
.page_col > li { position:relative; } 
.page_col > li.w1 { width:35%; } 
.page_col > li.w2 { width:28%; } 
.page_col > li.w2.ceo { align-self:flex-start; } 
.page_col + .page_col { margin-top:8em; } 
.page_col > li.inImg { position:relative; } 
.page_col > li .p1 { padding:2em 0 4em 0; } 
.page_col > li .p2 { padding:3em 4em; } 
.page_col > li .p3 { padding:0 18vw; } 
.page_col > li .round { border-radius:2em; overflow:hidden; } 
.page_col > li .wrap_img { height:100%; } 
.page_col > li .wrap_img img { width:100%; } 
.page_col > li .wrap_img.w1 { width:80%; margin:0 auto; } 
.page_col > li .wrap_img.w1.mgL { margin-right:0; } 
.page_col > li .wrap_img.w1.mgR { margin-left:0; } 
.page_col > li .wrap_img.w2 { width:70%; } 
.page_col > li .wrap_img.pos { position:absolute; top:0; left:0; } 
.page_col > li .wrap_img.pos.imR { right:0; left:unset; } 
.page_col > li .wrap_img.pos.s1 { width:50vw; } 
.page_col > li .wrap_img.pos.s2 { width: 30vw; } 
.page_col > li .wrap_img.pos.s3 { width: 52vw; } 
.page_col > li .wrap_img.pos.s1.re { left:auto; right:0; } 
.page_col > li .wrap_mov iframe { position:absolute; left:0; top:0; width:100%; height:100%; } 
.page_col > li .wrap_ico { flex:1; padding:0 3em 0 1.5em; border:solid #e9e9e9; border-width:0 1px 0 0; } 
.page_col > li .ico_circle { width:4.5em; height:4.5em; background:#fff9f2; border-radius:50%; color:#8c5f46; } 
.page_col > li .ico_circle .xi { font-size:1.625em; } 
.page_col > li .posTxt { position:absolute; top:0; left:0; padding:.5em 0; text-align:center; } 
.page_col > li .posTxt > * { margin:.25em 0; } 
.page_col > li .posTxt .line { display:inline-block; width:1px; height:4em; background:#c9ab81; } 
.page_col > li .p1 .m1:nth-child(n + 1) { margin-top: 1.5em; } 
.page_col > li .p1 .m1:nth-child(1) { margin-top: 0em; } 
.page_col > li .wrap_img.w2.po_ab { position: absolute; right: 0; width: 30%; top: 9em; } 
.page_col > li .wrap_img.w2.po_ab.imL { right: unset; left: 0; } 

.page_tt{ font-size:1em; word-break:keep-all; line-height:1.6;}
.page_tt > .tt + .tt{ margin-top:1.5em;}
.page_tt.o1{ opacity:.5;}
.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.625em}
.page_tt.s8{ font-size:1.875em}
.page_tt.s9{ font-size:2.500em}
.page_tt.s10{ font-size:2.750em}
.page_tt.s11{ font-size:3.250em}
.page_tt.s12{ font-size:4.500em;}
.page_tt.s14{ font-size: 2.25em;}
.page_txt:not(:last-child) { margin-bottom: 3em;}

/*******************main*******************/

/*메인 sec1*/
.main_quickMenu { margin-top: -23vh; position: relative; z-index: 111; } 
.main_quickMenu .quick_lay { } 
.main_quickMenu .quick_lay .quick_large { flex: 1 1 33%; background: var(--siteC); position: relative; padding: 3em; } 
.main_quickMenu .quick_lay .quick_large .in .quick_ico .imgfix { width: 185px; } 
.main_quickMenu .quick_lay .in { } 
.main_quickMenu .quick_lay .in .quick_ico { position: absolute; right: 0; bottom: 0; opacity: 0.2; } 
.main_quickMenu .quick_lay .in .quick_ico .imgfix { width: 115px; margin-right: 1em; } 
.main_quickMenu .quick_lay .in:hover .view_more { } 
.main_quickMenu .quick_lay .in .view_more .btn { transform: rotate(0deg); transition: 0.3s; } 
.main_quickMenu .quick_lay .in:hover .view_more.st2 .btn { background: var(--siteC); color: #fff; border-color: var(--siteC); transform: rotate(-45deg); transition: 0.3s; } 

.main_quickMenu .quickMenu { flex: 1 1 66%; } 
.main_quickMenu .quickMenu > li { flex: 1 1 50%; position: relative; } 
.main_quickMenu .quickMenu > li:nth-child(1) { background: var(--siteC2); } 
.main_quickMenu .quickMenu > li:nth-child(2) { background: #f9f9f9; } 
.main_quickMenu .quickMenu > li:nth-child(3) { background: var(--siteC5); } 
.main_quickMenu .quickMenu > li:nth-child(4) { background: #f3f3f3; } 
.main_quickMenu .quickMenu > li .in { display: block; width: 100%; height: 100%; padding: 2.5em; box-sizing: border-box; } 
.main_quickMenu .quickMenu .in .quick_top { } 
 
.view_more.st1 { } 
.view_more.st1 .btn { padding: 0.5em 1.25em; border: 1px solid var(--crWhite); color: var(--crWhite); border-radius: 5px; font-weight: 500; transition: 0.3s; } 
.view_more.st1 .btn:hover { background: var(--crWhite); color: var(--siteC); } 
.view_more.st1 .btn .xi { font-size: 1em; margin-left: 10px; } 
.view_more.st2 { position: absolute; right: 1.5em; top: 3em; } 
.view_more.st2 .btn { width: 2.5em; height: 2.5em; border: 1px solid var(--crBlack); border-radius: 50%; display: flex; justify-content: center; align-items: center; } 
.view_more.st2 .btn:hover { transform: rotate(-45deg); } 
.view_more.st3 { } 
.view_more.st3 .btn { padding: 0.5em; border: 1px solid var(--crBlack); border-radius: 50%; display: flex; justify-content: center; align-items: center; transition: 0.3s; } 
.view_more.st3 .btn.white { border: 1px solid var(--crWhite); color: var(--crWhite); } 
.view_more.st3 .btn.blue { border: 1px solid var(--siteC2); color: var(--crWhite); background: var(--siteC2); } 

.main_quickMenu .quickMenu > li:nth-child(1) .view_more.st2 .btn { border-color: var(--crWhite); color: var(--crWhite); } 
.main_quickMenu .quickMenu > li > .in:hover .view_more.st2 .btn { border-color: var(--siteC); } 
.main_quickMenu .quickMenu > li .view_more.st2 .btn { /*border-color: var(--crWhite); color: var(--crWhite); */ } 

/*메인 sec2*/
.main_intro { position: relative; } 
.main_intro .des_bg{ position: absolute; bottom: -5em; left: 0; width: 100%; opacity: .125;}
.main_intro .des_bg > img{ width: 100%; height: 100%; object-fit: cover;}
.main_intro .page_col { position:relative; align-items: center; } 
.main_intro .page_col .des_img { position: absolute; width: 22em; left: -9em; top: -2em; opacity: .315; } 
.main_intro .page_col .des_img > img{ width: 100%; height: 100%; object-fit: cover;}
.main_intro .page_col > li .wrap_img { height: 35em; border-radius: 4em 0 0 0; } 

/*메인 sec3*/
.Mlink_wrap { } 
.Mlink_wrap .tab_list { } 
.Mlink_wrap .tab_list > li { } 
.Mlink_wrap .tab_list > li > .in { position: relative; display: block; border-right: 1px solid #ddd; margin: 0 !important; } 
.Mlink_wrap .tab_list > li:last-of-type > .in { border-right: none; } 
.Mlink_wrap .tab_list > li > .in .barea { text-align: center; } 
.Mlink_wrap .tab_list > li > .in .barea > .icon { width: 3.5em; margin: 0 auto; } 
.Mlink_wrap .tab_list > li > .in .barea > .icon > img { transition: .4s; } 
.Mlink_wrap .tab_list > li > .in:hover .barea > .icon > img { transform: rotateY(180deg); } 
.Mlink_wrap .tab_list > li > .in:hover .barea > .tit { color: var(--siteC); } 
.Mlink_wrap .tab_list > li > .in .barea > .tit { margin-top: 1em; font-size: 1.15em; font-weight: 600; color: #111; transition: .2s; } 

/*메인 sec4*/
.main_data { } 
.main_data .main_noticeW { gap: 4em; } 
.main_data .main_noticeW .lf_data { flex: 1 1 50%; } 
.main_data .main_noticeW .lf_data .wrap_idx { } 
.main_data .main_noticeW .lf_data .wrap_idx .wtop { margin-bottom: 1.25em; align-items: center; } 
.main_data .main_noticeW .lf_data .wrap_idx .wtop .main-notice-tab { } 
.main_data .main_noticeW .lf_data .wrap_idx .wtop .main-notice-tab > li { position:relative; width: auto; margin-right: 3.5em; cursor: pointer; } 
.main_data .main_noticeW .lf_data .wrap_idx .wtop .main-notice-tab > li:before { position: absolute; top: 50%; transform: translateY(-50%); right: -31px; width: 6px; height: 6px; border-radius: 50%; background: #8092be; content: ''; } 
.main_data .main_noticeW .lf_data .wrap_idx .wtop .main-notice-tab > li:last-of-type:before { content: none; } 
.main_data .main_noticeW .lf_data .wrap_idx .wtop .main-notice-tab > li > .tab_btn { line-height: 1; border-radius: 5em; font-size: 1.35em; font-weight: 800; color: #7c7e82; } 
.main_data .main_noticeW .lf_data .wrap_idx .wtop .main-notice-tab > li.on > .tab_btn { color: var(--siteC); } 
.main_data .main_noticeW .rf_data { flex: 1 1 15%; } 

.main_noticeW .m_con { border-top: 1px solid var(--brC1); } 
.main_noticeW .m_con .top_wrap { } 
.main_noticeW .m_con .top_wrap .rep_noti { gap: 2em; align-items: center; padding-bottom: 2em; border-bottom: 1px dashed var(--siteC); margin-bottom: 1.5em; } 
.main_noticeW .m_con .top_wrap .rep_noti .time_wrap { background: var(--siteC); padding: .85em 1em; box-sizing: border-box; min-width: 7em; border-radius: .5em; color: #fff; text-align: center; } 
.main_noticeW .m_con .top_wrap .rep_noti .time_wrap .month .tt { font-size: 1.25em; font-weight: 800; } 
.main_noticeW .m_con .top_wrap .rep_noti .time_wrap .year { margin-top: .3em; } 
.main_noticeW .m_con .top_wrap .rep_noti .time_wrap .year .tt { font-size: .9em; font-weight: 600; } 
.main_noticeW .m_con .top_wrap .rep_noti .tit_wrap { } 
.main_noticeW .m_con .top_wrap .rep_noti .tit_wrap:hover .tt { text-decoration: underline; } 
.main_noticeW .m_con .top_wrap .rep_noti .tit_wrap .tit { } 
.main_noticeW .m_con .top_wrap .rep_noti .tit_wrap .tit > .tt { font-size: 1.2em; font-weight: 600; color: #111; text-overflow: ellipsis; overflow: hidden; word-break: break-word; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; } 
.main_noticeW .m_con .top_wrap .rep_noti .tit_wrap .txt { align-items: center; margin-top: .5em; } 
.main_noticeW .m_con .top_wrap .rep_noti .tit_wrap .txt > .tt { font-size: .9em; line-height: 1; font-weight: 500; color: #666; text-overflow: ellipsis; overflow: hidden; word-break: break-word; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; } 
.main_noticeW .m_con .top_wrap .rep_noti .tit_wrap .txt > .square { width: 14px; min-width: 14px; height: 14px; background: #666; margin-right: .3em; opacity: .85 } 

.main_noticeW .m_con .btm_wrap { } 
.main_noticeW .m_con .btm_wrap .page_dot_list { margin-top: 0em !important; padding: 0em !important; } 
.main_noticeW .m_con .btm_wrap .page_dot_list > li { padding: 1.15em 0; border-bottom: 1px solid #ddd; } 
.main_noticeW .m_con .btm_wrap .page_dot_list > li:last-of-type { margin-bottom: 0em; } 
.main_noticeW .m_con .btm_wrap .page_dot_list > li:before { display: none; } 
.main_noticeW .m_con .btm_wrap .page_dot_list > li > .in { gap: 4em; } 
.main_noticeW .m_con .btm_wrap .page_dot_list > li > .in:hover > .tit > .tt { text-decoration: underline; } 
.main_noticeW .m_con .btm_wrap .page_dot_list > li > .in > .tit { } 
.main_noticeW .m_con .btm_wrap .page_dot_list > li > .in > .tit > .tt { font-size: .95em; font-weight: 600; color: #444; text-overflow: ellipsis; overflow: hidden; word-break: break-word; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; } 
.main_noticeW .m_con .btm_wrap .page_dot_list > li > .in > .date { width: auto; min-width: 7.15em; display: flex; align-items: center; } 
.main_noticeW .m_con .btm_wrap .page_dot_list > li > .in > .date > .xi { font-size: .85em; color: #666; margin-right: .35em; } 
.main_noticeW .m_con .btm_wrap .page_dot_list > li > .in > .date > .tt { font-size: .9em; color: #666; } 

.youtube_wrap { position:relative; } 
.youtube_wrap .wrap_in { display: block; } 
.youtube_wrap .wrap_in .img_wrap { position:relative; } 

.rf_data { } 
.rf_data .top_tit { margin-bottom: 1em; align-items: center; } 
.rf_data .top_tit > span { font-size: 1.45em; font-weight: 800; color: #111; } 
.rf_data .top_tit > .xi { font-size: 1.85em; margin-right:.3em; } 
.rf_data .flex_box .data_list { border: 1px solid #ddd; } 
.rf_data .flex_box .data_list > li { } 
.rf_data .flex_box .data_list > li:first-of-type { border-bottom: 1px solid #ddd; } 
.rf_data .flex_box .data_list > li > .in { display: flex; align-items: center; justify-content: center; min-height: 6em; margin: 0 !important; padding: 1.15em .5em; } 
.rf_data .flex_box .data_list > li > .in .link_wrap { text-align: center; } 
.rf_data .flex_box .data_list > li > .in .link_wrap > .icon { width: 2.5em; margin: 0 auto; } 
.rf_data .flex_box .data_list > li > .in .link_wrap > .icon > img { transition: .4s; } 
.rf_data .flex_box .data_list > li > .in:hover .link_wrap > .icon > img { transform: rotateY(180deg); } 
.rf_data .flex_box .data_list > li > .in .link_wrap > .tit { font-size: 1em; font-weight: 800; color: #111; margin-top: .5em; } 

/*메인 sec5*/
.main_news { background: #fff; position: relative } 
.mainNewsSlide_wrap { overflow: hidden } 
.mainNewsSlide_wrap .control { margin-top: 1.5em; gap: .25em } 
.mainNewsSlide_wrap .control .paging { margin-right: 2em } 
.mainNewsSlide { overflow: visible !important } 
.mainNewsSlide .el .wrap_in { cursor: pointer; } 
.mainNewsSlide .el .wrap_in:hover { } 
.mainNewsSlide .el .wrap_in .img_wrap { border-radius: .5em; overflow: hidden; position: relative; } 
.mainNewsSlide .el .wrap_in .con_wrap { box-sizing: border-box; padding: 1.5em 0; display: flex; flex-direction: column; gap: .75em 0 } 
.mainNewsSlide .el .wrap_in .con_wrap .cate { font-weight: 700; text-transform: uppercase; font-size: .938em } 
.mainNewsSlide .el .wrap_in .con_wrap .tit { font-size: 1.1em; font-weight: 700; text-overflow: ellipsis; overflow: hidden; word-break: break-word; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; } 
.mainNewsSlide .el .wrap_in .con_wrap .tt { font-size: .95em; line-height: 1.4; opacity: .8; display: flex; align-items: center; } 
.mainNewsSlide .el .wrap_in .con_wrap .tt > .xi { margin-right: .35em; color: #666; font-size: 1.1em; } 

/*footer*/
#footer { background: #fff; } 
#footer .footer_wrap { background: #111; padding: 2em 0 3em 0; } 
.footer_wrap .menu_wrap { } 
.footer_wrap .menu_wrap .menu { } 

#footer .menu_wrap { gap:1em; color: #fff; } 
#footer .menu_wrap .menu { } 
#footer .menu_wrap .menu > li { } 
#footer .menu_wrap .menu > li > .in { position: relative; padding:1em 0; } 
#footer .menu_wrap .menu > li:not(:last-child) > .in:after { content:""; margin:0 1.25em; width:1px; height:1em; background:#fff; opacity:.3; } 
#footer .menu_wrap .menu > li > .in .tt { font-size:1.000em; } 
#footer .menu_wrap .menu > li > .in:hover { text-decoration:underline; } 

#footer .info_wrap { gap:4em; margin-top:1em; color: #fff; } 
#footer .info_wrap .con { gap: 4em; } 
#footer .info_wrap .logo_wrap { } 
#footer .info_wrap .logo_wrap .logo { width: 16em; } 
#footer .info_wrap .logo_wrap .logo > img { filter: var(--whitefil); opacity: .65; width: 90%; margin-top: 1em;} 
#footer .info_wrap .f_logo { width: 16em; } 
#footer .info_wrap .info { flex:1; overflow:hidden; } 
#footer .info_wrap .info > li { float:left; margin-right:2em; margin-bottom:.75em; opacity: 1; position:; font-size: .95em; } 
#footer .info_wrap .info > li:before { content:""; position:absolute; left:-1em; height:70%; top:50%; transform:translateY(-50%); width:1px; background:#fff; opacity:.2 } 
#footer .info_wrap .info > li.point { font-weight:600 } 
#footer .info_wrap .info > li.br { clear:left } 
#footer .info_wrap .info > li > a { vertical-align: baseline; } 
#footer .info_wrap .info .tit { opacity:1; font-weight:500; } 
#footer .info_wrap .info .copyright { margin-top:1.5em; font-size:.8em; text-transform:uppercase; opacity:.4; } 

/*footer 배너*/
.memBannerSlider_wrap { padding:1em; border-top:1px solid #e5e5e5; } 
.memBannerSlider_wrap .inner { gap:1em 2em; } 
.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:800; } 
.memBannerSlider_wrap .tit_wrap .tit .xi { font-size:1.500em; color:var(--siteC); transition:.2s; } 
.memBannerSlider { flex:1; padding-right:4px; } 
.memBannerSlider .el .in { height: 4.15em; overflow: hidden; display: flex; align-items: center; padding: 1em; box-sizing: border-box; border: 1px solid #ddd; justify-content: center; } 

/*member*/
.login_wrap .login { width:32em; max-width:94%; margin:0 auto } 
.login_wrap .login.w1 { width:38em } 
.login_wrap .login .tabIdx { margin-bottom:1em } 

.login_wrap .login_img { width: 100%; height: 12.5em; border-radius: 1em; overflow: hidden; margin-bottom: 1.5em; } 
.login_wrap .login_img > img { width: 100%; height: 100%; object-fit: cover; } 

.login_wrap .link_wrap { } 
.login_wrap .link_wrap .link { position:relative; font-size:.938em; margin-right: .5em; color:#666 } 
.login_wrap .link_wrap .link:after { position: absolute; top: 3px; right: -4px; width: 1px; height: 10px; background: #ccc; content: ''; } 
.login_wrap .link_wrap .link:last-of-type:after { content: none; } 
.login_wrap .link_wrap .link .tt { padding:0 .25em; display:inline-block } 
.login_wrap .link_wrap .link:hover .tt { text-decoration:underline; color:#111 } 

.login_wrap .check_wrap { margin:.75em 0 0 0 } 
.login_wrap .btn_wrap { margin-top:2em } 
.login_wrap .btn_wrap + .btn_wrap { margin-top:.5em } 
.login_wrap .btn_wrap .btn { padding:0 2em; height:3.5em; box-shadow:1px 1px 2px rgba(0,0,0,.2); background: var(--siteC); color:#fff; border:none; width:100%; box-sizing:border-box; border:2px solid transparent; margin-bottom:.5em; font-size:1.063em; font-weight:500; border-radius:.25em } 
.login_wrap .btn_wrap .btn.c1 { color:#fff; background: var(--siteC2); } 
.login_wrap .btn_wrap .btn.c2 { background:#fff; color:#111; border-color:#111 } 
.login_wrap .btn_wrap .btn.s1 { font-size:1.05em } 
.login_wrap .btn_wrap .btn.s2 { font-size:.875em } 
.login_wrap .btn_wrap .btn.w1 { width:49% } 

.login_wrap .btn_wrap .btn.sns_naver { background:#2db400; } 
.login_wrap .btn_wrap .btn.sns_kakao { background:#ffe812; color:#000 } 

.login_wrap .tt_st { color:#1d4835; } 

.form_wrap { border:1px solid #ddd; border-radius:1em; padding:3em } 
.form_wrap .tit_wrap { float:left; width:20% } 
.form_wrap .tit_wrap .in { border-top:2px solid #333; padding:1.125em } 
.form_wrap .con_wrap { float:right; width:75% } 

.form_st { } 
.form_st > li { margin-top:1em } 
.form_st > li:first-child { margin-top:0 } 
.form_st > li .in { position:relative; padding:0 1em 0 4em; } 
.form_st > li .in .icon { position:absolute; left:0; top:50%; width:3em; line-height:3em; margin-top:-1.5em; text-align:center; color:#666 } 
.form_st > li .in .icon:before { font-size:1.313em } 
.form_st > li .in .lab { position:absolute; left:4em; top:50%; line-height:1em; margin-top:-.5em; color:#999; background:#fff; padding:0 .25em } 
.form_st > li .in .inp { width:100%; box-sizing:border-box; padding:1em 0; height:4em; border:none; position:relative; z-index:1; background:none; font-weight:bold; color:#666 } 
.form_st > li .in .inp[type=file] { padding:0 !important; height:3em } 
.form_st > li .in .inp[readonly=readonly] { } 
.form_st > li .in textarea.inp { height:10em; padding:1em !important } 
.form_st > li .in .line { content:""; position:absolute; left:0; top:0; width:100%; height:100%; border:1px solid #ddd; box-sizing:border-box; transition:.3s; border-radius:.25em } 
.form_st > li .in .inp:focus ~ .lab,
.form_st > li .in .inp.on ~ .lab { transform:scale(.9,.9); top:0; color:#111; margin-left:-.5em; transition:.3s } 
.form_st > li .in .inp:focus ~ .icon,
.form_st > li .in .inp.on ~ .icon { color:#333 } 
.form_st > li .in .inp:focus ~ .line,
.form_st > li .in .inp.on ~ .line { border-color:#111 } 
.form_st > li .in .inp.c1 { background:#f1f1f1 } 

.form_st > li .in .inp.w1 { } 
.form_st > li .in .inp.w2 { width: 25em; } 

.form_st.st1 > li { display:flex; flex-wrap:wrap; align-items:center } 
.form_st.st1 > li:not(.btn_wrap) { margin-top: 0em; } 
.form_st.st1 > li > b.mem_join { font-size: 1.45em; font-weight: 700; color: #111; } 
.form_st.st1 > li.line { margin-top:1.25em; padding-top:1.25em; border-top:1px solid #1d4835; } 
.form_st.st1 > li.line > .label_st { width:100%; margin-top:-1em } 
.form_st.st1 > li.line2 { border-top:1px solid #ddd; padding-top:1em !important } 
.form_st.st1 > li .in { padding:0; flex:1 1 1%; min-width:0; word-break:break-all } 
.form_st.st1 > li .in_sec { width:1.5em; text-align:center; color:#999; display:inline-block } 
.form_st.st1 > li .in_sec2 { width:.5em } 
.form_st.st1 > li .in_br { flex-basis:100% } 
.form_st.st1 > li .in_tit { font-weight:600; font-size:1.063em; color:#333; width:100%; margin-bottom: .35em; } 
.form_st.st1 > li .in_tit .ess:before { font-size:.875em; margin-left:.5em } 
.form_st.st1 > li .in_tit .re_Ncon { min-width: 32em; text-align: left; } 
.form_st.st1 > li .in_tit .a_line { border-bottom: 1px solid #111; } 
.form_st.st1 > li .in_tit.c1 { color:#777 } 
.form_st.st1 > li .in_tit.s1 { font-size:1.25em } 
.form_st > li .in_tt { width:100%; color:#777; font-size:.938em; margin-top:1em; line-height:1.5 } 
.form_st.st1 > li .in.fix { flex:0 0 auto } 
.form_st.st1 > li .in .inp { padding:1em 1em; height:3.5em; font-size:.938em; font-weight:400 } 
.form_st.st1 > li .in .inp[type=file] { height:3em } 
.form_st.st1 > li .in .inp.s1 { font-size:1em } 
.form_st.st1 > li .in .btn { color:#fff } 
.form_st.st1 > li .in .btn + .line { background:#111; border-color:transparent } 
.form_st.st1 > li .in .w100 { width:100% } 
.form_st.st1 > li .in.w1 { max-width:26% } 
.form_st.st1 > li .in.w50 { max-width:50% } 
.form_st.st1 > li .in.w100 { flex-basis:100% } 
.form_st.st1 > li .agree { border:1px solid #ddd; width:100%; margin:.75em 0; border-radius:.25em } 
.form_st.st1 > li .agree > li { padding:.75em 1em; position:relative; transition:.3s } 
.form_st.st1 > li .agree > li.all { border-bottom:1px solid #ddd } 
.form_st.st1 > li .agree > li .more { background:#aaa; color:#fff; padding:.25em 1em; font-size:.875em } 
.form_st.st1 > li .agree > li .more:before { content:"보기" } 
.form_st.st1 > li .agree > li .agree_box { display:none } 
.form_st.st1 > li .agree > li .on .more { background:#333 } 
.form_st.st1 > li .agree > li .on .more:before { content:"접기" } 
.form_st.st1 > li .agree > li .on .agree_box { display:block } 
.form_st.st1 > li.flex { padding:0 .5em } 
.form_st.st1 > li.flex .in_tit { flex-basis:8em; font-size:.938em; padding-left:0; height:4em; display:flex; align-items:center } 
.form_st.st1 > li.flex .in { margin-top:0 } 
.form_st.st1 > li.flex .in.w100 { margin-left:8em } 
.form_st.st1 > li.flex .in .inp { font-size:.938em } 
.login_con { height: 100%; display: flex; align-items: center; margin-top: 8em; } 

.fin_wrap { border:1px solid #ddd; padding:2em 4em 4em 4em; text-align:center; box-sizing:border-box } 
.fin_wrap.w1 { width:70em; margin:0 auto; max-width:94%; padding:2em 2em 4em 2em; } 
.fin_wrap .fin_icon { opacity:.1; font-size:4em } 
.fin_wrap .fin_tit { font-weight:600; font-size:2.25em; } 
.fin_wrap .fin_tit:after { content:""; display:block; margin:.75em auto; width:1em; height:1px; background:#aaa } 
.fin_wrap .fin_tt { color:#888; line-height:1.6 } 
.fin_wrap .fin_tt.t1 { color:#666; font-size:1.188em } 

.fin_wrap.st1 { border:none; padding:0 } 

@keyframes imgAni { 
 0% { top:0; transform:translateY(0%) } 
100% { top:100%; transform:translateY(-100%) } 
 }

.board_masonry { display:flex; flex-wrap:wrap; margin:-.5em } 
.board_masonry > li { width:25% } 
.board_masonry > li .wrap_in { display:block; margin:.5em; box-shadow:0 0 1em rgba(0,0,0,.1) } 
.board_masonry > li .wrap_in .con_wrap { padding:1em; display:flex; flex-direction:column; gap:1em 0 } 
.board_masonry > li .wrap_in .con_wrap .t1 { font-weight:500; line-height:1.2 } 
.board_masonry > li .wrap_in .con_wrap .date { color:#999; font-size:.875em } 

.boardGrid { position:absolute; visibility:hidden } 

.hover_st:hover .hoverX { transition:.3s; transform:translateX(.5em) } 
.hover_st:hover .hoverLine { text-decoration:underline } 
.hover_st:hover .hoverBg { transition:.3s; transform:scale(1.1) } 
.hover_st .hoverBorder { position:relative } 
.hover_st .hoverBorder:after { content:""; position:absolute; left:0; top:0; width:100%; height:100%; box-sizing:border-box; border:.25em solid transparent; border-radius:.5em; opacity:0; transition:.3s } 
.hover_st .hoverBorder:after { border-color:#ddd } 
.hover_st:hover .hoverBorder:after { opacity:1 } 

.table_st { border-top:1px solid #111; width:100%; border-collapse:collapse } 
.table_st th,
.table_st td { border:1px solid #ddd; padding:.5em; height:2em } 
.table_st th { background:#f5f5f5; font-weight:700 } 

.member_typeT{ vertical-align:middle; box-sizing:border-box; background:#f5f5f5; border:1px solid #ccc; max-width:100%; height:3.2em; line-height:2.7em; padding:.2em .8em; color:#3c3c3d; border-radius:.3em !important;}
.member_typeT .col {color:#193988;}

.member_wrap { margin-top:10em } 
.member_wrap .login_box { width: 40em; max-width:100%; margin:0 auto; } 
.member_wrap .cert_box { width: 40em;; max-width:100%; margin:0 auto; } 
.member_wrap .join_box { width: 40em; max-width: 100%; margin: 0 auto; } 
.member_wrap .join_box.paper_fin_St { width: inherit; } 

.member_wrap .member_tit { padding:1em 0 1.5em 0; text-align:center; } 
.member_wrap .member_tit .tit { margin-bottom:.3em; font-size:2.40em; color:#111; font-weight:800; text-transform:uppercase; } 
.member_wrap .member_tit .tit2 { font-size:1.750em; color:#3c3c3d; font-weight:700; letter-spacing:-1px; } 
.member_wrap .member_tit .txt { color:#72727d; line-height:1.5em; font-size: 1.125em;} 
.member_wrap .member_tit .c1 { color:#3c3c3d; } 

.member_wrap .member_tab { text-align:center; padding:0 1px 0 0; } 
.member_wrap .member_tab > li { width:50%; } 
.member_wrap .member_tab > li .in { position:relative; z-index:1; margin:0 -1px -1px 0; padding:1em .5em; background:#f0f0f0; border:1px solid #d4d5d8; font-size:1.125em; color:#72727d; } 
.member_wrap .member_tab > li.on .in { z-index:2; background:#fff; border-bottom-color:transparent; color:#193988; } 
.member_wrap .member_tab > li.on .in:before { content:""; position:absolute; top:-1px; left:-1px; right:-1px; height:4px; background:#193988; } 

.member_wrap .member_form { padding:2.5em 2em; border:1px solid #d4d5d8; border-top:3px solid #193988 } 
.member_wrap .member_form.st2 { border-top-width:4px; border-top-color:#193988; } 
.member_wrap .member_form.st3 { padding:0; border-top-color:#313851; } 

.member_wrap .form > li:first-child { margin-top:0; } 
.member_wrap .form .inp_wrap { position:relative; margin-top:.4em; } 
.member_wrap .form .inp_wrap .xi { position:absolute; z-index:2; top:0; left:0; width:4em; line-height:3.5em; text-align:center; font-size:1em; color:#3c3c3d; } 
.member_wrap .form .inp_wrap .xi:before { font-size:1.750em; } 
.member_wrap .form .inp_wrap .inp { box-sizing:border-box; width:100%; height:3.5em; padding:0 1em 0 4.5em; background:#fff; border:1px solid #ddd; border-radius:.3em; color: #888; font-weight: 400; } 
.member_wrap .form .inp_wrap .inp_sel { background:transparent; } 
.member_wrap .form .inp_wrap .inp:focus { border-color:#193988; } 
.member_wrap .form .inp_wrap textarea { border-radius:.3em; } 
.member_wrap .form .btn_wrap { margin-top:1.2em; } 
.member_wrap .form .btn_wrap .btn { margin:.4em 0; font-size:1.125em; } 
.member_wrap .form .btn { display:block; box-sizing:border-box; text-align:center; width:100%; padding:.8em 1em; border:1px solid #193988; border-radius:.3em; } 
.member_wrap .form .btn.c1 { background:#193988; color:#fff; } 
.member_wrap .form .btn.c2 { background:#ffffff; color:#193988; } 
.member_wrap .form .etc_wrap { margin-top:1.5em; } 
.member_wrap .form .etc_wrap .find { text-align:right; } 
.member_wrap .form .etc_wrap .find .link { position:relative; display:inline-block; *display:inline; zoom:1; vertical-align:middle; margin-left:.8em; padding-left:.8em; } 
.member_wrap .form .etc_wrap .find .link:before { content:""; position:absolute; top:10%; left:0; width:1px; height:80%; background:#ccc; } 
.member_wrap .form .etc_wrap .find .link:first-child { margin-left:0; padding-left:0; } 
.member_wrap .form .etc_wrap .find .link:first-child:before { display:none; } 
.member_wrap .form .etc_wrap .find .link:hover { text-decoration:underline; } 
.member_wrap .form .id_wrap { padding:3em 1em; background:#f5f5f5; border:1px solid #e5e5e5; border-radius:.3em; text-align:center; font-size:1.125em; } 
.member_wrap .form .id_wrap strong { vertical-align:baseline; color:#193988; letter-spacing:0; } 
.member_wrap .form .pw_wrap { padding:3em 1em; background:#f5f5f5; border:1px solid #e5e5e5; border-radius:.3em; text-align:center; font-size:.938em; color:#3c3c3d; line-height:1.8; } 

.member_wrap .form .cer_wrap > li { width:33.33%; text-align:center; } 
.member_wrap .form .cer_wrap > li .inner { margin:0 1px; padding:1em .6em; background:#ecf0f4; } 
.member_wrap .form .cer_wrap .icon .in { display:inline-block; width:4em; height:4em; background:#fff; border-radius:100%; } 
.member_wrap .form .cer_wrap .icon .in img { max-height:2.5em; } 
.member_wrap .form .cer_wrap .txt { margin-top:1em; height:3em; } 
.member_wrap .form .cer_wrap .btn { padding:.4em .4em; } 

.member_wrap .terms_wrap .all_check { padding:1em 0; border-bottom:1px dashed #bbb; font-size:1.063em; } 
.member_wrap .terms_wrap > li { padding-top:1.5em; } 
.member_wrap .terms_wrap > li:first-child { padding-top:0; } 
.member_wrap .terms_wrap .tit { margin-bottom:.6em; font-size:1.250em; color:#3c3c3d; font-weight:500 } 
.member_wrap .terms_wrap .tit * { vertical-align:baseline; } 
.member_wrap .terms_wrap .c1 { color:#d82744; } 

.member_wrap .type_wrap{}
.member_wrap .type_wrap > li{ width:50%;}
.member_wrap .type_wrap > li .inner{ border-left:1px solid #ddd; padding:0 2em; text-align:center; padding:3em;}
.member_wrap .type_wrap > li:first-child .inner{ border-left:none;}
.member_wrap .type_wrap .icon{ height:8em;}
.member_wrap .type_wrap .icon .xi {font-size:3em; width:2em; line-height:2em; text-align:center; border-radius:50%; color:#333; background:#f2f5f6;}
.member_wrap .type_wrap .txt{ margin-top:1em; min-height:5em;}
.member_wrap .type_wrap .txt .t1{ font-size:1.75em; color:#222; font-weight: 600;}
.member_wrap .type_wrap .txt .t2{ font-size:1.063em; color:#69696b; padding-top:.4em;}
.member_wrap .type_wrap .btn{ display:inline-block; *display:inline; zoom:1; margin-top:1em; padding:.8em 4em; background:var(--siteC); border:1px solid var(--siteC); border-radius:5px; color:#fff; transition:.2s;}
.member_wrap .type_wrap .btn:hover{ background:#282828; color:#fff; border:1px solid #282828;}
.member_wrap .type_wrap > li:hover .inner {background:#f2f5f6; transition:.3s;}
.member_wrap .type_wrap > li:hover .icon .xi {background:#fff; color:var(--siteC);  transition:.3s;}

.member_btn_wrap{ margin:1.5em 0 0 -.4em;}
.member_btn_wrap > *{ width:50%;}
.member_btn_wrap .in{ margin-left:.4em;}

.member_agree .agree { padding:3em; border:solid #ddd; border-width:2px 1px 1px 1px; border-top-color:#333; font-size:.95em; color:#777; line-height:1.5em; } 
.member_agree .agree.H { padding:1em 1.5em; border-top-width:1px; height:10em; overflow-y:scroll; } 
.member_agree .agree p { padding:.5em 0; } 
.member_agree .agree * { vertical-align:baseline; } 
.member_agree .agree strong { color:#333; } 
.member_agree .agree h1 { font-size: 1.15em; font-weight: 800; color: #333; margin-bottom: .5em; margin-top: .75em; } 
.member_agree .agree h1:first-of-type { margin-top: 0em; } 
.member_agree .agree h2 { font-size: 1.05em; font-weight: 600; color: #333; margin-bottom: .3em; margin-top: .25em; } 
.member_agree .check { padding:1em 2em; border:solid #ddd; border-width:0 1px 1px 1px; border-radius:0 0 .6em .6em; text-align:right; } 

.member_wrap .form2{ margin-top:1.5em; padding-top:1.5em; border-top:1px dashed #ccc;}
.member_wrap .form2.st {border-top:none; margin-top:0;}
.member_wrap .form2:first-child{ margin-top:0; padding-top:0; border-top:none;}
/* .member_wrap .form2 > li{ margin-top:.4em; font-weight:400;} */
.member_wrap .form2 > li{ margin-top:.4em; font-weight:700;}
.member_wrap .form2 > li:first-child{ margin-top:0;}
.member_wrap .form2 .inp_wrap{ color:#3c3c3d;}
.member_wrap .form2 .inp_wrap select.input_st,
.member_wrap .form2 .inp_wrap input[type=text].input_st,
.member_wrap .form2 .inp_wrap input[type=password].input_st{ background-color:transparent;}
.member_wrap .form2 .inp_wrap input[disabled=disabled].input_st{ background-color:#f5f5f5;}
.member_wrap .form2 .check_wrap > *{ display:inline-block; *display:inline; zoom:1; vertical-align:middle;}
.member_wrap .form2 .check_wrap .tit {display:inline-block; vertical-align:baseline; padding-right:15px; font-size:.938em;}
.member_wrap .form2 .check_wrap .tit .icon {margin-right:5px; font-size:1em; border-radius:50%; width:28px; height:28px; line-height:28px; background:#095282; color:#fff; text-align:center;}
.member_wrap .form2 .check_wrap .label_wrap{ width:100%;}
.member_wrap .form2 .check_wrap .label_wrap > *{ width:33.33%; margin:.2em 0;}
.member_wrap .form2 .check_wrap .check_ul{ background:#f9f9f9; padding:1em}
.member_wrap .form2 .check_wrap .check_ul.st{ background:#fff}
.member_wrap .form2 .check_wrap .check_ul.st > li{ padding:0}
.member_wrap .form2 .check_wrap .check_ul > li{ width:33.33%; padding:.3em 0}
.member_wrap .form2 .ess{ display:none;}
.member_wrap .form2 .required .ess{ display:inline-block;}
.member_wrap .form2 .field{ position:relative;}
.member_wrap .form2 .field .txt{ position:absolute; z-index:-1; top:50%; left:1.2em; transform:translate(0, -80%); transition:transform .2s ease-out; transform-origin:0 0;}
.member_wrap .form2 .field .txt .tt {font-size:.875em;}

/* .member_wrap .form2 .field.on .txt{ color:#69696b; transform:translate(0, -80%) scale(.7,.7);} */
/* .member_wrap .form2 .field.on .txt{ color:#d4d4d4; transform:translate(0, -80%) scale(.7,.7);} */
.member_wrap .form2 .field.on .txt{ color:#666; transform:translate(0, -110%) scale(.7,.7);}
.member_wrap .form2 .col .col_w1{ width:65.68%; margin-left:1%;}
.member_wrap .form2 .col .col_w1:first-child{ width:66.66%; margin-left:0;}
.member_wrap .form2 .col .col_w2{ width:32.34%; margin-left:1%;}
.member_wrap .form2 .col .col_w2:first-child{ width:33.32%; margin-left:0;}

.member_wrap .form2 .tit.input_st{ background:#f5f5f5;}
.member_wrap .form2 .check_st{ position:relative; text-align:center; border-color:transparent; cursor:pointer;}
.member_wrap .form2 .check_st .on{ position:absolute; top:-1px; bottom:-1px; left:-1px; right:-1px; background:#fff; border:1px solid #095282; border-radius:5px;}
.member_wrap .form2 .check_st .on ~ span{ position:relative; color:#095282;}
.member_wrap .form2 .check_st:hover input ~ .on,
.member_wrap .form2 .check_st input:checked ~ .on{ background:#095282;}
.member_wrap .form2 .check_st:hover input ~ .on ~ span,
.member_wrap .form2 .check_st input:checked ~ .on ~ span{ color:#fff;}
.member_wrap .form2 .check_st input[type=checkbox],
.member_wrap .form2 .check_st input[type=radio]{ width:0; height:0; overflow:hidden; opacity:0;}

.member_form_Title {font-size:1.5em; color:#222; font-weight: 600; margin-bottom: 1em;}

.page_step_wrap { margin-bottom:2em; text-align:center; } 
.page_step_wrap .step { display:inline-block; *display:inline; zoom:1; } 
.page_step_wrap .step > li .in { position:relative; padding:0 1.5em; min-width:8em; color:#aaa; } 
.page_step_wrap .step > li .in:before { content:"\e940"; font-family:xeicon; position:absolute; font-size:2.000em; color:#ddd; top:.2em; left:-.5em; } 
.page_step_wrap .step > li:first-child .in:before { display:none; } 
.page_step_wrap .step > li .in > * { position:relative; display:block; } 
.page_step_wrap .step > li .in .xi { margin:.2em 0 .6em 0; font-size:2.2500em; } 
.page_step_wrap .step > li .in .xi:before { position:relative; z-index:2; } 
.page_step_wrap .step > li .in .xi:after { content:""; position:absolute; z-index:1; top:50%; left:50%; transform:translate(-50%, -50%); width:1.8em; height:1.8em; background:#e8e8e8; border-radius:100%; } 
.page_step_wrap .step > li .in .no { font-size:.688em; font-weight:700; text-transform:uppercase; } 
.page_step_wrap .step > li .in .tt { font-size:1.125em; } 
.page_step_wrap .step > li.on .in { color:#3c3c3d; } 
.page_step_wrap .step > li.on .in .xi { color:#fff; } 
.page_step_wrap .step > li.on .in .xi:after { background:#193988; } 
.page_step_wrap .step > li.on .in .no { color:#193988; } 

.myinfo_wrap { position: relative; } 
.myinfo_wrap .myinfo_modal { position: absolute; background: #fff; border: 1px solid #ddd; padding: 0.7em; display: none; } 
.myinfo_wrap .myinfo_modal.m1 { left: 9em; top: 11em; } 
.myinfo_wrap .myinfo_modal.m2 { left: 9em; top: 15em; } 
.myinfo_wrap .myinfo_modal.m3 { left: 9em; top: 19em; } 
.myinfo_wrap .myinfo_tit { border-bottom: 1px solid #666; padding: 1em .5em; } 
.myinfo_wrap .myinfo_tit .btn { font-size: .938em; } 
.myinfo_wrap .myinfo_con { border: 1px solid #ddd; border-radius: .5em; margin: 0 0.2em 0.5em; } 
.myinfo_wrap .myinfo_con .tit { width: 13em; background: rgb(248, 248, 248); padding: 1em 0; border-radius: 0.5em 0 0 0.5em; } 
.myinfo_wrap .myinfo_con .tit > .circle > .xi { font-size: .95em; padding-left: .3em; color: #ff473e; } 
.myinfo_wrap .myinfo_con .txt { flex: 1; padding: 1em 0 1em 1em; } 
.myinfo_wrap .myinfo_con .txt.situation { flex: 1 1 12.16%; max-width: 12.16%; } 
.myinfo_wrap .myinfo_con .txt.situation > a > .t14 { display: inline; } 
.myinfo_con.st2 { border:1px solid #ddd; } 

.member_wrap .finish_wrap{ text-align:center;}
.member_wrap .finish_wrap .tit{ font-size:1.500em; color:#3c3c3d; letter-spacing:-1px;}
.member_wrap .finish_wrap .txt{ padding:.4em 0; color:#69696b; font-weight:300;}
.member_wrap .finish_wrap .join_fin{ font-size:.938em; color:#3c3c3d;}
.member_wrap .finish_wrap .join_fin .th,
.member_wrap .finish_wrap .join_fin .td{ padding:.8em 1.5em; border:1px solid #ddd; text-align:left;}
.member_wrap .finish_wrap .join_fin .th{ width:10em; background:#f5f5f5;}
.member_wrap .finish_wrap .join_fin .td{ width:auto; letter-spacing:0;}

/***************sub***************/

/*기업소개*/
.intro_wrap { margin-top: 4.65em; } 
.intro_wrap .intro_bg { position:relative; height: 65vh; } 
.intro_wrap .intro_bg:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0, .45); content: ''; } 
.intro_wrap .intro_bg .intro_tbox { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); color: #fff; } 
.intro_wrap .intro_bg .intro_tbox .dot { position:relative; top: -25px; width: .85em; } 
.intro_wrap .intro_bg .intro_tbox .dot.turn { position: relative; top: -35px; transform: rotate(180deg); } 

.dp2_intro #contents .doc {padding: 5em 0 8em 0;}
.overview_mana_bn { width: 100%; padding: 240px 20px; position: relative; color: #fff; text-align: center;}
.overview_mana_bn .bg { content: ""; width: calc(100% - 150px); margin: 0 auto; height: 100%; position: absolute; top: 0; left: 0; right: 0; background: url("/images/sub/intro_bg2.jpg") no-repeat center center / cover; transform: scale(1.1); z-index: -1;}
.overview_mana_bn:after { content: ""; width: 100%; height: 50%; background: var(--siteC); position: absolute; top: 50%; left: 0; z-index: -2;}
.overview_mana_bn h3 { font-size: 33px; font-weight: 600; margin-top: 20px;}

.page_tit { } 
.page_tit .logoT { padding-bottom:1em; } 
.page_tit { margin-bottom:1em; box-sizing:border-box; } 
.page_tit.icon:after { content:""; display:inline-block; width:1px; height:3em; margin:1.5em .375em 0 .375em; background:#333; } 
.page_tit.icon.iw:after { background: #fff; } 
.page_tit > .tt { color:#111; } 
.page_tit > .tt > * { vertical-align:baseline; } 
.page_tit > .t1 { font-size:2.500em; letter-spacing:-1px; line-height:1.3; } 
.page_tit > .t2 { font-size:1.250em; line-height:1.6; } 
.page_tit > .t3 { font-size:1.375em; color:#333; line-height:1.5; } 
.page_tit > .t4 { font-size:4.500em; letter-spacing:-1px; } 
.page_tit > .t5 { font-size:1.8em; letter-spacing:-1px; } 
.page_tit > .t6 { font-size:2.250em; letter-spacing:-1px; } 
.page_tit > .t7 { font-size:2.650em; } 
.page_tit > .t8 { font-size:3.850em; } 
.page_tit > .t9 { font-size:3.250em; } 
.page_tit > .t10 { font-size:4.92em; } 
.page_tit > .t11 { font-size:1.5em; font-weight: 800;} 
.page_tit > .tt + .tt { margin-top:.75em; } 
.page_tit > .tt + .t1 { margin-top:.5em; } 
.page_tit > .tt + .t2 { margin-top:1em; } 
.page_tit > .tt + .t4 { margin-top:.125em; } 
.page_tit > .space { letter-spacing:.75em !important; text-indent:.75em; } 
.page_tit > .space2 { letter-spacing:.375em !important; text-indent:.375em; } 
.page_tit > .t1.col { color:#fff !important; } 
.page_tit > .t2.col { color:#fff !important; } 
.page_tit > .t1.mst { vertical-align:baseline } 
.page_tit > .t1.mst .mst { vertical-align:baseline } 

.tit_ico1{ position:relative}
.tit_ico1 > *{ position:relative}
.tit_ico1:before{ content:""; position:absolute; width:.75em; height:.75em; border-radius:100%; background:#0060ae; transform:translate(-50%, -10%); opacity:.2}

/*인사말*/
.intro_wrap .page_col { } 
.intro_wrap .inTxt { flex: 1 1 60%; } 
.intro_wrap .inTxt .wrap_con { } 
.intro_wrap .inTxt .wrap_con .top_con { padding-bottom: 1.5em; margin-bottom: 1.5em; border-bottom: 1px solid #eee; } 
.intro_wrap .inTxt .wrap_con .top_con > .en { font-size: 1.15em; letter-spacing: 3px; margin-bottom: 1em; } 
.intro_wrap .inTxt .wrap_con .top_con > .tit { font-size: 2.35em; font-weight: 800; color: #111; } 
.intro_wrap .inTxt .wrap_con .btm_con > .tt > i { display: inline; } 
.intro_wrap .inimg { flex: 1 1 40%; } 
.intro_wrap .inimg > .wrap_img { position:relative; width: 100%; height: 100%; } 
.intro_wrap .inimg > .wrap_img:before { position: absolute; bottom: -1.5em; right: -1.5em; width: 20em; height: 22.5em; background: var(--siteC); content: ''; z-index: -1; } 
.intro_wrap .inimg > .wrap_img > img { width: 100%; height: 100%; object-fit: cover; box-shadow: 2px 0 14px rgba(0,0,0, .25); border-radius: 8em 0 0 0; } 

/*교수진 소개*/
.fessor_list { margin: 0 0 -4.5em -2em !important; } 
.fessor_list > li { } 
.fessor_list > li > .in { position:relative; margin: 0 0 4.5em 2em !important; } 
.fessor_list > li > .in > a { display: block; } 
.fessor_list > li > .in .img_wrap { position:relative; width: 100%; height: 21.5em; border: 1px solid #eee; } 
.fessor_list > li > .in .img_wrap:before { position: absolute; width: 100%; height: 100%; background: var(--siteC); content: ''; opacity: 0; transition: linear .25s; } 
.fessor_list > li > .in:hover .img_wrap:before { opacity: .5; transition: linear .25s } 
.fessor_list > li > .in .img_wrap > img { width: 100%; height: 100%; object-fit: cover; } 
.fessor_list > li > .in .img_wrap .thum { position: absolute; top: 50%; left: 50%; font-weight: 700; color: #fff; transform: translate(-50%, -50%); opacity: 0; z-index:2; } 
.fessor_list > li > .in:hover .img_wrap .thum { opacity: 1; transition: linear .25s; } 
.fessor_list > li > .in .tit_wrap { margin-top: .85em; gap: 1em; align-items:center; } 
.fessor_list > li > .in .tit_wrap > .info .tit { font-size: 1.1em; font-weight: 600; align-items: center; } 
.fessor_list > li > .in .tit_wrap > .info .tit > .name { font-weight: 800; font-size: 1.35em; color: #111; margin-right:.15em; } 
.fessor_list > li > .in .tit_wrap .homp { position:relative; width: 40px; height: 40px; background: #333; border-radius: 50%; z-index: 9; } 
.fessor_list > li > .in .tit_wrap .homp > .xi { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; } 
.fessor_list > li > .in .tit_wrap .txt { margin-top: .3em; } 

/*교수진 소개 new*/
.professor_wrap { } 
.professor_wrap .pro_list { margin: 0 0 -2.5em -2em } 
.professor_wrap .pro_list > li { } 
.professor_wrap .pro_list > li > .wrap_con { margin: 0 0 2.5em 2em; } 
.professor_wrap .pro_list > li > .wrap_con .pro_wrap { background: #f5f5f5; align-items: center; } 
.professor_wrap .pro_list > li > .wrap_con .pro_wrap > .img_wrap { position:relative; display: flex; align-items: center; justify-content: center; width: 100%; height: 17.5em; border: 1px solid #ddd; /*display: block; */ flex: 1 1 40%; } 
.professor_wrap .pro_list > li > .wrap_con .pro_wrap > .img_wrap:before { position: absolute; width: 100%; height: 100%; background: var(--siteC); content: ''; opacity: 0; transition: linear .25s; } 
.professor_wrap .pro_list > li > .wrap_con .p_ex { display: none; } 
.professor_wrap .pro_list > li > .wrap_con .p_ex .dl_wrap { display: flex; gap: 2.5em; padding: 2em .5em; border-bottom: 1px solid #ddd; } 
.professor_wrap .pro_list > li > .wrap_con .p_ex .dl_wrap dt { flex: 1 1 10%; min-width: 3.5em; font-size: 1.15em; font-weight: 800; color: #111; } 
.professor_wrap .pro_list > li > .wrap_con .p_ex .dl_wrap .con { flex: 1 1 90%; width: 100%; } 
.professor_wrap .pro_list > li > .wrap_con .p_ex .dl_wrap .con dd { position:relative; line-height: 1.8; padding: .3em 1.25em; background: #f5f5f5; border-radius: 3px; font-size: .85em; margin-bottom: .35em; text-overflow: ellipsis; overflow: hidden; word-break: break-word; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; } 
.professor_wrap .pro_list > li > .wrap_con .p_ex .dl_wrap .con dd:before { position: absolute; width: 4px; height: 4px; background: var(--siteC); left: 8px; top: 50%; content: ''; border-radius: 50%; transform: translateY(-50%); } 
.professor_wrap .pro_list > li > .wrap_con .p_ex .dl_wrap .con dd:last-of-type { margin-bottom: 0em; } 
.professor_wrap .pro_list > li > .wrap_con .pro_wrap > .img_wrap:hover:before { opacity: .5; transition: linear .25s } 
.professor_wrap .pro_list > li > .wrap_con .pro_wrap > .img_wrap .thum { position: absolute; top: 50%; left: 50%; font-weight: 700; color: #fff; transform: translate(-50%, -50%); opacity: 0; z-index:2; } 
.professor_wrap .pro_list > li > .wrap_con .pro_wrap > .img_wrap:hover .thum { opacity: 1; transition: linear .25s; } 
.professor_wrap .pro_list > li > .wrap_con .pro_wrap > .img_wrap > img { /*width: 100%; height: 100%; */ width: 9em; object-fit: contain; } 
.professor_wrap .pro_list > li > .wrap_con .pro_wrap > .info { position:relative; flex: 1 1 60%; padding: 2.5em 3.5em; box-sizing: border-box; background: #f5f5f5; height: 17.5em; display: flex; flex-direction: column; justify-content: center; cursor: pointer; } 
.professor_wrap .pro_list > li > .wrap_con .pro_wrap .info .plus > .xi:before { content:"\e913"; } 
.professor_wrap .pro_list > li > .wrap_con .pro_wrap .info.on .plus > .xi { } 
.professor_wrap .pro_list > li > .wrap_con .pro_wrap .info.on .plus > .xi:before { content:"\e91a"; } 
.professor_wrap .pro_list > li > .wrap_con .pro_wrap > .info .plus { position: absolute; display: flex; justify-content: center; align-items: center; bottom: 0; right: 0; width: 2em; height: 2em; cursor: pointer; background: var(--siteC); color: #fff; text-align: center; } 
.professor_wrap .pro_list > li > .wrap_con .pro_wrap > .info .plus > .xi { } 
.professor_wrap .pro_list > li > .wrap_con .pro_wrap > .info:before { position: absolute; top: 0; right: 0; width: 4.5em; height: 4.5em; background: var(--siteC); clip-path: polygon(100% 100%, 100% 0, 0 0); content: ''; } 
.professor_wrap .pro_list > li > .wrap_con .pro_wrap > .info .top_tit { } 
.professor_wrap .pro_list > li > .wrap_con .pro_wrap > .info .top_tit .tit { font-size: 1.45em; } 
.professor_wrap .pro_list > li > .wrap_con .pro_wrap > .info .top_tit .tit .name { font-size: 1.25em; font-weight: 800; color: #111; margin-right: .15em; } 
.professor_wrap .pro_list > li > .wrap_con .pro_wrap > .info .top_tit .txt { font-size: 1em; color: #444; margin-top: .35em; } 
.professor_wrap .pro_list > li > .wrap_con .pro_wrap > .info .ins { margin-top: 1em; } 
.professor_wrap .pro_list > li > .wrap_con .pro_wrap > .info .ins > li { display: flex; align-items: baseline; margin-bottom: .5em; } 
.professor_wrap .pro_list > li > .wrap_con .pro_wrap > .info .ins > li .lf { min-width: 4.5em; font-size: 1em; font-weight: 800; color: #111; } 
.professor_wrap .pro_list > li > .wrap_con .pro_wrap > .info .ins > li .rf { flex: 1; font-size: 1em; font-weight: normal; color: #111; } 

.in:hover .bt_more > .xi { animation: left-right .7s infinite alternate; -webkit-animation: left-right .7s infinite alternate; -ms-animation: left-right .7s infinite alternate; -o-animation: left-right .7s infinite alternate; } 
@keyframes left-right { 
 from { transform: translate3d(10px, 0, 0); } 
to { transform: translate3d(0, 0, 0); } 
 }
.professor_view .menu_con { margin-top: 2.65em; } 
.professor_view .menu_con .list { } 
.professor_view .menu_con .list > .xi { font-size: 2.85em; } 
.professor_view .menu_con .arrow_wrap { align-items: center; gap: 1.5em } 
.professor_view .menu_con .arrow_wrap > a { display: block; } 
.professor_view .menu_con .arrow_wrap .xi { font-size: 2.65em; } 
.pro_viewC { gap: 8em; padding-bottom: 4.5em; border-bottom: 1px solid #111; } 
.pro_viewC .sti_wrap { height: auto; } 
.pro_viewC > li { } 
.pro_viewC > li.al { width: 25%; } 
.pro_viewC > li.ar { width: 75%; } 
.pro_viewC > li .imgcon { } 
.pro_viewC > li .imgcon > .pic { width: 100%; height: 20em; border: 1px solid #eee; } 
.pro_viewC > li .imgcon > .pic > img { width: 100%; height: 100%; object-fit: cover; } 
.pro_viewC > li .imgcon > .info { margin-top: 2.5em; } 
.pro_viewC > li .imgcon > .info > .name_con { align-items: center; } 
.pro_viewC > li .imgcon > .info > .name_con > .name { font-size: 1.45em; font-weight: 600; } 
.pro_viewC > li .imgcon > .info > .name_con > .name > span { font-size: 1.25em; font-weight: 800; margin-right: .15em; } 
.pro_viewC > li .imgcon > .info > .name_con > .homp { position:relative; width: 40px; height: 40px; background: #333; border-radius: 50%; color: #fff; } 
.pro_viewC > li .imgcon > .info > .name_con > .homp > .xi { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); } 

.tab_idx.st1 {border-radius: 2em; overflow: hidden;}
.tab_idx.st1 > li{flex:1 1 20%; background-color: #f4f4f4; transition:.3s;}
.tab_idx.st1 > li a {padding:0.5em 0em;; min-height: 2em; height: 2em; color:#111; display:block;line-height: 2em;}
.tab_idx.st1 > li a .step_top { }
.tab_idx.st1 > li:hover,
.tab_idx.st1 > li.on {background: var(--siteC);}
.tab_idx > li:hover a,
.tab_idx > li.on a { color: #fff;}

.record_wrap { } 
.record_wrap .rc_list { } 
.record_wrap .rc_list .list_div:first-of-type { border-top: 1px solid #ddd; } 
.record_wrap .rc_list .list_div .list_in { text-align: left; padding: 2.5em 0; } 
.record_wrap .rc_list .list_div .list_in .tit { font-size: 1.45em; font-weight: 800; margin-bottom: 1em; } 
.record_wrap .rc_list .list_div .list_in .tit > .xi { color: var(--siteC); } 
.record_wrap .rc_list .list_div .list_in .info_list { } 
.record_wrap .rc_list .list_div .list_in .info_list > li { position: relative; padding: .65em 2em; background: #f9f9f9; border-radius: .5em; margin-bottom: .3em; font-size: .9em; font-weight: 600; } 
.record_wrap .rc_list .list_div .list_in .info_list > li:before { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--siteC); content: ''; left: 17px; top: 50%; transform: translateY(-50%); } 
.record_wrap .rc_list .list_div .list_in .info_list > li:first-of-type { } 
.record_wrap .rc_list .list_div .list_in .in_div { margin-bottom: 2.75em; } 
.record_wrap .rc_list .list_div .list_in .in_div:last-of-type { margin-bottom: 0em; } 
.record_wrap .rc_list .list_div .list_in .in_div .sub_tit { font-size: 1.2em; font-weight: 800; margin-bottom: .5em; } 

.pro_viewC > li .imgcon > .info .ins { margin-top: 2.5em; } 
.pro_viewC > li .imgcon > .info .ins > li { display: flex; align-items:center; margin-bottom: .5em; } 
.pro_viewC > li .imgcon > .info .ins > li:last-of-type { margin-bottom: 0em; } 
.pro_viewC > li .imgcon > .info .ins > li .lf { min-width: 4.5em; font-size: 1em; font-weight: 800; color: #111; } 
.pro_viewC > li .imgcon > .info .ins > li .rf { flex: 1; font-size: 1em; font-weight: normal; color: #111; } 


/*  */

.flex_table .thead{ margin-bottom:1em}
.flex_table .tbody{ display:flex; flex-direction:column; height:100%}
.flex_table .tr{ flex:1 1 0%; min-height:0; display:flex; border:1px solid #ddd; box-sizing:border-box; overflow:hidden}
.flex_table .tr:not(:last-child){border-bottom:none}
.flex_table .tr:first-child{ border-top-left-radius:.5em; border-top-right-radius:.5em}
.flex_table .tr:last-child{ border-bottom-left-radius:.5em; border-bottom-right-radius:.5em}
.flex_table .td{ display:flex; flex-direction:column; overflow: hidden; align-items:center; min-height:2.5em; justify-content:center; text-align:center; flex:1 1 0%; min-width:0; box-sizing:border-box; padding:1em; border-right:1px solid #ddd}
.flex_table .td.al{ align-items:flex-start}
.flex_table .td:last-child{ border-right:none}
.flex_table .td.bg1{ background:#f5f5f5}
.flex_table .td.w1{ flex:0 0 10em}
.flex_table .td.w2{ flex:0 0 8em}
.flex_table .td.wName{ flex:0 0 7em}
.flex_table .td.wPo{ flex:0 0 4em}
.flex_table .td.wMail{ flex:0 0 12em}
.flex_table .td.wTel{ flex:0 0 9em}
.flex_table .thead .tr{ box-shadow:0 .25em .5em rgba(0,0,0,.1); background:#fff; color:#0060ae}
.flex_table .thead .tr:first-child{ border-top-left-radius:0; border-top-right-radius:0; border-top:1px solid #0060ae}
.flex_table .flex_table{ flex: 1 1 0; min-width:0}
.flex_table .flex_table .thead{ margin-bottom:0}
.flex_table .flex_table .tr{ border:none; border-bottom:1px solid #ddd}
.flex_table .flex_table .tr:last-child{ border-bottom:none}

.greeting_Wrap {margin-top:0em;}
.greeting_Wrap .top_tw {margin-bottom:2.5em;}
.greeting_Wrap .top_tw .hi { line-height:1.35; font-size:1.8em; color:#333; font-weight:500;}
.greeting_Wrap .col {color:#609f44; font-weight:700; vertical-align:baseline; font-size:1.7em;}
.greeting_Wrap .col2 {color:#f49022; font-weight:700; vertical-align:baseline; font-size:1.7em;}
.greeting_Wrap .con2 {flex:1 1 0%; min-width:0;}
.greeting_Wrap .con2 > p { font-size:1.063em; color:#555; line-height:1.6; padding-bottom:1em;}
.greeting_Wrap .con2 .t2{ font-size:1.125em; margin-top:3em; text-align:right}
.greeting_Wrap .con2 .t2 .name{ font-size:1.188em; margin-left:1em; color:#222;}
.greeting_Wrap .imgw {margin-left:5em; flex:0 0 auto; position:relative; margin-top:-35px;}
.greeting_Wrap .imgw:before{ content:""; position:absolute; right:0; top:0; width:10em; height:10em; transform:translate(40%,-40%); border-radius:50%; background:linear-gradient(-90deg, #e76430 0%, #f43039 100%);}
.greeting_Wrap .imgw:after{ content:""; position:absolute; right:0; top:0; width:3em; height:3em; transform:translate(200%,-200%); border-radius:50%; background:#f49022}
.greeting_Wrap .imgw img{ position:relative; width:28em;}

.greeting_Wrap.st2 .imgw:before{ width:0; }
.greeting_Wrap.st2 .imgw:after{ width:0;}
.greeting_Wrap.st2 .con2 {margin-top:2em;}
.greeting_Wrap.st2 .con2 > p {font-size:1.125em;}
.greeting_Wrap.st2 .imgw img {width:inherit;}

.page_con.bg2 .page_col .inImg.w1 { margin-top: 3em;}
.page_col > li .p1 { padding: 7em 0 5em 0;}
.ceoSign { position: relative;}
.ceoSign > img { position: absolute; z-index:-1; top: -1.5em;}

.page_con.bg2{ position:relative;}
.page_con.bg2:before{ content:""; position:absolute; top:0; left:0; bottom:-3em; width:30vw; background:linear-gradient(29deg, var(--siteC) 0%, var(--siteC2) 100%); border-radius:0 4em 4em 0;}
.page_con.bg2 + .page_con{ padding-top:8em;}
.page_con2 {background: #f4f4f4; padding: 6em 0; margin-top: 6em;}

/*연혁*/
.history_t_wrap {text-align:center; display:block;}
.history_t_wrap .history_tit { height: 100%;}
.history_t_wrap .history_tit strong {color:#0e4194;}
.history_t_wrap .history_tit:before{ content:""; width:35px; height:27px; position:absolute;  left:-40px; top:6px; background:url(../images/inc/his_l.png) no-repeat left top; background-size:70%;}
.history_t_wrap .history_tit:after{ content:""; width:35px; height:27px; position:absolute; right:-50px; top:6px; background:url(../images/inc/his_r.png) no-repeat right top; background-size:70%;}
.history_t_wrap .history_line {width:40px; height:4px; background:#cce0ed; margin:1.5em auto 6em auto;}
.history_t_wrap{ position:relative; height: 20em; border-radius: 2em; overflow: hidden;}
.history_t_wrap:before{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.3); content: '';}
.history_t_wrap .history_tit{ position:relative; height: 100%; z-index: 2; font-weight: 600;}

.sub_history_wrap{ position:relative; z-index:inherit; padding-bottom:150px; margin-top: 3em; overflow: hidden;}
.sub_history_wrap:before,
.sub_history_wrap .sub_history_line{ content:""; position:absolute; left:50%; top:0; width:1px; height:100%; background:#ddd}
.sub_history_wrap .sub_history_line{ height:0; background:#002c60; transition:.3s}
.sub_history_wrap:after{ content:""; position:absolute; left:50%; top:0; margin-left:-.5em; width:1em; height:1em; background:#fff; border:.25em solid var(--siteC); border-radius:100%; box-sizing:border-box}
.sub_history_wrap:after{ top:auto; bottom:0}
.sub_history_wrap .his_dot{ content: ""; position: absolute; width: 1.25em;left: 50%; height: 1.25em; background: #fff; border: 0.25em solid var(--siteC); border-radius: 50%; box-sizing: border-box; margin-left: 1px; transform: translateX(-50%);}
.sub_history_wrap .his_dot.ed_dot{ margin-top: 150px;}
.sub_history_wrap .sub_history > li{ position:relative; z-index:inherit; width:50%; margin-top:60px}
.sub_history_wrap .sub_history > li:first-child{ margin-top:0}
.sub_history_wrap .sub_history > li:nth-child(2n-1) .history{ padding-left: 2.35em;}
.sub_history_wrap .sub_history > li:nth-child(2n) .history{ padding-right: 2.35em;}
.sub_history_wrap .sub_history > li .history .year{ position:relative; font-size:2.6em; font-weight:800; color:#111; position:relative; z-index:inherit; letter-spacing:1px}
.sub_history_wrap .sub_history > li:first-of-type .history .year{ padding-top: 2em;}
.sub_history_wrap .sub_history > li .history .year .dot{ position:absolute; z-index:inherit; left:0; top:0; width:10px; height:10px; top:50%; margin-top:-5px;}
.sub_history_wrap .sub_history > li .history .list{ position:relative; z-index:inherit; margin-top:15px; }
.sub_history_wrap .sub_history > li .history .list:before{ position: absolute; top: 8px; left: -18px; width: 6px; height: 6px; border-radius: 50%; background: var(--siteC); content: '';}
.sub_history_wrap .sub_history > li:nth-child(2n) .history .list:before{ right: -18px; left: unset;}
.sub_history_wrap .sub_history > li .history .list .month{ position:absolute; z-index:inherit; top:0; width:60px; font-size:1.125em; color:#444; font-weight: 600;}
.sub_history_wrap .sub_history > li .history .list .tt{ display:block; font-size:1.1em; font-weight: 500; line-height: 1.4; color:#666; position:relative; }
.sub_history_wrap .sub_history > li:nth-child(2n){ left:0; text-align:right}
.sub_history_wrap .sub_history > li:nth-child(2n-1){ left:50%}

.sub_history_wrap .sub_history > li:nth-child(2n) .list { margin-right: 1.5em;}
.sub_history_wrap .sub_history > li:nth-child(2n-1) .list { margin-left: 1.5em;}

.sub_history_wrap .sub_history > li .list:first-of-type{ margin-top: 2em;}

.sub_history_wrap .sub_history > li:nth-child(2n) .history .year .dot{ right:-25px}
.sub_history_wrap .sub_history > li:nth-child(2n-1) .history .year .dot{ left:-25px}
.sub_history_wrap .sub_history > li:nth-child(2n) .history .list .month{ right:0px}
.sub_history_wrap .sub_history > li:nth-child(2n-1) .history .list .month{ left:0px}

.sub_history_wrap .sub_history > li:nth-child(2n) .history .list .tt { padding-right:40px;}
.sub_history_wrap .sub_history > li:nth-child(2n) .history .list .tt:before {}
.sub_history_wrap .sub_history > li:nth-child(2n-1) .history .list .tt { padding-left:38px;}
.sub_history_wrap .sub_history > li:nth-child(2n-1) .history .list .tt:before { }

/*오시는길 페이지*/
.page_location{}
.page_location .map_info{}
.page_location .map_info > li{ gap:1em;}
.page_location .map_info > li + li{ margin-top:.75em;}
.page_location .map_info > li .ico{ font-size:.938em; display:flex; align-content:center; align-items:center; justify-content:center; text-align:center; width:2em; height:2em; background:#0060ae; border-radius:50%; color:#fff;}
.page_location .map_info > li .tt{ flex:1; font-size:1.125em; font-weight:500;}
.page_location .map_wrap .root_daum_roughmap{ width:100% !important;}
.page_location .map_wrap .root_daum_roughmap .cont{ margin-top:2em; font-size:1rem !important; letter-spacing:0;}
.page_location .map_wrap .root_daum_roughmap .cont *{ font-size:inherit !important;}
.page_location .map_wrap .root_daum_roughmap .cont .section{ margin:0 0; padding:1.75em 0;}
.page_location .map_wrap .root_daum_roughmap .section .title{ margin-bottom:1.5em; font-size:1.125em !important; font-weight:600;}
.page_location .map_wrap .root_daum_roughmap .section_busline .wrap_list li{ margin-bottom:1em;}

/*입학안내*/
.ad_con { } 
.ad_con .ad_div { } 
.ad_con .ad_div .info { } 
.ad_con .ad_div .info .con { display: flex; align-items: center; font-size: .95em; font-weight: 600; padding: .35em .85em; border-radius: .3em; box-sizing: border-box; background: #f5f5f5; margin-bottom: 1em; } 
.ad_con .ad_div .info .con > .xi { color: var(--siteC); margin-right: .3em; } 
.ad_con .ad_div .top_con .tit { font-size: 1.85em; font-weight: 800; color: #111; margin-bottom: 1.5em; } 
.ad_con .ad_div .top_con .txt { font-size: 1.1em; color: #444; line-height: 1.5; } 
.ad_con .ad_div .link_con { display: block; position: relative; overflow: hidden; } 
.ad_con .ad_div .link_con:before { position: absolute; width: 100%; height: 100%; background: rgba(0,0,0, .25); content: ''; z-index: 1; } 
.ad_con .ad_div .link_con > .img_wrap { position:relative; width: 100%; height: 22.5em; } 
.ad_con .ad_div .link_con > .img_wrap:before { } 
.ad_con .ad_div .link_con > .img_wrap > img { width: 100%; height: 100%; object-fit: cover; transition: .5s; } 
.ad_con .ad_div .link_con > .img_wrap .more { position: absolute; left: 0; bottom: 0; width: 100%; padding: 1em 2em; text-align: center; box-sizing: border-box; color: #fff; background: rgba(0, 0, 0, .7); z-index: 2; } 
.ad_con .ad_div .link_con > .img_wrap .more .arrow { font-size: 1em; margin-left: .25em; } 
.ad_con .ad_div .link_con > .img_wrap .more .arrow:before { content: "\e907"; } 
.ad_con .ad_div .link_con:hover > .img_wrap > img { transition: .5s; transform: scale(1.08); } 
.ad_con .ad_div .link_con .con_wrap { position: absolute; left: 0; top: 0; width: 100%; box-sizing: border-box; color: #fff; padding: 2em; z-index: 2; } 
.ad_con .ad_div .link_con .con_wrap .t1 { font-weight: 800; font-size: 1.625em; } 

/*  */

/*학회회칙*/
.pg_menu_list{ justify-content:flex-start; align-items:flex-start; align-items:stretch; padding:0 1px 1px 0;}
.pg_menu_list > li{ display:flex; flex:1%; max-width:20%;}
.pg_menu_list > li .in{ position:relative; z-index:1; flex:1; margin:0 -1px -1px 0; padding:.5em .5em; min-height:3.5em; border:1px solid var(--siteC); text-align:center; color:#2e3192;}
.pg_menu_list > li:hover .in{ z-index:2; background:var(--siteC); border-color:var(--siteC); color:#fff; transition:.2s;}

.sub1_3Wrap {margin-top:2em;}
.sub1_3Wrap:first-child {margin-top:0;}
.sub1_3Wrap .con{ padding:1.25em 1.5em; background:#fff; border:1px solid #ddd; 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; font-family:'notokrM'; color:#222;}
.sub1_3Wrap .con .list1 > dt:first-child{ margin-top:0;}
.sub1_3Wrap .con .list1 > dd{ font-size:.875em; color:#333; line-height:1.7;}
.sub1_3Wrap .con .list1 > dd > strong {color:#111;}
.sub1_3Wrap .tit{text-align:center;}
.sub1_3Wrap .tit > .tt{ color:#444; padding:.7em 0; font-size:1.3em; border: 1px solid #ddd; border-top: 3px solid var(--siteC); display:block;background-color: #e2e5ed;}


/*학부*/
.adAll_con { } 
.adAll_con > .img_wrap { position:relative; width: 100%; height: 35em; } 
.adAll_con > .img_wrap .inbox { position: absolute; width: 610px; bottom: 0; right: 0; padding: 5em 3.5em; background: var(--siteC); color: #fff; } 
.adAll_con > .img_wrap .inbox .tit { font-size: 1.45em; font-weight: 800; margin-bottom: 1em; } 
.adAll_con > .img_wrap .inbox .txt { font-size: 1.1em; line-height: 1.6; color: #fff; opacity: .8; } 
.adAll_con > .img_wrap .inbox .mark { position: absolute; bottom: 0; right: 0; filter: var(--whitefil); opacity: .1; } 
.adAll_con > .img_wrap .inbox .mark > img { width: 16.5em; } 
.adAll_con > .img_wrap > img { width: 100%; height: 100%; object-fit: cover; } 
.adAll_con .area_wrap { } 
.adAll_con .area_wrap .area_ttl { margin-bottom: 2.5em; } 
.adAll_con .area_wrap .area_ttl .tit { font-size: 1.65em; font-weight: 800; color: #111; margin-bottom: 1em; } 
.adAll_con .area_wrap .area_ttl .txt { font-size: 1.1em; line-height: 1.5; } 
.adAll_con .area_wrap .area_box { width: 100%; background: #f5f5f5; text-align: center; border-radius: 5px; padding: 1em; box-sizing: border-box; } 
.adAll_con .area_wrap .area_box > img { margin: 0 auto; object-fit: contain; } 
.adAll_con .area_list { margin-top: 1.5em; } 
.adAll_con .area_list > li { } 
.adAll_con .area_list > li > .in { } 
.adAll_con .area_list > li > .in > .icon_box { background: #f5f5f5; padding: 2.5em; box-sizing: border-box; border-radius: 5px; } 
.adAll_con .area_list > li > .in > .icon_box > img { width: 4.5em; } 
.adAll_con .area_list > li > .in > .icon_box .ttl { margin-top: 1.5em; font-size: 1.15em; font-weight: 800; color: #111; } 

/*관련링크*/
.mem_Company { } 
.mem_Company .mem_logoList { margin: 0 0 -2em -1em; } 
.mem_Company .mem_logoList > li { flex: 1 1 25%; max-width: 25%; } 
.mem_Company .mem_logoList > li > .in { margin: 0 0 2em 1em; display: block; } 
.mem_Company .mem_logoList > li > .in .logo_con { padding: 1.5em; box-sizing: border-box; border: 1px solid #ddd; } 
.mem_Company .mem_logoList > li > .in .title_Con { padding: 1em; text-align: center; background: #f5f5f5; color: #222; border-radius: .5em .5em 0 0; border: 1px solid #ddd; border-bottom: none; } 
.mem_Company .mem_logoList > li > .in .title_Con > p { font-size: 1em; font-weight: 600; } 
.mem_Company .mem_logoList > li > .in .logo_con > img { width: 100%; height: 65px; object-fit: contain; transition: .35s; } 
.mem_Company .mem_logoList > li > .in .hover_btn { display: flex; transition: .35s; color: #333; align-items: center; justify-content: center; padding: .75em .5em; text-align: center; font-size: .95em; font-weight: 600; border-left: 1px solid #ddd; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; } 
.mem_Company .mem_logoList > li > .in .hover_btn > i { padding-right: .5em; } 
.mem_Company .mem_logoList > li > .in:hover .logo_con > img { transform: scale(1.05); transition: .25s; } 
.mem_Company .mem_logoList > li > .in:hover .hover_btn { background: var(--siteC); color: #fff; transition: .25s; } 

/*연락처*/
.se_gray_box { background: #f2f2f2; padding: 2em 2.5em; border-radius: .5em; } 
.se_gray_box .gr_list { } 
.se_gray_box .gr_list > li { margin-bottom: .35em; } 
.se_gray_box .gr_list > li:last-of-type { margin-bottom: 0em; } 
.contact_wrap { } 
.contact_wrap .cnt_con { margin-bottom: 1.5em; } 
.contact_wrap .cnt_con:last-of-type { margin-bottom: 0em; } 
.contact_wrap .cnt_con .map_box { } 
.contact_wrap .cnt_con .map_box .c_map { flex: 1 1 40%; } 
.contact_wrap .cnt_con .map_box .c_map .root_daum_roughmap_landing { width: 100%; } 
.contact_wrap .cnt_con .map_box .c_map .wrap_map { height: 330px; } 
.contact_wrap .cnt_con .map_box .c_info { position:relative; flex: 1 1 60%; min-height: 19.5em; background: var(--siteC); padding: 5.5em 4.25em; box-sizing: border-box; } 
.contact_wrap .cnt_con .map_box .c_info .info_box { color: #fff; padding-right: 3.5em; } 
.contact_wrap .cnt_con .map_box .c_info .info_box .tit { font-size: 1.65em; font-weight: 600; margin-bottom: 1.25em; } 
.contact_wrap .cnt_con .map_box .c_info .info_box .txt { position:relative; padding-left: 1.65em; line-height: 1.4; opacity: .75; } 
.contact_wrap .cnt_con .map_box .c_info .info_box .txt > .xi { position: absolute; left: 0; top: -2px; } 
.contact_wrap .cnt_con .map_box .c_info .link_btn { position: absolute; right: 0; height: 100%; top: 0; width: 70px; display: block; padding-bottom: 70px; color: #fff; transition: all 0.4s; box-sizing: border-box; background: rgba(255, 255, 255, 0.1); } 
.contact_wrap .cnt_con .map_box .c_info .link_btn:hover { background: var(--siteC2); } 
.contact_wrap .cnt_con .map_box .c_info .link_btn .inner_box { display: table; width: 100%; height: 100%; } 
.contact_wrap .cnt_con .map_box .c_info .link_btn .inner_box .inner { display: table-cell; vertical-align: middle; } 
.contact_wrap .cnt_con .map_box .c_info .link_btn .ibox { position: absolute; bottom: 0; height: 70px; border-top: 1px solid rgba(255,255,255, .2); width: 100%; display: block; content: ''; } 
.contact_wrap .cnt_con .map_box .c_info .link_btn .ibox .xi { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } 
.contact_wrap .cnt_con .map_box .c_info .link_btn .tit_wrap > span { display: block; width: 100%; text-align: center; font-size: 18px; line-height: 1.2; } 
.contact_wrap .cnt_con .map_box .c_info .link_btn .tit_wrap > .op { opacity: .6; } 




