@charset "utf-8";

/*main banner*/
.main-bn-swip .s1{background-image:url(../img/sub3/1/image1.jpg);}
.main-bn-swip .s2{background-image:url(../img/sub3/1/image2.jpg);}
.main-bn-swip .s3{background-image:url(../img/sub3/1/image3.jpg);}
.main-bn-swip .s4{background-image:url(../img/sub3/1/image4.jpg);}

/*fac-con*/
.fac{overflow:hidden;width:100%;}
.fac .con-tit{margin-bottom:80px;text-align:center;}
.fac-top{width:100%;padding:150px 0 250px;background-color:#FCFCFC;}
.fac-top-con{display:flex;width:1400px;margin:0 auto;justify-content:space-between;}
.fac-top-l{width:50%;padding-top:30px;padding-right:50px;}
.fac-top-txt>p:nth-child(1){font-size:16px;font-weight:400;color:#707070;line-height:26px;}
.fac-top-txt>p:nth-child(1) span{display:block;}
.fac-top-txt>p:nth-child(2){display:block;position:relative;width:120px;margin-top:50px;font-family: 'Cormorant', serif;font-size:17px;font-weight:400;color:#707070;text-align:center;font-style:italic;}
.fac-top-txt>p:nth-child(2)::after{content:'';display:block;position:absolute;bottom:-5px;left:50%;transform:translateX(-50%);width:100%;height:2px;background-color:#D4D4D4;}
.fac-top-r{position:relative;width:50%;}
.fac-top-r .fac-top-img:nth-child(1){width:100%;height:443px;background-image:url(../img/sub3/1/image1.jpg);background-size:cover;background-position:center center;}
.fac-top-r .fac-top-img:nth-child(2){position:absolute;bottom:-50%;left:-50%;transform:translate(-0%, -30%);width:78%;height:343px;background-image:url(../img/sub3/1/image4.jpg);background-size:cover;background-position:center center;}
.fac-top-r .fac-top-img:nth-child(2)::before{content:url(../img/deco5.png);display:block;position:absolute;bottom:-50px;left:-80px;z-index:9;}
.fac-bt{width:1400px;margin:0 auto;padding-bottom:100px;}
.fac-bt-txt>p{position:relative;font-family: 'Jost', sans-serif;font-size:12px;font-weight:400;color:#E2CBB4;letter-spacing:2px;text-align:center;}
.fac-bt-txt>p::before{content:'';display:block;width:1px;height:125px;margin:0 auto 20px;background-color:#ECDECF;}
.fac-bt-con{display:flex;width:100%;margin-top:80px;flex-wrap:wrap;justify-content:space-between;}
.fac-bt-img{width:100%;height:480px;margin-top:30px;background-size:cover;background-position:center center;background-image:url(../img/sub3/1/image3.jpg);}

.fac-top-txt span.highlight{margin-top:20px;font-weight:500;color:#b39d87;}




/************************반응형****************************/



@media screen and (min-width:1px) and (max-width:1400px){

  /*fac-con*/
  .fac-top-con{width:100%;padding:0 20px;}
  .fac-bt{width:100%;padding:0 20px 100px 20px;}
  .fac-top-l, .fac-top-r{width:100%;}

 
  
}


@media screen and (min-width:1px) and (max-width:1024px){

  /*fac-con*/
  .fac-top{padding:100px 0}
  .fac .con-tit{margin-bottom:50px;}
  .fac-top-con{flex-direction:column;}
  .fac-top-l{margin-bottom:60px;padding:0;text-align:center;}
  .fac-top-txt>p:nth-child(1){font-size:14px;line-height:24px;}
  .fac-top-txt>p:nth-child(2){width:100px;margin:50px auto 0;font-size:14px;}
  .fac-top-r .fac-top-img:nth-child(1){height:350px;}
  .fac-top-r .fac-top-img:nth-child(2){position:static;top:auto;right:auto;bottom:auto;left:auto;transform:translate(0,0);width:100%;height:350px;margin-top:30px;}
  .fac-top-r .fac-top-img:nth-child(2)::before{display:none;}
  .fac-bt-txt>p{font-size:10px;}
  .fac-bt-img{height:350px;}



  

}

@media screen and (min-width:1px) and (max-width:780px){

  /*fac-con*/
  .fac .con-tit{margin-bottom:30px;}
  .fac-top-txt>p:nth-child(1){font-size:13px;line-height:23px;}
  .fac-top-txt>p:nth-child(2){width:90px;margin:30px auto;font-size:13px;}
  .fac-top-r .fac-top-img:nth-child(1){height:300px;}
  .fac-top-r .fac-top-img:nth-child(2){height:300px;}
  .fac-bt-txt>p{font-size:8px;}
  .fac-bt-txt>p::before{content:'';height:70px;}
  .fac-bt-img{height:180px;}
  .fac-bt-img{height:300px;}



  
}