@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

#skipToContent a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skipToContent a:focus, 
#skipToContent a:active {width:200px;height:50px;background:#21272e;color:#fff;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;line-height:50px}

.only-desktop {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {width:100%; max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain2 { width: 100%; max-width: 1260px; padding-left: 30px; padding-right: 30px; margin: 0 auto;}
.contain:after {content:""; display:block; clear:both;}

#container>div { overflow: hidden;}
#ws-wrapper {display:flex; min-height:100vh;}

#ws-header {width:200px; background:#fafafa; box-shadow:0 0 5px rgba(0,0,0,.2);}

.ws-menu .ui {display:block; padding:13px 0; background:#5e31a1; color:#fff; font-size:18px; font-weight:700; line-height:1.5em; letter-spacing:-.03em; text-align:center; border-bottom:2px solid #3c2065;}
.ws-menu h2 {font-family:"Roboto",sans-serif; font-size:15px; color:#fff; line-height:1.3em; padding:7px 0; text-align:center; background:#7952b3;}
.ws-menu ul {display:flex; flex-wrap:wrap;}
.ws-menu ul li {width:100%; border-bottom:1px solid #e5e5e5;}
.ws-menu ul li.w50 {width:50%; border-right:1px solid #e5e5e5;}
.ws-menu ul li.w50:nth-child(2n) {border-right:0;}
.ws-menu ul li a {display:block; color:#333; text-decoration:none; font-size:13px; font-weight:300; line-height:1.4em; letter-spacing:-.04em; padding:5px 5px 5px 11px;}
.ws-menu ul li a:hover,
.ws-menu ul li.active a {background:#eee; color:#653ba4; font-weight:500; padding-left:14px;}

#ws-content {flex:1 1 auto; min-width:0; width:1%; padding:30px;}

.ws-title {display:flex; align-items:center; padding-bottom:15px; margin-bottom:50px; border-bottom:1px solid #ddd;}
.ws-title h2 {flex:1 1 auto; min-width:0; width:1%; font-size:30px; line-height:1.3em; letter-spacing:-.04em;}

.btn-psd-download {display:inline-block; padding:8px 20px; font-family:"Roboto",sans-serif; color:#fff; font-size:16px; font-weight:500; line-height:1.3em; background:#7952b3; border-radius:4px;}

.ws-real-cont {max-width:1200px; margin:0 auto;}

/* header */
#header {width: 100%; top: 0; left: 0; z-index:100; transition: .5s; height: 100px; position: relative; border-bottom: 1px solid #eee; background: #fff;}
#header .contain {position:relative; z-index:2; display: flex; justify-content: space-between; align-items: center; height: 100%; }
#header .contain::after { content: none;}
#header.color { position: fixed; top: 0; left: 0;}

.sitelogo {position:relative; z-index:2; background-image:url("../images/common/logo.png"); background-size: contain; background-repeat: no-repeat;}
.sitelogo a {display: block;}
.sitelogo img {visibility: hidden;}

#gnb {flex:1 1 auto; min-width:0; width:1%; position: relative; left: 0;}
#gnb > ul {display:flex; justify-content: flex-end; }
#gnb > ul > li {position:relative; text-align:center; padding: 0 51px;}
#gnb > ul > li > a {display:block; font-size:20px; font-weight:700; line-height:100px; color: #242424; position: relative; letter-spacing: -.03em; font-family: 'NanumSquare', sans-serif }

#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center; }
#gnb .submenu>ul {padding:20px 5px 50px;}
#gnb .submenu>ul>li { padding: 10px 0;}
#gnb .submenu>ul>li>a {display:block; color:#333333; font-size:16px; line-height:1.33em; letter-spacing: -.03em; font-weight: 300;}
#gnb .submenu>ul>li>a:hover {color:#4485c5;}

.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-top:1px solid #ddd; box-shadow: 3px 3px 7px rgba(0,0,0,0.11); overflow: hidden;}
.submenu-bg img { position: absolute; left: 0; bottom: -40px;}

#header.header-hover {background: #fff;}
#header.header-hover .sitelogo {background-image:url("../images/common/logo.png");}
#header.header-hover #gnb > ul > li > a { color: #242424;}
#header.header-hover #gnb > ul > li.active > a { color: #364ea1; font-weight: 900;}  
#header.header-hover .list-icon span {background-color: #242424;}
#header.header-hover .list-icon span:before {background-color: #242424;}
#header.header-hover .list-icon span:after { background-color: #242424;}

#header.header-active {  background: #fff;}
#header.header-active .sitelogo {background-image:url("../images/common/logo.png");}
#header.header-active #gnb > ul > li > a { color: #242424;}
#header.header-active .list-icon span {background-color: #242424;}
#header.header-active .list-icon span:before {background-color: #242424;}
#header.header-active .list-icon span:after { background-color: #242424;}

.btn-menu { right: 100px !important;}
.btn-m-menu {display: none;}

/* for mobile */
.list-icon {position:absolute; top:50%; right:30px; width:20px; height:32px; margin-top:-16px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear;}
.list-icon span {position:absolute; left:0; right:0; top:50%; margin-top:0px; height:2px; background:#242424;}
.list-icon span:before,
.list-icon span:after {content:" "; position:absolute; left:-10px; right:0; height:2px; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.list-icon span:before {top:-11px; transition-property:top, transform; background:#242424; content: "only";}
.list-icon span:after {bottom:-11px; transition-property:bottom, transform; background:#242424;}

.mobile-navigation {display:none; position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 48px 10px 20px; display:block; color:#242424; font-size:16px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:11px; height:11px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#328eea}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; background:#f8f8f8; color:#454545; font-size:16px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu ul li {border-top:1px solid #e5e5e5;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:12px 20px;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:#328eea;}
.mobile-navigation .close {position:absolute; top:25px; right:15px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; background:#242424; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}

/* main공통 */
.main-tit { font-size: 40px; letter-spacing: -.03em; font-weight: 700; line-height: 1.2em; color: #242424; }
.main-tit span { color: #2537a0;}
.main-tit span.clr2 { color: #4485c5;}
.main-subtit { font-size: 26px; font-weight: 700; line-height: 1.2em; color: #999; margin-bottom: 10px;}

/* main */
.sec1 { padding: 50px 0 0;}
.sec1-box { background: #f5f6f9; padding: 60px 100px; border-radius: 30px; display: flex;}
.sec1-left { width: 50%; padding-top: 45px;}
.sec1-left h2 { font-size: 40px; font-weight: 900; letter-spacing: -.02em; color: #2a3899; line-height: 1.3em;}
.sec1-left h2 span { font-weight: 300;}
.sec1-list { margin-top: 40px;}
.sec1-list li { position: relative; margin-bottom: 16px;}
.sec1-list li:last-child { margin-bottom: 0;}
.sec1-list li .tit { display: block; position: absolute; left: 0; font-size: 34px; font-weight: 700; letter-spacing: -.025em; color: #2a3899; line-height: 1.2em; top: -3px;}
.sec1-list li .txt { font-size: 20px; font-weight: 500; color: #1f2e3d; letter-spacing: -.025em; line-height: 1.8em; padding-left: 50px;}
.sec1-list li .txt b { font-size: 18px; font-weight: 500; letter-spacing: -.025em; color: #2a3899;}
.sec1-list li .txt span { background: linear-gradient(to top, #d4e1f5 40%, transparent 40%); }
.sec1-right { width: 50%; position: relative; }
.sec1-people { position: absolute; right: 0; bottom: 0; height: 170px;}
.sec1-right .line { width: 269px; height: 269px; border: 2px solid #ccd5df; border-radius: 100%; position: absolute; left: 100px; top: 50%; transform: translateY(-50%); display: flex; align-items: center; justify-content: center; z-index: 0;}
.sec1-right .big1 { display: flex; gap: 40px; padding: 150px 20px 0;}
.sec1-right .circle { text-align: center; z-index: 1;}
.sec1-right .big1 .circle:nth-child(2) { margin-top: -100px;}
.sec1-right .in-circle { display: flex; align-items: center; justify-content: center; width: 66px; height: 66px; border-radius: 100%; background-color: #2a3899; margin: auto;}
.sec1-right p {font-size: 16px; font-weight: 500; letter-spacing: -.025em; line-height: 1.2em; color: #2a3899; margin-bottom: 15px;}
.sec1-right .circle2 { display: flex; align-items: center;}
.sec1-right .circle2 p { margin-bottom: 0; margin-right: 15px;}
.sec1-right .circle3 { display: flex; flex-direction: row-reverse; align-items: center; }
.sec1-right .circle3 p { margin-bottom: 0; margin-left: 15px;}
.sec1-right .circle4 { display: flex; flex-direction: column-reverse; }
.sec1-right .circle4 p { margin-bottom: 0; margin-top: 15px;}
.sec1-right .big2 { display: flex; gap: 50px; padding: 0 20px; margin-top: -20px;}
.sec1-right .big2 .circle:nth-child(2) { margin-top: 150px;}
.center-box { width: 130px; height: 130px;  display: flex; align-items: center; justify-content: center; border-radius: 30px; z-index: 1; position: relative; overflow: hidden; background: #fff; transition: all 0.2s ease-in-out; background: linear-gradient(to right, #fff, #eef8fd, #fff); box-shadow: 3px 3px 6px rgba(0,0,0,0.2);}
.center-box img { width: 100px; margin-left: 10px;}
.center-box:after { content: ""; background-color: rgba(255,255,255,0.7); height: 100%; width: 50px; display: block; position: absolute; top: 0; left: -4.5em; transform: skewX(-45deg) translateX(0); animation: animateGlow 1.5s ease-in-out infinite; opacity: 0;}  
@keyframes animateGlow {
    0% {
        opacity: 0;
        transform: skewX(-45deg) translateX(0);
    }
    10% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        transform: skewX(-45deg) translateX(20.5em);
    }
} 
.sec1-txtbox { text-align: center; margin-top: 60px;}
.sec1-txtbox .tit { font-size: 36px; font-weight: 900; letter-spacing: -.02em; line-height: 1.3em; color: #1f2e3d;}
.sec1-txtbox .spanbox { margin-top: 30px; display: flex; justify-content: center; flex-wrap: wrap; gap: 14px;}
.sec1-txtbox .spanbox span { font-size: 20px; display: inline-block; font-weight: 300; letter-spacing: -.02em; line-height: 1.2em; padding: 6px 15px; border-radius: 20px; color: #1f2e3d; border: 1px solid #b6bdc6; }
.sec1-txtbox .spanbox span:last-child { margin-right: 0;}


/* .sec2 { padding: 50px 0; text-align: center;position: relative;}
.sec2 .contain{ max-width: 1040px;}
.mind-map { position: absolute; left: 0; right: 0; margin: auto; top: 0; bottom: 0; margin: auto;}
.circle { width: 185px; height: 185px; border-radius: 100%; background: #2a3899; position: relative; z-index: -1;}
.in-circle { width: 75%; height: 75%; border-radius: 100%; background: #fff; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; box-shadow: 5px 5px 5px rgba(0,0,0,0.1), inset -8px -8px 5px #f5f5f5; text-align: center; display: flex; justify-content: center; align-items: center; overflow: hidden; background: #fff; transition: all 0.2s ease-in-out; } */
/* .in-circle::after { content: "";
    background-color: rgba(255,255,255,0.7);
    height: 100%;
    width: 50px;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    transform: skewX(-45deg) translateX(0);
    animation: animateGlow 1.5s ease-in-out infinite; opacity: 0;} */

/* .in-circle p { font-size: 18px; font-weight: 700; line-height: 1.2em; color: #454545; margin-top: 15px;}
.big1 { display: flex; justify-content: space-between; padding: 190px 0 120px;}
.big2 { display: flex; justify-content: space-between; padding: 105px 50px 0px;}
.big1 .circle:nth-child(2) { margin-top: -190px;}
.big2 .circle { margin-top: -120px;}
.big2 .circle:first-child { margin-left: 25px; margin-top: -90px;}
.big2 .circle:nth-child(2) { margin-top: 0;} 
.sec2-icon {  transition: transform 0.3s ease-in-out; position: relative;}
.center { width: 207px; height: 207px; border-radius: 30px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background: #e8eff7; display: flex; align-items: center; justify-content: center}
.center-box { width: 157px; height: 157px;  border: 1px solid #cacfd4; display: flex; align-items: center; justify-content: center; border-radius: 30px; z-index: 1; position: relative; overflow: hidden; background: #fff; transition: all 0.2s ease-in-out; background: linear-gradient(to right, #fff, #eef8fd, #fff)}
.center-box img { width: 100px; margin-left: 10px;}
.center-box:after { content: "";
    background-color: rgba(255,255,255,0.7);
    height: 100%;
    width: 50px;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    transform: skewX(-45deg) translateX(0);
    animation: animateGlow 1.5s ease-in-out infinite; opacity: 0;}

    
@keyframes animateGlow {
    0% {
        opacity: 0;
        transform: skewX(-45deg) translateX(0);
    }
    10% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        transform: skewX(-45deg) translateX(20.5em);
    }
}  */

.sec3 { padding: 150px 0 100px; text-align: center;}
.sec3 .contain { max-width: 1260px;}
.sec3-list { display: flex; margin-top: 100px; gap: 30px; flex-wrap: wrap;}
.sec3-list li { width: calc(100%/3 - 20px); height: 200px;position: relative; border-radius: 20px; text-align: left; overflow: hidden; border: 1px solid #ddd;}
.sec3-list li a { padding: 40px; width: 100%; display: block; height: 100%; z-index: 1; position: relative}
.sec3-list li .tit { font-size: 24px; letter-spacing: -.03em; font-weight: 600; line-height: 1.2em; color: #242424;}
.sec3-list li .txt { font-size: 16px; font-weight: 300; letter-spacing: -.03em; color: #454545; line-height: 1.5em; margin-top: 15px;}
.sec3-list li .icon { position: absolute; bottom: 20px; right: 20px; width: 63px; height: 63px; border-radius: 100%; background: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 6px 6px 18px rgba(0,0,0,0.1);}
.sec3-list li a:hover::after { display: block;}
.sec3-list li a::after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border: 1px solid #3a57b2; display: none; border-radius: 20px; z-index: 0;}

.sec4 { padding: 100px 0 150px;}
.sec4 .contain { max-width: 1260px; display: flex;}
.sec4-left { width: 50%;}
.sec4-left img { margin-top: 120px;}
.sec4-right { width: 50%; padding-top: 40px; position: relative; padding-left: 80px;}
.sec4-right::after { content: ""; position: absolute; left: 200px; width: 10px; height: 100%; border-radius: 5px; background: linear-gradient(to bottom,#cfe2fc , #83aefd); box-shadow: inset 3px 0 5px rgba(234, 234, 234,0.5); top: 0;}
.group-big { padding: 40px 0; }
.group { display: flex; position: relative; justify-content: flex-end; margin-bottom: 90px;}
.group:last-child { margin-bottom: 0;}
.group .step { font-size: 16px; font-weight: 600; line-height: 1em; font-family: 'Montserrat', sans-serif; position: absolute; left: 0; top: 25px; max-width: 70px; width: 100%;}
.group .step::before { content: ""; right: -63px; top: -1px; width: 16px; height: 16px; border-radius: 100%; background: #4485c5; z-index: 10; position: absolute;}
.group .step::after { content: ""; right: -70px; position: absolute; top: -8px; width: 30px; height: 30px; border-radius: 100%; z-index: 1; box-shadow: rgba(68, 133, 197,0.3) 0 0 0 7px inset; }
.group .txtbox { width: calc(100% - 180px); height: 70px; line-height: 1.4em; display: flex; text-align: center; align-items: center; justify-content: center; background: #f5f9ff; border-radius: 15px; box-shadow: 3px 3px 9px rgba(68, 133, 197,0.24); font-size: 18px; font-weight: 600; letter-spacing: -.03em; color: #333; flex-direction: column;}
.group .txtbox span { font-size: 16px; line-height: 1.4em; letter-spacing: -.03em; font-weight: 300; color: #999;margin-top: 5px;} 
.group .txtbox2 { background: #dde9fb;}
.group .step.clr1 { color: rgba(54, 78, 161,0.4);}
.group .step.clr2 { color: rgba(54, 78, 161,0.6);}
.group .step.clr3 { color: rgba(54, 78, 161,0.8);}
.group .step.clr4 { color: rgba(54, 78, 161);}

/* sub */
.sub-visual {position:relative; display:table; table-layout:fixed; height:250px; overflow:hidden; color: #222222; background-color:#eee; background-position:50% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover; margin: auto; width: 100%;}
.sub-visual .cell {display:table-cell; vertical-align:middle; text-align:center; padding: 20px; }
.sub-visual h2 {font-size:36px; line-height:1.2em; letter-spacing: -.03em; position: relative; display: inline-block; font-weight: 600; font-family: 'SCoreDream'; margin-top: -30px; display: block;}

.sub-visual.bg1 {background-image:url("../images/sub/sub_visual1.jpg");}
.sub-visual.bg2 {background-image:url("../images/sub/sub_visual2.jpg");}
.sub-visual.bg3 {background-image:url("../images/sub/sub_visual3.jpg");}
.sub-visual.bg4 {background-image:url("../images/sub/sub_visual4.jpg");}
.sub-visual.bg5 {background-image:url("../images/sub/sub_visual5.jpg");}

.lnb-wrap {position:relative; padding: 50px 0 70px;}
.lnb {margin:0 auto; max-width:1200px;}
.lnb ul {display:flex; justify-content: center; gap: 12px; flex-wrap: wrap;}
.lnb ul li {text-align:center; width: auto; border-radius: 30px; border: 1px solid #ddd; transition: .2s;}
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:50px; padding:15px 30px; color:#454545; font-size:18px; font-weight:500; line-height:1.2em; letter-spacing:-.03em; }
.lnb ul li.active {background:#328eea; border: 1px solid #328eea;}
.lnb ul li.active a {color:#fff;}
.lnb ul li:hover { background: #328eea; border: 1px solid #328eea;}
.lnb ul li:hover a { color: #fff;} 

#contArea {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title { text-align: left; padding: 0;}

.real-cont {min-height:300px; padding-bottom: 110px;}
.real-cont2 {padding-bottom: 0;}

/* footer */
#footer { width: 100%; z-index: 1; position: relative; border-top: 1px solid #eeeeee;}
#footer .contain { position:relative; display: flex;}
#footer .contain::after { content: none;}
.ft-top { padding: 25px 0 0;}
#footer .line {height: 1px; background: #ddd; margin: 25px auto 0; max-width: 1400px; display: block; width: 100%; }
.ft-text { padding-left: 65px; padding-top: 20px; line-height: 1.5em;}
.ft-text span { position: relative; color: #666; font-size: 15px; font-weight: 300; letter-spacing: -.03em; line-height: 1.1em; padding-right: 40px; display: inline-block;}
.ft-text1 { margin-bottom: 10px;}
.ft-text span::after { content: ""; position: absolute; right: 18px; width: 1px; height: 15px; background: #ddd;}
.ft-af::after { display: none;}
.ft-btm .contain { justify-content: space-between;}
.ft-btm { padding: 20px 0; }
.policy a { font-size: 15px; font-weight: 500; letter-spacing: -.03em; color: #555; display: inline-block; padding-right: 30px; line-height: 1.3em;}
.policy a:last-child { padding-right: 0;}
.cpr span { font-size: 15px; font-weight: 400; color: #666; letter-spacing: -.03em; line-height: 1.3em; display: inline-block; padding-right: 30px;}
.cpr a { font-size: 14px; font-weight: 400; color: #777; letter-spacing: -.03em; line-height: 1.3em; display: inline-block;}

.scroll-top { width: 60px; height: 60px; border-radius: 100%; background: #f1f1f1; display: flex; align-items: center; justify-content: center; position: fixed; right: 50px; bottom: 50px;}
.sns { position: fixed; right: 50px; bottom: 125px;}
.sns a { display: block;} 
.sns a:last-child { margin-top: 15px;}



