html {
	font-size:62.5%;
}
* {
	margin: 0;
	padding: 0;
}


.no_scrollbar_area{
   -ms-overflow-style: none;
}
.no_scrollbar_area::-webkit-scrollbar{
  display:none;
}

.title_area {
  margin-bottom: 4.8rem; 
}
.title_property {
  row-gap: 1.1rem;
  display: flex;
  flex-direction: column;
  border-left: 0.2rem solid black;
  padding-left: 1.5rem;  
}
.title_category {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2175;
  color: #bd834c;
  font-family: Montserrat, 'Source Sans Pro';
  white-space: nowrap;
}
.main_title {  
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4475;
  color: #000000;
  font-family: Noto Sans KR, 'Source Sans Pro';
}
.sub_title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4475;
  color: #000000;
  font-family: Noto Sans KR, 'Source Sans Pro';  
}
.contents_area {
  margin-bottom: 4.8rem;
}
.contents_property {
/*  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column; */
}
.img_part {
    margin-bottom: 2.4rem;
    height: 100%!important;
    width: 100%!important;
}
.item_sub {
  margin-bottom: 2.4rem; 
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5999999728;
  color: #595959;
  font-family: Noto Sans KR, 'Source Sans Pro';
}
.item_text{  
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6000000238;
  color: #000000;
  font-family: Noto Sans KR, 'Source Sans Pro';
}

.ending_text{  
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;  
  color: #909090;
  font-family: Noto Sans KR, 'Source Sans Pro';
  margin-bottom: 4.8rem; 
}


