@charset "utf-8";

/* shop main */
.shopVisWrap{position: fixed;width:100%;height:1080px;overflow:hidden;top: 0;}
.shopVis{height:100%;position:relative;}
.shopVis .bg01{background:url(../../../images/os/main/shopVis_0623.jpg)no-repeat center top;}
.shopVis .bg02{background:url(../../../images/os/main/shopVis_0623_2.jpg)no-repeat center top;}
.shopVis .bg03{background:url(../../../images/os/main/shopVis_0623_3.jpg)no-repeat center top;}
.shopVis .textWrap{position:relative;width:1400px;margin:0 auto;}
.shopVis .text01{position: absolute; left: 50%; top: 400px;}
.shopVis .swiper-button-prev{width:26px;height:46px;background:url(../../../images/os/main/arrowL.png); left:30px;}
.shopVis .swiper-button-next{width:26px;height:46px;background:url(../../../images/os/main/arrowR.png); right:30px;}
.shopVis .swiper-button-prev, .shopVis .swiper-button-next{margin-top:-80px;}
.shopVis .swiper-pagination-progressbar{width:180px;height:3px;background:rgba(255,255,255,0.3);position:absolute;top:600px;left:50%;margin-left:-600px;}
.shopVis .swiper-pagination-progressbar-fill{background:#fff;}

.bestPd{position:relative; width: 100%; margin-top: 1080px; background:#f7f2ea; padding:150px 0;}
.bestPd p{ position: absolute; top: 220px; left: 50%; margin-left: -335px;}
.bestPd .bestSlide{width:1400px;margin:0 auto;overflow: hidden;}
.bestSlide .tit{ font-size: 40px; font-weight: 800; color: rgba(0,0,0,1); line-height: 50px; margin-bottom: 80px;}
.bestSlide dt{width:440px; height:440px; overflow: hidden;}
.bestSlide dt img{width:100%; transition: 1s all ease; transform: scale(1); }
.bestSlide dt img:hover{transform: scale(1.1); filter: brightness(70%);}
.bestSlide dd{padding: 0 10px;}
.bestSlide dd.name{font-size: 26px;font-weight: 700;color: rgba(0,0,0,1);margin: 30px 0 15px;line-height: 1.5;}
.bestSlide dd.txt_en{font-size: 18px;font-weight: 500;color: rgba(0,0,0,.4);letter-spacing: -0.02em;}
.bestSlide a{display: block; line-height: 1;}
.bestPd .swiper-button-prev,
.bestPd .swiper-button-next{position: absolute;top: 540px;left: 50%;margin: 0 0 0 725px;width:48px;height:48px;border:1px solid #e4e2dd;border-radius:24px;background:transparent url(../../../images/os/main/arrow.png)no-repeat 50% 50%;}
.bestPd .swiper-button-prev{transform: rotate(-180deg);margin: 0 0 0 -770px;}

.shopBrand{position:relative; width: 100%; background:#fff; padding:150px 0; border-bottom:1px solid rgba(0,0,0,.15);}
.shopBrand .txt_sd{ width: 100%; position: relative; overflow: hidden;  }
.shopBrand .txt_sd .marquee{ width: 100%; text-align: center; display: flex; }
.shopBrand .txt_sd .marquee .play{ display: flex; justify-content: space-around; animation: marquee 40s linear infinite; min-width: 170%; flex-shrink: 0;}	
.shopBrand .txt_sd .marquee .play p img{opacity: .02;}	
.shopBrand dl{width:1400px; margin:-75px auto 0; display:flex; color:rgba(0,0,0,1);}
.shopBrand dt, .shopBrand dd{width:50%;}
.shopBrand dt p{position:relative; width:500px; height:600px; margin:0 auto; background:url(../../../images/os/main/brand.jpg) no-repeat 50% 50%; border-radius:250px;}
.shopBrand dt span{position: absolute; left:0; bottom:0; font-family: "Noto Serif KR", serif; font-size: 45px; line-height:1; border-bottom:1px solid rgba(0,0,0,1); text-shadow: 2px 2px rgba(255, 255, 255, .1);}
.shopBrand dt span:nth-child(1){bottom:60px;}
.shopBrand dd{text-align:right !important; margin:180px 80px 0 0;}
.shopBrand dd h3{font-family: "Noto Serif KR", serif;font-size: 40px;font-weight: 600;}
.shopBrand dd p{font-size: 20px;line-height:30px;margin:50px 0;color: rgba(0,0,0,.8);}
.shopBrand dd a,
.shopGo dd a{position: relative; display: inline-block; font-size: 16px; overflow: hidden; text-decoration:none;}
.shopBrand dd a:hover,
.shopGo dd a:hover {color: rgba(0,0,0,1);}
.shopBrand dd a::before,
.shopGo dd a::before {position: absolute;content: ''; border-bottom: 1px solid rgba(0,0,0,.4); width: 100%;bottom: 0;	}
.shopBrand dd a:hover::before,
.shopGo dd a:hover::before {border-color: rgba(0,0,0,1);
	-webkit-animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
	animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
}

@keyframes marquee {
	0%{ transform: 0; }
	100%{ transform: translateX(-100%); }
}
@-webkit-keyframes underline-link {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	50.01% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes underline-link {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	50.01% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.allPdInner{position: relative; width:100%; background:#fff; padding:150px 0;}
.allPdInner .shopTop{}
.allPdInner .shopTit{display: inline-block;color: #000;line-height: 1;}
.allPdInner .shopTit p.txt_en{font-size: 40px; font-weight: 700; margin-bottom: 15px;}
.allPdInner .shopTit p{font-size: 16px; }
.allPdInner .subTabmenu{float:right;}
.allPdInner .allPd{width: 1600px; margin:0 auto;}
.allPdInner .searchResult {padding-bottom: 20px; margin-bottom: 40px;}
.more_btn{border-top: 1px solid #eee;}
.more_btn a{ display: table; margin: -1px auto 0; padding: 15px 50px; border: 1px solid #eee;}

.allPdInner .subTabmenu{width: auto;}
.allPdInner .subTabmenu ul{display: flex; height: 58px;}
.allPdInner .subTabmenu li{margin: 0 10px;}
.allPdInner .subTabmenu li a{ display: inline-block; font-size: 18px; color:#000; padding: 15px 35px; background: #fff; border: 1px solid #e5e5e5; border-radius: 35px; position:relative; overflow:hidden;}
.allPdInner .subTabmenu li a span{position:relative; z-index:1;}
.allPdInner .subTabmenu li a:before{display:block; position:absolute; top:0px; left:-130%; content:""; width:130%; height:100%; border-radius: 0 42px 42px 0; opacity:0;filter:Alpha(opacity=0);
	background: rgb(23,48,39); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(49,44,77,1) 0%, rgba(63,57,93,1) 100%); 
	background: -webkit-linear-gradient(left, rgba(49,44,77,1) 0%,rgba(63,57,93,1) 100%); 
	background: linear-gradient(to right, rgba(49,44,77,1) 0%,rgba(63,57,93,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#312c4d', endColorstr='#3e385c',GradientType=1 ); 
    -webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s
}
.allPdInner .subTabmenu li a.active{color:#fff !important; background-image: linear-gradient(300deg, #3e385c 0, #312c4d 100%);text-decoration: none;}
.allPdInner .subTabmenu li a:after{position:absolute; top:0; left:0; bottom:0; right:0; display:inline-block; content:""; border-radius:46px; -moz-border-radius:46px; -webkit-border-radius:46px; -o-border-radius:46px; -webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s}
.allPdInner .subTabmenu li a:hover span{color:#fff;}
.allPdInner .subTabmenu li a:hover:before{left:0px; opacity:1.0;filter:Alpha(opacity=100);}
.allPdInner .subTabmenu li a:hover:after{opacity:0;filter:Alpha(opacity=0); visibility:hidden;}

.shopGo{position: relative;display: flex;width:100%;height:410px;background:url(../../../images/os/main/btmShop.jpg)no-repeat;align-items: center;}
.shopGo dl{width:1400px;margin:0 auto;color: rgba(0,0,0,1);}
.shopGo dt{font-family: "Noto Serif KR", serif;font-size: 40px;font-weight: 600;}
.shopGo dd{font-size: 20px;line-height:30px;margin-top: 50px;color: rgba(0,0,0,.8);}


/* all products */
.allProd{width:1200px;margin:80px auto 100px;}
.allProd .mainTit h2{font-size:45px;font-weight:700;text-align:center;margin-bottom:60px;line-height:1;}

.mainVisWrap{width:100%; height:900px;background:#ccc;z-index:1;overflow:hidden;}
.mainVis{height:100%;position:relative;}
.mainVis .bg01{background:url(../../../images/os/main/vis01.jpg)no-repeat center top;}
.mainVis .bg02{background:url(../../../images/os/main/vis02.jpg)no-repeat center top;}
.mainVis .textWrap{width:1600px;margin:330px auto 0;}
.mainVis .text01{font-family:'NanumSquare', sans-serif; font-size:22px;font-weight:700;color:rgba(255,255,255,1);letter-spacing:0.8em}
.mainVis .text01 span{margin-right:30px;}
.mainVis .text02{font-family: "Cormorant Upright", serif;font-size:95px;font-weight:500;color:#fff;position:relative;display:inline-block;z-index:1;line-height:90px;margin-top:30px;text-transform: uppercase;}
.mainVis .smTxt{font-size:18px;color:#fff;line-height:1;margin-top:40px;}
.mainVis .swiper-button-prev{width:26px;height:46px;background:url(../../../images/os/main/arrowL.png);}
.mainVis .swiper-button-next{width:26px;height:46px;background:url(../../../images/os/main/arrowR.png);}
.mainVis .swiper-button-prev, .mainVis .swiper-container-rtl .swiper-button-next{left:100px;}
.mainVis .swiper-button-next, .mainVis .swiper-container-rtl .swiper-button-prev{right:100px;}
.mainVis .swiper-pagination-progressbar{width:100px;height:3px;background:rgba(255,255,255,0.3);position:absolute;top:850px;left:50%;margin-left:-800px;}
.mainVis .swiper-pagination-progressbar-fill{background:#fff;}

@media screen and (max-width:1900px){
	.mainCom, 
	.mainBrand{padding:150px 60px;}
	.mainCom .comImg{right:150px;}
	.mainBrand .bdImg{right:60px;}
}

.mainCom{position:relative; height:1080px; background: #f4f7f6; padding: 200px 150px;}
.mainCom .ani_no{float:left; padding-top:180px; }
.mainCom p{font-family:'NanumSquare', sans-serif; font-size:22px;font-weight:700;color:#1f3639;}
.mainCom h2{font-family: "Cormorant Upright", serif; font-size:60px;font-weight:500;color:#222;position:relative;display:inline-block;z-index:1;line-height:60px;margin-top:30px;text-transform: uppercase;}
.mainCom .comImg{float:right; width: 690px; height: 710px; background:url(../../../images/os/main/com.png) no-repeat;}

.aniBtn {position: relative; margin-top:50px;}
.aniBtn .btns a:after{animation-name: btnHover2;animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);animation-duration: 0.4s;animation-fill-mode: forwards;display:block;content:"";position: absolute;top: 0;left: 50%;width: 300px;height: 100px;background: #1f3639;transform: translate3d(-50%,-100%,0);border-radius: 50%;}
.aniBtn .btns a span{position:relative;z-index: 5;}
.aniBtn .btns a:hover:after{animation-name: btnHover; animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-duration: 0.4s;animation-fill-mode: forwards;}
.aniBtn .btns a{background: #222;}
.aniBtn .btns a:hover{transition:0.3s;}

.btn_style{position: relative;display: inline-block;height: 60px;border-radius: 30px;padding: 0 60px;color: #fff;line-height: 60px;overflow: hidden;transition: 0.3s;}
.btn_style:hover{padding: 0 70px;}

.mainContInner{position:relative; background: #1f3639; padding: 200px 150px;}
.mainContInner .mainTab{position: relative;}
.mainContInner .mainTab ul{display: flex;}
.mainContInner .mainTab ul li{margin-right: 140px;}
.mainContInner .mainTab ul li a{ font-size: 18px; color: rgba(255,255,255,1); font-weight: 300; padding: 5px; border-bottom: 1px solid rgba(255,255,255,0); transition-duration:0.3s;}
.mainContInner .mainTab ul li a.on,
.mainContInner .mainTab ul li a:hover{border-bottom: 1px solid rgba(255,255,255,1); }
.mainContInner .mainTab p{position: absolute; top: 260px;left: -270px; font-family: "Cormorant Upright", serif;font-size: 45px;color: #9a785e;font-weight: 400;text-transform: uppercase; transform: rotate(90deg);}
.mainContInner .tabCont{width:820px;padding-top: 540px;margin-top: 30px;position: relative;}
.mainContInner .tabCont p{font-size: 17px;color:rgba(255,255,255,.6);font-weight: 300;}
.mainContInner #cont01.tabCont{background:url(../../../images/os/main/cont01.jpg) no-repeat;}
.mainContInner #cont02.tabCont{background:url(../../../images/os/main/cont01.jpg) no-repeat;}
.mainContInner #cont03.tabCont{background:url(../../../images/os/main/cont01.jpg) no-repeat;}
.mainContInner .aniBtn{position: absolute; bottom: 0; right: 0;}
.mainContInner .aniBtn .btns a:after{background: #9a785e;}
.mainContInner .aniBtn .btns a{background: #222;}

.mainBrand{position:relative; padding: 0 0 0 150px; margin:200px 0 280px;}
.mainBrand .left{position: absolute; top: 70px; left: 150px;}
.mainBrand p{font-size:22px;color: #1f3639;font-weight: 600;}
.mainBrand h2{position:relative; display:inline-block;font-size: 55px;font-weight: 600;color: #000;z-index:1;line-height: 70px;margin-top: 20px;text-transform: uppercase;letter-spacing: -0.04em;}
.mainBrand .right{float:right;width: 1050px;height: 550px;background:url(../../../images/os/main/brand.jpg) no-repeat;position: relative;padding-top: 450px;}
.mainBrand .bdImg{position:absolute;bottom: -80px;left: -330px;width: 280px;height: 220px;background:url(../../../images/os/main/brand_s.jpg) no-repeat;}
.mainBrand .aniBtn{ display: table; margin: 0 auto;}

.mainNewLnner{background:#f9f9f9; padding: 200px 0;}
.mainNews{width:1400px; margin:0 auto; overflow: hidden;}
.mainNews .fl_left p{font-size:22px;color: #1f3639;font-weight: 600;}
.mainNews h2{position:relative; display:inline-block;font-size: 40px;font-weight: 600;color: #000;z-index:1;line-height: 50px;margin-top: 20px;text-transform: uppercase;letter-spacing: -0.04em;}
.mainNews .fl_right{width: 60%;border-top:2px solid #acacac;}
.mainNews li{padding:40px 0; border-bottom:2px solid #ededed;}
.mainNews li a{display: flex;}
.mainNews .sub{width: 10%;font-size: 16px;color: #9a785e;font-weight: 600;}
.mainNews .date{width: 15%;color: #898989;}
.mainNews .date span{display:inline-block; font-size: 14px; text-align:center; margin:0 10px; font-weight: 500;}
.mainNews .date span em{display: block; font-size: 42px; font-weight: 700; line-height:1; margin-bottom:5px;}
.mainNews .textWrap{width: 75%;}
.mainNews .textWrap h3{ font-size: 22px; color: rgba(0,0,0,1); margin-bottom: 15px; font-weight: 600;}
.mainNews .textWrap p{ font-size: 17px; color: rgba(0,0,0,.6); line-height: 24px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; word-break: break-all; overflow: hidden;}

.fadeUp{opacity:0;}
.fadeUp.is-inview{animation-name: fadeUp; animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-duration: 1s; animation-delay:0.3s; animation-fill-mode: forwards;}

@keyframes btnHover{
	0% {
	 transform:translate3d(-50%,100%,0);
	}
	100% {
	 transform:translate3d(-50%,-20%,0);
	}
}
@keyframes btnHover2{
	0% {
	 transform:translate3d(-50%,-20%,0);
	}
	100% {
	 transform:translate3d(-50%,-100%,0);
	}
}
