@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}
.only-desktop-tablet {display:block;}

#wrapper {position:relative;}
#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}

.contain {position:relative; width:100%; max-width:1460px; padding-left:30px;padding-right:30px; margin:0 auto;}
.contain:after {content:" "; display:block; clear:both;}


/* header */
#header  {position:absolute; z-index:90; left:0; top:0; width:100%; transition:0.2s all ease;}
#header .contain {position:relative; max-width:1780px;}
.sitelogo {position:absolute; left:30px; top:50%; margin-top:-17.5px; z-index:10;}
.sitelogo a {display:block; width:173px; height:35px; text-indent:-999em; overflow:hidden; background:url("../images/common/logo_w.png") no-repeat 50% 50%; background-size:contain;}

#gnb {text-align:center;}
#gnb>ul {display:flex; justify-content:center;} 
#gnb>ul>li {position:relative; padding:0 50px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction:column; justify-content:center; height:var(--size100-50); color:#fff; font-size:var(--font18-14); font-weight:700; letter-spacing:-.04em; line-height:1.3em;}
#gnb>ul>li>a:after {content:""; position:absolute;  bottom:10px; left:50%; margin-left:-5px; border-left:9px solid #1c2a58; border-top:9px solid transparent; border-bottom:9px solid transparent; opacity:0; transform:rotate(270deg);}

#gnb>ul>li.active>a:after {opacity:1;}
#gnb>ul>li:first-child .submenu {left:0; transform:none;}

#gnb .submenu {display:none; position:absolute; left:50%; margin-top:-15px; text-align:center; transform:translateX(-50%); z-index:1; background:#1c2a58; border-radius:100vh; padding:0 27px}
#gnb .submenu>ul {display:inline-flex;}
#gnb .submenu>ul>li>a {display:block; padding:19px 13px; font-weight:500; color:#fff; line-height:1.33em; letter-spacing:-0.04em; white-space:nowrap;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline;}
.submenu-bg {display:none; position:absolute; width:100%; left:0; }

#header.header-hover {background:#fff;}
#header.header-hover #gnb > ul > li > a {color:#2c2c2c;}
#header.header-hover .sitelogo a {background-image:url("../images/common/logo_b.png");}
#header.header-hover .btn-m-menu {background-image:url("../images/common/menu2.png");}

#header.header-white {background:#fff;}
#header.header-white #gnb > ul > li > a {color:#2c2c2c;}
#header.header-white .sitelogo a {background-image:url("../images/common/logo_b.png");}
#header.header-white .btn-m-menu {background-image:url("../images/common/menu2.png");}

.q-link #header {position:fixed; background:#fff; transition:0.2s all ease;}
.q-link #header #gnb > ul > li > a {color:#2c2c2c;}
.q-link #header .sitelogo a {background-image:url("../images/common/logo_b.png");}
.q-link #header .btn-m-menu {background-image:url("../images/common/menu2.png");}

.header-fixed #header {position:fixed; background:#fff; transition:0.2s all ease; border-bottom:1px solid #ddd;}
.header-fixed #header #gnb > ul > li > a {color:#2c2c2c;}
.header-fixed #header .sitelogo a {background-image:url("../images/common/logo_b.png");}
.header-fixed #header .btn-m-menu {background-image:url("../images/common/menu2.png");}


/* for mobile */
.btn-m-menu {position:absolute; top:50%; margin-top:-15px; width:29px; height:30px; background:url("../images/common/menu.png") no-repeat 50% 50%; right:30px;  text-indent:-9999em; overflow:hidden; z-index:100; transition: all 0.5s ease-in-out;}

