@charset "utf-8";
/* 공통 */
body {color:#343434; font-size: 17px; font-family:'Pretendard', sans-serif;}
button,input,textarea {font-family:'Noto Sans KR', 'Pretendard', sans-serif;}

.eduInner {width: 100%; max-width: 1440px; margin: 0 auto;}

/* 브랜드별 색상*/
.colCatia {background-color: #0c2d7d;}
.colBiovia {background-color: #c5d100;}
.colSimulia {background-color: #00497b;}
.colEnovia {background-color: #ed7c13;}
.colDelmia {background-color: #ffd600;}

/* 헤더*/
#eduHeader .shadow {box-shadow: 0px 1px 10px -4px rgba(0, 0, 0, .1);}
#eduHeader .gnbModal.on {display: block !important; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.5; z-index: 10;}
#eduHeader {width: 100%; height: 106px; background-color: #fff;}
#eduHeader .logo a {position: absolute; top: 23px; left: 0; display: block; width: 128px; height: 60px; background: url("../images/common/logo_hover.png"); background-size: contain; background-repeat: no-repeat;}

/* 메뉴*/
#eduGnb {display: flex; align-items: center; padding-left: 240px; transition: all 0.1s;}
#eduGnb nav {flex-grow: 1;}
#eduGnb ul {display: flex; justify-content: flex-start; align-items: center; gap: 0;}
#eduGnb ul > li:not(:last-child) {padding-right: 60px;}
#eduGnb ul > li > a {position: relative; display: block; color: #111; font-size: 1.23rem; font-weight: 500; line-height: 100%; padding: 2.7rem 0; transition: 0.5s;}
#eduGnb ul > li.on > a,
#eduGnb ul > li > a:hover {color: #0076e4 !important;}
#eduGnb ul > li > a.active:before {width: 100%;}
#eduGnb ul > li.on .depth02 {display: block;}

#eduGnb ul > li .depth02 {display: none; position: absolute; top: 106px; left: 0; width: 100%;min-width: 1930px; height: 310px; background-color: #fff; z-index: 1000; transform: translateX(-240px); border-top: 1px solid var(--Stroke-list, #e9e9e9);}
#eduGnb ul > li .depth02 > ul {display: flex; height: 100%;}

#eduGnb ul > li .depth02 > ul > li {position: relative; overflow: hidden; flex-shrink: 0; padding: 35px 40px 40px 0; white-space: nowrap; mix-blend-mode: normal; height: 100%; margin-right: 0;}
#eduGnb ul > li .depth02 > ul > li:nth-child(2) {padding-left: 40px;}
#eduGnb ul > li .depth02 > ul > li.customerService {flex-grow: 1; background-color: #f5f5f5; border-right-width: 0;}
#eduGnb ul > li .depth02 > ul > li > a {display: block; min-width: 180px; font-size: 1.06rem; font-weight: 500; color: #000; letter-spacing: -0.2px; padding: 15px 20px; border-radius: 6px; background-color: #f3f6fb;}
#eduGnb ul > li .depth02 > ul > li:hover > a {color: #0076e4;}
#eduGnb ul > li .depth02 > ul > li:hover{color: #0076e4;}

#eduGnb ul > li .depth02 > ul > li > ul {display: inline-block; float: left; width: 10.8vw; padding-left: 19px;}
#eduGnb ul > li .depth02 > ul > li > ul > li {position: relative; margin-top: 15px; margin-right: 0; padding-right: 0;}
#eduGnb ul > li .depth02 > ul > li > ul > li:before {content: ""; display: block; position: absolute; top: 11px; left: -12px; width: 3px; height: 3px; background-color: #909090; border-radius: 50%;}
#eduGnb ul > li .depth02 > ul > li > ul > li:first-child {margin-top: 20px;}
#eduGnb ul > li .depth02 > ul > li > ul > li > a {position: relative; display: inline-block; max-width: 180px; font-size: 1rem; line-height: 140%; color: #565656 !important; padding: 0 0; letter-spacing: -0.2px;}
#eduGnb ul > li .depth02 > ul > li > ul > li > a:hover,
#eduGnb ul > li .depth02 > ul > li > ul > li > a:focus {color: #0076e4 !important;}

#eduGnb ul > li .depth02 > ul > li.service {position: relative; width: 320px; background-color: #0076e4; border-right-width: 0; padding: 0 0; color: #fff; font-size: 1.18rem; display: flex; justify-content: center; align-items: center;}
#eduGnb ul > li .depth02 > ul > li.service:before {content: ""; display: block; position: absolute; top: 0; right: 0; width: 475px; height: 404px; background: url("../images/common/service_bg.png") no-repeat 50% 50%; opacity: .25; background-size: cover; min-width: 100%;}
#eduGnb ul > li .depth02 > ul > li.service p {font-size: 1.3rem; font-weight: 400; letter-spacing: 0; text-align: center;}
#eduGnb ul > li .depth02 > ul > li.service p span {font-size: 1.8rem; font-weight: 600; display: block; padding: 10px 0}

#eduGnb .right {position: relative; flex-shrink: 0; align-items: center; justify-content: flex-end; display: flex; gap: 50px;}
#eduGnb .right .allMenuIcon {margin-top: 2px;}


/* 전체메뉴*/
#eduAllMenu {padding: 0 0 30px; display: none; flex-direction: column; align-items: flex-start; gap: 12px; flex-shrink: 0; z-index: -1000; left: 0; top: 0; overflow: auto; position: fixed; white-space: nowrap; width: 100%; -webkit-overflow-scrolling: touch; overflow-x: hidden; opacity: 0; pointer-events: none; transition: opacity 0.4s; background: var(--Material-bg, rgb(0 0 0 / 90%)); -webkit-backdrop-filter: blur(25px); backdrop-filter: blur(25px);}
#eduAllMenu {opacity: 1; transition-delay: 0s; visibility: visible; overflow-y: clip; pointer-events: all; z-index: 1000; height: 100vh;}
#eduAllMenu .allMenuWrap {display: inline-block; position: relative; vertical-align: middle; white-space: normal; display: flex; flex-direction: column; align-items: flex-start; align-self: stretch; min-height: 800px; overflow: auto; overflow-x: hidden; height: 100vh; gap: 12px;}

#eduAllMenu .allMenuWrap .topinfo {width: 100%; max-width: 1440px; display: flex; justify-content: space-between; align-items: center; margin: 0 auto;}
#eduAllMenu .allMenuWrap .topinfo .left {display: flex; width: 50%; justify-content: flex-start; height: 106px;align-items: center;}
#eduAllMenu .allMenuWrap .topinfo .left h2 {display: block;}
#eduAllMenu .allMenuWrap .topinfo .left h2 a {display: block; width: 128px; height: 60px; background: url("../images/common/logo.png"); background-size: contain; background-repeat: no-repeat; position: initial;}
#eduAllMenu .allMenuWrap .topinfo .right {display: flex; width: 50%; justify-content: end; height: 100px; align-items: center; gap: 27px}

#eduAllMenu .allMenuWrap .menuCont {display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 0 90px 0;}
#eduAllMenu .allMenuWrap .menuCont .menuList {width: 100vw; max-width: 1400px; margin: 0 auto;}
#eduAllMenu .allMenuWrap .menuCont .menuList > ul {display: flex; flex-direction: column; gap: 0;}
#eduAllMenu .allMenuWrap .menuCont .menuList > ul > li {gap: 0; display: grid; height: fit-content; grid-template-columns: 15.7vw auto; padding: 50px 0; align-items: center;}
#eduAllMenu .allMenuWrap .menuCont .menuList > ul > li + li {border-top: 1px solid var(--Stroke-list,  #e9e9e9);}

#eduAllMenu .allMenuWrap .menuCont .menuList > ul > li > a {position: relative; line-height: 1.5; display: block; color: #fff; font-size: 1.6rem; font-weight: 600; letter-spacing: -0.72px; padding: 0;}
#eduAllMenu .allMenuWrap .menuCont .menuList > ul > li > a:after {content: ''; display: inline-block; position: absolute; top: 7px; right: 0; width: 1px; height: 13px; background-color: #fff; margin: 4px 20px 0; transform: rotate3d(1, 1, 1, 45deg);}

#eduAllMenu .allMenuWrap .menuCont .menuList > ul > li > ul {display: none;}
#eduAllMenu .allMenuWrap .menuCont .menuList > ul > li > ul {display: grid; grid-template-columns: repeat(4, 0.19fr); height: -moz-fit-content; height: fit-content; flex-wrap: wrap; gap: 20px 20px; overflow: hidden; transition: height 0.3s ease-out;}
#eduAllMenu .allMenuWrap .menuCont .menuList > ul > li > ul > li {width: 220px;}
#eduAllMenu .allMenuWrap .menuCont .menuList > ul > li > ul > li:first-child {margin-top: 0;}
#eduAllMenu .allMenuWrap .menuCont .menuList > ul > li > ul > li a {color: #fff; font-size: 1.12rem; font-weight: 500; letter-spacing: -0.57px; line-height: 1.6; padding: 0 0 0 12px; transition: all 0.4s;}
#eduAllMenu .allMenuWrap .menuCont .menuList > ul > li.open > ul {height: auto; padding-bottom: 10px;}
#eduAllMenu .allMenuWrap .menuCont .menuList > ul > li.open > ul li {padding: 10px 0;}

#eduAllMenu .allMenuWrap .mUtilList {display: none;}


/* 모바일메뉴*/
#menu {height: 23px;}
#menu, #menu02 {position: relative; cursor: pointer; width: 20px; height: 20px; display: flex; justify-content: flex-end;}
#menu span, #menu02 span {position: absolute; width: 20px; height: 3px; margin: 4px 0; background-color: #000; margin: 0 0;}
#menu02 span {background-color: #fff !important;}
#menu span:nth-child(1), #menu02 span:nth-child(1) {top: 0;}
#menu span:nth-child(2), #menu02 span:nth-child(2) {top: 7px;}
#menu span:nth-child(3), #menu02 span:nth-child(3) {top: 14px; left: 0;}
#menu span:nth-child(3) {width: 15px;}
#menu02.on span:nth-child(1) {top: 6px; transform: rotate(135deg); transition: all 0.4s ease-in-out;}
#menu02.on span:nth-child(2) {opacity: 0;}
#menu02.on span:nth-child(3) {top: 6px; transform: rotate(-135deg); transition: all 0.4s ease-in-out;}

/* 컨텐츠*/
.mainContent {overflow: hidden; overflow-y: auto; position: relative; height: calc(100vh - 196px); background-image: linear-gradient(to top, #fff, #f5f8fb);}
/*.mainContent:after {content: ''; display: inline-block; position: absolute; bottom: 0; left: 50px; width: 1432px; height: 75px; background: url("../images/common/osangjaiel.png") no-repeat 50% 50%;;}*/

#section1 {display: flex; justify-content: space-between; padding-top: 50px;}
#section1 .banner {overflow: hidden; display: inline-block; width: 61%; border-radius: 15px; z-index: 1;}
#section1 .banner a {display: block;}
#section1 .banner a img {max-width: none;}

#section1 .login {width: calc((100% - 61%) - 50px); z-index: 1;}
#section1 .login .txt {position: relative; margin-bottom: 25px; padding-left: 15px;}
#section1 .login .txt:before {content: ''; display: inline-block; position: absolute; top: 0; left: 0; width: 3px; height: 61px; background-image: linear-gradient(to bottom, #b0b5ca, #0f2583);}
#section1 .login .txt li:nth-child(1) {color: #b0b5ca; font-size: 1.3rem; font-weight: 500; letter-spacing: 0; padding-bottom: 11px;}
#section1 .login .txt li:nth-child(2) {color: #0f2583; font-size: 1.4rem; font-weight: 600; letter-spacing: 0;}
#section1 .login .txt li:nth-child(2) em {font-size: 1.85rem;}

#section1 .login .loginBox {height: 295px; background-color: #fff; box-shadow: 0 0 30px 4px #dfe7f0; border-radius: 15px; padding: 50px;}
#section1 .login .loginBox h2 {font-size: 2rem; color: #0f2583; padding-bottom: 30px;}
#section1 .login .loginBox h2 em {color: #0076e4;}
#section1 .login .loginBox .loginForm {display: flex; justify-content: space-between; gap: 20px;}
#section1 .login .loginBox .loginForm .inputBox {width: calc(100% - 115px);}
#section1 .login .loginBox .loginForm .inputBox input {width: 100%; border-bottom: 1px solid #b2b2b2; height: 42px; color: #000; font-size: .9rem; padding: 0 5px;}
#section1 .login .loginBox .loginForm .inputBox input::placeholder {color: #000; font-size: .9rem; font-weight: 500;}
#section1 .login .loginBox .loginForm .inputBox input:first-child {margin-bottom: 5px;}
#section1 .login .loginBox .loginForm .loginBtn {width: 115px; height: 90px; border-radius: 10px; border: none; background-color: #0076e4; color: #fff; font-weight: 500; cursor: pointer;}

#section1 .login .loginBox .loginForm  .loginMbr {display: flex; align-content: center; gap: 20px; margin: 0 auto;}
#section1 .login .loginBox .listSt01 {display: flex;}
#section1 .login .loginBox .listSt01 li {font-size: 15px; color: #333; width: 50%;}
#section1 .login .loginBox .listSt01 li:before {content: ''; width: 3px; height: 3px; top: 9px; background-color: #202291;}
#section1 .login .loginBox .listSt01 li .label {font-weight: bold; color: #202291; width: 70px; display: inline-block;}

#section1 .login .loginBox .link {padding-top: 12px; display: flex; gap: 10px;}
#section1 .login .loginBox .link li {padding-left: 5px;}
#section1 .login .loginBox .link li a {font-size: .9rem; color: #757575;}

#section2 {padding-top: 50px;}
#section2 .quickMenu {display: flex; align-items: center;}
#section2 .quickMenu .left {width: 340px; z-index: 1;}
#section2 .quickMenu .left p {font-size: 1.6rem; color: #0f2583; font-weight: 500;}
#section2 .quickMenu .left p em {display: block; font-weight: 700; padding-top: 5px;}
#section2 .quickMenu .left span {font-size: 1.1rem; color: #1b224e; padding-top: 17px; display: inline-block; line-height: 1.2;}

#section2 .quickMenu .right {display: flex; flex: 1; flex-wrap: wrap; z-index: 1;}
#section2 .quickMenu .right .quickItem {width: calc(100% / 5);}
#section2 .quickMenu .right .quickItem a {display: block; height: 100%; font-size: 1.08rem; color: #1b224e; font-weight: 500; text-align: center;}
#section2 .quickMenu .right .quickItem a:hover i:after{position: absolute; animation: motion 0.3s linear 0s infinite alternate;}
#section2 .quickMenu .right .quickItem a i {display: block; position: relative; width: 116px; height: 95px; margin: 0 auto 15px; border-radius: 15px; background: #f2f2f2; transition: all 0.3s; -webkit-transition: all 0.3s;}
#section2 .quickMenu .right .quickItem a i:after {display: block; position: absolute; left: 0; top: 0; content: ''; width: 100%; height: 100%;}
#section2 .quickMenu .right .quickItem a i.ico1:after {background: url("../images/common/quick_icon1.png") no-repeat 50% 50%;}
#section2 .quickMenu .right .quickItem a i.ico2:after {background: url("../images/common/quick_icon2.png") no-repeat 50% 50%;}
#section2 .quickMenu .right .quickItem a i.ico3:after {background: url("../images/common/quick_icon3.png") no-repeat 50% 50%;}
#section2 .quickMenu .right .quickItem a i.ico4:after {background: url("../images/common/quick_icon4.png") no-repeat 50% 50%;}
#section2 .quickMenu .right .quickItem a i.ico5:after {background: url("../images/common/quick_icon5.png") no-repeat 50% 50%;}

@keyframes motion {
    0% {margin-top: 0px;}
    100% {margin-top: 5px;}
}

/* 푸터*/
#footer {position: relative; background: #040405; height: 90px;}
#footer:after {content: ''; display: inline-block; position: absolute; bottom: 90px; left: 50px; width: 1432px; height: 75px; background: url("../images/common/osangjaiel.png") no-repeat 50% 50%;;}
#footer .copyright {padding: 36px 0; text-align: center; color: #aaa; font-size: 16px; font-weight: 400; letter-spacing: 0;}




/* 반응형*/
@media all and (max-width:1440px){

    /* 공통*/
    .eduInner {width: 100%; padding: 0 2rem;}

    /* 헤더*/
    #eduHeader .logo a {left: 2rem;}

    /* 메뉴*/
    #eduGnb ul > li .depth02 {transform: translateX(0);}

    /* 전체메뉴*/
    #eduAllMenu .allMenuWrap .topinfo {padding: 0 2rem;}

}

@media all and (max-width:1240px){

    /* 메뉴*/
    #eduGnb {padding-left: 200px;}
    #eduGnb ul > li > a {font-size: 1.12rem;}

    /* 컨텐츠*/
    #section1 .login .loginBox {padding: 50px 25px;}

    /* 푸터*/
    #footer .footerLink ul {flex-direction: column;}

}

@media all and (max-width:1024px){

    /* 헤더*/
    #eduHeader .eduInner {display: flex; align-items: center; justify-content: space-between; height: 106px;}
    #eduHeader .logo a {position: initial;}

    /* 메뉴*/
    #eduGnb {padding: 0 0;}
    #eduGnb nav {display: none;}

    /* 전체메뉴*/
    #eduAllMenu .allMenuWrap {height: calc(100% - 80px); height: -moz-fit-content; height: fit-content;}
    #eduAllMenu .allMenuWrap .menuCont {padding: 0 2rem;}
    #eduAllMenu .allMenuWrap .menuCont .menuList > ul > li {display: block; padding: 0 0;}
    #eduAllMenu .allMenuWrap .menuCont .menuList > ul > li + li {border-top: none;}
    #eduAllMenu .allMenuWrap .menuCont .menuList > ul > li > a {padding: 10px 0; font-size: 19px; color: #fff; font-weight: 600;}
    #eduAllMenu .allMenuWrap .menuCont .menuList > ul > li > a:after {top: 14px; right: 0; vertical-align: top; width: 22px; height: 22px; background-image: url("../images/common/more_icon.png"); margin: 0 0; background-color: transparent; transform: none;}
    #eduAllMenu .allMenuWrap .menuCont .menuList > ul > li > ul {display: flex; flex-direction: column; gap: 17px;}
    #eduAllMenu .allMenuWrap .menuCont .menuList > ul > li > ul.menuDepth02 {display: none;}
    #eduAllMenu .allMenuWrap .menuCont .menuList > ul > li > ul > li {width: 100%;}
    #eduAllMenu .allMenuWrap .menuCont .menuList > ul > li > ul > li:first-child {margin-top: 6px;}
    #eduAllMenu .allMenuWrap .menuCont .menuList > ul > li > ul > li a {font-size: 16px; letter-spacing: -0.45px;}

    #eduAllMenu .allMenuWrap .mUtilList {position: fixed; display: block; bottom: 15px; width: 100%;  padding: 0 2rem;}
    #eduAllMenu .allMenuWrap .mUtilList ul {display: flex; justify-content: start; align-items: center; width: 100%; height: 100%; flex-wrap: wrap; gap: 10px;}
    #eduAllMenu .allMenuWrap .mUtilList ul li {width: calc(100% / 2 - 10px); min-width: 150px; border: 1px solid #8d8d8d; padding: 11px 10px; border-radius: 6px; text-align: center;}
    #eduAllMenu .allMenuWrap .mUtilList ul li a {color: #fff; font-size: 0.95rem;}

    /* 컨텐츠*/
    .mainContent {height: 100%;}
    #section1 {flex-wrap: wrap; padding-top: 30px;}
    #section1 .banner {width: 100%; border-radius: 15px; background-color: #e1effc;}
    #section1 .banner a img {max-width: 100%;}
    #section1 .login {width:100%; padding-top: 30px;}

    #section1 .login .txt {display: flex; align-items: center; flex-wrap: wrap;}
    #section1 .login .txt:before {height: 25px; top: 5px;}
    #section1 .login .txt li {padding: 5px 0;}
    #section1 .login .txt li:nth-child(1) {padding-bottom: 0; padding-right: 8px;}
    #section1 .login .txt li:nth-child(2) {padding-top: 5px;}
    #section1 .login .txt li:nth-child(2) em {font-size: 1.4rem;}

    #section2 {padding-bottom: 90px;}
    #section2 .quickMenu {flex-wrap: wrap;}
    #section2 .quickMenu .left {display: flex; flex-wrap: wrap; align-items: center; width: 100%; padding-bottom: 30px;}
    #section2 .quickMenu .left p {padding-right: 10px;}
    #section2 .quickMenu .left p em {display: inline; padding-left: 5px;}
    #section2 .quickMenu .left span {padding-top: 0;}
    #section2 .quickMenu .left span br {display: none;}
    #section1 .login .loginBox {height: auto; padding: 30px 30px;}
    #section1 .login .loginBox h2 {font-size: 1.6rem; padding-bottom: 20px;}

    /* 푸터*/
    #footer:after {left: 15px;}

}

@media all and (max-width:768px){
    /* 공통*/
    .eduInner,
    #eduAllMenu .allMenuWrap .topinfo,
    #eduAllMenu .allMenuWrap .menuCont {padding: 0 1.5rem;}

    /* 헤더*/
    #eduHeader .logo a,
    #eduAllMenu .allMenuWrap .topinfo .left h2 a {background-size: 110px;}

    /* 전체메뉴*/
    #allMenu {padding: 10px 0;}
    #allMenu .allMenuWrap .topinfo .left h2 a {background-size: 110px;}

    /* 컨텐츠*/
    #section1 .login .txt {margin-bottom: 20px;}
    #section1 .login .txt li:nth-child(1),
    #section1 .login .txt li:nth-child(2) {font-size: 1.2rem;}
    #section1 .login .loginBox h2 {font-size: 1.5rem; padding-bottom: 15px;}
    #section1 .login .loginBox .loginForm .loginBtn {font-size: .95rem;}

    #section2 .quickMenu .left p {font-size: 1.2rem; padding: 5px 10px 5px 0;}
    #section2 .quickMenu .right {justify-content: center;}
    #section2 .quickMenu .right .quickItem {width: 125px; margin: 10px 15px;}
    #section2 .quickMenu .right .quickItem a i {width: 110px;}

}

@media all and (max-width: 420px) {
    #wrap {min-width: 330px;}
    /* 전체메뉴*/
    #allMenu .allMenuWrap .mUtilList ul li {width: 100%;}

    /* 컨텐츠*/
    #section1 .login .loginBox h2 {padding-bottom: 10px;}
    #section1 .login .loginBox .loginForm {flex-wrap: wrap; gap: 15px;}
    #section1 .login .loginBox .loginForm .inputBox {width: 100%;}
    #section1 .login .loginBox .loginForm .loginBtn {width: 100%; height: 45px;}

}