@charset "UTF-8";
@import url('https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@font-face {font-family:MalgunGothic; src:url(/cssfont/MalgunGothic.eot);}
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/noto-sans-kr-v21-latin_korean-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/noto-sans-kr-v21-latin_korean-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/noto-sans-kr-v21-latin_korean-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/noto-sans-kr-v21-latin_korean-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/noto-sans-kr-v21-latin_korean-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/noto-sans-kr-v21-latin_korean-regular.svg#NotoSansKR') format('svg'); /* Legacy iOS */
}

/*반응형*/
@media (min-width: 415px) {
    *{margin: 0; padding: 0; box-sizing: border-box;   } 
    
}
html {
   --Width:1400px;
   --Main-color:#393f77;
   --Main-light:#7789db;
}

/*공통*/
*{margin: 0; padding: 0; box-sizing: border-box; word-break: keep-all;font-family: 'Noto Sans KR', sans-serif;}
img {border:none; vertical-align: top; }
html,body {}
body {overflow-x:auto;min-width:1400px;font-size: 18px; color: #222; }

input,select,td,th {font-size:16px;}
span {font-size: inherit;}
li {list-style: none; margin: 0; padding: 0}
a {color: inherit; text-decoration: none; transition: .2s; font-size: inherit;}
textarea {border: 1px solid #ddd; width: 100%; height: 6em; padding: 15px; font-size: 1rem}
table{border-spacing:0px}

.center{text-align:center}

/*GNB*/
.gnb {position: fixed; min-width:1400px;width: 100%;  z-index: 110; top: 0; left: 0;  color: #fff; transition: .2s;}
.gnb .top{width:1400px;margin:0 auto;position:relative;height:120px;position:absolute;left:50%;top:0px;transform: translateX(-50%); -webkit-transform: translateX(-50%) }

.gnb .logo{background-repeat:no-repeat;background-position:left center;height:40px;width: 249px;background-size: contain;position:absolute;right:100%;position: absolute;left: 0px;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%)}

.lang {pointer-events: all;margin-left: 0; flex-grow: 0;  width: 25%; text-align: right; position: relative; z-index: 20;position:absolute;right: 0px;top: 50%;height:62px;transform: translateY(-50%);-webkit-transform: translateY(-50%)}
.lang{width:142px;}
.lang .lang-layer > a{line-height:62px;height:62px;display: block;text-align: center;color:#fff}
.lang .lang-layer > a::before {content: ""; height: 20px; width: 20px;vertical-align:middle;background: url(../images/icon-global@2x.png) no-repeat left center; display: inline-block; background-size: auto 20px; margin-right: 8px;}

.scrolled .gnb .lang .lang-layer > a{color:#000}
.scrolled .gnb .lang .lang-layer > a::before {background: url(../images/icon-global-b@2x.png) no-repeat left center; display: inline-block; background-size: auto 20px; margin-right: 8px;}


.gnb.on .lang .lang-layer > a{color:#000}
.gnb.on .lang .lang-layer > a::before {background: url(../images/icon-global-b@2x.png) no-repeat left center; display: inline-block; background-size: auto 20px; margin-right: 8px;}

.lang.hover .lang-layer .xi-angle-down:before{content: "\e944";}
.lang .lang-layer .langs{display:none}
.lang.hover .lang-layer > a{color:#000}
.lang.hover .lang-layer > a::before {content: ""; height: 20px; width: 20px;vertical-align:middle;background: url(../images/icon-global-b@2x.png) no-repeat left center; display: inline-block; background-size: auto 20px; margin-right: 8px;}
.lang.hover .lang-layer{background:#fff; width: 140px;height:auto;padding-bottom:10px;box-shadow: 3px 5.196px 4px 0px rgba(0, 0, 0, 0.2);border:1px solid #222222;}
.lang.hover .lang-layer .langs{display:block;width:100px;margin: 0 auto}
.lang.hover .lang-layer .langs li{border-top:1px solid #aaa}
.lang.hover .lang-layer .langs li a{line-height:39px;height:39px;display: block;text-align: center;font-size:16px;color:#888}
.lang.hover .lang-layer .langs li a.on{color:#000}

.gnb .menu {width:775px; margin:0 auto; display: block;  align-items: center; height: 120px; justify-content: flex-end; flex-wrap: nowrap; flex-direction: row; text-align:center;}
.gnb .menu .menus li {display: inline-block; font-size: 0; padding: 0px 46px;  pointer-events:all;transition: .3s; }
.gnb .menu .menus li > a.depth1 {font-family: "NanumSquare";font-size: 24px; white-space: nowrap; position: relative; height: 120px; line-height: 120px;}
.gnb .menu li.logo {margin-left: 0; display:block;float:left;height: 28px; background-size: auto 28px; position: relative; width: 25%; cursor: pointer; pointer-events: all;}
.gnb .menu li.logo a {width: 100%; height: 100%; position: absolute;}
.gnb .menu a{display: inline-block; vertical-align: middle;}
.gnb .menu a img {vertical-align: middle;}
.gnb .menu a:hover, .gnb .menu a.active, .gnb .hover.menu a:hover, .gnb .menu .menus li.active > a{color: #393f77}
.gnb .menu .menus {text-align: center; }
.gnb .menu .menus .menu-n > li.hover:after {border-bottom: 3px solid #393f77; width: 70%; }
  
.gnb .lang i {margin-left: 5px; vertical-align: middle;}

.gnb.hover {background-color: #fff; color: #222; }
.gnb.hover .menu .menus li.hover > a, .gnb .menu .menus li.active > a  {border-bottom: 3px solid #393f77;}
.gnb.hover:before{content: ""; display: block; border-bottom:1px solid #eee; top: 120px; left: 0; position: absolute; z-index: 100; width: 100%;}

.gnb .menu .menus .depth2 {width: 100%; position: absolute; top:121px; background-color: #fff; left:0;z-index:999}
.gnb .menu .menus .depth2 .submenus {width: 1400px; margin: auto; color: #666; display: flex; text-align: left;  height: 0; overflow: hidden ; transition: .3s; }
.gnb .menu .menus .hover .depth2 .submenus {height: 420px; padding-top: 50px; padding-bottom: 50px;}
.gnb .menu .menus .depth2 .submenus .title {width: 340px; line-height: initial; border-right: 1px solid #ddd; padding-right: 70px; word-break: keep-all;float:left}
.gnb .menu .menus .depth2 .submenus .title h1 {font-family: "NanumSquare";font-weight:bold;font-size: 30px; margin-bottom: 26px; color: #000;}
.gnb .menu .menus .depth2 .submenus .title h2 {font-family: "NanumSquare";font-size: 16px; font-weight:400; line-height: 1.5;}
.gnb .menu .menus .depth2 .submenus .submenu {height: 100%; padding:0 60px;float:left}
.gnb .menu .menus .depth2 .submenus:after{content:'';display:block;clear:both}
.gnb .menu .menus .depth2 .submenus .submenu li { display: block; font-size: 16px; color: #666666; text-align: left; margin: 0; line-height: 50px; height: 50px; padding: 0;}
.gnb .menu .menus .depth2 .submenus .submenu li a {font-family: "NanumSquare";border-bottom: 3px solid rgba(0,0,0,0); font-size: 18px; position: relative;}
.gnb .menu .menus .depth2 .submenus .submenu li a::after {border-bottom: 1px solid #393f77; transition: .4s; width: 0; content: ""; position: absolute; left: 0; bottom: 0; z-index: 101;}
.gnb .menu .menus .depth2 .submenus .submenu li a:hover:after, .gnb .menu .menus .depth2 .submenus .submenu li.active a:after { width: 100%; }
.gnb .menu .menus .depth2 .submenus .submenu li a:hover, .gnb .menu .menus .depth2 .submenus .submenu li.active a {color: #393f77;}

.scrolled .gnb {background-color: #fff; color: #252D3A; z-index: 100; border-bottom: 1px solid #eee;}
/* .scrolled .gnb:after { content: ""; width: 100%; height: 1px; transform-origin: left top; position: absolute; left: 0; bottom: 0; background-color: #252D3A; display: block;} */
.scrolled .gnb .menu a:hover,.scrolled  .gnb .menu a.active {color: #393f77;}
.scrolled .gnb .menu li.lang a::before , .hover.gnb .menu li.lang a::before {background-image: url(../images/icon-global-b@2x.png);}
.scrolled .gnb .menu li.logo, .hover.gnb .menu li.logo, .on.gnb .menu li.logo {background-image: url(../images/logo.svg);}


.on.gnb .menu .depth1{color: #252d3a}
.on.gnb .lang{color: initial}
.on.gnb .menu li.lang a::before{ background-image: url(../images/icon-global-b@2x.png);}
.visual.on .ment{color:#252d3a}
.visual.on .ment h1::after{background-color:#000}
.sub .visual.on .ment h1::after{display:none}



/* 퀵메뉴 */
.quick { position: fixed; top: 0; right:0px;width:80px;z-index:9999; transition: .3s;background: #393f77;overflow:hidden}
.quick.active {}
.quick .selector {width: 80px;background: #393f77;}
.quick .selector a {width: 80px; height: 80px; flex-grow: 0; font-size: 18px; display: block;}
.quick .selector a.mo-menu{height:0px;}
.quick .selector a.menu {background: url(../images/icon-menu.svg) no-repeat center;}
.quick .selector a.product {flex-grow: 1; height: 500px; color: #fff; white-space: nowrap; text-align: center; position: relative;} 
.quick .selector a.product p { transform: rotate(270deg); -webkit-transform: rotate(270deg); transform-origin: left center;-webkit-transform-origin:left center; height: 80px; line-height: 80px; position: absolute; bottom: 0; left:40px;}
.quick .selector a.product p i {margin:0 10px; transition: .5s; transform-origin: center;-webkit-transform-origin: center;}
.quick.active .selector a.product p i { transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.quick.active{width:880px}
.quick.active .products{right:0px;top:0px;width:800px;background: #393f77;}

.quick .selector a.q {background:#e0e3eb url(../images/icon-q@2x.png) no-repeat center 18px; background-size: auto 25px; text-align: center; padding-top:48px;}
.quick a.chat {background:#eed824 url(../images/icon-chatbot@2x.png) no-repeat center 18px; background-size: auto 25px; text-align: center; padding-top: 48px; color: #381e1f;}
.quick .products {overflow-y: auto; position:absolute;left:80px;height:100%; overflow-x: hidden; transition: .3s;}
.quick .products a {display: block;}
.quick .products ul {padding: 0 50px 20px; overflow: hidden;}
.quick .products ul li {width: 33.3%; color: #a1a4c5; padding:25px 20px; float: left;padding-top:10px}
.quick .products ul li:nth-child(3n+1){clear:both}
.quick .products ul li .img {height: 110px; position:relative;display: block; align-items: center; justify-content: center; border-bottom: 1px solid #6f7399;}
.quick .products ul li .img img {max-height: 60%; max-width: 60%;position:absolute;left:50%;top:50%;transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%)}
.quick .products ul li .infos h2 {text-align: left; font-size: 20px ; color: #fff; line-height: 52px; letter-spacing: 0;line-height: 1.2;padding: 10px 0px;padding-right: 20px;}
.quick .products ul li a .infos h2{background: url(../images/icon-link@2x.png) no-repeat right 17px; background-size:20px}
.quick .products ul li .infos p {font-size: 13px; line-height: 1.6;}

.quick + .quick_bg{display:none}
.quick.active  + .quick_bg{position: fixed; width: 100%;height: 100vh;display: block;top: 0px;left: 0px;z-index: 999;z-index:999}

.quick .selector a.gotop{display:none;width:80px; height:80px; background:#222 url(/images/gotop.svg) no-repeat center; background-size: auto 30%;}


.scrolled .quick .selector a.gotop{display:block}

/*탑 비주얼*/
.visual-slider {position: relative; min-width: 1400px; width: 100%; top: 0; left: 0; position: fixed; z-index: 0;}
.scrolled .visual-slider {z-index: -1;}
.visual-slider .slider-wrapper {position: relative; z-index: 4;}
.visual {background-size: cover; height: 904px ; background-position: center; color: #fff; background-color: #252D3A; width: 100%; z-index: 0; }

.visual .ment {width: 1400px; margin:0 auto;  text-align: left;padding-top:160px}
.visual .ment .num{font-size: 30px; color: #7789db; display: inline-block; padding-top:5px;position:relative;font-family: "Titillium Web", "NanumSquare";}
.visual .ment .num:before{content:'';display:block;width:30px;height:2px;position:absolute;top:0px;left:0px;background:#7789db} 
.visual h1 {line-height: 1; z-index: 2; transition: .6s; margin-left: 110%; font-weight: 300; font-size: 70px; width: 70%; margin-bottom: 46px; margin-top:15px; letter-spacing: 0;}
.visual h2 { z-index: 2; font-weight: normal; font-size: 18px; transition: .8s; line-height: 1.6;}
.visual h3 { z-index: 2; transition: 1s; margin-left: 110%;}
.visual .ment span {color: #393f77;}
.visual.swiper-slide-active h1, .visual.swiper-slide-active h2,.visual.swiper-slide-active h3{ margin-left: 0;}

.main .swiper-pagination {text-align: left; left: 50% !important; margin-left: -700px; bottom: 170px;}
.swiper-pagination .swiper-pagination-bullet {width: auto; height: auto; background: none; color: #fff; font-size: 16px; text-align: left; opacity: 1;}
.swiper-pagination .swiper-pagination-bullet .bar {background: #fff; border-radius: 10px; width: 30px; transition: .5s; height: 3px; margin-top: 20px;}
.swiper-pagination .swiper-pagination-bullet-active { color: #7789db;}
.swiper-pagination .swiper-pagination-bullet-active .bar {background: #7789db; width: 210px;}

.wrap {overflow-x: hidden;}


.section{padding:140px 0;  position: relative; z-index: 12; background-color: #fff;}
.visual-slider + .section {margin-top: 904px; }
.section > div {position: relative;}
.section#section01 .swiper-container {width: 1400px; margin: auto;}


.section .ment {position: relative;}
.section h1 {font-size: 18px; color: #393f77; font-weight: bold; position: relative;font-family:"NanumSquare";}
.section h1::before {content: ""; display: block; height: 2px; background-color: #393f77; width: 30px; margin-bottom:16px;}
.section h2 {font-size: 46px; font-weight: 300; letter-spacing: 0; margin-bottom:30px; margin-top:35px;}
.section h2 span {font-weight: bold;}
.section h3 {font-size: 18px; font-weight: normal; -webkit-line-clamp: 3; overflow: hidden; text-overflow: ellipsis; display: block; word-break: keep-all; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; line-height: 1.8;}
.section .more {position: absolute; bottom: 30px;; padding-bottom: 10px; border-bottom: 1px solid #222222;}
.section .more i {margin-left: 10px;}

.section .pager {font-size: 4em;}
.section .pager a{line-height:140px}
.section .pager  i{vertical-align:middle}
.section .pager a.swiper-button-disabled {cursor:no-drop;}
.section .pager a.swiper-button-disabled i {opacity: .3; transition: .3s; }

.section h2 {font-weight: bold; font-size: 42px; margin-top: 70px;overflow: hidden;text-overflow: ellipsis;}

#section01 {padding: 140px 0;}
#section01 .swiper-container { overflow: visible;}
#section01 ul li{ display: block; text-align: left; position: relative; height: 504px;}
#section01 ul li .ment {padding-left: 120px; position: relative; width:600px; }
#section01 ul li.swiper-slide-active .ment {display: block;height:100%;float:right}
#section01 ul li .img{float:left}
#section01 ul li .ment{float:left}

#section02 .swiper-container li {white-space: nowrap; vertical-align: top;}
#section02 .swiper-container li .ment{display: inline-block; width: 800px; margin-right: -320px; position: relative; z-index: 2; background-color: #fff; padding: 0 140px 140px 0; height:504px; white-space: normal; vertical-align: top; margin-top: 140px;}
#section02 .swiper-container li .img {display: inline-block; vertical-align: top;}
#section02 .swiper-container .pager {left: calc(50% - 760px); bottom:0px;}

#section02 ul {}
#section02.section{padding:0px}
#section02 .video {width: 1400px; margin: auto;}
#section02 .img { height: 784px; background: url(../images/main-case-img@2x.jpg) no-repeat; background-size: auto 100%; width: 100%; position: relative; z-index: 1; width: 100%; text-align: center; line-height: 784px;}
#section02 .img a {font-size: 80px; color: #fff; background-color: rgba(0,0,0,0.5); width: 136px; height: 136px; text-align: center; border-radius: 50%; flex-shrink: 0; display: block; position: absolute; top: 50%; margin-top: -69px; left: 50%; margin-left: -69px; display: flex; align-items: center; justify-content: center;}
#section02 .img a:hover {background-color: #393f77;}

#section03 ul {display:block; width: 1400px; margin: auto; align-items: center; justify-content: space-between;}
#section03 ul li {display:block;width:33.3%;float:left;}
#section03 ul li .icon{float:left;height:130px;padding-right:50px}
#section03 ul li h2 {margin: 0 0 25px 0; font-size: 32px; font-weight: normal;-webkit-line-clamp:initial;text-overflow: initial;overflow: visible; }
#section03 ul li .ment {padding-left: 37px;}
#section03 ul li .ment p i {margin-top: 25px;}
#section03 ul:after{content:'';display:block;clear:both}

#section04{padding:0px}
#section04 {background-color: #fff; }
#section04 .recruit {height: 570px; position: relative;padding-top: 140px;}
#section04 .ment{width: 1400px; margin: auto; display:block; height: 100%;position: relative; z-index: 1; height:310px; }
#section04 .ment h2{margin-top:40px}
#section04 .ment > *  {color: #fff !important; border-color: #fff !important;}
#section04 .ment h1::before {background-color: #fff !important;}
#section04 .recruit .bg { background-position: center; background-image: url(../images/main-recruit-img_S_3@2x.jpg); position: absolute; width:100%; height: 150%; left: 0; top: 0; z-index: 0; background-repeat: no-repeat; background-size: cover;}

#section08 .video {width: 1400px;height: 480px; position: relative;margin:0 auto}
#section08 .ment {width:450px;display: block;height: 100%;position: relative; z-index: 1; height:310px;}
#section08 .ment h2{margin-top:40px;font-weight:normal}
#section08 .ment > *  {color: #000 !important; border-color: #393f77 !important;}
#section08 .ment h1{color:#393f77 !important}
#section08 .ment h1::before {background-color: #393f77 !important;}
#section08 .video .videoIframe{position:absolute;right:0px;top:0px;width: 854px;height: 480px;z-index:99}

#section05 {background-color: #F5F5F5}
#section05 .board {width: 1400px; margin: auto; text-align: left; display: block;}
#section05 .board:after{content:'';display:block;clear:both}
#section05 .ment {padding-right: 90px; width: 660px; flex-shrink: 0; height:310px;float:left}
#section05 .ment h2{margin-top:40px;font-weight:normal}

#section05 .list {display: block;float:left;max-width:740px;min-width:50%}
#section05 .list li { float:left;width:50%;padding: 0 0 40px 40px; }
#section05 .list li .article {box-shadow:30px 30px 50px rgba(0,0,0,0.13);background-color: #fff;}
#section05 .list li .infos{padding:36px 30px; font-size: 16px; color: #666;}
#section05 .list li .infos h3{font-size: 23px; font-weight: bold; line-height: 1.3; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; width: 100%; color: #222; display: inline-block; margin-bottom: 20px;}
#section05 .list li .infos p {line-height: 1.4; max-height: 2.6em; text-align: left; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; width: 100%;}
#section05 .list li .infos p.date {margin-top: 46px;}
#section05 .list li .infos p.date span::before {content: ".";}
#section05 .list li .thumb {height: 240px;overflow:hidden; background: no-repeat center; background-size: cover;}
#section05 .list li:nth-child(even) {padding-top: 90px;}
#section05 .list li:nth-child(3) .article, #section05 .list li:nth-child(4) .article{ margin-top: -90px;}
#section05 .list .article.textonly {background-color: #393f77; padding-top: 200px; position: relative; padding-bottom: 60px;}
#section05 .list .article.textonly h3, #section05 .list .article.textonly p {color: #fff;}
#section05 .list .article.textonly h3 {line-height: 1.4; max-height: 2.6em; text-align: left; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; width: 100%; white-space: normal;}
#section05 .list .article.textonly .thumb {display: none;}
#section05 .list .article.textonly p.date {display: block; position: absolute; top: 30px; right: 30px; margin-top: 0; width: auto; overflow: visible; text-align: right;}
#section05 .list .article.textonly p.date span {font-size: 48px; display: block;}
#section05 .list .article.textonly p.date span::before {content: "";}

#section06 .notice {width: 1400px; margin: auto; display: block;}
#section06 .notice:after{content:'';display:block;clear:both}
#section06 .notice .ment {width: 360px; word-break: keep-all;display: block;float:left}
#section06 .notice .single {display: block;float:right; width: calc(100% - 500px)}
#section06 .notice .single .more-btn{ text-align: right; width: 100%; white-space: nowrap; position: relative; margin-bottom: 40px;}
#section06 .notice .single .more-btn a.more {position: relative;}
#section06 .notice .single li {width: 100%; font-size: 24px; color: #555; padding: 10px 0;}
#section06 .notice .single li:hover span{color:#393f77}
#section06 .notice .single li:after{content:'';clear:both;display:block}
#section06 .notice .single li > a{display:block;width:100%;padding:0px 100px;position:relative}
#section06 .notice .single li > a{padding-right:140px}
#section06 .notice .single li .category {display:block;float:left;width:100px;position:absolute;top:0px;left:0px}
#section06 .notice .single li .title {display:block;float:left;width:100%; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
#section06 .notice .single li .date {display:block;float:left;width:140px;position:absolute;top:0px;right:0px;font-size: 16px;text-align:right} 
#section06 h2{-webkit-line-clamp: initial;}

#section07 { background-color: #f5f5f5;padding:38px 0px}
#section07 .newsletter{width:1400px;margin:0 auto}
#section07 .newsletter:after{content:'';display:block;clear:both}
#section07 .newsletter .ment {width: 480px;float:left}
#section07 .newsletter .ment h2 {font-size: 36px;font-weight: 400;margin-top: 0;margin-bottom:0px}
#section07 .newsletter .ment p{color:#333;font-size:14px}
#section07 .newsletter .form{float:left;width:900px}
#section07 .newsletter .form .inputs {display: block; width: 100%; align-items: center;}
#section07 .newsletter .form .inputs > * {margin-right: 10px; }
#section07 .newsletter .form .inputs > input {height: 62px; padding: 0 15px; }
#section07 .newsletter .form .inputs > input[type=text] {border:2px solid #222; border-radius: 5px;}
#section07 .newsletter .form .inputs > input:nth-child(1){width:160px}
#section07 .newsletter .form .inputs > input:nth-child(2){width:270px}
#section07 .newsletter .form .inputs > input[type=button] {width:175px;background: #222; border-radius: 5px; color: #fff;border:0px;margin-right:20px;}
#section07 .newsletter .form .inputs > a {border-bottom:1px solid #222; font-size:16px;}
#section07 .newsletter .guide {display: block; align-items: center; margin-top: 30px; font-size: 16px;}
#section07 .newsletter .guide .icon{float:left;padding:10px;}
#section07 .newsletter .guide .text h3 {font-size: 22px; font-weight: normal;}
#section07 .newsletter .guide .text {margin-left:85px;}
#section07 .newsletter .guide .text h3 span {}


.footer { border-top: 1px solid #e5e5e5; background-color: #fff; position: relative; z-index: 20;}
.footer * {font-family: 'Noto Sans KR', sans-serif;}
.footer .gotop {position: absolute; top: -100px; right: 0; width: 100px; height: 100px; background:#222 url(../images/gotop.svg) no-repeat center; background-size: auto 30%;}
.footer .copyright {width: 1400px; padding:80px 0px; display: block; font-size: 16px; color: #666;margin:0 auto}
.footer .copyright .logo {width: 240px;float:left}
.footer .copyright .logo img{height: 28px;}
.footer .copyright .legal {display:block;float:left}
.footer .copyright .legal .link a {color: #222; margin-right: 20px;}
.footer .copyright .legal .copy {margin: 40px 0 20px 0; line-height: 2;font-weight:200}
.footer .copyright .legal .copy span  + span{margin-left:15px;}
.footer .copyright .legal .copy p:last-child {font-size: 13px; letter-spacing: 0;}
.footer .copyright:after{content:'';display:block;clear:both}
.footer:after{content:'';display:block;clear:both}
.footer .copyright .family .familysite {position: relative; display:inline-block;text-align:left}
.footer .copyright .family {float:right;display:block;text-align: right; color: #222;}
.footer .copyright .family .familysite .holder {flex-grow: 0; padding-left: 15px; display: flex; align-items: center; width: 240px; border-radius: 5px; border:1px solid #888;height: 52px;line-height: 50px; align-items: center; transition: .3s; position: relative;}
.footer .copyright .family .familysite .holder span {flex-grow: 1; }
.footer .copyright .family .familysite .holder > a {display:block;width:100%}
.footer .copyright .family .familysite .holder > a:after {content: "+"; float:right;margin-right: 15px; font-size: 1.4em; pointer-events: none;}
.footer .copyright .family .familysite.active .holder > a:after {content: "";display: block;width: 10px;height: 2px;background: #000;position: absolute;right: 0px;top:50%;}
.footer .copyright .family .familysite .sites{position: absolute; bottom: 48px; right: -1px; width: 240px; line-height: 52px; background-color: #fff; border-radius: 5px 5px 0 0; border: 1px solid #888; border-bottom: 0; display: none;}
.footer .copyright .family .familysite .sites a{height: 52px; margin: 0 15px; display: block;}
.footer .copyright .family .familysite .sites li:last-child a{border-bottom: 1px solid #ddd;}
.footer .copyright .family .sns {white-space: nowrap; font-size: 0; margin-top: 20px;}
.footer .copyright .family .sns a {width: 52px; height: 52px; background: no-repeat center; background-size:99%; display: inline-block; transition: .4s; margin-left: 10px;}
.footer .copyright .family .sns a.facebook {background-image: url(../images/Facebook@2x.png);}
.footer .copyright .family .sns a.facebook:hover {background-image: url(../images/Facebook-on@2x.png);}
.footer .copyright .family .sns a.youtube {background-image: url(../images/Youtube@2x.png);}
.footer .copyright .family .sns a.youtube:hover {background-image: url(../images/Youtube-on@2x.png);}
.footer .copyright .family .sns a.blog {background-image: url(../images/Blog@2x.png);}
.footer .copyright .family .sns a.blog:hover {background-image: url(../images/Blog-on@2x.png);}
.footer .copyright .family .sns a.kakao {background-image: url(../images/Kakaotalkchannel@2x.png);}
.footer .copyright .family .sns a.kakao:hover {background-image: url(../images/Kakaotalkchannel-on@2x.png);}
.footer .copyright .family .sns a.linkedin {background-image: url(../images/LinkedIn@2x.png);}
.footer .copyright .family .sns a.linkedin:hover {background-image: url(../images/LinkedIn-on@2x.png);}



.pager {display: block; position: absolute; left: 520px; bottom: -30px; z-index: 2;background-color: #fff;}
.pager a {text-align:center;vertical-align: top; transition: .4s; width: 140px; height: 140px; background-color: #fff; display: inline-block; justify-content: center; align-items: center; position: relative;}
.pager::after {content: ""; height: 40%; width: 1px; background-color: #ddd; top: 30%; left: 50%; position: absolute;}
.pager a:hover img {opacity: 1;}
.pager a img {vertical-align: top; height: 50px; opacity: .3; transition: .4s;}



.sub .visual {height: 430px;}
.sub .visual .ment {text-align: center;}
.sub .visual .ment h1 {margin-left: 0; width: 100%; font-size: 52px; font-weight: bold; margin-bottom: 0;} 
.sub .visual .ment h1::after {content: ""; height: 2px; width: 30px; background-color: #fff; display: block; margin:25px auto; }
.sub #section07 .newsletter .ment h2 {margin-bottom: 0;}
.sub #section07 .newsletter .ment p{font-family: 'Noto Sans KR', sans-serif;}


.sub .location {width: 1400px; margin: auto; margin-top: -35px; background-color: #fff; position: relative; z-index: 99;}
.sub .location > ul {display: block; align-items: center; justify-content: stretch;padding-left:70px;width:100%}
.sub .location > ul:after{content:'';display:block;clear:both}
.sub .location > ul > li {height: 70px; line-height: 70px;}
.sub .location > ul > li .select li{height: 60px; line-height: 60px; cursor: pointer;}
.sub .location > ul > li.home {float:left;background-color: #393f77; width: 70px; margin: -1px; display: block; align-items: center; justify-content: center; color: #fff; font-size: 1.3em;position:absolute;top:0px;left:0px}
.sub .location > ul > li.home a{display:block;text-align:center;margin:0 auto}
.sub .location > ul > li.nav {width:100%;display: block;float:left;border: 1px solid rgba(0,0,0,0.1); border-left: 0;}
.sub .location > ul > li.nav > ul {display: block;}
.sub .location > ul > li.nav:focus{outline:none;}
.sub .location *:focus{outline:none;}
.sub .location > ul > li.nav .depth{min-width:220px;display:block;width:50%;position: relative;margin-left:-1px;box-sizing:border-box}
.sub .location > ul > li.nav .depth.on {overflow: visible;}
.sub .location > ul > li.nav .depth a.holder{ padding: 0 70px 0 20px; display: block;height:69px;border-right: 1px solid rgba(0,0,0,0.1);;white-space: nowrap;text-overflow: ellipsis;display: block;width: 100%;overflow: hidden;}
.sub .location > ul > li.nav .depth a:focus{outline:none}
.sub .location > ul > li.nav .depth1{width:170px;float:left}
.sub .location > ul > li.nav .depth2{width:310px;float:left}
.sub .location > ul > li.nav .depth2 a.holder{margin-left:1px;background:#fff;white-space: nowrap;text-overflow: ellipsis;display: block;width: 100%;overflow: hidden;}
.sub .location > ul > li.nav .depth span::after{content: "\e941"; font-family: xeicon; transform-origin: center; -webkit-transform-origin:center;display: block; position: absolute; right: 20px; top:0;}
.sub .location > ul > li.nav .depth.on span:after{transform: rotate(180deg); -webkit-transform: trrotate(180deg);}
.sub .location > ul > li.nav .depth .select { color: #222;  width: 100%; margin-top:-1px; background-color: #fff; transition: .2s; max-height: 0; overflow: hidden; }
.sub .location > ul > li.nav .depth.depth1 {color:#888;margin-left:1px}
.sub .location > ul > li.nav .depth.on .select {max-height: 500px;overflow: hidden; }
.sub .location > ul > li.nav .depth .select li {padding: 0 20px 0 20px; white-space: nowrap; border: 1px solid rgba(0,0,0,0.1); border-top: 0;}
.sub .location > ul > li.nav .depth .select li:first-child {border-top: 1px solid rgba(0,0,0,0.1);}
.sub .location > ul > li.nav .depth .select li a {transition: .3s;color:#888;white-space: nowrap;text-overflow: ellipsis;display: block;width: 100%;overflow: hidden;}
.sub .location > ul > li.nav .depth .select li:hover a{color:#000}

.sub .contents {width: 1400px; margin: auto;padding: 115px 0;}
.sub #section01 {padding: 120px 0;}

@keyframes loading-rotate { from {transform: rotate(0); } to { transform: rotate(359deg); } }
@keyframes loading-blink { 0% {background-image: url(../images/img/loading-face.svg); } 98% {background-image: url(../images/img/loading-face.svg); } 100% { background-image: url(../images/img/loading-face-close.svg);} }
@keyframes loading-baloon { 0% {padding-top: 15px; } 50% { padding-top: 0; }  100% { padding-top: 15px; }}

@supports (-webkit-backdrop-filter: none) { 
   .scrolled .gnb, .loading { -webkit-backdrop-filter: blur(8px); background-color: rgba(255,255,255,.8); }
}

input[type=checkbox]{display:none}
input[type=checkbox] + label{display:inline-block;line-height:25px;cursor:pointer}
input[type=checkbox] + label:before{content:'';width:25px;height:25px;display: inline-block;line-height:25px;vertical-align:top;border-radius: 3px;border: 1px solid rgba(0,0,0,0.2);box-sizing: border-box;margin-right: 5px;background-color: #fff;}
input[type=checkbox]:checked + label:before{background:#393f77 url(../images/sub/icon_checkbox.png) no-repeat center;background-size: auto 40%;border: none;transition: 0.2s;}

#sitemap{position: fixed;top: 0px;left: 0px;background: #fff;width: 100%;z-index: 9999;overflow:auto}
#sitemap .sitemap{width:1400px;margin:0 auto;padding-top:120px;position:relative;padding-bottom:120px}
#sitemap .sitemap .logo{top:45px;display: block;background-repeat: no-repeat; background-position: left center;height:40px;width: 249px;background-size: contain;position: absolute;left: 0px;}
#sitemap .sitemap .close{position: absolute;top: 40px;right: 0px;background: url(/images/sub/icon_close_black.png) center center no-repeat;color: #000;display: block;font-size: 0px;width: 40px;height: 40px;}
#sitemap .sitemap ul.menu-n{margin-top:85px}
#sitemap .sitemap ul.menu-n > li{float:left;width:25%;padding-left:20px;padding-right:30px}
#sitemap .sitemap ul.menu-n:after{content:'';display:block;clear:both}
#sitemap .sitemap .depth2 .submenus .submenu {height: 100%;}
#sitemap .sitemap .depth2 .submenus .title{padding-bottom:15px;}
#sitemap .sitemap .depth2 .submenus .title h1{font-size: 24px;color: #222;border-bottom: 1px solid #ddd;padding-bottom: 20px; pointer-events: none;}
#sitemap .sitemap .depth2 .submenus .submenu li { display: block; font-size: 16px; color: #666666; text-align: left; margin: 0; line-height:1.3;margin-bottom:20px; height:auto; padding: 0;}
#sitemap .sitemap .depth2 .submenus .submenu li a {font-family: "NanumSquare";border-bottom: 3px solid rgba(0,0,0,0); font-size: 16px; position: relative;}
#sitemap .sitemap .depth2 .submenus .submenu li a::after {border-bottom: 1px solid #393f77; transition: .4s; width: 0; content: ""; position: absolute; left: 0; bottom:-5px; z-index: 101;}
#sitemap .sitemap .depth2 .submenus .submenu li a:hover:after, .gnb .menu .menus .depth2 .submenus .submenu li.active a:after { width: 100%; }
#sitemap .sitemap .depth2 .submenus .submenu li a:hover, .gnb .menu .menus .depth2 .submenus .submenu li.active a {color: #393f77;}

.sitemap_bg{position: fixed;height: 100%;width: 100%;}
@media (max-width: 900px) {
.sitemap_bg{display:none}
}
