@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; overflow:hidden;}
#sub #wrapper {padding-top:90px;}

#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:1780px; padding-left:30px;padding-right:30px; margin:0 auto;}
.contain:after {content:" "; display:block; clear:both;}
#main .contain {max-width:1780px;}

/* header */
#header {position:fixed; z-index:99; left:0; top:0; width:100%;}
#header .contain {position:relative; max-width:100%;}
#header .sitelogo {text-align:center; position:absolute; top:23.5px; left:50%; margin-left:-74.5px; z-index:20; display:none;} 
#header .sitelogo a {display:inline-block;}
#header.header-hover {background:#fff;}

#gnb > ul {position:relative; display:flex; margin:0 -30px;}
#gnb > ul > li {transition:all 0.1s ease-in-out; padding:0 30px;}
#gnb > ul > li > a {font-family: 'Playfair Display', serif; font-size:20px; font-weight:500; height:90px; text-align:center; display:flex; text-transform:uppercase; align-items:center; justify-content:center; position:relative; color:#454545;}
#gnb > ul > li.active > a {color:#baad86;}

#gnb .submenu {display:none; position:absolute; top:90px; left:0; width:100%; z-index:102; text-align:left;}
#gnb .submenu > ul {height:510px; padding:40px 30px; background-color:#fff; width:50%; max-width:260px; transition:all 0.3s ease-in-out;}
#gnb .submenu > ul > li {line-height:1.2em;}
#gnb .submenu > ul > li:last-child > a {padding-bottom:0;}
#gnb .submenu > ul > li > a {font-family: "myriad-pro", sans-serif; font-weight:400; display:block; position:relative; color:#888888; padding-bottom:28px;}
#gnb .submenu > ul > li.on > a {color:#242424; text-decoration:underline;}
#gnb .submenu > ul > li:hover .imgBox {opacity:1;}
#gnb .submenu > ul > li:nth-child(1) .imgBox {opacity:1;}
#gnb .submenu .imgBox {position:absolute; top:50%; transform:translateY(-50%); left:260px; display:flex; width:100%; max-widtH:1346px; margin:0 -25px; opacity:0; transition:0.2s all ease;}
#gnb .submenu .imgBox.ver2 {opacity:1;}
#gnb .submenu .imgBox .item {width:33.333%; padding:0 25px;}
#gnb .submenu .imgBox .img {position:relative; padding-bottom:100%; overflow:hidden;}
#gnb .submenu .imgBox .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;}

