@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

#skipToContent a {z-index:100000;position:absolute;overflow:hidden;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;}
#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:fixed; top: 0; width:100%; background: #fff; z-index:100;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; max-width: 1820px; height:var(--header-height); z-index:10;}

#gnb {flex:1 1 auto; min-width:0; width:1%; text-align:center; padding-left: 100px;}
#gnb>ul {display:flex; justify-content:flex-start; margin: 0 -42px;}
#gnb>ul>li {position:relative; padding:0 42px;}
#gnb>ul>li>a {display:flex; flex-direction: column; justify-content:center; align-items:center; position:relative; height:100px; color:#000; font-size:20px; font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li.active>a {color: #60b71d;}
#gnb>ul>li>a:after {position:absolute; content:""; bottom:-1px; left:50%; width:0; height:5px; background:#60b71d; transition:.2s;}
#gnb>ul>li.active>a:after {width:100%; left:0;}

#header .inquiry-tel {font-weight: 600; display: flex; gap: 12px; align-items: center; line-height: 1.3em; margin-right: 100px;}

/* for mobile */
.btn-m-menu {display:block; position:relative; width:30px; height:26px;}
.btn-m-menu span {position:absolute; right:0; top:50%; width:25px; height:4px; margin-top:-2px; background:#242424; border-radius: 2px;}
.btn-m-menu:before,
.btn-m-menu:after {content:" "; position:absolute; left:0; right:0; height:4px; background:#242424; border-radius: 2px;}
.btn-m-menu:before {top:0;}
.btn-m-menu:after {bottom:0;}

.mobile-navigation {display:block; z-index:102; position:fixed; top:0; right:0; overflow:auto; width:300px; height:100%; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff;}
.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 {display:block; position:relative; padding:10px 48px 10px 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li:hover>a {color:#fff; background:#60b71d}
.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 {position:absolute; content:""; 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; z-index:100; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6;}

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;  background:#000; overflow:hidden;}
.main-visual .item {position:relative; height:100vh; overflow:hidden;}
.main-visual .image {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:5s linear; transform:scale(1.15);}
.main-visual .image 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 .caption {display: flex; flex-direction: column; justify-content: space-between; gap: 50px; position:absolute; pointer-events: none; top: 50%; left:50%; transform: translate(-50%, -50%); max-width: 1620px; width: 100%; height: calc(100% - 200px); max-height: 800px; padding:100px 50px 0; color:#fff; z-index:40; font-weight: 900; font-size: 50px; line-height: 1.08em; text-align: center;}
.main-visual .caption>div {padding: 0 50px;}
/* .main-visual .caption .mv-logo {text-align:  center;}
.main-visual .caption .desc {text-shadow: 0 0 10px #000;}
.main-visual .caption .desc p:not(:last-child) {margin-bottom: 20px;} */
.bg-txt {position: relative; line-height: 1.5em; z-index: 1; padding: 0 7px;}
.bg-txt:before {position: absolute; content: ''; top: 50%; left: 0; transform: translateY(-50%); width: 100%; height: 100%; background: #000; pointer-events: none; border: 0; z-index: -1; border-radius: 20px;}
.main-visual .controls {position:absolute; top:calc(50% + 170px); left:50%; display:flex; align-items:center; padding:0 50px; margin-left:-750px; color:#fff; z-index:40;}
.main-visual .active .image {transform:scale(1);}
.main-visual .scroll {position:absolute; bottom:45px; right:145px; animation:scrollDown .9s linear infinite alternate; z-index:40;}
.btn-mv {pointer-events: auto;  font-size: 24px; font-weight: 800; display: flex; width: fit-content; height: auto; flex-direction: column; align-items: center; justify-content: center; padding:14px 50px; margin: 30px auto 0; background: #000; border-radius:50px; line-height: 1.5em;}
.btn-mv span {display: block;}
.main-visual .slick-dots {display: flex; gap: 38px; position: absolute; left: 80px; bottom: 70px;}
.main-visual .slick-dots button {width: 11px; height: 11px; background: #fff; border-radius: 100%; overflow: hidden; border: 0; text-indent: -99999em;}
.main-visual .slick-dots .slick-active button {background: #60b71d;}
.main-visual .slick-dots li {position: relative;}
.main-visual .slick-dots .slick-active:before {position: absolute; content:''; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 30px; height: 30px; border-radius: 100%; border: 1px solid #60b71d;}

.main-visual .txt1 {margin-bottom: 50px;}
.main-visual .txt1 h2 {line-height: 1.2em; margin-bottom: 10px; font-size: 74px;}
.main-visual .txt1 .line-txt {position: relative;width: fit-content; margin: 0 auto; padding-left: 206px;}
.main-visual .txt1 .line-txt:before {position: absolute; content:''; top: 50%; margin-top: -1px; left: 0; width: 170px; height: 2px; background: #fff;}
.main-visual .bg-txt ,a.bg-txt {width: fit-content; margin: 0 auto; padding: 0 60px; margin-bottom: 20px;}
.main-visual .bg-txt:before, a.bg-txt:before {background: #ff861d;}
.mv-tag {display: flex; align-items: center; justify-content: center; position: absolute; top: 160px; right: 60px; width: 160px; height: 160px; border-radius: 100%; background: #ff861d; font-weight: 500; font-size: 30px; color: #fff; text-align: center;}
a.bg-txt {pointer-events: auto;}

@keyframes scrollDown{
	0%{transform:translateY(0);}
	100%{transform:translateY(15px);}
}

.main-section {padding: var(--section-padding);}
.main-section .contain {max-width: 1460px;}
.main-repurchase .desc, .main-relay .desc {padding: 0 30px; font-size: 40px; font-weight: 700; line-height: 1.25em;}
.bgc1-box:before {background: #ffe2d0;}
.bgc2-box:before {background: #c6ffc0;}

.main-repurchase .main-tit {font-size: 100px; line-height: 1em;}
.main-repurchase p.fz36 {color: #555;}
.main-repurchase .contain {max-width: 1640px;}
.main-repurchase .bg-txt:before {border-radius: 10px;}
.main-repurchase .slick-list {margin: 0 -15px;}
.main-repurchase .titles {font-size: 36px; font-weight: 400;}
.main-section .slick-arrow {position: absolute; z-index: 10; top: calc(50% + 23px); margin-top: -30px; width: 60px; height: 60px; overflow:hidden; text-indent: -999em; border: 0;}
.main-section .slick-prev {left: 30px; background: url('../images/main/slide-prev.png') no-repeat center center; background-size: contain;}
.main-section .slick-next {right: 30px; background: url('../images/main/slide-next.png') no-repeat center center; background-size: contain;}
.main-repurchase .thumb {position: relative; overflow: hidden; margin-top: 10px; border-radius: 30px;}
/* .main-repurchase .thumb:before {position: absolute; content: ''; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,.3);} */
.main-repurchase .thumb .img {position: relative; width: 100%; padding-bottom: 63.46155%; overflow: hidden;}
.main-repurchase .thumb .img img {position: absolute; width: 100%; height: auto; max-width: 100%; min-height: 100%; left: 0; top: 50%; transform: translateY(-50%); object-fit: cover;}
.main-repurchase .thumb .address {display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 20px; z-index:1; position: absolute; top: 0; left: 0; width: 100%; max-width: fit-content; height: 100%; padding: 0 26px; color: #fff; letter-spacing: 0; text-shadow: 0 0 5px #000;}
.main-repurchase .inner { text-align: center; position: relative; width: 100%;}
.main-repurchase .slick-slide {padding: 0 15px; position: relative;}
.main-repurchase .purchase-txt {margin-bottom: 150px;}

.main-relay .main-tit {font-size: 100px; line-height: 1em;}
.main-relay .contain {max-width: 1640px;}
.main-relay .bg-txt:before {border-radius: 10px;}
.main-relay .slick-list {margin: 0 -15px;}
.main-relay .titles {font-size: 36px; font-weight: 400;}
.main-section .slick-arrow {position: absolute; z-index: 10; top: calc(50% + 23px); margin-top: -30px; width: 60px; height: 60px; overflow:hidden; text-indent: -999em; border: 0;}
.main-section .slick-prev {left: 30px; background: url('../images/main/slide-prev.png') no-repeat center center; background-size: contain;}
.main-section .slick-next {right: 30px; background: url('../images/main/slide-next.png') no-repeat center center; background-size: contain;}
.main-relay .thumb {position: relative; overflow: hidden; margin-top: 10px; border-radius: 30px;}
/* .main-repurchase .thumb:before {position: absolute; content: ''; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,.3);} */
.main-relay .thumb .img {position: relative; width: 100%; padding-bottom: 63.46155%; overflow: hidden;}
.main-relay .thumb .img img {position: absolute; width: 100%; height: auto; max-width: 100%; min-height: 100%; left: 0; top: 50%; transform: translateY(-50%); object-fit: cover;}
.main-relay .thumb .address {display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 20px; z-index:1; position: absolute; top: 0; left: 0; width: 100%; max-width: fit-content; height: 100%; padding: 0 26px; color: #fff; letter-spacing: 0; text-shadow: 0 0 5px #000;}
.main-relay .inner { text-align: center; position: relative; width: 100%;}
.main-relay .item:not(:last-child):before {position: absolute; content: ''; z-index: 1; top: 50%; right: 0; margin-top: -43px; margin-right: -27px; width: 55px; height: 86px; background: url('../images/main/repurchase-arrow.png') no-repeat center center; background-size: contain;}
.main-relay .items {display: flex; justify-content: center; margin: 0 -15px;}
.main-relay .items .item {flex: 1; max-width: 33.3333333%; padding: 0 15px; position: relative;}

.main-relay.main-section {padding-bottom: 140px;}
.relay-txt p:not(:last-child) {margin-bottom: 20px;}
.relay-cases {display: flex; align-items: center; justify-content: space-between; gap: 9px;}
.relay-cases .arrow {width: 35px; height:35px; background: url('../images/main/relay-arrow.png') no-repeat center center; background-size: contain;}
.relay-cases h3 {position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; width: 250px; height: 60px; margin: 0 auto -30px; border: 1px solid #ddd; border-radius: 30px; background: #fff; font-size: 18px;}
.relay-cases .thumb {position: relative; width: fit-content;}
.relay-cases .address {display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 22px; z-index:1; position: absolute; top: 0; left: 0; width: 100%; max-width: fit-content; height: 100%; padding: 0 56px; color: #fff; text-align: center;}

.main-again .main-tit {font-size: 80px; font-weight: 600; line-height: 1em;}
.main-again .desc {font-size: 56px; line-height: 1.2em; color: #555555;}
.main-again p.fz36 {color: #555;}
.again-items {display: flex; max-width: 1740px; margin: 0 auto; padding: 0 30px; gap: 15px;}
.again-items .item {flex: 1;}
.again-items .circle {margin-bottom: 35px;}
.again-items h3 {margin-bottom: 15px; font-weight: 700; font-size: 28px;}
.again-items p {font-size: 23px; font-weight: 500; color: #555; line-height: 1.2em;}

.main-estimate {background: url('../images/main/bg-estimate.jpg') no-repeat center center; background-size: cover; color: #fff; text-align: center;}
.main-estimate h2 {font-size: 100px; line-height: 1em;}
.main-estimate .flex-items {display: flex; justify-content: center; gap: 96px;}
.main-estimate .flex-items .right-item {padding-top: 18px;}
.bg-txt.white-txt:before {background: rgba(255,255,255,.5); border-radius: 10px;}
.bg-txt.dark-txt:before {background: rgba(0,0,0,.5); border-radius: 10px;}
.main-estimate .btn-mv {font-size: 30px; padding: 0 34px;}

.main-portfolio h2 {font-size: 100px; line-height: 1em;}
.main-portfolio .contain {max-width: 1640px;}
.main-portfolio .portfolio-txt {line-height: 1.25em;}
.portfolio-gallery a.item {display: block;}
.port-info {display: flex; gap: 27px; justify-content: center;}
.port-info .info {display: flex; align-items: center; gap: 12px;}
.portfolio-gallery .slick-list {margin: 0 -30px;}
.portfolio-gallery .slick-slide {padding: 0 30px;}
.portfolio-gallery .slick-arrow {position: absolute; z-index: 10; top: 30%; width: 60px; height: 60px; overflow:hidden; text-indent: -999em; border: 0;}
.portfolio-gallery .slick-prev {left: 30px; background: url('../images/main/slide-prev.png') no-repeat center center; background-size: contain;}
.portfolio-gallery .slick-next {right: 30px; background: url('../images/main/slide-next.png') no-repeat center center; background-size: contain;}
.portfolio-gallery .thumb {position: relative; width: 100%; padding-bottom: 63.46155%; margin-bottom: 10px; overflow: hidden; border-radius:30px;}
.portfolio-gallery .thumb img {position: absolute; width: 100%; height: auto; max-width: 100%; min-height: 100%; left: 0; top: 50%; transform: translateY(-50%); object-fit: cover;}
.portfolio-gallery h3 {margin-bottom: 25px; text-align: center;}
.port-info .txt p {line-height: 1.4em;}
.port-info .txt .fz14 {color: #888;}

.main-qna {background: #f2f2f2;}
.flex-wrap {display: flex;}
.qna-list {width: 50%; padding-right: 60px;}
.square-list li {position: relative; padding-left: 15px;}
.square-list li:before {position: absolute; content: '·'; left: 0; font-weight: 900; color:#555;}
.square-list a {overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: keep-all;}
.square-list a:hover {text-decoration: underline;}
.shortcut-recruit {flex: 1; padding: 30px 55px 65px; border-radius: 30px; background: url('../images/main/bg-recruit.jpg') no-repeat center right; background-size: cover;}
.shortcut-recruit p {line-height: 1.5em;}

/* sub */
.sub-visual {position:relative; overflow:hidden; height:500px; background:#333; color:#fff; margin-top: var(--header-height);}
.sub-visual .contain {display: flex; align-items: center; height: 100%; max-width: 1580px; width: 100%;}
.sub-visual .bg {position:absolute; top:0; left:0; overflow:hidden; width:100%; height:100%; background-repeat:no-repeat; background-position:50% 0; background-size:cover; transition:2s; opacity:0; transform:scale(1.1);}
.sub-visual .inner {position:relative; top: 0; left:0; width:100%; height: 100%;}
.sub-visual .inner:before {position: absolute; content: ''; width: 54.74%; height: 100%; background: url('../images/common/sub-visual-txt.png') no-repeat center right; 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.none-lnb .inner {padding:0;}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.sub-visual p {line-height: 1.5em;}

.port-menu {margin-bottom: 60px;}
.port-menu ul {display: flex; justify-content: center; gap: 50px;}
.port-menu .active a {background: #ff861d; color:#fff;}
.port-menu a {display: flex; align-items: center; justify-content: center; width: 240px; height: 80px; border-radius: 40px; background: #ece5d9; font-weight: 500; font-size: 40px;}

.lnb-wrap {position:relative; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
.lnb {margin:0 auto; max-width:1200px;}
.lnb ul {display:flex;}
.lnb ul li {flex:1; text-align:center; border-right:1px solid #ddd;}
.lnb ul li:first-child {border-left:1px solid #ddd;}
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:60px; padding:0 15px; color:#242424; font-size:18px; font-weight:500; line-height:1.2em; letter-spacing:-.03em;}
.lnb ul li.active {background:#60b71d; border:0;}
.lnb ul li.active a {color:#fff;}

.estimate-menu {margin-bottom: 40px;}
.estimate-menu ul {display: flex; gap: 10px; justify-content: center;}
.estimate-menu a {display: flex; align-items: center; justify-content: center; width: 320px; height: 64px; border-radius: 32px; border: 1px solid #ddd; font-weight: 700; font-size: 30px; color: #555;}
.estimate-menu .active a {background: #60b71d; border-color: #60b71d; color: #fff;}

.sub-title {padding-bottom:80px; max-width:1460px; margin:0 auto;}
#contArea.wide .sub-title {padding-left:30px; padding-right:30px;}
.sub-title h1 {font-size:32px; line-height:1.3em; color:#2c2c2c; font-weight: 500; text-align: center;}

#contArea {max-width:1400px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding:0;}
#contArea.port-wide {max-width:1640px; padding:0;}

.real-cont {padding-top: 70px; padding-bottom:205px;}

.txt-center {text-align: center;}
.icon img {vertical-align: middle; margin-top: -.02em;}

.c1 {color:#60b71d !important;}
.c2 {color:#ff861d !important;}
.c3 {color:#000 !important;}
.c4 {color:#555 !important;}

.bgc1 {background: #60b71d !important;}
.bgc2 {background: #ff861d !important;}
.bgc3 {background: #222 !important;}

.fw300 {font-weight: 300;}
.fw500 {font-weight: 500;}
.fw600 {font-weight: 600;}
.fw700 {font-weight: 700;}
.fw800 {font-weight: 800;}
.fw900 {font-weight: 900;}

.fz14 {font-size: 14px !important;}
.fz16 {font-size: 16px !important;}
.fz20 {font-size: 20px !important;}
.fz24 {font-size: 24px !important;}
.fz30 {font-size: 30px !important; line-height: 1.33333em;}
.fz32 {font-size: 32px !important; line-height: 1.25em;}
.fz36 {font-size: 36px !important;}
.fz40 {font-size: 40px !important;}
.fz42 {font-size: 42px !important;}
.fz44 {font-size: 44px !important;}
.fz50 {font-size: 50px !important;}
.fz60 {font-size: 60px !important; line-height: 1em;}

/* footer */
#footer {background:#222; padding: 60px 0; font-size: 16px; font-weight: 300; color: #ccc; line-height: 1.5em;}
#footer .contain {display: flex; justify-content: space-between; align-items: flex-end; max-width: 1460px;}
address span {font-style: normal; margin-right: 10px;}
.f-copyright {margin-top: 6px;}

.f-link a:not(:last-child) {position: relative; padding-right: 10px; margin-right: 7px;}
.f-link a:not(:last-child):before {position: absolute; content: ''; right: -1px; top: 50%;  width: 1px; height: 12px; margin-top: -6px; background: #aaa;}

.scroll-top {position: fixed; z-index: 50; right: 30px; bottom: 30px; width: 60px; height: 60px; background: url('../images/common/scroll-top.png') no-repeat center center; background-size: contain;}