@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-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;}

/* header */
#header {position:relative; z-index:100; width:100%;}
#header .contain {position:relative; padding: 0 30px; display:flex; align-items: center; justify-content: flex-end; max-width:1780px; height:112px; margin:0 auto; z-index:2;}
.sitelogo {position: absolute; left:30px;}

#gnb  {margin-right:12%;}
#gnb > ul {display:flex; z-index: 10; align-items: center; }
#gnb > ul > li {position: relative; padding: 0 30px;}
#gnb > ul > li:last-child {padding-right: 0;}
#gnb > ul > li > a {display:block; height:112px; font-family:'NanumSquare', sans-serif; display:flex; align-items:center; justify-content:center; color:#333; font-size:21px; font-weight:700; line-height:1.3em;}

#gnb .submenu {position:absolute; left:-100%; width:300%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu ul {padding:21px 2px;}
#gnb .submenu ul li a {padding:8px 0 ;display:block; font-family:'Pretendard', sans-serif; color:#fff; font-size:16px; font-weight:200; line-height:1.3em; letter-spacing:-.03em;}
#gnb .submenu ul li:hover a, #gnb .submenu ul li.active a {text-decoration: underline;}

.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#1a1c3b; opacity:.75;}

.language {position:relative; width:80px; color:#454545; font-size:15px; letter-spacing:0;}
.language button {position:relative; width:100%; height:34px; display:flex; align-items:center; justify-content:space-between; background:none; border:0;}
.language button:after {content:""; display:block; width:0; height:0; border-left:5px solid transparent; border-right:5px solid transparent; border-top:6px solid #c3c3c3;}
.language ul {display:none; position:absolute; width:100%; background:#fff; border:1px solid #ddd;}
.language ul li {border-bottom:1px solid #ddd;}
.language ul li:last-child {border-bottom:0;}
.language ul li a {display:block; padding:0 15px; line-height:39px;}
.language ul li a:hover {background:#f4f4f4; color:#242424;}

/* for mobile */
.btn-m-menu {display:none; position:absolute; top:50%; right:30px; width:24px; height:24px; margin-top:-14px; text-indent:-9999em; z-index:50;}
.btn-m-menu span {position:absolute; left:0; right:0; top:12px; height:2px; background:#242424;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#242424;}
.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:150;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px;}
.mobile-navigation .home img {height:37px;}
.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:12px 48px 12px 20px; display:block; color:#242424; font-size:18px; font-weight:500; 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:13px; height:13px; border-right:1px solid #505050; border-bottom:1px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#1a1c3b;}
.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:#fafafa; color:#454545; font-size:15px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu p {font-size:16px; font-weight:500; line-height:1.3em; margin-bottom:5px;}
.mobile-navigation .nav-menu .submenu ul li {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:13px 20px;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:#10af00;}
.mobile-navigation .nav-menu .submenu .col {padding:10px 0;}
.mobile-navigation .nav-menu .submenu .col ul li a {padding:3px 0;}
.mobile-navigation .nav-menu .submenu .col ul li a:before {content:"-"; margin-right:4px;}

.mobile-navigation .close {position:absolute; top:20px; right:18px; 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:#454545; 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; padding: 0 30px; align-items: center;}

.main-visual {position: relative;}
.main-visual .item .img {position:relative; padding-bottom:45.833%; overflow:hidden;}
.main-visual .item .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-visual .caption {position:absolute; top:50%; left:0; width:100%; padding:0 30px; transform:translateY(-45%); color:#fff; z-index:50; text-align: center;}

.main-visual  .title {text-align: center;}
.main-visual  .title h2 {margin-bottom: 30px; font-family:'Pretendard', sans-serif; font-weight: 400; font-size:30px; line-height:1.4em; color:#fff; letter-spacing:-.03em;}
.main-visual  .title h2 .img {margin-right: 13px;}
.main-visual  .title h2 .img img {vertical-align: middle; margin-top: -12px;}
.main-visual  .title .en {font-family:'Pretendard', sans-serif; font-weight: 700; font-size:55px; line-height:1em; color:#fff; letter-spacing:0;}

.main-visual .slick-dots {position:absolute; bottom:50px; left:0; width:100%; text-align:center; line-height:0; z-index:50;}
.main-visual .slick-dots li {display:inline-block; vertical-align:top; margin:0 5px;}
.main-visual .slick-dots li button {display:block; width:18px; height:18px; background:#fff; border:0; overflow:hidden; text-indent:-9999em; border-radius:100%;}
.main-visual .slick-dots li.slick-active button {border:2px solid #fff; background: none;}
.main-visual .item3 h2, .main-visual .item3 p,.main-visual .item2 h2, .main-visual .item2 p {color:#fff;}
.main-visual .item2 .text {padding-top: 70px;}
.main-visual .slick-arrow {z-index: 100 !important; position:absolute; top:50%; margin-top:-20px; width:82px; height:42px; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; border:0; overflow:hidden; text-indent:-9999em;}
.main-visual .slick-prev {left:100px; background-image:url("../images/main/slide_prev.png");}
.main-visual .slick-next {right:100px; background-image:url("../images/main/slide_next.png");}

.main-tit {text-align: center; margin-bottom: 50px;}
.main-tit h2 {margin-bottom: 10px; font-family:'Pretendard', sans-serif; font-weight: 600; font-size:35px; line-height:1em; color:#0b113b; letter-spacing:-0.03em;}
.main-tit p {font-family:'Pretendard', sans-serif; font-weight: 500; font-size:18px; line-height:1em; color:rgba(36,36,36,0.1); letter-spacing:-0.03em;}
.main-tit span {font-size:28px; font-weight: 400;}
.main-tit span strong {font-weight: 600;}

.main-work {margin: 100px 0; overflow:hidden; padding:0 80px;}
.main-work .txt ul {display:flex; margin: 0 -20px;}
.main-work .txt ul li {width: 33.33333%; padding: 0 20px;}
.main-work .txt ul li:hover a {opacity: 1;}
.main-work .txt ul li .con {position: relative;}
.main-work .txt ul li p {margin-top: 20px; text-align: center; font-family:'Pretendard', sans-serif; font-weight: 500; font-size:20px; line-height:1.5em; color:#242424; letter-spacing:0;}
.main-work .txt ul li a {opacity: 0; text-align: center; display:flex; position: absolute; width: 100%; height: 100%; top:0; left: 0; padding:5px; background: rgba(26,28,59,.8); font-family:'Pretendard', sans-serif; font-weight: 500; font-size:20px; line-height:1.5em; color:#fff; letter-spacing:0; align-items: center; justify-content: center; flex-direction: column;}
.main-work .txt ul li a .t1 {margin-bottom: 20px;}
.main-work .txt ul li a .t2 {font-family:'Pretendard', sans-serif; position: relative; display:inline-block;  font-weight: 300; font-size:15px;}
.main-work .txt ul li a .t2:before {position: absolute; content:""; width: 100%; height: 1px; background-color: rgba(255,255,255,.3); bottom: -2px;}
.main-work .slick-arrow {opacity:.5; position:absolute; top:50%; margin-top:-50px; width:50px; height:50px; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; border:0; overflow:hidden; text-indent:-9999em; z-index:50;}
.main-work .slick-arrow:hover {opacity:1;}
.main-work .slick-prev {left:-70px; background-image:url("../images/main/work_slide_prev.png");}
.main-work .slick-next {right:-70px; background-image:url("../images/main/work_slide_next.png");}

.main-introduce {padding: 100px 0; height: 680px; background: url(../images/main/main-introduce.jpg) 50% 50% no-repeat; background-size: cover; overflow:hidden;}
.main-introduce .main-tit h2 {color: #fff;}
.main-introduce .items {display:flex; flex-wrap:Wrap; margin: 0 -15px;}
.main-introduce .items .item {width: 20%; padding: 0 15px;}
.main-introduce .items .item .img {position:relative; padding-bottom:115.6%; clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%); background:#fff; overflow:hidden;}
.main-introduce .items .item .img img {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); width:auto !important; height:auto !important; max-width:100%; max-height:100%; object-fit:contain;}
.main-introduce .items .item p {margin-top:26px; text-align: center; font-family:'Pretendard', sans-serif; font-weight: 600; font-size:22px; line-height:1.589em; color:#fff; letter-spacing:0;}
.main-introduce .items .item span {font-weight: 400; font-size:18px;}


.main-introduce .slick-arrow {z-index: 100 !important; position:absolute; top:50%; margin-top:-20px; width:82px; height:42px; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; border:0; overflow:hidden; text-indent:-9999em;}
.main-introduce .slick-prev {left:-200px; background-image:url("../images/main/main_slide_prev.png");}
.main-introduce .slick-next {right:-200px; background-image:url("../images/main/main_slide_next.png");}


.main-notice {padding: 100px 0; height: 580px; background: url(../images/main/main-notice.jpg) 50% 50% no-repeat; background-size: cover;}
.main-notice .items {display:flex; flex-wrap:wrap; margin: 0 -20px;}
.main-notice .items .item {width: 50%; padding: 0 20px;}
.main-notice .items .item .notice {background-color: #fff; padding: 35px; position: relative;}
.main-notice .items .item .notice h3 {font-family:'Pretendard', sans-serif; font-weight: 600; font-size:22px; line-height:1.4em; color:#242424; letter-spacing:-0.03em; margin-bottom: 18px;}

.main-notice .items .item .notice .num {display:none; width: 65px; height: 65px; text-align: center; font-family:'Pretendard', sans-serif; font-weight: 400; font-size:15px; line-height:1.467em; color:#fff; letter-spacing:-0.03em; background-color: #1a1c3b;}
.main-notice .items .item .notice .num span {font-size:22px; font-weight: 500;}
.main-notice .items .item .notice .num p {height: 100%; display:flex; display: flex; flex-direction: column; justify-content: center;}
.main-notice .items .item .notice li .txt {width: 80%; display:none; padding: 16px 0; font-family:'Pretendard', sans-serif; font-weight: 400; font-size:15px; line-height:1.667em; color:#454545; letter-spacing:-0.03em;}
.main-notice .items .item .notice li {position: relative; padding-top: 16px;}
.main-notice .items .item .notice li .tit {width: 80%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-family:'Pretendard', sans-serif; font-weight: 400; font-size:16px; line-height:1.4em; color:#454545; letter-spacing:-0.03em;}
.main-notice .items .item .notice li a {display:flex; align-items: center;}
.main-notice .items .item .notice li .day {position: absolute; right: 0; font-family:'Pretendard', sans-serif; font-weight: 400; font-size:16px; line-height:1.4em; color:#454545; letter-spacing:-0.03em;}
.main-notice .items .item .notice .plus {display:block; position: absolute; top: 35px; right: 35px;}

.main-notice .items .item .notice li.active .num {display:block}
.main-notice .items .item .notice li.active a {display:flex; flex-wrap:wrap;}
.main-notice .items .item .notice li.active .tit {padding-top: 0; padding-left: 20px; width: 80%; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; word-wrap:break-word; white-space:break-spaces; text-overflow:ellipsis; overflow:hidden; font-family:'Pretendard', sans-serif; font-weight: 500; font-size:18px; line-height:1.667em; color:#242424; letter-spacing:-0.03em;}
.main-notice .items .item .notice li.active .txt {display:block;}
.main-notice .items .item .notice li.active .day {display:none;}
.main-notice .items .item .notice li.active {padding: 0; border-bottom: 1px solid #ddd;}

.main-map .map div {left:-60px;}
.main-map .root_daum_roughmap .wrap_controllers {display:none;}
.main-map {position: relative;}
.map-text {text-align: center; position: absolute; width: 300px; height: 100%; right:0; top: 0; z-index: 100; background-color: rgba(26,28,59,.9); display: flex; flex-direction: column; justify-content: center; align-items: center;}
.map-text .logo {margin-bottom: 8px;}
.map-text .tit {position: relative; padding-bottom: 44px; font-family:'Pretendard', sans-serif; font-weight: 600; font-size:22px; line-height:1.4em; color:#fff; letter-spacing:-0.03em;}
.map-text .tit:before {content:""; position: absolute; width: 1px; height: 24px;background-color: #fff; left: 50%; transform:translateX(-50%); bottom: 0;}
.map-text .txt {padding-top: 20px; font-family:'Pretendard', sans-serif; font-weight: 500; font-size:16px; line-height:1.75em; color:#fff; letter-spacing:-0.03em;}
.map-text .tel {margin-top: 20px; font-family:'Pretendard', sans-serif; font-weight: 500; font-size:26px; line-height:1.346em; color:#fff; letter-spacing:-0.03em;}

.root_daum_roughmap {width:100% !important;}
.roughmap_lebel_text {line-height:0 !important; font-size:0 !important;}
.roughmap_lebel_text:after {content:"법무법인 가림"; font-size:12px; line-height:15px;}

/* sub */
.mobile {display:none;}
.sub-visual {display:flex; align-items:center; height:300px; text-align:center; background-repeat:no-repeat; background-position:50% 50%; background-size:cover; overflow:hidden; justify-content: center;}
.sub-visual .inner {width:100%;}
.sub-visual h2 {font-size:35px; font-weight: 600; line-height:1.4em; letter-spacing:-.03em; color:#fff;}
.sv1  {background-image:url("../images/common/sv1.jpg");}
.sv2  {background-image:url("../images/common/sv2.jpg");}
.sv3  {background-image:url("../images/common/sv3.jpg");}
.sv4  {background-image:url("../images/common/sv4.jpg");}
.sv5  {background-image:url("../images/common/sv5.jpg");}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title {position: relative; padding:100px 0 44px; text-align:center;}
.sub-title h2 {position: relative; font-family:'NanumSquare', sans-serif; color:#333333; font-size:30px; line-height:1.4em; font-weight: 700; letter-spacing:-.03em;}
.sub-title P {position: absolute; left: 50%; transform:translate(-50%); color:rgba(36,36,36, 0.1); font-size:50px; margin-top: -36px; line-height:1.4em; font-weight: 500; letter-spacing:-.03em;}

.sub-title2 {border:none; margin-bottom: 0;}
.real-cont {min-height:300px; padding-bottom:100px;}

.lnb ul {display:flex; justify-content: center; border-right:1px solid #ddd;}
.lnb ul li {background-color: #fff; border:1px solid #ddd; border-right:none; position: relative; width: auto; display:flex; justify-content: center; flex:1;}
.lnb ul li a {width: 100%; border-top:1px solid #ddd;  position: relative; display:flex; align-items: center; justify-content: center; height:60px; font-family:'NanumSquare', sans-serif; color:#242424;  font-size:18px; font-weight:500; line-height:1.4em; letter-spacing:-.03em;}
.lnb ul li.active {background-color: #1a1c3b; border:none;}
.lnb ul li.active a {color: #fff; border:none;}

.path-wrap {position:relative; border-bottom:1px solid #ddd; z-index:50;}
.path-wrap .wrap {display:flex; justify-content:space-between; max-width:1200px; margin:0 auto;}
.path-wrap .inner {display:flex; flex:1 1 auto; min-width:0; width:1%;}
.path-wrap .home a {display:block; width:69px; height:60px; background:url("../images/common/home.png") 50% 50% no-repeat; text-indent:-999em; overflow:hidden; border-left:1px solid #ddd; border-right:1px solid #ddd;}
.path-wrap .part {position:relative; min-width:250px; border-right:1px solid #ddd; z-index:50;}
.path-wrap .part > a {display:flex; align-items:center; position:relative; height:60px; color:#242424; font-size:17px; font-weight:500; line-height:1.3em; padding:0 70px 0 20px;}
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:17px; margin-top:-7px; width:17px; height:14px; background:url("../images/common/path_down.png") 50% 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:#505050; line-height:1.3em; border-bottom:1px solid #ddd;}
.path-wrap .part ul li:last-child {border-bottom:0;}
.path-wrap .part ul li a {display:block; padding:14px 20px;}
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a {color:#242424; background:#f8f8f8;}

.sub-tap {margin-bottom: 60px;}
.sub-tap ul {display:flex; justify-content: center;}
.sub-tap ul li {text-align:center; width: 50%;}
.sub-tap ul li a {display:Flex; align-items: center; justify-content: center; border:1px solid #ddd; width: 100%; height:50px; color:#333;  border-radius:0; font-size:18px; font-weight:700; line-height:1.4em;}
.sub-tap ul li:first-child a {border-right:0;}
.sub-tap ul li a:hover, .sub-tap ul li.active a  {color:#fff; background-color: #f08625;}

/* footer */
#footer {padding:38px 0; overflow:hidden; background-color: #292828;}
#footer address {font-style:normal;}
#footer .contain {max-width:1460px; display:flex; position: relative;} 

.foot-logo {margin-right: 50px;}

.foot-info address {font-family:'Noto Sans KR', sans-serif; color:#f5f5f5; font-size:14px; line-height:1.786em; font-weight: 300; letter-spacing:-.03em;}
.foot-info address span {display:inline-block; margin-right: 25px;}
.foot-info .copyright {font-size:14px; font-family:'Noto Sans KR', sans-serif; color:#f5f5f5; line-height:1.3em; letter-spacing:-.03em; font-weight: 400;}
.foot-info .copyright span {color: #d4d4d4; font-size:12px;}

.foot-links {position: absolute; right: 30px;}
.foot-links ul {display:flex;}
.foot-links ul li {display:flex; margin-right: 24px;}
.foot-links ul li:last-of-type {margin-right: 0;}
.foot-links ul li img {margin-right: 10px; margin-top: 3px;}
.foot-links a {display:block; font-family:'Noto Sans KR', sans-serif; font-size:15px; color:#fff; line-height:1.3em; letter-spacing:-.03em; font-weight: 400;}

