@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:fixed; top: 0; width:100%; background:#fff; border-bottom:1px solid #ddd; z-index:100;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100px; z-index:10; max-width: 1780px;}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%;}
#gnb>ul {display:flex; justify-content:center;} 
#gnb>ul>li {position:relative; padding:0 70px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#242424; font-size:20px; font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li.active>a {color: #b7914b;}
#gnb .submenu {position:absolute; left:0; width:100%; height: 0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:18px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:10px 0; color:#fff; font-size:16px; line-height:1.33em;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline;}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#b7914b; z-index: 1;}
#header .submenu-bg .contain {position: relative; height: 100%; z-index: -1;}
.submenu-bg .contain:before {position: absolute; content: ''; width: 108px; height: 140px; right: 30px; bottom: 0; background: url('../images/common/bgsbm_logo.png') no-repeat center center; background-size: contain;}

/* for mobile */
.btn-m-menu {display:block; position:relative; width:28px; height:22px;}
.btn-m-menu span {position:absolute; right:0; top:50%; height:2px; width: 18px; margin-top:-1px; background:#242424; overflow: hidden; text-indent: -999em;}
.btn-m-menu:before,
.btn-m-menu:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#242424;}
.btn-m-menu:before {top:0;}
.btn-m-menu:after {bottom:0;}

.mobile-navigation {display:block; 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: 50px;}
.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:#b7914b}
.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:#b7914b;}
.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;}

@media (max-width: 1024px) {
	#header .contain {height:80px;}
	#gnb {display:none;}
	.btn-m-menu {display:block;}
	.mobile-navigation {display:block;}
}
@media (max-width: 640px) {
	.contain {padding-left:16px; padding-right:16px;}
	#header .contain {height:60px;}	
	.mobile-navigation .home {height:60px;}
	.mobile-navigation .close {top:17px;}
}

