@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
/* font-family: 'Noto Sans KR', sans-serif; */

/* °øÅë */
.inner1720 {max-width: 1720px; margin: 0 auto; position: relative; width: 100%;}
.inner1600 {max-width: 1600px; margin: 0 auto; position: relative; width: 100%;}
.inner1560 {max-width: 1560px; margin: 0 auto; position: relative; width: 100%;}
button {background: none; border: none; cursor: pointer; padding: 0;}

:root {
	--color-blue: #276ac2;
	--color-darkblue : #024297;
	--maskSize : 100%;
}

#wrap {}
#wrap .allMenu_bg {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 99; backdrop-filter: blur(3px);} 

/*=====================
			header 
=====================*/
header {width: 100%; height: 100px; position: absolute; top: 0; left: 0; z-index: 100;}
.menu-group {width: 100%; height: 100%; z-index: 100; position: relative;}
.menu-group > .inner1600 {width: 100%; height: 100%; display: flex; align-items: center; justify-content: space-between;}
.menu-group .logo {width: 212px; height: 37px;}
.menu-group .logo a {display: block; width: 100%; height: 100%; background: url(/img/common/logo.svg) no-repeat left center/cover; }
.menu-group nav {width: calc(100% - 310px); height: 100%;}
.menu-group .gnb {width: 100%; height: 100%; display: flex; justify-content: flex-end; font-family: 'Noto Sans KR', sans-serif;}
.menu-group .gnb > li {position: relative; height: 100%;}
.menu-group .gnb > li > a {display: block; color: #fff; font-size: 17px; padding:0 15.5px;position: relative; height: 100%; display: flex; align-items: center;}
.menu-group .gnb > li > a:after {content: ''; width: 4px; height: 4px; background: #417cc9; border-radius: 50%; position: absolute; top: 50%; transform: translateY(-50%); right: 36px; opacity: 0;}
.menu-group .gnb .depth2 {display: none; padding: 36px 10px 30px; box-sizing: border-box; position: absolute; top: 82px; left: 50%; width: 153%; max-width: 180px; transform: translateX(-50%); background: var(--color-blue); }
.menu-group .gnb .depth2 > li {text-align: center;}
.menu-group .gnb .depth2 > li > a {display: block; color: #a9ceff; padding: 5px 0; box-sizing: border-box; line-height: 1.4;}
.menu-group .gnb .sub-gnb03 {max-width: 215px;} 
.menu-group .util {display: flex; align-items: center; padding: 0 0 0 56px; box-sizing: border-box;}
.menu-group .util .lang {}
.menu-group .util .lang a {display: block; }
.menu-group .util .lang a.on { display:flex; align-items: center; margin-left:-48px;}
.menu-group .util .lang a.on span { display:block }
.menu-group .util .lang img {vertical-align: middle; width:16px; height:16px; }
.menu-group .util .lang span { font-size: 9px; color: #111; width: 19px; height: 19px; border: 1px solid rgba(17, 17, 17, 0.5); border-radius: 50%; text-align: center; line-height: 19px; display: none;}
.menu-group .util .lang a.on span { margin-right:3px; color: #fff; border: 1px solid rgba(255, 255, 255, 0.5); }
.menu-group .util .allmenu-btn {width: 12px; height: 12px; margin-left: 19px;}
.menu-group .util .allmenu-btn > a {display: block; width: 100%; height: 100%; gap: 3px; position: relative; display: grid; grid-template-columns: repeat(3, auto);}
.menu-group .util .allmenu-btn span {display: inline-block; width: 2px; height: 2px; background: #fff;}

.menu-group .util .allmenu-btn.on span {background: #222; position: absolute; transition: 0.4s;}
.menu-group .util .allmenu-btn.on span:nth-child(1) {top: 0; left: 0;}
.menu-group .util .allmenu-btn.on span:nth-child(2) {top: 0; right: 0;}
.menu-group .util .allmenu-btn.on span:nth-child(3) {top: 50%; left: 50%; transform: translate(-50%, -50%);}
.menu-group .util .allmenu-btn.on span:nth-child(4) {bottom: 0; left: 0;}
.menu-group .util .allmenu-btn.on span:nth-child(5) {bottom: 0; right: 0;}
.menu-group .util .allmenu-btn.on span:nth-child(n+6):nth-child(-n+9){ display:none }

.menu-group .gnb > li:hover > a:after {opacity: 1; right: 5px; transition: 0.3s;}
.menu-group .gnb .depth2 > li:hover > a {color: #fff; transition: 0.3s;}  
.all-menu .gnb > li{gap:200px;}


/* ÀüÃ¼¸Þ´º */
header .all-menu {position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 99; visibility: hidden; opacity: 0;  transition: 0.8s ease;}
header .all-menu:before {content: ''; position: absolute; top: -100%; left: 0; width: 100vw; height: 100vh; background: rgba(234, 234, 234, 0.2); transition: 0.9s ease;}
header .all-menu:after {content: ''; position: absolute; top: -100%; left: 0; width: 100vw; height: 100vh; background: #fff; transition: 0.7s ease;}
.all-menu .gnb {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 1600px; width: 100%; margin: 50px 0 0 0; font-family: 'Noto Sans KR', sans-serif; z-index: 101; visibility: hidden; opacity: 0;}
.all-menu .gnb > li {display: flex; align-items: center; margin: 0 0 51px 0; position: relative; transition-delay: 0.8s; opacity: 0; transform: translate(0%, 100%); transition: opacity 0.2s ease, transform 0.3s ease;}

.all-menu .gnb > li > a {font-size: 40px; color: #111; font-weight: bold; max-width: 228px; width: 100%;}
.all-menu .gnb > li > a span {display: inline-block; position: relative;}
.all-menu .gnb > li > a span:before {content: ''; background: #417cc9; opacity: 0.2; width: 0; height: 20px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.all-menu .gnb .depth2 {display: flex; align-items: center; flex-wrap: wrap; gap: 15px 0;}
.all-menu .gnb .depth2 > li {}
.all-menu .gnb .depth2 > li > a {font-size: 19px; color: #999; font-weight: 500; padding: 0 18px; box-sizing: border-box;}
.all-menu .bg-txt {position: absolute; bottom: 0; left: 0;/*  font-size: 258.82px; font-weight: bold; text-transform: uppercase; letter-spacing: 1.49rem;  -webkit-text-stroke: 1px var(--color-blue); color: #fff;  line-height: 1; font-family: 'Poppins', sans-serif; */ opacity: 0; visibility: hidden; z-index: 101; }

.all-menu .gnb > li:hover > a,
.all-menu .gnb > li.on > a {color: var(--color-blue);}
.all-menu .gnb > li:hover > a span:before,
.all-menu .gnb > li.on > a span:before {width: 110%; transition: 0.4s;}
.all-menu .gnb .depth2 > li:hover > a {color: var(--color-blue);}

header.all {position: fixed; top: 0;}
header.all .menu-group .logo a {background: url(/img/common/logo_on.png) no-repeat center;}
header.all .menu-group nav {display: none;}
header.all .menu-group .util .lang img {display: none;}
header.all .menu-group .util .lang span {display: inline-block;}
header.all .menu-group .util .lang a.on span { color: #111; border: 1px solid rgba(17, 17, 17, 0.5);  }
header.all .menu-group .util .lang a {display: inline-block;}
header.all .all-menu {visibility: visible; opacity: 1;}
header.all .all-menu:before {top: 0;}
header.all .all-menu:after {top: 0; transition-delay: 0.2s;}
header.all .all-menu .gnb,
header.all .all-menu .bg-txt {visibility: visible; opacity: 1; transition-delay: 0.8s; }
header.all .all-menu .bg-txt {opacity: 0.4;}

header.all .all-menu .gnb > li:nth-child(2),
header.all .all-menu .gnb > li:nth-child(6)  {display: inline-block;}

header.all .all-menu .gnb > li {opacity: 1; transform: translateX(0%); transition: opacity 0.46s ease, transform 0.46s ease; font-weight: 700;}
header.all .all-menu .gnb > li:nth-child(1) {transition-delay: 0.6s;}
header.all .all-menu .gnb > li:nth-child(2) {transition-delay: 0.7s;}
header.all .all-menu .gnb > li:nth-child(3) {transition-delay: 0.8s;}
header.all .all-menu .gnb > li:nth-child(4) {transition-delay: 0.9s;}
header.all .all-menu .gnb > li:nth-child(5) {transition-delay: 1s;}
header.all .all-menu .gnb > li:nth-child(6) {transition-delay: 1.1s;}


/*=====================
			footer 
=====================*/
footer {position: relative;}
#mainFooter {width: 100%; /* height: 898px; */ background: url(/img/common/footer-bg.png) no-repeat bottom center/cover; overflow: hidden;}
#mainFooter > .inner1600 {padding-top: 145px;     padding-bottom: 110px; box-sizing: border-box;}
#mainFooter .top {display: flex; justify-content: space-between; margin-bottom: 80px;}
#mainFooter .top .txt-cnt {}
#mainFooter .top .txt-cnt p {font-size: 60px; color: #111; font-weight: bold; letter-spacing: -0.1px; text-transform: uppercase; line-height: 1.1;  overflow:hidden;}
#mainFooter .top .txt-cnt p > span {display: block;}
#mainFooter .top .txt-cnt > span {font-size: 18px; color: #333; display: block; margin-top: 58px; line-height: 1.6;}
#mainFooter .top .link-list {max-width: 600px; width: 100%; padding: 0 60px 0 0; box-sizing: border-box; }
#mainFooter .top .link-list ul {}
#mainFooter .top .link-list ul li {border-bottom: 1px solid rgba(51, 51, 51, 0.13); }
#mainFooter .top .link-list ul li > a {display: block; font-size: 20px; color: #222; padding: 20px 0 22px; display: flex; align-items: center; justify-content: space-between;}
#mainFooter .top .link-list ul li p {}
#mainFooter .top .link-list ul li span {display: inline-block; width: 42px; height: 42px; background: none; text-align: center; border-radius: 100%; transition: 0.4s;}
#mainFooter .top .link-list ul li span i {font-size: 15px; color: #222; opacity: 0.5; line-height: 42px;}
#mainFooter .top .link-list ul li:hover p {color: var(--color-blue); transition: 0.4s;}
#mainFooter .top .link-list ul li:hover span {background: var(--color-blue);  margin-right: 12px;}
#mainFooter .top .link-list ul li:hover span i {color: #fff; opacity: 1;}
#mainFooter.btm {margin: 215px 0 0 0;}
footer .btm .txt {display: flex; align-items: center; flex-wrap: wrap;  }
footer .btm .txt > * {width: 50%; color: #fff;}
footer .btm .txt p {font-size: 17px; font-weight: 500; margin: 0 0 28px 0 ;}
footer .btm .txt div {text-align: right; margin: 0 0 28px 0;}
footer .btm .txt div a {display: inline-block; font-size: 17px; color: #fff;font-weight: 500; letter-spacing: -0.3px;}
footer .btm .txt .address {font-size: 16px; font-weight: 300; line-height: 1.7; display: inline-block;}
footer .btm .txt .address span { font-size: 15px; font-weight: 300; display: block; margin-top: -5px; }
footer .btm .txt .tel {font-size: 20px; font-weight: 500; display: inline-block; text-align: right;}
footer .btm .txt .tel span { font-size: 15px; font-weight: 300; display: block; margin-top: 5px; }
footer .btm .link {display: flex; align-items: center; justify-content: space-between; font-size: 14px; color: #fff; opacity: 0.5; margin: 60px 0 0 0;}
footer .btm .link ul {display: flex; align-items: center; }
footer .btm .link ul li {}
footer .btm .link ul li a {color: #fff; padding: 0 10px; position: relative; line-height: 1.1;}
footer .btm .link ul li a:after {content: ''; position: absolute; right: 0; top: 0; width: 2px; height: 100%; background: #fff; opacity: 0.5;}
footer .btm .link ul li:first-child a {padding-left: 0;}
footer .btm .link ul li:last-child a:after {display: none;}
footer .btm .link p {}
footer .footerBox { position: relative; padding:0 60px; margin:0 auto; box-sizing: border-box; }
footer .footerBox .flogo { width: 240px; height: 42px; background: url(/img/common/logo.svg) no-repeat left center/cover; }
footer .footerBox .fmenu { margin-top:45px; }
footer .footerBox .fmenu ul { display:flex; }
footer .footerBox .fmenu li { margin-left:25px; }
footer .footerBox .fmenu li:first-child { margin:0; }
footer .footerBox .fmenu li a { color:rgba(255,255,255,0.5); font-size:15px; font-weight:300; }
footer .footerBox .fmenu li a:hover { color:#fff; font-weight:400; }
footer .footerBox .info { margin-top: 20px; }
footer .footerBox .info p { color:#fff; font-size:18px; font-weight:500; }
footer .footerBox .info ul { padding-top:18px; }
footer .footerBox .info li { margin-top:15px; color:rgba(255,255,255,0.6); font-size:15px; font-weight:300; display:flex; }
footer .footerBox .info li:first-child { margin:0; }
footer .footerBox .info li strong { width:55px; color:rgba(255,255,255,0.8); font-size:15px; font-weight:500; font-family: 'Noto Sans KR', sans-serif; }
footer .footerBox .txt_copyright { margin-top:60px; color:rgba(255,255,255,0.5); font-size:14px; font-weight:300; }
footer .footerBox .f_allMenu { position: absolute; right:60px; top:0; }
footer .footerBox .f_allMenu > .gnb { display:flex; }
footer .footerBox .f_allMenu > .gnb > li { width:165px; }
footer .footerBox .f_allMenu > .gnb > li:last-child { width:120px; }
footer .footerBox .f_allMenu > .gnb > li > a { color:#fff; font-weight:500; font-size:17px; }
footer .footerBox .f_allMenu > .gnb > li > ul { padding-top:25px; }
footer .footerBox .f_allMenu > .gnb > li > ul > li:not(:last-child) { margin-bottom:10px; }
footer .footerBox .f_allMenu > .gnb > li > ul > li a { color:rgba(255,255,255,0.4); font-size:15px; font-weight:300; letter-spacing:-0.03em }


.topBtn {position: fixed; bottom: 100px; right: 34px;}
.topBtn button {width: 62px; height: 62px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.4); color: #fff; font-size: 18px; text-shadow: 1px 1px 3px rgba(0,0,0,0.6), -1px -1px 5px rgba(0,0,0,0.3); box-shadow:2px 2px 5px rgba(0,0,0,0.2), -1px -1px 5px rgba(0,0,0,0.2);}

#subFooter {background: #2f2f2f; padding: 104px 0 100px; box-sizing: border-box;}
#subFooter .btm {padding:  0 60px; box-sizing: border-box;}



/* privacy */
.privacy { color:#666; width: 100%; overflow: hidden; box-sizing:border-box; padding:20px; font-size:15px;	line-height: 140%; word-break:break-all; }
.privacy h2 { font-size:18px; font-weight:bold; color:#000; text-align: left; margin:50px 0 30px; }
.privacy h2:first-child { margin-top: 0; }
.privacy > p { margin:15px 0; }
.privacy > p+dl { margin-top: 30px; }
.privacy > dl { padding-bottom:20px;}
.privacy > dl > dt{ font-size:15px;color:var(--color-blue);;font-weight:700;padding-bottom:5px;}
.privacy > dl > dd{ padding-bottom:10px;text-align:justify; font-size:15px; line-height:140%;}
.privacy > dl > dd ul{ padding:10px; }
.privacy > dl > dd ul li{ line-height:120%; margin-top: 10px; }
.privacy > dl > dd ul li:first-child { margin-top: 0; }
.privacy > dl > dd ul li p { margin:0 10px 5px; line-height: 140%; }
.sTxt h3 { font-size:16px; color: #333; font-weight: 700; margin: 20px 0 10px; }
.sTxt p { margin-top: 10px; }
.sTxt dt { margin-top: 10px; }
.sTxt dd { margin:0 8px; }
@media (max-width: 1100px) {
  .privacy .sTxt p br { display:none }
}

