@charset "utf-8";

/* shop main */
.shopVisWrap{width:95%; height:600px; margin:0 auto; z-index:1; border-radius:30px; overflow:hidden;}
.shopVis{height:100%;position:relative;}
.shopVis .bg01{background:url(../../../images/os/main/shopVis02.jpg)no-repeat center top;}
.shopVis .bg02{background:url(../../../images/os/main/shopVis03.jpg)no-repeat center top;}
.shopVis .bg03{background:url(../../../images/os/main/shopVis04.jpg)no-repeat center top;}
.shopVis .textWrap{width:1200px;margin:330px auto 0;}
.shopVis .text01{font-family:'Roboto';font-size:48px;font-weight:700;color:rgba(255,255,255,0.3);line-height:1;}
.shopVis .text02{font-family:'Roboto';font-size:48px;font-weight:700;color:#fff;position:relative;display:inline-block;z-index:1;line-height:1;margin-top:10px;}
.shopVis .text02:before{content:"";display:block;width:100%;height:20px;background:#777;position:absolute;bottom:0;left:0;z-index:-1;}
.shopVis .smTxt{font-size:18px;color:#fff;line-height:1;margin-top:40px;}
.shopVis .swiper-button-Box{width:235px;height:112px;background:url(../../../images/os/main/arrowBg.png)no-repeat;position: absolute;bottom: 0;right: 0;z-index: 1;}
.shopVis .swiper-button-prev,
.shopVis .swiper-button-next{width:60px;height:60px;background:rgba(0,0,0,.8) url(../../../images/os/main/arrowL.png)no-repeat 50% 50%; border-radius:50%; background-size: 25%; margin-top: -18px;}
.shopVis .swiper-button-next{background:rgba(0,0,0,.8) url(../../../images/os/main/arrowR.png)no-repeat 50% 50%; background-size: 25%; }
.shopVis .swiper-button-prev, .shopVis .swiper-container-rtl .swiper-button-next{left:70px;}
.shopVis .swiper-button-next, .shopVis .swiper-container-rtl .swiper-button-prev{right:25px;}
.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;}

.shopComInner{height: 700px;background:url(../../../images/os/main/contBg.jpg)no-repeat;margin:100px 0;background-size: cover;}
.shopComInner .shopCom{position: relative;width:1400px;margin:0 auto;color: #000;padding-top: 200px;}
.shopComInner .shopCom p.logo{position:absolute;width:350px;height:197px;background:url(../../../images/os/common/logo_b.png);top: 90px;left: 50%;margin-left: -300px;background-size: cover;opacity: 0.15;}
.shopComInner .shopCom .tit{ font-size: 40px; line-height: 50px; font-weight: 700;}
.shopComInner .shopCom .titS{ font-size: 18px; line-height: 28px; margin-top: 40px;}

.shopNewPd{position:relative; width: 100%; margin:150px auto; overflow: hidden;}
.shopTit{font-family: "Montserrat", serif; font-size: 50px; font-weight: 700; color: #000; letter-spacing: -.05em;text-align: center; line-height: 1;}
.shopTits{font-size: 16px; text-align: center; margin-top: 10px;}
.shopNewPd .newSlide{width:1400px;margin:70px auto;overflow: hidden;}
.shopNewPd .newSlide dt{border: 1px solid rgba(0, 0, 0, .05); border-radius: 12px;}
.shopNewPd .newSlide dt img{width:100%; transition: 1s all ease; transform: scale(1); border-radius: 10px; }
.shopNewPd .newSlide dt img:hover{transform: scale(1.1); filter: brightness(70%);}
.shopNewPd .newSlide dd{padding: 0 10px;}
.shopNewPd .newSlide dd.name{font-size: 20px;color: rgba(0,0,0,1);margin: 30px 0 15px;line-height: 1.5;}
.shopNewPd .newSlide a{display: block; line-height: 1;}
.shopNewPd .swiper-button-prev,
.shopNewPd .swiper-button-next{position: absolute;top: 50%;left: 50%;margin: -25px 0 0 725px;width:50px;height:50px;background:transparent url(../../../images/os/main/arrow.png)no-repeat 50% 50%;transform: rotate(-180deg);}
.shopNewPd .swiper-button-prev{transform: rotate(360deg);margin: -25px 0 0 -770px;}

.shopBn{width: 1400px; margin:100px auto; display: flex;}
.shopBn a{display: block;width:680px;height:178px;text-align: center;background:url(../../../images/os/main/btm01.jpg) no-repeat;padding-right: 260px;font-size: 25px;line-height: 35px;color: #000;}
.shopBn a span{ display: inline-block; font-weight: 700; margin-top: 65px;}
.shopBn a:last-child{margin-left: 40px; background:url(../../../images/os/main/btm02.jpg) no-repeat}

.allPd{width: 1600px;margin:150px auto;}
.more_btn{border-top: 1px solid #eee;}
.more_btn a{ display: table; margin: -1px auto 0; padding: 15px 50px; border: 1px solid #eee;}

.mainCircleWrap {
 background:url(../../../images/os/main/contBg2.jpg)no-repeat; width: 100%;  height: 600px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex; -webkit-box-align: center; -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center; justify-content: center
}

.mainCircleWrap .circleBox { position: relative; width: 300px; height: 300px; border-radius: 50%}
.mainCircleWrap .circleBox .textWrap { position: absolute; width: 100%; height: 100%; color: #fff; font-size: 20px; font-family: "Montserrat", serif; font-weight:600;animation: textRotation 30s linear infinite;}
.mainCircleWrap .circleBox .textWrap span { position: absolute; left: 50%; transform-origin: 0 150px;}

@keyframes textRotation {
    to {
        transform: rotate(360deg)
    }
}

/* 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);
	}
}
