@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

#skipToContent a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skipToContent a:focus, 
#skipToContent a:active {width:200px;height:50px;background:#21272e;color:#fff;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;line-height:50px}

.only-desktop {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {width:100%; max-width:1580px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain2 { width: 100%; max-width: 1260px; padding-left: 30px; padding-right: 30px; margin: 0 auto;}
.contain:after {content:""; display:block; clear:both;}

#container>div { overflow: hidden;}
#ws-wrapper {display:flex; min-height:100vh;}

#ws-header {width:200px; background:#fafafa; box-shadow:0 0 5px rgba(0,0,0,.2);}

.ws-menu .ui {display:block; padding:13px 0; background:#5e31a1; color:#fff; font-size:18px; font-weight:700; line-height:1.5em; letter-spacing:-.03em; text-align:center; border-bottom:2px solid #3c2065;}
.ws-menu h2 {font-family:"Roboto",sans-serif; font-size:15px; color:#fff; line-height:1.3em; padding:7px 0; text-align:center; background:#7952b3;}
.ws-menu ul {display:flex; flex-wrap:wrap;}
.ws-menu ul li {width:100%; border-bottom:1px solid #e5e5e5;}
.ws-menu ul li.w50 {width:50%; border-right:1px solid #e5e5e5;}
.ws-menu ul li.w50:nth-child(2n) {border-right:0;}
.ws-menu ul li a {display:block; color:#333; text-decoration:none; font-size:13px; font-weight:300; line-height:1.4em; letter-spacing:-.04em; padding:5px 5px 5px 11px;}
.ws-menu ul li a:hover,
.ws-menu ul li.active a {background:#eee; color:#653ba4; font-weight:500; padding-left:14px;}

#ws-content {flex:1 1 auto; min-width:0; width:1%; padding:30px;}

.ws-title {display:flex; align-items:center; padding-bottom:15px; margin-bottom:50px; border-bottom:1px solid #ddd;}
.ws-title h2 {flex:1 1 auto; min-width:0; width:1%; font-size:30px; line-height:1.3em; letter-spacing:-.04em;}

.btn-psd-download {display:inline-block; padding:8px 20px; font-family:"Roboto",sans-serif; color:#fff; font-size:16px; font-weight:500; line-height:1.3em; background:#7952b3; border-radius:4px;}

.ws-real-cont {max-width:1200px; margin:0 auto;}

/* header */
#header {width: 100%; top: 0; left: 0; z-index:100; transition: .5s; height: 120px; position: fixed; padding-top: 16px;}
#header .contain {position:relative; z-index:2; display: flex; justify-content: space-between; align-items: center; height: 100%; max-width: 100%; padding-left: 100px; padding-right: 100px;}
#header .contain::after { content: none;}
#header.color { background: rgba(0,0,0,0.5);}

.sitelogo {position:relative; z-index:2; background-image:url("../images/common/logo_w.png"); background-size: contain; background-repeat: no-repeat; transition: .2s;}
.sitelogo a {display: block;}
.sitelogo img {visibility: hidden;}

#gnb {flex:1 1 auto; min-width:0; width:1%; position: relative;}
#gnb > ul {display:flex; justify-content: center;}
#gnb > ul > li {position:relative; text-align:center; padding: 0 8px;}
#gnb > ul > li > a {display:block; font-size:22px; font-weight:600; line-height:100px; color: #fff; position: relative; letter-spacing: -.025em; padding: 0 28px;}
#gnb>ul>li>a:after {content:""; position:absolute; bottom:-2px; left:50%; width:0; height:4px; background:#0175c8; transition:.2s;}
#gnb>ul>li.active>a { color: #0175c8;}
#gnb>ul>li.active>a:after {width:100%; left:0;}

#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:30px 5px 40px;}
#gnb .submenu>ul>li { padding: 10px 0;}
#gnb .submenu>ul>li>a {display:block; color:#555555; font-size:16px; line-height:1.33em; letter-spacing: -.025em; font-weight: 400;}
#gnb .submenu>ul>li>a:hover { color: #0175c8 !important; }
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-top:1px solid #ddd; }

.lang { display: flex; gap: 10px; align-items: center; margin-right: 100px;}
.lang a { width: 46px; height: 46px; border-radius: 100%; display: flex; align-items: center; justify-content: center; background: #fff; font-size: 22px; font-weight: 600; letter-spacing: -.025em; color: #000; line-height: 1em;}
.lang a.active { background: #0175c8; color: #fff;}
.lang a:hover { background: #0175c8; color: #fff;}

#header.header-hover { background: #fff;}
#header.header-hover .sitelogo {background-image:url("../images/common/logo.png");}
#header.header-hover #gnb > ul > li > a { color: #242424;}
#header.header-hover #gnb > ul > li.active > a { color: #999999;} 
#header.header-hover #gnb > ul > li.active > .submenu>ul>li>a { color: #888;}
#header.header-hover #gnb>ul>li.active>a { color: #0175c8;}
#header.header-hover .list-icon span { background: #000;}
#header.header-hover .list-icon span::before { background: #000;}
#header.header-hover .list-icon span::after { background: #000;}

#header.header-active .sitelogo {background-image:url("../images/common/logo.png");}
#header.header-active #gnb > ul > li > a { color: #242424;}

.btn-m-menu {display: none;}
.btn-menu { right: 100px !important;}

.list-icon {position:absolute; top:50%; right:30px; width:41px; height:25px; margin-top:-14px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear;}
.list-icon span {position:absolute; left:0; right:0; top:50%; margin-top:0px; height:1px; background:#fff;}
.list-icon span:before,
.list-icon span:after {content:" "; position:absolute; left:0; right:0; height:1px; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.list-icon span:before {top:-11px; transition-property:top, transform; background:#fff; content: "only";}
.list-icon span:after {bottom:-11px; transition-property:bottom, transform; background:#fff;}

.mobile-navigation {display:none; position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 48px 10px 20px; display:block; color:#242424; font-size:16px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:11px; height:11px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#0175c8}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; background:#f8f8f8; color:#454545; font-size:16px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu ul li {border-top:1px solid #e5e5e5;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:12px 20px;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:#0175c8;}
.mobile-navigation .close {position:absolute; top:25px; right:15px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; background:#242424; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}

/* 키비주얼관리 */
.main-visual {position:relative; height: 100vh !important; background: #000;}
.main-visual .slick-slide { position:relative; height: 100vh; overflow:hidden;}
.main-visual .contain {position: relative; height: 100%; max-width: 1460px; margin: 0 auto;}
.main-visual .item {position:absolute; top:50%; left:50%; width:100%; padding-bottom:56.25%; transform:translate(-50%,-50%); overflow:hidden;}
.main-visual .item .video-js,
.main-visual .item video,
.main-visual .item iframe {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:contain;}

.main-visual .caption {position: absolute; top: 42%; width: 100%; left: 0;color: #fff; text-align: center;}
.main-visual .caption .txt {display: inline-block; text-align: center;  transform:translateY(50px); opacity: 0; transition:opacity 0s 2s, transform 0s 2s;}
.main-visual .caption h2 {font-size: 60px; font-weight: 700; line-height: 1.2em; letter-spacing: -.03em; font-family: 'GmarketSans';}
.main-visual .caption p { font-size: 30px; font-weight: 500; letter-spacing: -.025em; margin-top: 20px; line-height: 1.25em;}
.main-visual .caption2 h2 { text-shadow: 3px 3px 10px rgba(0,0,0,0.6);}
.main-visual .caption2 p { text-shadow: 3px 3px 10px rgba(0,0,0,0.6);}
.main-visual .items .slick-active .txt { transform:translateY(0); opacity:1; transition:opacity 2s, transform 1s; transition-delay:0.3s;}
.main-visual .items .reset-animation .txt { transform:translateY(50px); opacity:0; transition:all 0s}

.page { max-width: 100%; padding-left: 30px; padding-right: 30px; position: absolute; bottom: 0; width: 100%; display: flex; justify-content: space-between; align-items: center; top: 0; margin: auto;}

.vs-page { display: flex; justify-content: center; position: absolute; left: 50%; bottom: 80px; transform: translateX(-50%); align-items: center; gap: 10px;}
.main-visual .slick-dots li {display:inline-block; margin:0 16px;}
.main-visual .slick-dots li button {position:relative; display:block; width:13px; height:13px; background:#fff; overflow:hidden; text-indent:-9999em; transition:.2s; border-radius: 100%; border: 1px solid #fff;}
.main-visual .slick-dots li button:before {content:""; position:absolute; top:50%; left:50%; margin:-5.5px 0 0 -5.5px; width:13px; height:13px; background:#fff; }
.main-visual .slick-dots .slick-active button {border:1px solid #0175c8; }
.main-visual .slick-dots .slick-active button:before {background:#0175c8; }
.main-visual .slick-dots .slick-active button:after { opacity: 0.6;}
.main-visual .buttons { position: relative; display: flex; width: 25px; height: 25px; align-items: center; justify-content: center;}
.main-visual .buttons #toggle { background: no-repeat url(../images/main/pause.png) 50% 50% / 12px; width: 12px; height: 25px; border: none; background-color: transparent; position: relative; display:inline-block; vertical-align: middle; text-indent: -9999em; overflow: hidden; }
.main-visual .buttons #toggle.play { background: no-repeat url(../images/main/play.png) 50% 50% / 12px;}

.main-visual .slick-arrow { position: relative;  cursor: pointer; display: flex; align-items: center;}
.main-visual .slick-arrow p { color: #fff; font-weight: 600; font-size: 28px; line-height: 1.3em; }
.main-visual .slick-prev { padding-left: 35px;}
.main-visual .slick-prev img { position: absolute; left: 0; top: 7px; animation: slide 1s linear infinite;}
.main-visual .slick-next { padding-right: 35px;}
.main-visual .slick-next img { position: absolute; right: 0; top: 7px;  animation: slides 1s linear infinite;}
@keyframes slide {
    0% {
      transform: translateX(0%);
      opacity: 1;
    }
    100% {
      transform: translateX(-80%);
      opacity: 0;
    }
  }
  @keyframes slides {
    0% {
      transform: translateX(0%);
      opacity: 1;
    }
    100% {
      transform: translateX(80%);
      opacity: 0;
    }
  }

/* main공통 */
.main-big {  position: absolute; font-size: 200px; letter-spacing: -.05em; line-height: 1em; color: rgba(0,0,0,0.08); font-weight: 800;}
.main-tit { font-size: 60px; font-weight: 700; line-height: 1.2em; color: #000;}
.main-tit_w { color: #fff;}

/* main */
.sec1 { padding: 120px 0 180px; text-align: right; position: relative;}
.sec1 .contain { padding-left: 100px; padding-right: 100px; position: relative; display: flex; justify-content: end;}
.sec1-big {top: 80px; right: 100px; }
.sec1-txtbox { padding-top: 10px; padding-right: 50px;}
.sec1-txtbox .tit { font-weight: 700; color: #000; font-size: 60px; line-height: 1.2em;}
.sec1-txtbox .txt { font-size: 18px; font-weight: 200; line-height: 1.556em; color: #555; text-align: left; padding-left: 25px; margin-top: 12px;}

.sec2 { padding-bottom: 130px; background: url(../images/main/sec2_bg.jpg) center no-repeat; background-size: cover;  overflow: unset !important;}
.sec2-list { display: flex; gap: 70px; }
.sec2-list li { height: 440px; width: calc(100%/3); background-size: cover; margin-top: -80px; box-shadow: 10px 10px 20px rgba(0,0,0,0.4); position: relative; transition: .4s;}
.sec2-list li a::after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border: 4px solid #0175c8; z-index: 0; display: none;}
.sec2-list li:hover { transform: translateY(-35px);}
/* .sec2-list li:hover a { background: none;} */
.sec2-list li:hover> a::after { display: block;}
.sec2-list li.bg1 { background: url(../images/main/sec1_1.jpg) center no-repeat; background-size: cover;}
.sec2-list li.bg2 { background: url(../images/main/sec1_2.jpg) center no-repeat; background-size: cover;}
.sec2-list li.bg3 { background: url(../images/main/sec1_3.jpg) center no-repeat; background-size: cover;}
.sec2-list li a { display: block; width: 100%; height: 100%; z-index: 1; position: relative; padding: 40px 60px; background-color: rgba(0,0,0,0.3);}
.sec2-iconbox { width: 100px; height: 100px; background: rgba(0,0,0,0.5); display: flex; align-items: center; justify-content: center;}
.sec2-txtbox { color: #fff; margin-top: 170px;}
.sec2-txtbox .tit { font-size: 24px; font-weight: 600; letter-spacing: -.05em; line-height: 1.2em; margin-bottom: 18px;}
.sec2-txtbox .txt { font-size: 18px; font-weight:300; letter-spacing: -.05em; line-height: 1.3em;}
.sec2 .main-tit { margin-top: 110px;}
.sec2-list2 { margin-top: 65px; gap: 60px; display: flex;}
.sec2-list2 li { width: calc(100%/2 - 30px); background-size: cover; border: 1px solid #fff;}
.sec2-list2 li:hover { border: 1px solid #0175c8;}
.sec2-list2 li.bg1 { background: url(../images/main/sec2_1.jpg) center no-repeat;}
.sec2-list2 li.bg2 { background: url(../images/main/sec2_2.jpg) center no-repeat;}
.sec2-list2 li a { width: 100%; display: block; padding-left: 100px; padding-top: 100px; padding-bottom: 40px; color: #fff;}
.sec2-list2 li .tit { font-size: 24px; font-weight: 500; letter-spacing: -.025em; line-height: 1.2em;}
.sec2-list2 li img { margin-top: 10px; display: inline-block;}

.sec3 { overflow: hidden; padding: 120px 0 200px; position: relative;}
.sec3-big {left: 0; top: 100px;}
.sec3 .main-tit { margin-top: 100px;}
.sec3-box { margin-top: 100px;}
.sec3-box:last-child { margin-top: 180px;}
.sec3-titbox { display: flex; justify-content: space-between; position: relative; z-index: 0;} 
.sec3-titbox::after { content: ""; position: absolute; right: -102%; width: 100%; height: 1px; background: #000; top: 0; bottom: 0; margin: auto; }
.sec3-tit { font-size: 40px; font-weight: 800; letter-spacing: -.025em; line-height: 1.2em; color: #000; }
.sec3-btbox { position: relative; display: flex; gap: 20px;} 
.sec3-ctt { position: relative;}
.sec3-ctt::after { content: ""; position: absolute; bottom: -70px; right: 0; width: 93%; height: 90%; background: #f2f2f2;}
.sec3-swiper1 { width: 100%; height: 100%; overflow: hidden; position: relative; padding-bottom: 30px; padding-top: 20px;}
.sec3-swiper2 { width: 100%; height: 100%; overflow: hidden; position: relative; padding-bottom: 30px; padding-top: 20px;}
.sec3-swiper1-slide { display: flex;}
.sec3-swiper2-slide { display: flex;}
.sec3-left { width: 54%; box-shadow: 10px 10px 20px rgba(0,0,0,0.4);}
.sec3-left img { display: block; width: 100%; height: 100%; object-fit: cover; }
.sec3-right { width: 46%; padding-left: 90px; padding-right: 30px;}
.sec3-right .tit { font-size: 30px; font-weight: 700; line-height: 1.5em; color: #000;}
.sec3-right b { display: block;font-size: 18px; margin-top: 5px; font-weight: 200; line-height: 1.3em; color: #333;}
.sec3-right .txt { font-size: 16px; font-weight: 400; line-height: 1.666em; color: #555; margin-top: 50px;}
.sec3-right a { width: 125px; height: 48px; line-height: 48px; position: relative; display: inline-block; color: #333333; font-size: 18px; font-weight: 300; padding: 0 20px; border: 1px solid #ddd; margin-top: 35px; transition: .2s;}
.sec3-right a::after { content: ""; position: absolute; right: 20px; top: 18px; background: url(../images/main/link_bt_w.png) center no-repeat; width: 12px; height: 11px; background-size: contain;}
.sec3-right a:hover { border: 1px solid #0175c8; background: #0175c8; color: #fff;}
.sec3-right a:hover::after { background: url(../images/main/link_bt.png) center no-repeat;}
.sec3-swiper-button-prev1::after, .sec3-swiper-button-next1::after { display: none;}
.sec3-swiper-button-prev1, .sec3-swiper-button-next1 { width: 68px; height: 68px; border-radius: 100%; border: 1px solid #bcbcbc; background-size: 15px; background-position: center; background-repeat: no-repeat; position: relative; top: auto; margin-top: 0; transition: .2s;}
.sec3-swiper-button-prev1 { background-image: url(../images/main/sec3_left.png); left: auto;}
.sec3-swiper-button-prev1:hover { background-color: #0175c8; border: 1px solid #0175c8; background-image: url(../images/main/sec3_left_w.png);}
.sec3-swiper-button-next1 { background-image: url(../images/main/sec3_right.png); right: auto;}
.sec3-swiper-button-next1:hover { background-color: #0175c8; border: 1px solid #0175c8; background-image: url(../images/main/sec3_right_w.png);}
.sec3-swiper-button-prev2::after, .sec3-swiper-button-next2::after { display: none;}
.sec3-swiper-button-prev2, .sec3-swiper-button-next2 { width: 68px; height: 68px; border-radius: 100%; border: 1px solid #bcbcbc; background-size: 15px; background-position: center; background-repeat: no-repeat; position: relative; top: auto; margin-top: 0; transition: .2s;}
.sec3-swiper-button-prev2 { background-image: url(../images/main/sec3_left.png); left: auto;}
.sec3-swiper-button-prev2:hover { background-color: #0175c8; border: 1px solid #0175c8; background-image: url(../images/main/sec3_left_w.png);}
.sec3-swiper-button-next2 { background-image: url(../images/main/sec3_right.png); right: auto;}
.sec3-swiper-button-next2:hover { background-color: #0175c8; border: 1px solid #0175c8; background-image: url(../images/main/sec3_right_w.png);}

.sec4 { padding: 120px 0; background: #f2f2f2; overflow: hidden;}
.sec4-box { margin-bottom: 100px;}
.sec4-box:last-child { margin-bottom: 0;}
.sec4-box .titbox { display: flex; gap: 25px;}
.sec4-sub { padding-top: 10px;}
.sec4-sub b{ display: block; font-size: 16px; letter-spacing: 1em; font-weight: 600; line-height: 1.2em; color: #000;}
.sec4-sub p { font-size: 16px; font-weight: 200; line-height: 1.3em; color: #000; margin-top: 12px;}
.sec4-list { margin-top: 40px; display: flex; gap: 20px; flex-wrap: wrap;}
.sec4-list li { width: calc(100%/5 - 16px); background: #fff; height: 75px; border: 1px solid #ddd;}
.sec4-list li a { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center;}
.sec4-lk { cursor: auto;}

.sec5 { position: relative; padding: 120px 0; overflow: hidden;}
.sec5 .titbox { display: flex; gap: 25px; margin: 85px 0 120px;}
.sec5-box { width: 100%; height: 450px; background: url(../images/main/sec5.jpg) center no-repeat; background-size: cover; display: flex; align-items: center; justify-content: center; padding: 20px 100px;}
.sec5-box .title { width: 37%;}
.sec5-box .title p { font-size: 40px; color: #fff; font-weight: 100; line-height: 1.2em;}
.sec5-box .title h4 { font-size: 60px; line-height: 1.2em; font-weight: 700; color: #d5e9ff;}
.sec5-box .title h4 span { color: #2376ff;}
.sec5-list { display: flex; width: 63%; gap: 20px;}
.sec5-list li { width: calc(100%/4); background: rgba(255,255,255,0.2); border-radius: 25px; text-align: center; box-shadow: 8px 8px 16px rgba(0,0,0,0.15); transition: .2s;}
.sec5-list li a{ display: block; width: 100%; padding: 30px 0;}
.sec5-list li .tit { font-size: 18px; font-weight: 500; color: #fff; margin-top: 25px; line-height: 1.2em;}
.sec5-list li:hover { background: #fff; box-shadow: 8px 8px 16px rgba(0,0,0,0.75);}
.sec5-list li:hover > a .tit { color: #333;}

/* sub */
.sub-visual {position:relative; display:table; table-layout:fixed; height:520px; overflow:hidden; color: #fff; background-color:#eee; background-position:50% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover; margin: auto; width: 100%; }
.sub-visual .cell {display:table-cell; vertical-align:middle; text-align:center; padding: 20px; }
.sub-visual h2 {font-size:40px; line-height:1.2em; letter-spacing: -.025em; position: relative; display: inline-block; font-weight: 700; }

.sub-visual.bg1 {background-image:url("../images/sub/sub_visual1.jpg");}
.sub-visual.bg2 {background-image:url("../images/sub/sub_visual2.jpg");}
.sub-visual.bg3 {background-image:url("../images/sub/sub_visual3.jpg");}
.sub-visual.bg4 {background-image:url("../images/sub/sub_visual4.jpg");}
.sub-visual.bg5 {background-image:url("../images/sub/sub_visual5.jpg");}
.sub-visual.bg6 {background-image:url("../images/sub/sub_visual6.jpg");}

.path-wrap {position:relative; z-index:50; margin-top: -80px;padding-left: 260px;}
.path-wrap .wrap {max-width:100%; margin:0 auto;  background: #fff; border-bottom: 1px solid #ddd;}
.path-wrap .inner {display:flex;}
.path-wrap .home a {display:block; width:110px; height:80px; background:url("../images/sub/home.png") 50% 50% no-repeat; background-size:22px; text-indent:-999em; overflow:hidden; border-left:1px solid #ddd; border-right:1px solid #ddd;}
.path-wrap .part {position:relative; min-width:430px; border-right:1px solid #ddd; z-index:50;}
.path-wrap .part > a {display:flex; align-items:center; position:relative; height:80px; color:#333333; font-size:20px; font-weight:600; line-height:1.3em; padding:0 60px 0 30px; letter-spacing: -.025em;}
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:23px; margin-top:-7px; width:17px; height:14px; background:url("../images/sub/down.png") 0% 50% no-repeat;}
.path-wrap .part ul {display:none; position:absolute; left:-1px; right:-1px; background:#fff; border:1px solid #ddd; z-index:50;}
.path-wrap .part ul li {color:#043962; line-height:1.3em; border-bottom:1px solid #ddd; font-size: 20px;}
.path-wrap .part ul li:last-child {border-bottom:0;}
.path-wrap .part ul li a {display:block; padding:17px 24px; }
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a {color:#fff; background:#0175c8;}
.path-wrap .part > a.active::after { transform: rotate(180deg);}

#contArea {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title { text-align: center; padding: 60px 0;}
.sub-title>h2 { font-size: 36px; font-weight: 600; letter-spacing: -.03em; color: #333333; line-height: 1em; position: relative; }
.sub-title2 { padding: 0;}

.real-cont {min-height:300px; padding-bottom: 130px;}
.real-cont2 {padding-bottom: 0;}

/* footer */
#footer { width: 100%; z-index: 1; position: relative; background: #232731;}
#footer .contain { position:relative; display: flex; align-items: center; justify-content: space-between; max-width: 100%; padding-left: 100px; padding-right: 100px;}
#footer .contain::after { content: none;}
.ft-top { width: 100%; padding: 35px 0; border-bottom: 1px solid #3f424d;}
.ft-btm { width: 100%; padding: 50px 0 45px;}
.ft-top-left { display: flex; align-items: center; flex-wrap: wrap;}
.ft-top-left a { padding-right: 45px; display: inline-block; font-size: 16px; font-weight: 400; line-height: 1.3em; color: #999; position: relative; font-family:'Noto Sans KR';}
.ft-top-left a::after { content: ""; position: absolute; right: 21px; top: 4px; width: 1px; height: 15px; background: #3f424d;}
.ft-top-left a:hover { color: #0175c8;}
.ft-top-left a:last-child { padding-right: 0;}
.ft-top-left a:last-child::after { display: none;}
.scroll-top { font-size: 16px; font-weight:300; font-family:'Noto Sans KR'; color: #aaa; line-height: 1.2em; position: relative; padding-right: 25px;} 
.scroll-top::after { content: ""; position: absolute; right: 0; top: 9px; width: 11px; height: 7px; background: url(../images/common/top.png) center no-repeat; background-size: contain;}
.ft-text span { line-height: 1.4em; font-weight: 200; color: #a5a8af; display: inline-block; padding-right: 20px;}
.ft-text span:last-child { padding-right: 0;}
.cpr { margin-top: 10px;}
.cpr span { font-weight: 300; line-height: 1.3em; color: #fff; display: inline-block;}
.cpr a { font-size: 12px; font-family:'Noto Sans KR'; color: #333742; font-weight: 300; line-height: 1.3em; display: inline-block;}
.ft-btm .contain  { align-items: flex-start !important;}