.mobile-navigation {position:fixed; top:0; right:0; padding:20px 0; width:400px; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#ffffff; z-index:101;}
.mobile-navigation .home {padding-bottom:var(--size30-20); padding-left:var(--size40-20);}
.mobile-navigation .nav-menu>ul>li:first-child {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: var(--size30-20) var(--size40-20); font-size:var(--font20-16); display:block; color:#242424; font-size:1.3em; font-weight:500; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:15px; transform:translateY(-75%) rotate(45deg); width:10px; height:10px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a:after{transform: translateY(-35%) rotate(-135deg); border-color: #505050;}
.mobile-navigation .nav-menu .submenu {display:none; position:static; transform: translateX(0); margin:-1px 0 0 0; width:100%;  padding:var(--size40-20); background:#1a2b58;}
.mobile-navigation .nav-menu .submenu>ul {display:block; width:100%;}
.mobile-navigation .nav-menu .submenu>ul>li {text-align:left; padding:0; margin-bottom:20px;}
.mobile-navigation .nav-menu .submenu>ul>li:last-child {margin-bottom:0;}
.mobile-navigation .nav-menu .submenu>ul>li>a {display:block; position:relative; color:#fff; font-size:16px; font-weight:400; line-height:1.3em;}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover {text-decoration:underline;}
.mobile-navigation .close {position:absolute; top:26px; right:18px; width:24px; height:24px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:2px; background:#242424;}
.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:.76; z-index:98;} 

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-visual {position:relative;}
.main-visual .mv {background-image:url("../images/main/mv1.jpg");}
.main-visual .mv {
	position:absolute; 
	top:0; 
	left:0;
	width:100%; height:100%;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	transform:scale(1.09);
    -ms-transform:scale(1.09); /* IE 9 */
    -moz-transform:scale(1.09); /* Firefox */
    -webkit-transform:scale(1.09); /* Safari and Chrome */
    -o-transform:scale(1.09); /* Opera */
	
	z-index:0;
}
.main-visual.sec0.active .mv {
	transform:scale(1);
    -ms-transform:scale(1); /* IE 9 */
    -moz-transform:scale(1); /* Firefox */
    -webkit-transform:scale(1); /* Safari and Chrome */
    -o-transform:scale(1); /* Opera */
	transition: all 3s ease-out 0s;
	transition-delay: 0.1s;
}
.main-visual {text-align:center;}
.main-visual .tit {margin-top:0.5em; font-size:var(--font60-20); font-weight:400; letter-spacing:-0.04em; color:#fff; line-height:1.25;}

.scroll {position:absolute; bottom:0; left:50%; transform:translateX(-50%); padding-bottom:var(--size110-60); text-align:right; z-index:50;}
.scroll img {display:block;}
.scroll:before {content:''; position:absolute; width:1px; height:var(--size90-40); background:#fff; left:50%; bottom:0; margin-left:-0.5px;}
.scroll:after {content:''; position:absolute; left:50%; margin-left:-2.5px; width:5px; height:var(--size20-10); bottom:calc(var(--size90-40) - var(--size20-10)); background:#fff; animation:move_up_down 2s linear infinite;}
@keyframes move_up_down {
  0%,100%{
    transform:translateY(0);
  }
  50% {
    transform:translateY(calc(var(--size90-40) - var(--size20-10)));
  }
}
.main-sec .paging {position:absolute; right:var(--size100-40); top:50%; transform:translateY(-50%); color:#fff; font-weight:500; line-height:1; letter-spacing:-0.04em; font-size:var(--font14-12);}
.main-sec .paging .current {padding-bottom:1em; margin-bottom:1em; border-bottom:2px solid #c4c3c6;}
.main-sec .paging .lengh {color:#c4c3c6;}
.main-sec .contain {max-width:1460px;}
.main-tit {margin-bottom:0.52em; font-size:var(--font48-24); font-weight:700; line-height:1.2; letter-spacing:-0.04em; color:#242424;}

.fp-viewing-sec1 #header {background:0;}
.main-sec2 {background:url('../images/main/bg-sec2.jpg') no-repeat 50% 50%/cover;}
.main-sec2 .wrap {display:flex; align-items:center;}
.main-sec2 .wrap>div {width:50%;}
.main-sec2 .right .img {border-radius:1em; overflow:hidden;}
.main-sec2 .main-tit {margin-bottom:1em;}
.main-sec2 .tt {margin-bottom:1.2em; font-size:var(--font28-18); font-weight:400; line-height:1.2; letter-spacing:-0.03em; color:#242424;}
.main-sec2 .txt {margin-bottom:var(--size50-20); font-size:var(--font18-14); font-weight:400; line-height:1.7; letter-spacing:-0.03em; color:#505050;}
.main-sec2 .more a {display:inline-block; padding:1.11em 1.67em; font-size:var(--font18-14); line-height:1; letter-spacing:-0.03em; color:#fff; background:#1a2b58; border-radius:100vh;}
.main-sec2 .paging {color:#242424; border-bottom-color:#a8a8a8;}
.main-sec2 .paging .lengh {color:#a8a8a8;}

.main-sec3 {background:url('../images/main/bg-sec3.jpg') no-repeat 50% 50%/cover;}
.main-sec3 .wrap {position:relative;}
.main-sec3 .more {position:absolute; top:calc(var(--size100-40 ) + 1.3em); right:0;}
.main-sec3 .more a {font-size:var(--font18-14); font-weight:600; line-height:1.2; letter-spacing:-0.03em; color:#fff; text-decoration:underline; text-underline-offset:5px;}
.lawyer-slider a {display:block; position:relative;}
.lawyer-slider .thumb {position:relative; padding-bottom:134.56%; border-radius:1em; overflow:hidden;}
.lawyer-slider .thumb img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; 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;}
.lawyer-slider .tit {position:absolute; left:0; bottom:0; padding:0 0 var(--size40-20) var(--size40-20); font-weight:400; line-height:1.2; letter-spacing:-0.03em; color:#fff;}
.lawyer-slider .tit .name {display:inline-block; margin-right:5px; font-size:1.5em; font-weight:700; line-height:1;}

.swiper-ctrl {display:flex; align-items:center; margin-top:var(--size60-20);}
.swiper-ctrl .arrow {display:flex; margin-right:30px;}
.swiper-ctrl .arrow button {display:block; width:var(--size50-40); height:var(--size50-40); background-color:#fff; background-position:50% 50%; border-radius:100%; background-repeat:no-repeat; text-indent:-999em; overflow:hidden; border:0;}
.swiper-ctrl .arrow .prev {margin-right:5px; background-image:url('../images/main/sld-prev.png');}
.swiper-ctrl .arrow .next {background-image:url('../images/main/sld-next.png');}
.swiper-ctrl .swiper-horizontal>.swiper-scrollbar,.swiper-ctrl  .swiper-scrollbar.swiper-scrollbar-horizontal {position:relative; left:auto; top:auto; right:auto; bottom:auto; width:100%; background:rgba(255,255,255,0.5);}
.swiper-ctrl .swiper-scrollbar-drag {background:#fff;}

.main-sec4 {position:relative;}
.main-sec4:before {content:''; position:absolute; left:0; top:0; height:100%; width:42.7%; background:#f8f8f8;}
.main-sec4 .wrap {display:flex; align-items:center;}
.main-sec4 .left {display:flex; justify-content:flex-end; width:32.29%;}
.main-sec4 .left .tit-wrap {width:360px;}
.main-sec4 .right {flex:1 1 auto; min-width:0; width:1%;}
.main-sec4 .business-slider {width:1160px;}
.main-sec4 .business-slider .slick-list {margin:0 -20px;}
.main-sec4 .business-slider .items {margin-right:-141px;}
.main-sec4 .business-slider .slick-slide {margin:0 20px;}
.main-sec4 .business-slider a {display:block; position:relative; border-radius:1em; overflow:hidden;}
.main-sec4 .business-slider .tit {position:absolute; left:0; bottom:0; padding:0 0 var(--size40-20) var(--size40-20); z-index:1; font-size:var(--font24-18); font-weight:700; line-height:1; letter-spacing:-0.03em; color:#fff;}
.main-sec4 .biz-ctrl {display:flex; margin-top:var(--size50-20);}
.main-sec4 .slick-arrow {display:block; width:var(--size50-40); height:var(--size50-40); background-color:#1a2b58; background-position:50% 50%; border-radius:100%; background-repeat:no-repeat; text-indent:-999em; overflow:hidden; border:0;}
.main-sec4 .slick-prev {margin-right:5px; background-image:url('../images/main/sld-prev2.png');}
.main-sec4 .slick-next {background-image:url('../images/main/sld-next2.png');}


/* sub */
.q-link #wrapper {padding-top:100px;}
.sub-visual {position:relative; width:100%; padding-top:var(--size100-50); height:clamp(12.5rem, 4.6875rem + 19.5313vw, 28.125rem); display:flex; align-items:center; overflow:hidden; background-repeat:no-repeat; background-position:50% 50%; background-size:cover; background:#ddd;}
.sub-visual .inner {position:relative; z-index:1; max-width:1260px; padding:0 30px; width:100%; margin:0 auto; color:#fff; text-align:center;}
.sub-visual .inner h2 {font-size:var(--font50-28); font-weight:700; line-height:1em; letter-spacing:-0.04em;}

.sub-visual .background {
	position:absolute; 
	top:0; 
	left:0;
	width:100%; height:100%;	
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	transform:scale(1.09);
    -ms-transform:scale(1.09); /* IE 9 */
    -moz-transform:scale(1.09); /* Firefox */
    -webkit-transform:scale(1.09); /* Safari and Chrome */
    -o-transform:scale(1.09); /* Opera */
	transition: all 2s ease-out 0s;
	transition-delay: 0.1s;
	z-index:0;
}
.sub-visual.load .background {
	transform:scale(1);
    -ms-transform:scale(1); /* IE 9 */
    -moz-transform:scale(1); /* Firefox */
    -webkit-transform:scale(1); /* Safari and Chrome */
    -o-transform:scale(1); /* Opera */
}

.sub-title {margin:var(--size100-40) 0 var(--size60-40) 0; text-align:center;}
.sub-title h1 {position:relative; padding-bottom:0.86em; color:#242424; font-size:clamp(1.5rem, 1.1563rem + 0.8594vw, 2.1875rem); line-height:1.2em; font-weight:600; letter-spacing:-0.04em;}
.sub-title h1:before {content:''; position:absolute; left:50%; bottom:0; margin-left:calc(0px - var(--size60-40)/2); width:var(--size60-40); height:clamp(0.125rem, 0.0938rem + 0.0781vw, 0.1875rem); background:linear-gradient(to right, #125fb2 50%, #1a2b58 50%);}

#lnb {position:relative; border-bottom:1px solid #ddd; overflow:hidden;}
.lnb {max-width:1200px; margin:0 auto;}
.lnb ul {display:flex;}
.lnb ul li {flex:1; width:auto; text-align:center; border-left:1px solid #ddd;}
.lnb ul li:last-child {border-right:1px solid #ddd;}
.lnb ul li a {position:relative; padding:0 10px; display:flex; align-items:center; justify-content:center; font-size:var(--font20-14); min-height:var(--size60-40); color:#242424; font-weight:400; line-height:1.2em; letter-spacing:-0.03em;}
.lnb ul li.active a {color:#fff; font-weight:500; background:#1a2b58;}


#contArea {max-width:1260px; width:100%; margin:0 auto; padding-left:30px; padding-right:30px;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.real-cont {padding-bottom:var(--size100-50);}
.real-cont.none {padding-bottom:0;}

/* footer */
#footer {position:relative; color:#ddd; font-size:var(--font14-12); line-height:1.4; font-weight:400; letter-spacing:-0.04em; padding:var(--size60-20) 0; background:#333;}
#footer .contain {max-width:1780px; display:flex; align-items:flex-end;}
#footer address {font-style:normal; flex:1 1 auto; min-width:0; width:1%;}
#footer address strong {display:block; color:#fff; font-size:var(--font20-14); font-weight:700; margin-bottom:1.1em;}
#footer address span {display:inline-block; padding-right:2.19em;}
#footer .copyright {margin-top:1em; color:#878787; display:block; font-size:13px;}
#footer .copyright a {}
.f-menu ul {display:flex;}
.f-menu ul li {margin-right:2.3em; font-size:13px; color:#878787;}
.f-menu ul li:last-child {margin-right:0;}

.fp-tableCell .wrap {padding:var(--size100-60) 0;}