@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

.c1 {color:var(--color-primary) !important;}

#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:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}

#wrapper {position:relative; overflow:hidden;}

/* header */
#header {position:fixed; top:0; left:0; width:100%; z-index:100; transition:.3s;}
#header .contain {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:222px; height:88px; font-size:0; line-height:0;}

#gnb>ul {display:flex; text-align:center;} 
#gnb>ul>li {position:relative; padding:0 45px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction:column; justify-content:center; font-size:var(--font-size-22); letter-spacing:-.03em; line-height:1.33em; color:#fff; height:var(--header-height); font-weight:700;}
#gnb>ul>li>a:after {content:""; position:absolute; bottom:-3px; left:50%; transform:translateX(-50%); width:0; height:4px; background:var(--color-primary); transition:.2s;}
#gnb>ul>li:hover>a {color:var(--color-primary) !important;}
#gnb>ul>li.active>a:after {width:100%;}
#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:27px 5px 52px;}
#gnb .submenu>ul>li>a {display:block; padding:8px 0; color:#555; line-height:1.33em; font-size:var(--font-size-17);letter-spacing:-.025em;}
#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;}

.btn-all-menu {display:block;position:relative; width:30px; height:28px;}
.btn-all-menu span {position:absolute; left:5px; 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:-5px; right:0; height:2px; background:#fff;}
.btn-all-menu span:before {top:-13px;}
.btn-all-menu span:after {bottom:-13px;}

#header:hover {background:#fff;}
#header:hover .sitelogo a {background-image:url('../images/common/logo.png');}
#header:hover #gnb>ul>li>a {color:#333;}
#header:hover .btn-all-menu span {background:#333;}
#header:hover .btn-all-menu span:before,
#header:hover .btn-all-menu span:after {background:#333;}
#header:hover .btn-m-menu span {background:#333;}
#header:hover .btn-m-menu span:before,
#header:hover .btn-m-menu span:after {background:#333;}

#header.header-fixed {background:#fff; box-shadow:0px 3px 10px 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:#333;}
#header.header-fixed .btn-all-menu span {background:#333;}
#header.header-fixed .btn-all-menu span:before,
#header.header-fixed .btn-all-menu span:after {background:#333;}
#header.header-fixed .btn-m-menu span {background:#333;}
#header.header-fixed .btn-m-menu span:before,
#header.header-fixed .btn-m-menu span:after {background:#333;}

/* for mobile */
.btn-m-menu {display:none;position:relative; width:30px; height:28px;}
.btn-m-menu span {position:absolute; left:5px; 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:-5px; right:0; height:2px; background:#fff;}
.btn-m-menu span:before {top:-13px;}
.btn-m-menu span:after {bottom:-13px;}

.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:48px;}
.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 */
.section-inner {padding:100px 80px;}

.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 80px; position:absolute; top:50%; transform:translateY(-50%); left:0; width:100%; z-index:2; text-align:center;}
.main-visual .caption .t1 {opacity:0;transform:translateY(30px);font-size:var(--font-size-60);font-family:var(--font-gmarket); font-weight:500; letter-spacing:-.025em; line-height:1.3em;}
.main-visual .caption .t2 {opacity:0;transform:translateY(30px);margin-bottom:5px;font-size:var(--font-size-60); font-weight:700; letter-spacing:-.025em; line-height:1.3em;}
.main-visual .caption .t3 {opacity:0;transform:translateY(30px);font-size:var(--font-size-36); font-weight:400; letter-spacing:-.025em; line-height:1.3em;}
.main-visual .slick-dots {position:absolute;left:0; bottom:80px; width:100%; text-align:center;}
.main-visual .slick-dots li {display:inline-block; margin:0 9px;}
.main-visual .slick-dots li button {position:relative; display:block; width:30px; height:30px; background:transparent; border:1px solid transparent; border-radius:100%; overflow:hidden; text-indent:-9999em; transition:.2s;}
.main-visual .slick-dots li button:before {content:""; position:absolute; top:50%; left:50%; margin:-5px 0 0 -5px; width:10px; height:10px; background:#fff; border-radius:100%;}
.main-visual .slick-dots .slick-active button {border:1px solid #fff;}
.main-visual .slick-dots .slick-active button:before {background:#21acdc;}

.main-visual .slick-active .caption .t1 {animation:fadeUp .7s .3s forwards;}
.main-visual .slick-active .caption .t2 {animation:fadeUp .7s .5s forwards;}
.main-visual .slick-active .caption .t3 {animation:fadeUp .7s .8s forwards;}

@keyframes fadeUp{
	0% {opacity:0; transform:translateY(30px);}
	100% {opacity:1; transform:translateY(0);}
}

.more-btn {margin-bottom:50px;display:inline-flex; align-items:center; justify-content:center; min-width:180px; height:50px; border:1px solid #6b7681; font-size:var(--font-size-17); font-weight:400; letter-spacing:-.025em; line-height:1.4em; color:#fff; padding:0 13px; text-align:center;}
.more-btn:hover {border-color:#fff;}

.main-lawyer .wrap {position:relative;height:100vh;display:flex; flex-direction:column; justify-content:flex-end; padding-bottom:0;}
.main-lawyer .wrap:before {content:''; position:absolute; left:50%; bottom:0; width:100vw; height:700px; z-index:-1; transform:translateX(-50%);background:#222d38;} 
.main-lawyer .contain {position:relative;}
.main-lawyer .top-area {margin-bottom:-120px;}
.main-lawyer .top-area p {font-size:var(--font-size-20); font-weight:400; letter-spacing:-.025em; line-height:1.5em; color:#000;}
.main-lawyer .slider-for .slick-list {overflow:visible;}
.main-lawyer .slider-for .item {display:none;}
.main-lawyer .profile {display:flex; justify-content:flex-start; color:#fff;}
.main-lawyer .profile .info {margin-top:250px;display:flex; flex:1 1 auto; min-width:0; width:1%;}
.main-lawyer .profile .name {width:320px;margin-bottom:5px;font-size:var(--font-size-46); font-weight:800; letter-spacing:-.025em; line-height:1.33em; color:#fff;}
.main-lawyer .profile .name small {font-size:.65em; font-weight:400; margin-left:11px;}
.main-lawyer .profile .icon-txt {font-size:var(--font-size-24); font-weight:500; letter-spacing:-.025em; line-height:1.4em;}
.main-lawyer .profile .icon-txt img {display:inline-block; vertical-align:middle; margin:-6px 10px 0 0;}
.main-lawyer .profile .list {flex:1 1 auto; min-width:0; width:1%;}
.main-lawyer .profile .list ul li {position:relative;line-height:1.4em; margin-bottom:9px; padding-left:20px;}
.main-lawyer .profile .list ul li:before {content:'.'; position:absolute; left:0; top:-5px;}
.main-lawyer .profile .img-wrap {margin-right:-160px;width:884px;}
.main-lawyer .profile .img-wrap .img {position:relative;padding-bottom:100%; overflow:hidden;}
.main-lawyer .profile .img-wrap .img 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;}
.main-lawyer .slider-nav {margin-bottom:110px;padding:0 48px;display:flex;position:absolute; left:0; bottom:0; width:100%; max-width:600px;}
.main-lawyer .slider-nav .slick-list {margin:0 -18px; width: 100%;}
.main-lawyer .slider-nav .slick-slide {padding:0 18px;}
.main-lawyer .slider-nav .slick-arrow {position:absolute; top:50px; display:block;width:16px; height:29px; background-position:center center; background-repeat:no-repeat; background-size:contain; border:0; line-height:0; font-size:0; background-color:transparent;}
.main-lawyer .slider-nav .slick-prev {left:0;background-image:url('../images/main/lawyer-prev.png');}
.main-lawyer .slider-nav .slick-next {right:0;background-image:url('../images/main/lawyer-next.png');}
.main-lawyer .slider-nav .img {margin-bottom:8px;border-radius:100%; background:#79828c;position:relative;padding-bottom:100%; overflow:hidden;}
.main-lawyer .slider-nav .img 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:contain;}
.main-lawyer .slider-nav p {color:#fff; text-align:center; font-weight:700; line-height:1.3em;}
.main-lawyer .slider-nav .slick-current .img:after {content:''; position:absolute; left:0; top:0; bottom:0; right:0; border:2px solid #fff; border-radius:100%;}

.main-field {background:url('../images/main/field.jpg') no-repeat 50% 50% / cover;}
.main-field .links ul {display:flex; flex-wrap:wrap; border:1px solid #a6936c;}
.main-field .links ul li {width:25%; border:1px solid #a6936c;}
.main-field .links ul li a {height:245px;position:relative;background-color:rgba(58,98,142,.7);display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; transition:.3s; color:#fff;}
.main-field .links ul li a:before {opacity:0;content:''; position:absolute; left:0; top:0; width:100%; height:100%;background-size:cover; background-position:50% 50%; background-repeat:no-repeat; color:#fff; transition:opacity .3s;}
.main-field .links ul li a:after {content:""; position:absolute; right:-1px; bottom:-1px; width:51px; height:51px; background:url('../images/main/plus.png')no-repeat 50% 50% /contain; opacity:0;transition:.3s;}
.main-field .links ul li a:hover:before {opacity:1;}
.main-field .links ul li a:hover:after {opacity:1;}
.main-field .links ul li a>div {position:relative; z-index:1;}
.main-field .links .box1:before {background-image:url('../images/main/biz1.jpg');} 
.main-field .links .box2:before {background-image:url('../images/main/biz2.jpg');} 
.main-field .links .box3:before {background-image:url('../images/main/biz3.jpg');} 
.main-field .links .box4:before {background-image:url('../images/main/biz4.jpg');} 
.main-field .links .box5:before {background-image:url('../images/main/biz5.jpg');} 
.main-field .links .box6:before {background-image:url('../images/main/biz6.jpg');} 
.main-field .links .box7:before {background-image:url('../images/main/biz7.jpg');} 
.main-field .links .box8:before {background-image:url('../images/main/biz8.jpg');} 
.main-field .links .box9:before {background-image:url('../images/main/biz9.jpg');} 
.main-field .links .box10:before {background-image:url('../images/main/biz10.jpg');} 
.main-field .links .box11:before {background-image:url('../images/main/biz11.jpg');} 
.main-field .links .box12:before {background-image:url('../images/main/biz12.jpg');} 
.main-field .links .en-tit {font-family:var(--font-georgia); color:#abccde; letter-spacing:-.01em; line-height:1.4em;}
.main-field .links .bar {width:50px; height:1px; background:#9a9cb7; margin:15px 0;}
.main-field .links .ko-tit {font-size:var(--font-size-24);letter-spacing:-.01em; line-height:1.4em;}

.main-location {background:url('../images/main/location-bg.jpg') no-repeat 50% 50% /cover;}
.main-location h2 {margin-bottom:42px;text-align:center; font-family:var(--font-gmarket); color:#fff; font-size:var(--font-size-36); font-weight:700; letter-spacing:-.05em; line-height:1.4em;}
.root_daum_roughmap {width:100% !important;}

/* sub */
.sub-visual {position:relative; height:300px; text-align:center; 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 .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");}
.sub-visual .bg6 {background-image:url("../images/common/sv6.jpg");}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb-wrap {border-bottom:2px solid #ddd; height:140px;max-width:1400px; margin:0 auto; display:flex; align-items:flex-end;}
.sv-title {margin-right:47px;position:relative;padding:0 34px 36px;font-size:var(--font-size-46); font-weight:800; letter-spacing:-.025em; line-height:1em; color:#333;}
.sv-title:after {content:''; position:absolute; left:0; bottom:-2px; width:100%; height:2px; background:var(--color-primary);;}
.lnb {padding-bottom:36px;}
.lnb ul {display:flex;}
.lnb ul li {margin-right:50px;width:auto; font-size:var(--font-size-20); font-weight:400; letter-spacing:-.025em; line-height:1.3em; color:#000;}
.lnb ul li:last-child {margin-bottom:0;}
.lnb ul li.active a {font-weight:800; color:#26499d;}

#contArea {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.real-cont {min-height:300px; padding:90px 0 120px;}

/* footer */
#footer {padding:70px 0 55px; background:#232731; color:#aaa; line-height:1.5em; letter-spacing:0;}
#footer .contain {position:relative;}
#footer span {display:inline-block;}
#footer a:hover {text-decoration:underline;}

.foot-logo {margin-bottom:30px;}
#footer address {font-style:normal; margin-bottom:9px;}
#footer address span {margin:0 15px 4px 0;}
.designed {font-size:12px; color:#35373b;}
.foot-links {display:flex; align-items:center; position:absolute; right:30px; bottom:0;}
.foot-links .bar {width:1px; height:10px; background:#353535; margin:0 15px;}

.scroll-top {position:fixed; bottom:70px; right:60px; transition:.2s; opacity:0; display:flex; flex-direction:column; justify-content:center; width:60px; height:60px; text-align:center; color:#fff; font-weight:900; line-height:1.3em; background:#0090ff; border-radius:100%; z-index:90;}
.scroll-top:before {margin:0 auto 2px;content:""; display:block; width:12px; height:13px; background:url('../images/common/scroll-top.png') no-repeat 50% 50% /contain;}
.scroll-top.active {opacity:1;}

#main.fp-viewing-0 .scroll-top {opacity:0;}
#main .scroll-top {opacity:1;}