/* BASIC css start */
/* 
  based on PRECSS regulations 
  기존 CSS 상세도가 너무 깊어 모바일 메인 index에만
  사용하기 위한 CSS로 모든 스타일을 #ly_main에 종속시킴
*/

/* base & layout */
@import url(hard.css);
@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&family=Gowun+Dodum&family=Jua&display=swap');

#ly_main {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin-top: 136px;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #fff 35%, #ffdde1);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #fff 35%, #ffdde1);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#ly_main h1 {
  color: #331714;
  font-family: 'jua', sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 29px;
  line-height: 1.1;
  word-spacing: -8px;
  letter-spacing: 1px;
}

#ly_main h2 {
  color: #70332c;
  text-align: center;
  font-family: 'Gowun Dodum', sans-serif;
  padding: 8px 0;
  font-size: 19px;
  word-spacing: -1px;
}

#ly_main h3 {
  color: #331714;
  text-align: center;
  line-height: 1.2;
  font-family: 'Jua', sans-serif;
  letter-spacing: 1px;
  word-spacing: -2.5px;

}

/* module */
#ly_main .bl_module {
  padding-top: 50px;
}


#ly_main .bl_main_module1 .main_module1_sub_title {
  display: inline-block;
  text-align: center;
  padding-left: 5px;
}

#ly_main .bl_main_module1 .main_module1_features {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}

#ly_main .bl_main_module1 .main_module1_features p {
  font-size: 14px;
  color: #70332c;
  text-align: center;
  line-height: 1.3;
  font-family: 'Gowun Dodum', sans-serif;
  width: 100%;
  padding-top: 5px;
  word-spacing: -1px;
}

#ly_main .main_module1_features li:nth-child(2) {
  margin: 0 20px;
}

#ly_main .main_module1_features li {
  width: 100px;
}

#ly_main .main_module1_features img {
  display: block;
  width: 95px;
  margin: 0 auto;
  margin-bottom: 10px;
}

#ly_main .bl_main_module2 .main_module2_prds {
  margin: 25px 15px 0 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px 15px;
}

#ly_main .main_module2_prds a {
  display: block;
  box-shadow: 0 4px 2px -2px #642d27;
  border-radius: 7px;
  background-color: #f6eae9;
  position: relative;
}

#ly_main .main_module2_prds img {
  display: block;
  border-radius: 7px 7px 0 0;
  width: 100%;
}


#ly_main .main_module2_prds .main_module2_prds_desc {
  font-size: 13px;
  color: #27110f;
  font-family: 'Jua', sans-serif;
  text-align: center;
  white-space: nowrap;
  word-spacing: -2px;
  padding: 10px 0;
}

#ly_main .main_module2_prds a:after {
  border-radius: 6px;
  content: "상품보기";
  font-size: 10px;
  transform: translate(-22%, -50%) scale(0.8);
  padding: 5px 7px;
  display: inline-block;
  position: absolute;
  top: 100%;
  left: calc(50% - 17px);
  background: #27110f;
  color: #fbf6f5;
}

#ly_main .bl_main_footer {
  margin-top: 90px;
  position: relative;
  box-sizing: border-box;
  background: #110002;
  width: 100%;
  padding: 10px 20px 30px 20px;
}
#ly_main .bl_main_footer svg {
  position: absolute;
  bottom: calc(100% - 25px);
  left: 0;
  transform: scale(1.14,0.49);
}
#ly_main .main_footer_logo {
  width: 72px;
  height: 24px;
  background-image: url(https://jinmayu.com/design/monga2/img/w_logo.png);
  background-size: cover;
  margin-bottom: 8px;
  margin-left: -4px;
}

#ly_main .main_footer_info {
  color: #F8F8F8;
  font-size: 11px;
  letter-spacing: 1px;
  text-align: justify;
  word-break: break-all;
  line-height: 1.3;
}

#ly_main .main_footer_copyright {
  padding-top: 5px;
  padding-bottom: 10px;
}

#ly_main .main_footer_menu {
  display: flex;
  justify-items: center;
}

#ly_main .main_footer_menu li + li:before {
  content: "|";
  display: inline-block;
  width: 10px;
  text-align: center;
}
/* BASIC css end */