/* main */
.main-visual {position:relative; overflow:hidden; text-align:center; color:#fff;}
.main-visual .video-container {padding-bottom: 0; height: 100vh;}
.main-visual .video-container video {object-fit: cover;}

.main-section {padding: 100px 0; position: relative;}
.main-section .contain {max-width: 1460px;}
.main-tit {text-align: center; margin-bottom: 55px;}
.main-tit .tit {font-weight: 700; font-size: 48px; letter-spacing: -.02em; line-height: 1em; width: fit-content; margin: 0 auto 5px; position: relative; padding: 15px 20px;}
.main-tit .tit:before {position: absolute; content: ''; width: 15px; height: 15px; border-radius: 100%; background: #b7914b; right: 0; top: 0;}
.dot-list li {position: relative; padding-left: 17px; font-size: 16px; line-height: 1.625em;}
.dot-list li:before {position: absolute; content: 'ㆍ'; left: 0;}

.mp-slide {position: relative; overflow: hidden; padding: 20px 0; margin: -20px 0;}
.mp-slide .swiper-slide {width: 40.625%; min-width: 740px; height: auto;}
.mp-slide .item {opacity: .4; height: 100%; display: flex; gap: 40px; padding: 50px 40px; border-radius: 20px; box-shadow: 3px 3px 20px rgba(0,0,0,.15); margin: 0 20px;}
.mp-slide .swiper-slide-active .item {opacity: 1;}
.mp-slide .item .item-tit {overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: keep-all;}
.mp-slide .item .img {border-radius: 15px; overflow: hidden; width: 300px; position: relative; height: 300px;}
.mp-slide .item .img img {position: absolute; width: 100%; height: auto; left: 0; top: 50%; transform: translateY(-50%); max-width: 100%; min-height: 100%; object-fit: cover;}
.mp-slide .mp-cnt {flex: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 20px 0;}
.mp-slide .number {font-weight: 500; font-size: 16px; color: #898989;}
.item-tit {font-weight: 700; font-size: 28px; color: #333; margin: 15px 0 20px;}
.mp-slide .btn-more {font-weight: 600; font-size: 15px; color: #ababab; letter-spacing: -.025em;}
.mp-slide .controls {position: absolute; width: 40.625%; min-width: 740px; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 30;}
.mp-slide .controls > div {width: 56px; height: 56px; background: #fff; border-radius: 100%; border: 1px solid #ddd; box-shadow: 0 0 12px rgba(0,0,0,.15); transition: .2s;}
.mp-slide .controls > div:hover {background: #b7914b; box-shadow: none;}
.mp-slide .swiper-button-prev {left: 0; margin-left: -10px;}
.mp-slide .swiper-button-next {right: 0; margin-right: -10px;}
.mp-slide .controls > div:after {color: #242424; font-size: 29px;}
.mp-slide .controls > div:hover:after {color: #fff;}

.main-business:before {position: absolute; content: ''; width: 100%; height: 65.75%; left: 0; top: 0; background: url('../images/main/bg_mb.jpg') no-repeat center center; background-size: cover; z-index: -1;}
.main-business .main-tit {color: #fff;}
.mb-items {display: flex; padding: 60px 60px 0; gap: 60px; background: #fff; border-radius: 20px;}
.mb-items .item {font-size: 16px; box-shadow: 3px 3px 20px rgba(0,0,0,.15); flex: 1; text-align: center; border-radius: 20px; padding: 40px 20px;}
.mb-items .item-tit {margin-top: 25px;}

.main-shortcut {padding-top: 60px;}
.ms-items {display: flex; gap: 32px; border-radius: 50px 0 50px 0; overflow: hidden;}
.ms-items .item {flex: 1; position: relative;}
.ms-items .item .on {position: absolute; width: 100%; height: 100%; top: 0; left: 0; padding: 60px; display: flex; justify-content: space-between; flex-direction: column; color: #fff; }
.ms-items .item .on p {font-size: 16px;}
.ms-items .item .on .item-tit {margin-top: 0; color: #fff;}

/* sub */
.sub-visual {margin-top: 100px;position:relative; height:400px; color:#fff; text-align:center; overflow:hidden; background:#333;}
.sub-visual .bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:2s; opacity:0; transform:scale(1.1); background-repeat:no-repeat; background-position:50% 0; background-size:cover;}
.sub-visual .inner {position:absolute; top:52%; left:0; width:100%; transform:translateY(-50%);}
.sub-visual h2 {font-size:52px; font-weight:700; line-height:1.3em; letter-spacing:-.03em;}
.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;}

.lnb-wrap {position:relative; border-bottom:1px solid #ddd; text-align:center; padding: 0 15px;}
.lnb {margin:0 auto; max-width:1200px;}
.lnb .swiper-container {margin-bottom:-2px;}
.lnb ul {justify-content:flex-start;}
.lnb ul li {flex: 1; position: relative;}
.lnb ul li:before {position: absolute; content: ''; width: 1px; height: 20px; background: #ddd; right: 0; top: 50%; transform: translateY(-50%);}
.lnb ul li:first-child:after {position: absolute; content: ''; width: 1px; height: 20px; background: #ddd; left: 0; top: 50%; transform: translateY(-50%);}
.lnb ul li a {position: relative; display:flex; align-items:center; justify-content:center; width:100%; height:64px; padding:0 15px; color:#878787; font-size:18px; font-weight:300; line-height:1.2em; letter-spacing:-.03em;}
.lnb ul li.active a {font-weight:500; color: #b7914b; }
.lnb ul li.active a:before {position: absolute; content: ''; width: 100%; height: 3px; background-color: #b7914b; left: 0; bottom: 0; }

.sub-title {padding-top: 80px; padding-bottom: 75px; max-width: 1260px; margin: 0 auto; text-align: center;}
#contArea.wide .sub-title {padding-left: 30px; padding-right: 30px;}
.sub-title h2 {font-size: 40px; line-height: 1.3em; color: #242424;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding:0;}

.real-cont {padding-bottom:100px;}
.ico img {vertical-align: middle; margin-top: -.02em;}

/* footer */
#footer {background: #000; padding: 60px 0 45px; color: #b8b8b8; font-size: 15px;}
#footer .contain {max-width: 1460px;}
.f-tit {font-weight: 600; color: #fff; line-height: 1em;}
.f-short {display: flex; justify-content: space-between; align-items: center; margin: 15px 0 30px;}
.f-nav {display: flex; gap: 45px; color: #fff; letter-spacing: -.01em; font-size: 16px;}
.f-nav a:hover {text-decoration: underline; text-underline-offset: 4px;}
.f-link {display: flex; gap: 45px;}
.f-link .ico {margin-right: 3px;}
.f-bot address {margin-top: 20px;}
.f-bot address span {font-style: normal; margin-right: 15px;}
.f-bot address span:last-child {margin-right: 0;}
.copyright span:hover {text-decoration: underline; text-underline-offset: 4px;}