body{
}
.wrap{
  margin: 0 auto;
  width: 1903px;
}
section{
  min-width: 1903px;
  height: 800px;
}

/* 뉴트리불렛 */
.h3{
  font-size: 85px;
  color: white;
  grid-row: 2;
}
.p{

  grid-row: 3;
  color: white;
  font-size: 25px;
  margin-bottom: 50px;
  line-height: 1.3;
}
.go{

  justify-self: center;
  padding: 15px 50px;
  border-radius: 30px;
  grid-row: 4;
  background-color: #F0534C;
  color: white;
  font-size: 17px;
  font-weight: bold;
}
.h5{
  font-size: 24px;
}
.h6{
  
}
.photowrap{
  height: 100%;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  text-align: center;
  align-items: center;
  justify-content: center;
  grid-template-rows: 1fr auto auto auto 1fr;
  row-gap: 20px;
}
.hmenu{

}
.menu{

}
.container{

}
.sub{
  width: 100%;
  display: flex;
  justify-content: center;
  height: fit-content;
  padding: 20px 0;
}
.red{

  color: #F0534C;
  font-size: 25px;
  line-height: 3;
}
.blender{
  
}
.submenu{

  display: flex;
  width: calc((100% - 358px) / 2);
  justify-content: space-around;
}

/* 폰트 */
li{
  list-style: none;
}
.h1{
  font-size: 64px;
}
.h2{
  font-size: 54px;
}

.h4{
  font-size: 34px;
}



.logo{

}
.menu{

}
.title-txt{
  font-size: 20px;
}
.prd-txt-wh{

  color: white;
}
.prd-txt-bl{

  color: #353537;
}
.moreH{
  font-size: 50px;
}
.moreP{
  font-size: 20px;
}
.storyH{
  font-size: 30px;
  padding-bottom: 15px;
  padding-top: 20px;
}
.storyP{
  font-size: 16px;
  line-height: 20px;
}
.story-cat{
  font-size: 40px;
}

/* 패딩 */
.padding50{
  padding: 50px;
}
.paddingT50{
  padding-top: 110px;
}
.paddingR50{
  padding-right: 50px;
}
.paddingB50{
  padding-bottom: 110px;
}
.paddingL50{
  padding-left: 50px;
}
.catpadding{
  padding-top: 30px;
  padding-bottom: 30px;
}
/* 마진 */
.margin50{
  margin: 50px;
}
.marginT50{
  margin-top: 50px;
}
.marginR50{
  margin-right: 50px;
}
.marginB50{
  margin-bottom: 50px 
}
.marginL50{
  margin-left: 50px;
}

/* 트랜스폼 */
.t80{
  transform: translateY(-20%);
}

/* 블럭,인라인 */
.block{
  display: block;
}

/* 정렬 */
.flex{
  display: flex;
}
.between{
  justify-content: space-between;
}
.flex-wrap{
  flex-wrap: wrap;
}
.center{
  justify-content: center;
}
.column{
  flex-direction: column;
}
.grid24{
  display: grid;
  grid-template-columns: 40% 60%;
  grid-template-rows: auto auto auto auto;
}
.align-center{
  align-items: center;
}

/* 텍스트정렬 */
.text-center{
  text-align: center;
}

/* 둥근모서리 */
.borderR20{
  border-radius: 20px
}

/* 라인 */
.line{

}

/* 안보이게 */
.hide{
  display: none;
}

/* 높이 */
.vh100{
  height: 100vh;
  box-sizing: border-box;
}
.h100{
  height: 100%;
}
.max-w{
  max-width: 1360px;
}


.more_blend{

  display: block;
  border-radius: 30px;
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #f0534c;
}
