@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;outline-color:#f37736;}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

#wrapper {position:relative; overflow:hidden;}

.member-page #wrapper {padding-top:var(--header-height);}

/* header */
#header {position:fixed; top:0; left:0; width:100%; z-index:100; transition:.3s;}
#header .contain {max-width:1780px; position:relative; display:flex; align-items:center; justify-content:space-between; height:var(--header-height); z-index:10;}

.sitelogo a {display:block; background:url("/images/common/logo-w.png") no-repeat 0 center / contain; width:220px; height:48px; font-size:0; line-height:0;}

#gnb>ul {display:flex; text-align:center;} 
#gnb>ul>li {position:relative; padding:0 70px;}
#gnb>ul>li:after {content:""; position:absolute; bottom:-1px; left:50%; transform:translateX(-50%); width:0; height:2px; background:var(--color-primary); transition:.2s;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; justify-content:center; height:var(--header-height); color:#fff; font-size:var(--fz18); font-weight:500; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li:hover:after {width:100%;}
#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:26px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:9px 0; color:#454545; line-height:1.33em; letter-spacing:-.03em;}
#gnb .submenu>ul>li>a:hover {color:var(--color-primary);}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-top:1px solid #ddd;}

.pull-right {display:flex; align-items:center;}

.btn-all-menu {display:block; position:relative; width:28px; height:22px;}
.btn-all-menu span {position:absolute; left:0; right:0; top:50%; height:2px; margin-top:-1px; background:#fff;}
.btn-all-menu span:before,
.btn-all-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#fff;}
.btn-all-menu span:before {top:-10px;}
.btn-all-menu span:after {bottom:-10px;}

.util {margin-right:40px;}
.util ul {display:flex; gap:10px;}
.util ul li a {display:flex; align-items:center; height:32px; padding:0 22px; color:#fff; font-size:var(--fz15); font-weight:600; letter-spacing:-.03em; border-radius:8px;}
.util ul li a.c1 {background:#aaa;}
.util ul li a.c2 {background:var(--color-primary);}

#header:hover {background:#fff;}
#header:hover .sitelogo a {background-image:url('/images/common/logo.png');}
#header:hover #gnb>ul>li>a {color:#242424;}
#header:hover .btn-all-menu span,
#header:hover .btn-all-menu span:before,
#header:hover .btn-all-menu span:after {background:#242424;}
#header:hover .btn-m-menu span,
#header:hover .btn-m-menu span:before,
#header:hover .btn-m-menu span:after {background:#242424;}

#header.header-fixed {background:#fff; box-shadow:0px 3px 5px rgba(0,0,0,0.1);}
#header.header-fixed .sitelogo a {background-image:url('/images/common/logo.png');}
#header.header-fixed #gnb>ul>li>a {color:#242424;}
#header.header-fixed .btn-all-menu span,
#header.header-fixed .btn-all-menu span:before,
#header.header-fixed .btn-all-menu span:after {background:#242424;}
#header.header-fixed .btn-m-menu span,
#header.header-fixed .btn-m-menu span:before,
#header.header-fixed .btn-m-menu span:after {background:#242424;}

#header.header-active {background:#fff; box-shadow:0px 3px 5px rgba(0,0,0,0.1);}
#header.header-active .sitelogo a {background-image:url('/images/common/logo.png');}
#header.header-active #gnb>ul>li>a {color:#242424;}
#header.header-active .btn-all-menu span,
#header.header-active .btn-all-menu span:before,
#header.header-active .btn-all-menu span:after {background:#242424;}
#header.header-active .btn-m-menu span,
#header.header-active .btn-m-menu span:before,
#header.header-active .btn-m-menu span:after {background:#242424;}

.member-page #wrapper {padding-top:var(--header-height);}
.member-page #header {background:#fff; box-shadow:0px 3px 5px rgba(0,0,0,0.1);}
.member-page #header .sitelogo a {background-image:url('/images/common/logo.png');}
.member-page #header #gnb>ul>li>a {color:#242424;}
.member-page #header .btn-all-menu span,
.member-page #header .btn-all-menu span:before,
.member-page #header .btn-all-menu span:after {background:#242424;}
.member-page #header .btn-m-menu span,
.member-page #header .btn-m-menu span:before,
.member-page #header .btn-m-menu span:after {background:#242424;}

/* for mobile */
.btn-m-menu {display:none; position:relative; width:26px; height:26px;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; height:2px; margin-top:-1px; background:#fff;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#fff;}
.btn-m-menu span:before {top:-9px;}
.btn-m-menu span:after {bottom:-9px;}

.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 .home img {height:40px;}
.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:19px; 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:var(--color-primary);}
.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:var(--color-primary);}
.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 */
#main #container .contain {max-width:1460px;}

.main-visual {position:relative; overflow:hidden; color:#fff;}
.main-visual .item {height:100vh;}
.main-visual .img {transition:5s; transform:scale(1); position:absolute; top:0; right:0; width:100%; height:100%;}
.main-visual .img img {position:absolute; top:50%; left:0; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
.main-visual .slick-slide.active .img {transform:scale(1.06);}
.main-visual .caption {padding:0 100px; position:absolute; top:50%; left:0; transform:translateY(-50%); width:100%; z-index:2;}
.main-visual .caption .inner {position:relative; padding-left:70px; max-width:1200px; margin:0 auto;}
.main-visual .caption .inner:before {content:''; position:absolute; top:50%; margin-top:-214px; left:0; width:526px; height:429px; background:url('/images/main/caption-box.png') no-repeat 50% 50% / contain;}
.main-visual .caption p {transition:2s; transform:translateX(50px); opacity:0;}
.main-visual .caption .tit {display:inline-block; position:relative; margin-bottom:22px; font-family:var(--font-gmarket); font-size:var(--fz56); font-weight:700; letter-spacing:-.03em; line-height:1.33em; z-index:1; padding:0 45px;}
.main-visual .caption .tit:before,
.main-visual .caption .tit:after {font-size:1.43em; top:0; position:absolute; top:-32px;}
.main-visual .caption .tit:before {content:'“'; display:inline-block; left:0;}
.main-visual .caption .tit:after {content:'”'; right:0;}
.main-visual .caption .tit span {color:var(--color-primary); font-size:1.32em;}
.main-visual .caption .txt {position:relative; z-index:1; padding-left:45px; font-size:var(--fz20); font-weight:500; letter-spacing:-.03em; line-height:1.6em;}
.main-visual .caption .txt strong {color:var(--color-primary); font-size:1.2em;}
.main-visual .slide-btn {font-size:var(--fz14); font-weight:400; line-height:1.3em; position:absolute; top:50%; transform:translateY(-50%); z-index:10; width:100px; border:0; color:#fff; background:transparent;}
.main-visual .slide-btn span {margin-top:10px; position:relative; display:block; width:100%; height:1px; background:rgba(255,255,255,.3);}
.main-visual .slide-btn span:after {transition:.3s; content:''; position:absolute; height:100%;  width:50%; top:0; background:#ddd;}
.main-visual .slide-prev {left:0; text-align:right;}
.main-visual .slide-prev span:after {left:0;}
.main-visual .slide-next {right:0; text-align:left;}
.main-visual .slide-next span:after {right:0;}
.main-visual .slide-btn:hover span:after {width:100%;}

.main-visual .active .caption p {transform:translateX(0); opacity:1;}
.main-visual .active .caption .tit {transition-delay:.2s;}
.main-visual .active .caption .txt {transition-delay:.5s;}

.section-inner {padding:calc(var(--header-height) + 10px) 20px 20px;}

.m-tit {font-size:var(--fz40); font-weight:700; line-height:1.3em; color:#fff; letter-spacing:-.03em; text-align:center;}
.m-tit:before {margin:0 auto 22px; content:''; display:block; width:40px; height:4px; background:var(--color-primary);}

.plus-btn {font-size:0; display:block; width:40px; height:40px; background:url('/images/main/plus.jpg') no-repeat 50% 50% / contain; transition:.3s;}

.m-ctr .slick-arrow {font-size:0; transition:.3s; width:16px; height:29px; position:absolute; top:50%; margin-top:-15px; background-size:contain; background-repeat:no-repeat; background-position:50% 50%; border:0; background-color:transparent;}
.m-ctr .slick-prev {left:-65px; background-image:url('/images/main/biz-prev.png');}
.m-ctr .slick-prev:hover {background-image:url('/images/main/biz-prev-on.png');}
.m-ctr .slick-next {right:-65px; background-image:url('/images/main/biz-next.png');}
.m-ctr .slick-next:hover {background-image:url('/images/main/biz-next-on.png');}

.main-business {background:url('/images/main/biz-bg.jpg') no-repeat 50% 50% / cover;}
.main-business .m-tit {margin-bottom:50px;}

.biz-slider {position:relative;}
.biz-slider .items {margin:0 -20px;}
.biz-slider .item {padding:0 20px;}
.biz-slider .box {position:relative; padding:36px 20px; display:flex; align-items:flex-end; height:420px; background-size:cover; background-repeat:no-repeat; background-position:50% 50%; color:#fff;}
.biz-slider .box:after {content:''; position:absolute; left:0; top:0; width:100%; height:100%; opacity:0; background:#000; transition:.3s;}
.biz-slider .inner {position:relative; z-index:1; width:100%;}
.biz-slider .inner .tit {word-break:break-all; margin-bottom:10px; font-size:var(--fz20); font-weight:700; letter-spacing:-.025em; line-height:1.4em;}
.biz-slider .inner .txt {word-break:break-all; font-weight:400; letter-spacing:-.025em; line-height:1.5em;}
.biz-slider .more {opacity:0; transition:.3s;; margin:0 auto; max-width:200px; font-weight:400; letter-spacing:-.03em; line-height:1.33em; height:50px; margin-bottom:-50px; display:flex; justify-content:center; align-items:center; color:#242424; background:#fff;}
.biz-slider .box1 {background-image:url('/images/main/biz1.jpg');}
.biz-slider .box2 {background-image:url('/images/main/biz2.jpg');}
.biz-slider .box3 {background-image:url('/images/main/biz3.jpg');}
.biz-slider .box4 {background-image:url('/images/main/biz4.jpg');}
.biz-slider .box5 {background-image:url('/images/main/biz5.jpg');}
.biz-slider .box6 {background-image:url('/images/main/biz6.jpg');}
.biz-slider .box:hover .more {margin:27px auto 0; opacity:1;}

.main-org {background:url('/images/main/org-bg.jpg') no-repeat 50% 50% / cover; padding:0 100px;}
.main-org .section-inner {display:flex; align-items:center; height:100vh; background:#fff; position:relative;}
.main-org .section-inner:before {content:''; position:absolute; left:50%; top:0; width:72px; height:36px; margin-left:-36px; background:url('/images/main/org-acc.png') no-repeat 50% 0 / contain;}
.main-org .contain {display:flex; flex-direction:column; justify-content:center; width:100%;}
.main-org .heading {position:relative; margin-bottom:40px;}
.main-org .m-tit {color:#000;}
.main-org .plus-btn {position:absolute; right:0; bottom:46px;}

.org-list ul {display:flex; flex-wrap:wrap; margin:-18px -58px;}
.org-list ul li {width:33.333%; text-align:center; padding:18px 58px;}
.org-list .img {overflow:hidden;}
.org-list .img img {transition:.3s;}
.org-list .txt {margin-top:25px; font-weight:400; letter-spacing:-.03em; line-height:1.5em;}
.org-list .txt:after {margin:20px auto; content:''; display:block; width:25px; height:1px; background:#333;}
.org-list .name {color:#000; letter-spacing:-.03em; line-height:1.4em;}
.org-list .name strong {font-size:1.38em; display:inline-block; margin-left:10px;}
.org-list .item:hover .img img {transform:scale(1.08);}

.main-board {position:relative; background:url('/images/main/board-bg.jpg') no-repeat 50% 50% / cover;}
.main-board .section-inner {height:100vh; display:flex; align-items:center; padding-bottom:250px}
.main-board h2 {margin-bottom:40px; font-size:var(--fz24); line-height:1.4em; letter-spacing:-.03em; font-weight:400;}
.main-board h2 strong {font-weight:800; font-size:1.17em;}
.main-board .wrap .row {display:flex; margin:-20px;}
.main-board .wrap .col {width:33.333%; padding:20px;}
.main-board .notice-box {min-height: 320px; position:relative; padding:57px 37px 40px; background-color:#282828; background-position:left 37px top 0; background-repeat:no-repeat;}
.main-board .notice-box h3 {margin-bottom:42px; color:#ddd; font-size:var(--fz22); font-weight:700; letter-spacing:-.03em; line-height:1.4em;}
.main-board .notice-box ul li {position:relative; padding-right:80px; font-weight:400; letter-spacing:-.025em; margin-bottom:11px; color:#eee;}
.main-board .notice-box ul li:last-child {margin-bottom:0;}
.main-board .notice-box ul li a {display:inline-block; vertical-align:top; max-width:calc(100% - 30px); overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:nowrap;}
.main-board .notice-box ul li a:hover {text-decoration:underline;}
.main-board .notice-box ul li span {position:absolute; top:0; right:0;}
.main-board .notice-box .more {position:absolute; right:37px; top:64px; font-size:0; display:block; width:19px; height:18px; background:url('/images/main/notice-plus.png') no-repeat 50% 50% / contain; transition: .3s;}
.main-board .notice-box .more:hover {transform:rotate(180deg);}
.main-board .link-box {padding:0 40px; display:flex; align-items:center; height:100%; background:url('/images/main/link-bg.jpg') no-repeat 50% 50% / cover;}
.main-board .link-box ul {width:100%;}
.main-board .link-box ul li {margin-bottom:22px;}
.main-board .link-box ul li:last-child {margin-bottom:0;}
.main-board .link-box ul li a {display:flex; align-items:center; justify-content:center; font-size:var(--fz22); font-weight:400; letter-spacing:-.025em; line-height:1.4em; height:100px; border:1px solid #ddd; color:#fff;}
.main-board .link-box ul li a:hover {border-color:var(--color-primary); color:var(--color-primary);}

.partner-slider {display:flex; align-items:center; position:absolute; left:0; bottom:0; width:100%; height:250px; background:#222;}
.partner-slider .wrap {position:relative;}
.partner-slider .items {margin:0 -16px;}
.partner-slider .item {padding:0 16px;}

/* sub */
.sub-visual {position:relative; height:400px; color:#fff; overflow:hidden; background:#333;}
.sub-visual .bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:2s; opacity:1; transform:scale(1.1); background-repeat:no-repeat; background-position:50% 0; background-size:cover;}
.sub-visual .inner {position:absolute; bottom:28%; left:0; width:100%; padding:0 20px;}
.sub-visual .inner .txt {margin-bottom:7px; font-family:var(--font-gmarket); font-size:var(--fz18); font-weight:700; letter-spacing:-.03em; line-height:1.4em;}
.sub-visual .inner .txt span {color:var(--color-primary);}
.sub-visual .inner .tit {font-size:var(--fz48); font-weight:700; letter-spacing:-.03em; line-height:1.33em;}
.sub-visual .bg1 {background-image:url("/images/common/sv1.jpg");}
.sub-visual .bg2 {background-image:url("/images/common/sv2.jpg");}
.sub-visual .bg3 {background-image:url("/images/common/sv3.jpg");}
.sub-visual .bg4 {background-image:url("/images/common/sv4.jpg");}
.sub-visual .bg5 {background-image:url("/images/common/sv5.jpg");}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb-wrap {position:relative; overflow: hidden;}
.lnb-wrap:after {content:''; position:absolute; left:0; bottom:0; width:100%; height:1px; background:#ddd;}
.lnb-wrap .wrap {display:flex; justify-content:space-between; align-items:center; text-align:center; max-width:1260px; padding:0 30px; margin:0 auto;}
.lnb ul {display:flex;}
.lnb ul li {width:auto; margin-right:35px;}
.lnb ul li:last-child {margin-right:0;}
.lnb ul li a {text-align:center; justify-content:center; height:80px; position:relative; display:flex; align-items:center; font-size:var(--fz18); font-weight:600; letter-spacing:-.03em; line-height:1.33em; color:#999; white-space:nowrap;}
.lnb ul li a:after {display:none; content:""; position:absolute; left:0; width:100%; height:2px; bottom:0; background:var(--color-primary);}
.lnb ul li.active a {color:var(--color-primary); font-weight:700;}
.lnb ul li.active a:after {display:block;}

.path {display:flex; align-items:center; font-weight:600; line-height:1.4em; letter-spacing:-.03em; color:#999;}
.path .home {margin:-.1em 10px 0 0; width:15px; height:14px; background:url('/images/common/home.png') no-repeat 50% 50% / contain;}
.path .arrow {margin:0 10px; width:6px; height:9px; background:url('/images/common/path-arrow.png') no-repeat 50% 50% /contain;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}
#contArea.wide .sub-title {padding-left:10px; padding-right:10px;}
.contain {width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

.sub-title {padding:92px 0 53px;}
.sub-title h1 {position:relative; padding-right:19px; display:inline-block; font-size:var(--fz40); font-weight:700; letter-spacing:-.03em; line-height:1.2em; color:#242424;}
.sub-title h1:after {position:absolute; right:0; bottom:5px; content:''; width:8px; height:8px; border-radius:100%; background:var(--color-primary);}

.real-cont {min-height:300px; padding-bottom:200px;}
.real-cont.type2 {padding-top:100px;}

/* footer */
#footer {padding:85px 0; background:url('/images/common/foot-bg.jpg') no-repeat 50% 50% / cover; color:#999; font-size:var(--fz15); line-height:1.5em; letter-spacing:-.03em; letter-spacing:-.03em;}
#footer .contain {position:relative; max-width:1780px !important; display:flex;}
#footer span {display:inline-block;}
#footer a:hover {text-decoration:underline;}

.foot-logo {margin-right:77px;}

.foot-info .f-comp {margin-bottom:54px; font-size:var(--fz18); font-weight:700;}
.foot-info address {font-style:normal;}
.foot-info address span {margin:0 30px 4px 0;}

.foot-etc {color:#555; position:absolute; right:30px; top:0; height:100%; text-align:right; display:flex; flex-direction:column; justify-content:space-between;}
.foot-etc .f-links {display:flex; justify-content:flex-end; gap:30px;}

.designed {margin-top:5px;}
