@charset "utf-8";
/* 공통 */
body {color:#343434; font-size: 17px; font-family:'Noto Sans KR', 'Pretendard', sans-serif;}
button,input,textarea {font-family:'Noto Sans KR', 'Pretendard', sans-serif;}

.inner {width: 100%; max-width: 1680px; margin: 0 auto;}
.lgInner {width: 100%; max-width: 1780px; margin: 0 auto;}
.subInner {width: 100%; max-width: 1440px; margin: 0 auto; padding-top: 75px;}
.fontPT {font-family:'Pretendard', sans-serif;}

/* 타이틀*/
.smTit {position: relative; display: inline-block; font-size: 1.18rem; font-weight: 600; padding-bottom: 30px; color: #000; letter-spacing: 0;}
.smTit:after {content: ""; display: block; position: absolute; top: -2px; right: -9px; width: 19px; height: 18px; background: url("../images/common/smTit_icon.png"); z-index: -1;}
.lgTit {font-size: 4.15rem; font-weight: 800; color: #000; line-height: 1.12;}
.titInfo {font-size: 1.35rem; color: #000; line-height: 1.2;}

/* 타이틀 에니메이션 효과*/
.sUp.show .titBox .smTit,
.sUp.show .titBox .lgTit,
.sUp.show .titBox .titInfo {opacity: 1; transform: translateY(0);}
.sUp .titBox .smTit {opacity: 0; transform: translateY(50px); transition: all 1s ease;}
.sUp .titBox .lgTit,
.sUp .titBox .titInfo {opacity: 0; transform: translateY(50px); transition: all 1s 0.25s ease;}

/* 버튼*/
.more {display: inline-block; padding: 19px 33px; border-radius: 50px; font-size: 1.07rem; line-height: 1; background-color: #0076e4; color: #fff;}
.more:after {content: ''; display: inline-block; position: relative; width: 12px; height: 12px; margin-left: 8px; background: url("../images/common/more.png") no-repeat; background-size: contain;}
.more:hover:after {animation: rotate .5s ease-in-out;}

@keyframes rotate {
    100% { transform:  rotate(360deg); }
}

a.more {opacity: 0; transform: translateX(50px); transition: all 1s 0.8s ease;}
.show a.more {opacity: 1; transform: translateX(0);}

.show a.down {position: relative;}
.show a.down:after {display: none; }
.show a.down .downArea {width: 20px; display: inline-block;}
.show a.down .downArea img {position: absolute; top: 51%; right: 33px; transform: translateY(-50%);}
.show a.down:hover .downArea img{position: absolute; animation: motion 0.3s linear 0s infinite alternate;}

@keyframes motion {
    0% {margin-top: 0px;}
    100% {margin-top: 5px;}
}

/* 스크롤 다운 아이콘*/
.scrollDown {position: absolute; width: 100%; height: 100%; bottom: 0;}
.scrollDown:after {position: absolute; bottom: 0; left: 0; content: '';}
.Ani a {position: absolute; bottom: 8px; left: 50%; z-index: 2; display: inline-block; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); color: #fff; letter-spacing: .1em; text-decoration: none; transition: opacity .3s; font-size: .9rem;}
.Ani a:hover {opacity: .5;}
.scrollDown a {padding-top: 41px;}
.scrollDown a span {position: absolute; top: 0; left: 50%; width: 10px; height: 10px; margin-left: -5px; border-left: 1px solid #fff; border-bottom: 1px solid #fff; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-animation: sdb07 2s infinite; animation: sdb07 2s infinite; opacity: 0; box-sizing: border-box;}
.scrollDown a span:nth-of-type(1) {-webkit-animation-delay: 0s; animation-delay: 0s;}
.scrollDown a span:nth-of-type(2) {top: 11px; -webkit-animation-delay: .15s; animation-delay: .15s;}
.scrollDown a span:nth-of-type(3) {top: 21px; -webkit-animation-delay: .3s; animation-delay: .3s;}

@-webkit-keyframes sdb07 {
    0% {opacity: 0;}
    50% {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes sdb07 {
    0% {opacity: 0;}
    50% {opacity: 1;}
    100% {opacity: 0;}
}



    /* 헤더*/
#header .gnbModal.on {display: block !important; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.5; z-index: 10;}
#header {position: fixed; z-index: 89; top: 0; left: 0; width: 100%; height: 130px; padding-top: 30px; transition: top 0.2s ease-in-out;}
#header.scrollUp {top: -130px;}

#header .header {position: relative; height: 100px;}
#header .header .logo a {position: absolute; top: 20px; left: 120px; display: block; width: 128px; height: 60px; background: url("../images/common/logo.png"); background-size: contain; background-repeat: no-repeat;}

#header.scrollBg {background: var(--Material-bg, rgba(255, 255, 255, 1));  border-bottom: 1px solid var(--Stroke-list, #e9e9e9); transition: 0.25s ease-out; box-shadow: 0 0 10px rgb(0 0 0 / 10%);}
#header.scrollBg .header .logo a {background: url("../images/common/logo_hover.png");}
#header.scrollBg #gnb ul > li > a {color: #111;}
#header.scrollBg #gnb .right .util a.login {color: #000; border: 1px solid #000;}
#header.scrollBg #gnb .right .util a.login:hover {color: #fff; border: 1px solid #0076e4;}
#header.scrollBg #gnb .right .util a.eduCenter:hover {color: #000; border: 1px solid #000;}
#header.scrollBg #gnb .right .util:after,
#header.scrollBg #menu span, #menu02 span  {background-color: #000;}

#header.scrollBgMouseOver {background: var(--Material-bg, rgba(255, 255, 255, 1));  border-bottom: 1px solid var(--Stroke-list, #e9e9e9); transition: 0s ease-out; box-shadow: 0 0 10px rgb(0 0 0 / 10%);}
#header.scrollBgMouseOver .header .logo a {background: url("../images/common/logo_hover.png");}
#header.scrollBgMouseOver #gnb ul > li > a {color: #111;}
#header.scrollBgMouseOver #gnb .right .util a.login {color: #000; border: 1px solid #000;}
#header.scrollBgMouseOver #gnb .right .util a.login:hover {color: #fff; border: 1px solid #0076e4;}
#header.scrollBgMouseOver #gnb .right .util a.eduCenter:hover {color: #000; border: 1px solid #000;}
#header.scrollBgMouseOver #gnb .right .util:after,
#header.scrollBgMouseOver #menu span, #menu02 span  {background-color: #000;}


/* 메뉴*/
#gnb {display: flex; align-items: center; padding: 0 120px 0 360px; transition: all 0.1s;}
#gnb nav {flex-grow: 1;}
#gnb ul {display: flex; justify-content: flex-start; align-items: center; gap: 0;}
#gnb ul > li:not(:last-child) {padding-right: 60px;}
#gnb ul > li > a {position: relative; display: block; color: #fff; font-size: 1.26rem; font-weight: 400; line-height: 100%; padding: 2.5rem 0; transition: 0.5s;}
#gnb ul > li.on > a,
#gnb ul > li > a:hover {color: #0076e4 !important;}
#gnb ul > li > a.active:before {width: 100%;}
#gnb ul > li.on .depth02 {display: block;}

#gnb ul > li .depth02 {display: none; position: absolute; top: 100px; left: 0; width: 100%; height: 310px; background-color: #fff;}
#gnb ul > li .depth02 > ul {display: flex; height: 100%; overflow-x: auto;}

/*#gnb ul > li#si .depth02 > ul > li {padding: 40px 125px 50px 100px;}*/
/*#gnb ul > li#invest .depth02 > ul > li {padding: 40px 210px 50px 210px;}*/
/*#gnb ul > li#customer .depth02 > ul > li {padding: 40px 60px 50px 70px;}*/

#gnb 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;}
#gnb ul > li .depth02 > ul > li:nth-child(2) {padding-left: 40px;}
#gnb ul > li .depth02 > ul > li.customerService {flex-grow: 1; background-color: #f5f5f5; border-right-width: 0;}
#gnb 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;}
#gnb ul > li .depth02 > ul > li:hover > a {color: #0076e4;}
#gnb ul > li .depth02 > ul > li:hover{color: #0076e4;}

#gnb ul > li .depth02 > ul > li > ul {display: inline-block; float: left; width: 10.8vw; padding-left: 19px;}
#gnb ul > li .depth02 > ul > li > ul > li {position: relative; margin-top: 15px; margin-right: 0; padding-right: 0;}
#gnb 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%;}
#gnb ul > li .depth02 > ul > li > ul > li:first-child {margin-top: 20px;}
#gnb 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;}
#gnb ul > li .depth02 > ul > li > ul > li > a:hover,
#gnb ul > li .depth02 > ul > li > ul > li > a:focus {color: #0076e4 !important;}

#gnb 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;}
#gnb 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%;}
#gnb ul > li .depth02 > ul > li.service p {font-size: 1.3rem; font-weight: 400; letter-spacing: 0; text-align: center;}
#gnb ul > li .depth02 > ul > li.service p span {font-size: 1.8rem; font-weight: 600; display: block; padding: 10px 0}

/*#gnb ul > li .depth02 > ul > li.service a {color: #fff !important; font-weight: 400;}*/
/*#gnb ul > li .depth02 > ul > li.service .serviceList li a {position: relative; width: 180px; display: inline-block; padding: 16px 47px; border-radius: 50px; line-height: 1; background-color: #ffffff; color: #222; font-weight: 500; font-size: 1.02rem;}*/
/*#gnb ul > li .depth02 > ul > li.service .serviceList li a:after {content: ''; display: inline-block; position: absolute; margin-left: 8px;}*/
/*#gnb ul > li .depth02 > ul > li.service .serviceList li a.mail:after {width: 19px; height: 17px; background: url("../images/common/mail_icon.png") no-repeat;}*/
/*#gnb ul > li .depth02 > ul > li.service .serviceList li a.call:after {width: 20px; height: 20px; background: url("../images/common/call_icon.png") no-repeat;} 25.04.14 수정*/

#gnb .right {position: relative; flex-shrink: 0; align-items: center; justify-content: flex-end; display: flex; gap: 50px;}
#gnb .right .util {position: relative; top: -1px;}
#gnb .right .util:after {content: ""; display: block; position: absolute; top: 3px; right: -25px; width: 1px; height: 14px; transform: rotate(30deg); background-color: #fff;}
#gnb .right .util a {position:relative; font-size: 0.9rem; font-weight: 400; letter-spacing: 0.4px;  padding: 4px 13px 4px; border-radius: 25px; color: #fff;}
#gnb .right .util a.login {margin-right: 10px; border: 1px solid #fff;}
#gnb .right .util a.login:hover {background-color: #0076e4; border: 1px solid #0076e4; transition:all .3s ease-in-out;}

#gnb .right .util a.eduCenter {background-color: #0076e4; border: 1px solid #0076e4;}
#gnb .right .util a.eduCenter:hover {background-color: transparent; border: 1px solid #fff; color: #fff; transition:all .3s ease-in-out;}
#gnb .right .allMenuIcon {margin-top: 2px;}


/* 전체메뉴*/
#allMenu {padding: 30px 0; 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);}
#allMenu {opacity: 1; transition-delay: 0s; visibility: visible; overflow-y: clip; pointer-events: all; z-index: 1000; height: 100vh;}
#allMenu .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;}

#allMenu .allMenuWrap .topinfo {width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 0 120px;}
#allMenu .allMenuWrap .topinfo .left {display: flex; width: 50%; justify-content: flex-start; height: 100px;align-items: center;}
#allMenu .allMenuWrap .topinfo .left h2 {display: block;}
#allMenu .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;}
#allMenu .allMenuWrap .topinfo .right {display: flex; width: 50%; justify-content: end; height: 100px; align-items: center; gap: 27px}

#allMenu .allMenuWrap .menuCont {display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 0 90px 0;}
#allMenu .allMenuWrap .menuCont .menuList {width: 100vw; max-width: 1400px; margin: 0 auto;}
#allMenu .allMenuWrap .menuCont .menuList > ul {display: flex; flex-direction: column; gap: 0;}
#allMenu .allMenuWrap .menuCont .menuList > ul > li {gap: 0; display: grid; height: fit-content; grid-template-columns: 15.7vw auto; padding: 50px 0; align-items: flex-start;}
#allMenu .allMenuWrap .menuCont .menuList > ul > li + li {border-top: 1px solid var(--Stroke-list,  #e9e9e9);}

#allMenu .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;}
#allMenu .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);}
/* #allMenu .allMenuWrap .menuCont .menuList > ul > li > a.hoverUnderline .hoverItem {background-image: linear-gradient(to right, #ffffff 50%, transparent 50%);} */

#allMenu .allMenuWrap .menuCont .menuList > ul > li > ul {display: none;}
#allMenu .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: 21px 30px; padding-bottom: 10px; overflow: hidden; transition: height 0.3s ease-out;}
#allMenu .allMenuWrap .menuCont .menuList > ul > li > ul > li {width: 180px;}
#allMenu .allMenuWrap .menuCont .menuList > ul > li > ul > li:first-child {margin-top: 0;}
#allMenu .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;}
#allMenu .allMenuWrap .menuCont .menuList > ul > li.open > ul {height: auto; padding-bottom: 10px;}
#allMenu .allMenuWrap .menuCont .menuList > ul > li.open > ul li {padding: 10px 0;}
/* #allMenu .allMenuWrap .menuCont .menuList > ul > li > ul > li a.hoverUnderline .hoverItem {background-image: linear-gradient(to right, #ffffff 50%, transparent 50%);} */

#allMenu .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: #fff; margin: 0 0;}
#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;}
#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;}


/* 사이드 퀵메뉴*/
#quickMenu {display: flex; flex-direction: column; gap: 15px; position: fixed; bottom: 2.5rem; right: 1.5rem; z-index: 1000000;}
#quickMenu a {display: flex; justify-content: center; flex-direction: column; align-items: center; width: 65px; height: 65px; border-radius: 50%; color: #fff; background: #0076e4; font-size: .9rem; line-height: 1.1; transition: all 0.15s; letter-spacing: 0;}
#quickMenu .utilList {display: flex; flex-direction: column; gap: 15px;}
#quickMenu .topBtn {background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}
#quickMenu .topBtn em {display: block; font-size: .85rem; color: #000; font-weight: 600; padding-top: 4px;}


/* 푸터*/
#footer {background: #040405; padding: 100px 0 60px;}
#footer a {color: #fff;}
#footer .footerTop {display: flex; flex-wrap: wrap; justify-content: space-between; padding-left: 100px;}
#footer .footerTop > ul {width: 100%; display: flex;}
#footer .footerTop > ul > li {width: calc(100% / 5);}
#footer .footerTop > ul > li > a {display: inline-block; font-size: 1.12rem; margin-bottom: 30px; font-weight: 500;}
#footer .footerTop .depth a {display: inline-block; font-size: 1rem; color: #aaa; padding: 10px 0;}
#footer .footerTop .depth a:hover {color: #fff;}

#footer .footerBottom {display: flex; flex-wrap: wrap; border-top: 1px solid #686869; padding-top: 60px; margin-top: 70px;}
#footer .footerBottom .footerLogo {display: block; width: 126px; height: 59px; background: url("../images/common/footer_logo.png"); transition: background 0.3s ease; filter: brightness(0) invert(1); margin-right: 100px;}
#footer .footerBottom .footerLogo a {display: block; width: 100%; height: 100%;}
#footer .footerBottom .footerInfo .ceo {color: #fff; font-size: 1rem; padding-bottom: 25px;}
#footer .footerBottom .footerInfo .ceo:first-child {padding-bottom: 10px;}
#footer .footerBottom .footerInfo .ceo em {padding-right: 20px;}
#footer .footerBottom .footerInfo .address li {font-size: .95rem;  padding-bottom: 10px; color: #aaa; line-height: 1.6; letter-spacing: -.2px;}
#footer .footerBottom .footerInfo .address li em {color: #fff; padding-right: 15px;}
#footer .footerBottom .footerInfo .address li span {display: inline-block; vertical-align: top; margin: 0 10px;}
#footer .footerBottom .footerInfo .copyright {font-size: .95rem;  padding-top: 25px; color: #aaa; letter-spacing: -.2px;}

#footer .footerLink {margin-left: auto;}
#footer .footerLink ul {display: flex; gap: 50px;}
#footer .footerLink ul li a {font-size: 1rem; color: #aaa;}
#footer .footerLink ul li a:after {content: ''; display: inline-block; position: relative; top: 4px; width: 12px; height: 12px; margin-left: 10px; vertical-align: top; background: url("../images/common/more_a.png"); background-size: 12px;}
#footer .footerLink ul li a:hover:after {animation: rotate .5s ease-in-out;}

@keyframes rotate {
    100% { transform:  rotate(360deg); }
}

#footer .footerLink ul li a.on,
#footer .footerLink ul li a:hover {color: #dfdfdf;}
#footer .footerLink ul li a.on:after,
#footer .footerLink ul li a:hover:after {background: url("../images/common/more.png"); background-size: 12px;}


/* 로그인, 회원가입 */
.member input:not([type="checkbox"]):not([type="radio"]):not([type="file"]) {width:100%; max-width:600px; height:52px; border:1px solid #ccc; padding:10px 20px 7px; font-size:17px;}
.member .btnForm {height:60px; border:1px solid transparent; background-color:#0076e4; color:#fff; font-size:18px; font-weight:600; line-height:58px; cursor:pointer; transition:all .3s ease-in-out;}
.member .btnForm:hover {border:1px solid #222; background-color:#fff; color:#222; transition:all .3s ease-in-out;}

.member input,
.member .btnForm {border-radius:6px;}

.member .notTxt {line-height: 1.5; color: #111;}

.inputChk {display:flex; align-items:center; line-height:1.3;}

.loginTit {display: inline-block; width: 100%; margin-bottom: 15px; color: #222; font-size: 1.25rem; font-weight: 500; text-align: center; line-height: 1.2;}

/* 로그인, 비밀번호찾기 공통 */
.memBox {width:550px; margin:0 auto;}
.memBox .inputBox {display:flex; flex-wrap:wrap; gap:10px 0; margin-top:20px;}
.memBox .btnForm {width:100%; margin-top:10px;}

.memBox .bottomLink {margin-top:30px; border-top:1px solid #E1E1E1;}
.memBox .bottomLink ul {display:flex; align-items:center; justify-content:flex-end; gap:0 2px; margin-top:24px;}
.memBox .bottomLink ul li {position:relative;}
.memBox .bottomLink ul a {color:#676767;}
.memBox .bottomLink ul a:hover {text-decoration:underline;}
.memBox .bottomLink ul li:not(:last-child)::after {content:''; display:inline-block; vertical-align:middle; width:4px; height:4px; margin:0 10px; border-radius:50%; background-color:#aaa;}

/* 비밀번호 찾기 */
.findPW .notTxt {margin-bottom:60px;}

/* 회원가입, 회원정보수정, 회원탈퇴 */
.tbRegi th {width:20%; text-align:left;}
.tbRegi td {padding:17px 20px !important;}
.tbRegi .note {color:#676767; line-height:1.3; font-size: 16px;}

.formBox .agreeBox {width: 100%; height: 200px; border:1px solid #ccc; border-radius: 5px; padding: 15px 10px 15px 20px;}
.formBox .agreeBox .text {overflow-x: hidden; overflow-y: scroll; width: 100%; height: 100%; line-height: 1.5;}
.formBox .agreeBox .text p {font-size: 1rem;}
.formBox .agreeBox .text ul.listRound {margin-top: 15px;}
.formBox .agreeBox .text ul.listRound > li {font-size: .95rem; padding-bottom: 12px;}
.formBox .agreeBox .text .listBar {margin-top: 5px;}

.formBox .btnBox {display:flex; align-items:center; justify-content:end; gap:10px; margin-top:60px;}
.formBox .btnBox.btn_1 button {min-width:180px; padding:0 20px;}
.formBox .btnBox.btn_multi .btnForm {display:inline-block; width:110px; height:54px; line-height:54px;}
.formBox .btnBox.btn_multi .btnWhite {color:#222;}

.formBox .stripeBox {margin-bottom: 40px;}
.formBox .stripeBoxInner {padding: 30px 3%;}




/* 반응형*/
@media all and (max-width:1780px){

    /* 공통 */
    #wrap {min-width: 330px;}
    .inner,
    .lgInner {padding: 0 2rem;}
    .subInner {padding: 75px 2rem 0;}

    /* 메뉴*/
    /*#gnb ul > li .depth02 > ul {padding-left: 3.5vw;} 25.05.15 비활성화*/

}

@media all and (max-width:1460px){

    /* 헤더*/
    #header .header .logo a {left: 2rem;}

    /* 메뉴*/
    #gnb {padding: 0 2rem 0 14.5rem;}
    #gnb ul > li:not(:last-child) {padding-right: 50px;}
    #gnb ul > li > a {font-size: 1.12rem;}

    /* 전체메뉴뉴*/
    #allMenu .allMenuWrap .topinfo {padding: 0 2rem;}

    /* 푸터*/
    #footer .footerBottom .footerLogo {margin-right: 70px;}
    #footer .footerLink ul {gap: 20px;}

}

@media all and (max-width:1240px){

    /* 공통*/
    /* 타이틀*/
    .smTit {font-size: 1rem; padding-bottom: 20px;}
    .lgTit {font-size: 3.1rem;}
    .titInfo {font-size: 1.09rem; line-height: 1.3;}

    /* 버튼*/
    .more {font-size: 1rem; padding: 16px 29px;}

    /* 헤더*/
    #header .header {display: flex; align-items: center; justify-content: space-between; padding: 0 2rem;}
    #header .header .logo a {position: initial;}

    /* 메뉴*/
    #gnb {padding: 0 0;}
    #gnb nav,
    #gnb .right .util {display: none;}

    /* 푸터*/
    #footer .footerLink ul {flex-direction: column;}

}

@media all and (max-width:1024px){

    /* 전체메뉴*/
    #allMenu .allMenuWrap {height: calc(100% - 80px); height: -moz-fit-content; height: fit-content;}
    #allMenu .allMenuWrap .menuCont {padding: 0 2rem;}
    #allMenu .allMenuWrap .menuCont .menuList > ul > li {display: block; padding: 0 0;}
    #allMenu .allMenuWrap .menuCont .menuList > ul > li + li {border-top: none;}
    #allMenu .allMenuWrap .menuCont .menuList > ul > li > a {padding: 10px 0; font-size: 19px; color: #fff; font-weight: 600;}
    #allMenu .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;}
    #allMenu .allMenuWrap .menuCont .menuList > ul > li > ul {display: flex; flex-direction: column; gap: 17px;}
    #allMenu .allMenuWrap .menuCont .menuList > ul > li > ul.menuDepth02 {display: none;}
    #allMenu .allMenuWrap .menuCont .menuList > ul > li > ul > li {width: 100%;}
    #allMenu .allMenuWrap .menuCont .menuList > ul > li > ul > li:first-child {margin-top: 6px;}
    #allMenu .allMenuWrap .menuCont .menuList > ul > li > ul > li a {font-size: 16px; letter-spacing: -0.45px;}

    #allMenu .allMenuWrap .mUtilList {position: fixed; display: block; bottom: 15px; width: 100%;  padding: 0 2rem;}
    #allMenu .allMenuWrap .mUtilList ul {display: flex; justify-content: start; align-items: center; width: 100%; height: 100%; flex-wrap: wrap; gap: 10px;}
    #allMenu .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;}
    #allMenu .allMenuWrap .mUtilList ul li a {color: #fff; font-size: 0.95rem;}

    /* 회원가입, 회원정보수정, 회원탈퇴 */
    .tbRegi th,
    .tbRegi td {width:100% !important; display:block;}

}

@media all and (max-width:860px){

    /* 푸터*/
    #footer {padding: 70px 0 40px;}
    #footer .footerTop {display: none;}
    #footer .footerBottom {border-top: none; padding-top: 0; margin-top: 0; flex-direction: column;}
    #footer .footerBottom .footerLogo {margin-bottom: 40px;}
    #footer .footerBottom .footerInfo .ceo {font-size: .99rem; padding-bottom: 20px;}
    #footer .footerBottom .footerInfo .address li {font-size: .88rem; padding-bottom: 7px}
    #footer .footerBottom .footerInfo .copyright,
    #footer .footerLink ul li a {font-size: .92rem;}
    #footer .footerLink {margin-left: 0;}
    #footer .footerLink ul {flex-direction: row; margin-top: 30px;}

}

@media all and (max-width:768px){

    /* 공통*/
    .inner,
    .lgInner {padding: 0 1.5rem;}
    .subInner {padding: 55px 1.5rem 0;}

    /* 타이틀*/
    .lgTit {font-size: 2.8rem;}

    /* 헤더*/
    #header {height: 110px; padding-top: 10px;}
    #header .header .logo a {background-size: 110px !important; background-repeat: no-repeat !important;}

    /* 전체메뉴*/
    #allMenu {padding: 10px 0;}
    #allMenu .allMenuWrap .topinfo .left h2 a {background-size: 110px;}

}

@media all and (max-width:640px){

    /* 푸터*/
    #footer .footerLink ul {flex-wrap: wrap; gap: 15px 10px;}
    #footer .footerLink ul li {width: calc(50% - 10px);}

    /* 로그인, 비밀번호찾기 공통 */
    .memBox {width:100%;}
    .loginTit {font-size: 1.12rem;}

}

@media all and (max-width: 420px) {
    /* 전체메뉴*/
    #allMenu .allMenuWrap .mUtilList ul li {width: 100%;}

}