.submenu-bg {display:none; position:absolute; top:90px; left:0; width:100%; background-color:#fff; z-index:90;}
.submenu-bg .submenu-contain {max-width:1400px; margin:0 auto;}
.submenu-bg .cnt {margin-left:20%; padding:100px 0 0 150px; max-width:490px; width:80%; height:190px;}
.submenu-bg .cnt h2 {font-size:35px; margin-bottom:5px; text-transform:capitalize; line-height:1.2em; letter-spacing:-.04em; color:#242424; font-weight:500; position:relative;}
.submenu-bg .cnt p {font-size:19px; line-height:1.263em; font-weight:500; color:#808080;}

.util {position:absolute; right:30px; top:50%; transform:translateY(-50%);}
.util ul {display:flex; align-items:center;}
.util ul li {margin-left:20px; position:relative;}
.util ul li:first-child {margin-left:0;}
.util ul li a {display:flex; align-items:center;}

.m-util {margin-top:50px;padding-top:80px;  position:relative; background:#fff;}
.m-util ul {display:flex; justify-content:center;}
.m-util ul li {padding:0 10px;}
.m-util ul li img {vertical-align:middle;}
.m-util ul li:nth-child(3) {display:none;}
.m-cart {position:absolute; top:50%; right:30px; transform:translateY(-50%); display:none;}
.m-cart img {vertical-align:middle;}

.top-search {position:fixed; top:30px; right:0; left:0; display:none;}
.top-search input {border:0; height:34px; background:#fff;}
.top-search input::placeholder {font-size:14px; font-weight:400; color:#999999;}
html.search-opened .top-search {display:block}

.head-banner {background:#fff; position:relative; height:90px; z-index:8;}
.head-banner .img {position:absolute; left:50%; top:23.5px; left:50%; margin-left:-74.5px;}
.header-fixed #header .sitelogo {display:block;}
.header-fixed .head-banner {position:fixed; left:0; top:0; width:100%;}
.header-fixed .head-banner .img {display:none;}

/* for mobile */
.btn-m-menu {display:none; position:absolute; top:50%; margin-top:-12px; left:30px; width:27px; height:24px; text-align:center; text-indent:-9999em; z-index:92; transition: all 0.5s ease-in-out;}
.btn-m-menu span {position:absolute; left:0; top:10px; height:2px; width:27px;background:#baad86;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:27px; height:2px; background:#baad86; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.btn-m-menu span:before {top:-10px; transition-property:top, transform;}
.btn-m-menu span:after {bottom:-10px; transition-property:bottom, transform;}

.mobile-navigation {position:fixed; top:0; left:0; padding:20px 0 100px 0; width:300px; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(-100%); transform:translateX(-100%); background:#fff url("../images/common/m_bg.png") no-repeat 50% 95%; background-size:100px auto; z-index:101;}

.mobile-navigation .home {padding-bottom:20px; padding-left:15px; text-align:center; margin-bottom:50px;}
.mobile-navigation .home img {height:34px; width:auto;}
.mobile-navigation .nav-menu {background:#fff;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:14px 15px; display:block; color:#2c2c2c; font-size:1.3em; font-weight:500; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#baad86;}
.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 #baad86; border-bottom:2px solid #baad86;}
.mobile-navigation .nav-menu>ul>li.active>a:after{transform: translateY(-35%) rotate(-135deg); border-color: #baad86;}
.mobile-navigation .nav-menu .submenu {display:none; position:static; transform: translateX(0); margin:-1px 0 0 0; width:100%;background:#baad86;}
.mobile-navigation .nav-menu .submenu>ul {display:block; width:100%; padding:20px 0;}
.mobile-navigation .nav-menu .submenu>ul>li {text-align:left; padding:0;}
.mobile-navigation .nav-menu .submenu>ul>li>a {display:block; position:relative; padding:5px 0 5px 25px; color:#fff; font-size:16px; font-weight:400; line-height:1.3em;}
.mobile-navigation .nav-menu .submenu>ul>li>a:after {content:"";position:absolute; top:11px; left:15px; width:4px; height:4px; border-radius:100%; background:#fff; transition:.2s ease-in-out;}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover {color:#fff}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover:after {background:#fff}
.mobile-navigation .close {position:absolute; top:20px; left: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:#baad86;}
.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 */ 
.font-pr {font-family:'Pretendard', sans-serif !important;}
.font-nm {font-family:'NanumMyeongjo', serif !important;}
.main-video { position: relative;  /* padding-bottom: 56.25%; */  height: 100vh;  overflow: hidden;  background: #000;}
.main-video video { position: absolute;  top: 0;  object-fit: cover;  left: 0;  width: 100%;  height: 100%;}
.main-about {padding-top:300px; padding-bottom:150px;}
.main-tit-wrap {width:100%; max-width:1780px; padding:0 30px; margin:0 auto; position:relative; z-index:1;}
.main-tit-wrap h2 {font-family: 'Playfair Display', serif; font-size:120px; font-weight:500; line-height:1em; letter-spacing:0.05em; color:#222;}
.main-about .main-tit-wrap h2 {padding-left:280px;}
.main-about .bg {position:relative; margin-top:-40px; margin-bottom:60px;}
.main-about .bg .img1 {text-align:center;}
.main-about .bg .img2 {position:absolute; left:0; bottom:0;}
.main-about .bg .img3 {position:absolute; right:0; bottom:100px;}
/* .main-about .bg {margin-top:-40px; margin-bottom:60px;}
.main-about .bg img {width:100%;} */
.main-about .tit {font-size:32px; font-weight:300; line-height:1.2em; letter-spacing:-0.03em; color:#222; margin-bottom:40px;}
.main-about .tit span {font-weight:700; color:#baad86;}
.main-about .txt {font-size:24px; font-weight:300; line-height:1.5em; letter-spacing:-0.03em; color:#222; margin-bottom:75px;}
.main-about .txt  span {font-weight:700;}
.main-more a {display:flex; align-items:center; justify-content:center; font-family: "josefin-sans", sans-serif; font-size:14px; font-weight:600; line-height:1em; letter-spacing:-0.03em; color:#fff; width:130px; height:130px; background:#baad86; border-radius:100%; position:relative;}
.main-more a:before {content:""; position:absolute; width:100%; height:100%; top:50%; left:50%; transform:translate(-50%, -50%); border-radius:100%; background:#baad86; z-index:-1; transition:all 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;}
.main-more a:hover:before {width:calc(100% + 20px); height:calc(100% + 20px);}

.main-product {padding-bottom:145px;}
.product-cate {margin-bottom:90px;}
.product-cate ul {display:flex; justify-content:flex-end; margin:0 -80px;}
.product-cate ul li {padding:0 80px;}
.product-cate ul li a {font-family:'NanumMyeongjo', serif; font-size:60px; font-weight:400; line-height:1.2em; letter-spacing:0.05em; color:#333; display:flex; flex-direction:column; align-items:flex-start;}
.product-cate ul li.active a {font-weight:700; color:#baad86;}
.product-cate ul li.active a span {}
.product-cate ul li a span {position:relative;}
.product-cate ul li a span:last-child {margin-left:70px;}
.product-cate ul li.active a span:before {content:""; position:absolute; width:100%; left:0; bottom:-2px; background:#baad86; height:2px;}
.productSlider {width:100%; max-width:620px; margin:0 auto;}
.productSlider .slick-list {overflow:visible; margin:0 -40px;}
.productSlider .slick-slide {margin:0 40px; height:auto;}
.productSlider a {display:block;}
.productSlider .thumb {position:relative; padding-bottom:75.08%; margin-bottom:30px; overflow:hidden;}
.productSlider .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;}
.productSlider .item:hover .thumb img {transform:translateY(-50%) scale(1.09); -ms-transform:translateY(-50%) scale(1.09); -webkit-transform:translateY(-50%) scale(1.09);}
.productSlider .cnt {display:flex; align-items:center;}
.productSlider .tit-wrap {flex: 1 1 auto; min-width: 0; width: 1%; margin-right:20px; position:relative;}
.productSlider .tit-wrap a {position:absolute;right:0; top:20px}
.productSlider .tit {font-size:26px; font-weight:500; line-height:1.2em; letter-spacing:0; color:#333; padding-top:15px; border-top:1px solid #baad86;}
.productSlider .price {font-family: 'Playfair Display', serif;  font-size:20px; font-weight:500; line-height:1.2em; letter-spacing:0; color:#777; margin-top:10px;}
.productSlider .more-view {}
.productSlider .more-view a {font-family: 'Playfair Display', serif; display:inline-block; font-size:18px; font-weight:500; line-height:1em; letter-spacing:0; color:#baad86; padding:14px 40px; border-radius:5px; border:1px solid #baad86;}
.productSlider .item:hover .more-view a {color:#fff; border-color:#baad86; background:#baad86;}
.productSlider  .main-more {position:relative; padding-bottom:75.08%; overflow:hidden;}
.productSlider  .main-more a {display:flex; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%);}
.pro-ctrl {display:flex; justify-content:center; margin-top:90px;}
.pro-ctrl .slick-arrow {display:block; width:68px; height:68px; border:1px solid #bbae88; border-radius:100%; text-indent:-999em; overflow:hidden; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; opacity:0.6; transition:0.2s all ease; margin:0 25px;}
.pro-ctrl .slick-arrow:hover {opacity:1;}
.pro-ctrl .slick-prev {background-image:url("../images/main/pro_prev.png");}
.pro-ctrl .slick-next {background-image:url("../images/main/pro_next.png");}

.bg-box {
    height: 1000px;
    position: relative;
    overflow: hidden;
}

/* .section-bg {
	position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
	background:url("../images/main/bg_img1.jpg") no-repeat 50% 0; background-size:cover;
} */
.parallax-bg {
    top: -60%;
}

.jarallax {
  position: relative;
  z-index: 0;
  height:1000px;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.main-project {position:relative;width:100%; max-width:1920px; margin:200px auto 0 auto; padding-bottom:270px;}
.main-project .project-wrap {position:absolute; width:45%; max-width:766px; right:0; bottom:0;}
.main-project .project2 {margin-bottom:200px;}
.main-project .project1{margin-top:-40px; max-width:960px; width:50%;}
.main-project .project1 .tit {padding-left:100px;}
.main-project .project2 .tit {padding-left:50px;}
.main-project .project2 img {width:100%;}
.main-project .project3 {padding-left:30px;}
.main-project .project3 .tit {padding-left:40px;}
.main-project .pj .tit {font-family: "josefin-sans", sans-serif; display:flex; justify-content:space-between; margin-top:23px;}
.main-project .pj .tit .date {font-size:18px; font-weight:400; line-height:1.2em; letter-spacing:0.05em; color:#555;}
.main-project .pj .tit h3 {font-size:24px; font-weight:600; line-height:1.3em; letter-spacing:0.05em; color:#222;}
.main-project .pj .tit h3 span {display:block; font-size:18px; font-weight:400; line-height:1.3em; letter-spacing:0.05em; color:#555;}
.main-project .contain {margin-top:150px;} 
.main-project .txt-wrap .tit {font-size:32px; font-weight:300; line-height:1.4em; letter-spacing:-0.03em; color:#222; margin-bottom:36px;}
.main-project .txt-wrap .txt {font-size:24px; font-weight:300; line-height:1.4em; letter-spacing:-0.03em; color:#222; margin-bottom:80px;}
.main-project .txt-wrap .tit span {color:#baad86; font-weight:700;}
.main-project .txt-wrap .txt span {font-weight:700;}

.main-media  {padding-bottom:140px;}
.main-media .main-tit-wrap {text-align:center; margin-bottom:70px;}
.main-media .wrap {display:flex; margin:0 -30px;}
.main-media .wrap > div {width:50%; padding:0 30px;}
.main-media .video-wrap {max-width:100%;}
.main-media .slick-dots {position:absolute; bottom:30px; display:flex; justify-content:center; width:100%;}
.main-media .slick-dots li {padding:0 5px;}
.main-media .slick-dots li button {display:block; border:0; background:#fff; width:15px; height:15px; border-radius:100%; text-indent:-999em; overflow:hidden; transition:0.2s all ease;}
.main-media .slick-dots li.slick-active button {border-radius:100px; width:40px;}
.main-media .mediaSlider {position:relative;}
.main-media .mediaSlider .img {position:relative; padding-bottom:56.25%; overflow:hidden;}
.main-media .mediaSlider .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-media .slick-slide {height:auto;}

.main-insta {padding-bottom:155px;}
.main-insta .main-tit-wrap {margin-bottom:70px;}
.main-insta .main-tit-wrap .sub-tit {font-family: 'Playfair Display', serif; position:absolute; right:0; bottom:0; font-size:30px; font-weight:500; line-height:1.2em; letter-spacing:0; color:#baad86;}
.main-insta .instaSlider .slick-list {margin:0 -20px;}
.main-insta .instaSlider .slick-slide {margin:0 20px; height:auto;}
.main-insta .instaSlider .thumb  {position:relative; padding-bottom:100%; overflow:hidden;}
.main-insta .instaSlider .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;}
.main-insta .instaSlider a:hover .thumb img{transform:translateY(-50%) scale(1.09); -ms-transform:translateY(-50%) scale(1.09); -webkit-transform:translateY(-50%) scale(1.09);}
.main-insta .insta-ctrl {display:flex; justify-content:center; margin-top:70px;}
.main-insta .insta-ctrl .slick-arrow {display:block; width:68px; height:68px; border:1px solid #bbae88; border-radius:100%; text-indent:-999em; overflow:hidden; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; opacity:0.6; transition:0.2s all ease; margin:0 25px;}
.main-insta .insta-ctrl .slick-arrow:hover {opacity:1;}
.main-insta .insta-ctrl .slick-prev {background-image:url("../images/main/pro_prev.png");}
.main-insta .insta-ctrl .slick-next {background-image:url("../images/main/pro_next.png");}
.main-contact {padding-bottom:160px;}
.contact-banner .cont-wrap {border:1px solid #8f8f8d; padding:70px 50px 80px 50px}
.contact-banner .main-tit-wrap {text-align:center; margin-bottom:70px;}
.inquiry-form .wrap {display:flex; margin:0 -12px;}
.inquiry-form .wrap .group {width:50%; padding:0 12px;}
.inquiry-form .group .col {display:flex; margin:0 -12px 40px -12px;}
.inquiry-form .group .col:last-child {margin-bottom:0;}
.inquiry-form .group .col > dl {width:50%; padding:0 12px;}
.inquiry-form .group .col dt {font-size:18px; font-weight:600; line-height:1.2em; letter-spacing:0; color:#333; margin-bottom:8px;}
.inquiry-form .group .col .form-agree {width:100%; padding:0 12px; margin:0;}
.inquiry-form .group .col.ver2 dl {width:100%;}
.inquiry-form .input {background:0; border:1px solid #c4ba9a; border-radius:5px;}
.inquiry-form .form-agree .check a {background:0; border:1px solid #c4ba9a;}
.inquiry-form .form-agree .scroll-box {background:0; border:1px solid #c4ba9a; border-radius:5px; height:90px; overflow-Y:scroll;}
.inquiry-form .cen {margin-top:80px;}


/* sub page */ 
#sub .main-tit-wrap {display:none;}
.header-fixed #sub #header {background:#fff;}
#sub #header .sitelogo {display:block;}
.sub-visual {position:relative; width:100%; height:450px; display:flex; align-items:center; overflow:hidden; background-repeat:no-repeat; background-position:50% 50%; background-size:cover;}
.sub-visual .content {position:relative; z-index:1; max-width:1260px; padding:0 30px; width:100%; margin:0 auto; color:#fff; text-align:center;}
.sub-visual .content h2 {font-size:45px; font-weight:700; line-height:1em; letter-spacing:-0.03em;}
.sub-visual .content p {font-size:20px; font-weight:400; line-height:1.5em; letter-spacing:-0.01em; margin-top:10px;}
.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:140px 0 90px 0; text-align:center;}
.sub-title h2 {font-family: 'Playfair Display', serif; position:relative; color:#222; font-size:90px; line-height:1em; font-weight:400; letter-spacing:-0.01em;}
.sub-title h2.ver1 {filter: blur(12px); transition: filter 0.5s 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95),opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95); opacity: 0;}
#sub.load .sub-title h2.ver1 {filter:blur(0); opacity:1;}
.lnb-wrap {position:absolute; left:0; top:0; max-width:275px; width:100%; padding-right:30px; height:auto;}

#lnb {position:relative;}
#lnb:before {content:""; position:absolute; right:-30px; top:0; width:5px; height:100%; background:url("../images/sub/bar.png") no-repeat 50% 50%; background-size:100% 100%;}

#lnb > ul > li {margin-bottom:30px;}
#lnb > ul > li:last-child {margin-bottom:0;}
#lnb > ul > li > a {display:block; padding-bottom:10px; border-bottom:1px solid #999; position:relative; font-size:18px; font-weight:300; line-height:1.2em; letter-spacing:0.05em; color:#222;}
#lnb > ul > li > a:before {content:""; position:absolute; width:15px; height:1px; right:0; top:13px; background:#999;}
#lnb > ul > li > a:after {content:""; position:absolute; width:1px; height:15px; right:7px; top:6px; background:#999;  transition:0.2s all ease;}
#lnb > ul > li.active > a {margin-bottom:30px;}
#lnb > ul > li.active > a:after {transform:rotate(-90deg);}
#lnb > ul > li.active .submenu {display:block;}
#lnb .submenu {display:none;}
#lnb .submenu li a {line-height:1em; font-size:15px; font-weight:300; letter-spacing:0.05em; color:#333;}
#lnb .submenu li.active a {font-size:16px; color:#baad86;}

#lnb .submenu li a:hover {color:#baad86;}


#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 {padding-bottom:100px;}
.real-cont.none {padding-bottom:0;}

.m-lnb {display:none; position:relative; margin-top:20px; margin-bottom:20px; z-index:50;}
.m-lnb .tit {display:block; position:relative; color:#baad86; border:1px solid #baad86; font-size:14px; font-weight:500; line-height:1.5em; padding:10px 40px 10px 16px;}
.m-lnb .tit:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:12px; height:12px; border-right:2px solid #baad86; border-bottom:2px solid #baad86;}
.m-lnb > ul {display:none; position:absolute; left:0; width:100%; border:1px solid #baad86; border-top:0; background:#edece9;}
.m-lnb > ul > li {border-top:1px solid #baad86; margin-top:-1px;}
.m-lnb > ul > li.only-mobile {display:block !important;}
.m-lnb > ul > li:first-child {border-top:0;}
.m-lnb > ul > li > a {display:block; font-size:14px; font-weight:400; line-height:1.4em; letter-spacing:-.04em; padding:8px 10px; border-bottom:1px solid #baad86;}
.m-lnb > ul > li.active > a {color:#baad86; font-weight:700;}
.m-lnb.active .tit:after {transform:translateY(-35%) rotate(-135deg);}
.m-lnb .submenu {background:#edece9; padding:10px 20px;}
.m-lnb .submenu > li > a {font-size:14px; font-weight:400;}


/* footer */
#footer {position:relative; color:#edece9; background:#baad86; font-size:13px; line-height:1.7em; padding:50px 0;}
#footer .contain {display:flex; max-width:100%; align-items:center; justify-content:space-between;}
#footer .contain > div {width:33.333%;}
.foot-tel a {font-family: 'Playfair Display', serif; font-size:50px; font-weight:400; line-height:1em; letter-spacing:-0.01em;}
.f-cnt {text-align:center;}
.f-cnt .f-logo {margin-bottom:50px;}
.f-menu {margin-bottom:40px;}
.f-menu ul {display:flex; margin:0 -25px; justify-content:center;}
.f-menu ul li {font-size:14px; font-weight:500; line-height:1.2em; letter-spacing:-0.03em; padding:0 25px; position:relative;}
.f-menu ul li:before {content:""; position:absolute; width:1px; height:10px; background:#edece9; right:0; top:50%; margin-top:-5px;}
.f-menu ul li:last-child:before {display:none;}
.foot-time dl {font-family: 'Playfair Display', serif; letter-spacing:-0.01em; text-align:center; margin-bottom:40px;}
.foot-time dl:last-child {margin-bottom:0;}
.foot-time dt {font-size:26px; font-weight:400; line-height:1em;  margin-bottom:8px;}
.foot-time dd {font-size:18px; font-weight:400; line-height:1.6em;}
.foot-time .font-pr {font-size:16px; font-weight:400;}
#footer address {font-style:normal; font-weight:400; letter-spacing:-0.03em; color:#edece9; line-height:2em;}
#footer address span {display:inline-block; margin-right:20px;}
#footer .copyright {display:block; margin-top:40px; line-height:1.2em;}
#footer .copyright a {display:inline-block; margin-left:20px; font-size:15px; line-height:1.2em;}
