/* BASIC css start */
 .brand_fadein {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.brand_fadein .up-on-scroll {
  transition: transform 0.7s, opacity 1s;
}

.about{
position: relative;
    width: 100%;
       height: 1500px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url("//junjewelry.jpg3.kr/home/2022/page/sloune_brand_img001.jpg");background-size:cover;background-position:center top;background-repeat: no-repeat;text-align:center;
	}

.ww{max-width: 1360px;
 margin: 0 auto;
    width: 100%;
    padding: 0 35px;
 }

.img-wrap {
  display: flex;
  justify-content: center;
  overflow: hidden;
  /*max-height: 400px;*/
}
.img-wrap .image {
  object-fit: contain;
  max-width: 100%;
 /* width: 100%;*/
}

.text-wrap{
  margin: 200px 0 80px;
}

.text-wrap h2{
text-align: left;
    font-size: 50px;
    font-weight: 400;
	margin: 35px 0 50px;

}

.text-wrap h3{
text-align: left;
    font-size: 50px;
    font-weight:500;
    	margin: 35px 0 50px;
}

.text-wrap em{
text-align: left;
    font-size: 40px;
	color:#dac9b3;
    font-weight: 500;
	font-style: normal;
}

.text-wrap p{
font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    color: #676767;
}


.text-wrap .top{    margin-top: 500px;}

.clean_wrap{background: #f9f4f0;    margin-top: 200px;}
/* BASIC css end */

