@charset "utf-8";
.wrap{
  width: 100%;
  margin: 0 auto;
}
header{
  position: fixed;
  top: 0; left: 0;
  width: 100%; height:80px;
  z-index: 20;
  border-top: 4px solid #FFDC51;
  background: #fff;
}

.header_inner{
  width: 100%; height:80px;
  padding: 0px 8.267%;
  display: flex;
  justify-content:space-between;
}

.header_inner h1{
  position: relative;
  z-index: 20;
  width: 130px; height: 28px;
  padding: 26px 0;
}
.header_inner h1 > a{
  width: 100%; height: 100%;
  position: relative;
  display: block;
}
.header_inner h1 > a img{
  width: 130px; height: 28px;
}

.header_inner .m_btn{
  position: relative;
  width: 30px; height: 30px;
  z-index: 20;
  padding: 25px 0px 25px 3px;
}
.btn{
  width: 100%; height: 100%;
  margin: 0 auto;
}
.btn > span{
  display: block;
  width: 23px; height: 3px;
  background-color: #000;
  border-radius: 25px;
  margin-bottom: 3px;
}
.btn span:last-of-type{
  margin-bottom: 0px;
}

.btn.active span{
  margin: 0 ;
}
.btn.active span:nth-of-type(1){
  transform: translate(0% , 180%) rotate(45deg);
}
.btn.active span:nth-of-type(2){
  display: none;
}
.btn.active span:nth-of-type(3){
  transform: translate(0% , 80%) rotate(-45deg);
}

.nav_wrap{
  position: fixed;
  top: -120%; left: 0;
  z-index: 10;
  width: 100%; height: 100%;
  background: #fff;
}
nav{
  width: 100%;
}
nav ul{
  width: 100%;
  padding: 100px 16% 0;
}
nav ul li{
  margin-bottom: 30px;
}
nav ul li a{
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  font-size: 4rem;
}
/* header end */

/* visual */
.visual{
  width: 83.2%;
  margin: 80px auto 0;
  text-align: center;
}
.visual_inner{
  height: 300px;
  background: url(../img/a_bg.png) no-repeat center/cover;
  padding-top: 119px;
}
.visual_inner h2{
  color: #fff;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 4.3rem;
}
.about_inner{
  margin-top: 150px;
  font-size: 1.8rem;
  line-height: 1.667;
  word-break: keep-all;
}
.about_inner p:last-child{
  margin-top: 40px;
}

/* main start */

/* product */
.product{
  width: 100%;
  margin-top: 200px;
  text-align: center;
}
.product_img{
  height: 450px;
  background: url(../img/a_product.png)no-repeat center/cover;
}
.product_text{
  background-color: #f9f9f9;
  padding: 50px 0;
}
.product_text_inner{
  width: 83.2%;
  margin: 0  auto;
}
.product_text h2{
  font-family: "Noto Sans KR", sans-serif;
  font-size: 4rem;
}
.product_text p{
  word-break: keep-all;
  font-size: 1.8rem;
  line-height: 1.667;
  font-weight: 400;
  margin-top: 20px;
}

/* culture */
.culture{
  width: 100%;
  margin-top: 200px;
  text-align: center;
}
.culture_img{
  height: 450px;
  background: url(../img/a_cuiture.png)no-repeat center/cover;
}
.culture_text{
  background-color: #f9f9f9;
  padding: 50px 0;
}
.culture_text_inner{
  width: 83.2%;
  margin: 0  auto;
}
.culture_text h2{
  font-family: "Noto Sans KR", sans-serif;
  font-size: 4rem;
}
.culture_text p{
  word-break: keep-all;
  font-size: 1.8rem;
  line-height: 1.667;
  font-weight: 400;
  margin-top: 20px;
}

/* group */
.group{
  width: 100%;
  text-align: center;
  margin-top: 200px;
}
.group > h2{
  width: 83.2%;
  font-size: 4rem;
  line-height: 1.25;
  font-family: "Noto Sans KR", sans-serif;
  margin: 0 auto;
}
.group_inner{
  width: 100%;
  margin-top: 100px;
}
.group_inner div{
  margin-bottom: 100px;
}
.group_inner div:last-of-type{
  margin-bottom: 0;
}
.group_inner div span{
  display: block;
  height: 300px;
  background: url(../img/a.png1.png)no-repeat center/cover;
}
.group_inner div:nth-of-type(2) span{
  background: url(../img/a.png2.png)no-repeat center/cover;
}
.group_inner div:last-of-type span{
  background: url(../img/a.png3.png)no-repeat center/cover;
}
.group_text1{
  width: 64%;
  margin: 0 auto;
}
.group_text1 h3{
  margin: 30px 0 20px;
  font-size: 3rem;
  line-height: 1.166;
  font-family: "Noto Sans KR", sans-serif;
}
.group_text1 i{
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.group_text1 ol{
  font-size: 1.8rem;
  line-height: 1.667;
}
.group_text1 li{
  list-style-type: decimal;
  list-style-position: inside;
}
.group_text2{
 width: 83.2%;
 margin: 0 auto;
}
.group_text2 h3{
  margin: 30px 0 20px;
  font-size: 3rem;
  line-height: 1.166;
  font-family: "Noto Sans KR", sans-serif;
}
.group_text2 i{
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.group_text2 ol{
  font-size: 1.8rem;
  line-height: 1.667;
}
.group_text2 li{
  list-style-type: decimal;
  list-style-position: inside;
}
.group_text3{
  width: 83.2%;
  margin: 0 auto;
}
.group_text3 h3{
  margin: 30px 0 20px;
  font-size: 3rem;
  line-height: 1.166;
  font-family: "Noto Sans KR", sans-serif;
}
.group_text3 i{
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.group_text3 ol{
  font-size: 1.8rem;
  line-height: 1.667;
}
.group_text3 li{
  list-style-type: decimal;
  list-style-position: inside;
}

/* chapters */
.chapters{
  margin-top: 200px;
  width: 100%;
  background: #f5f5f5;
}
.chapters > h2{
  width: 83.2%;
  margin: 0 auto;
  padding: 100px 0;
  font-size: 4rem;
  font-family: "Noto Sans KR", sans-serif;
  line-height: 1.125;
  text-align: center;
}
.chapter_inner div{
  margin-bottom: 80px;
}
.chapter_inner div:last-of-type{
  margin-bottom: 0;
}
.chapter_inner div span{
  display: block;
  height: 450px;
  background: url(../img/locci_bg1.png)no-repeat center/cover;
}
.chapter_inner div:nth-of-type(2) span{
  background: url(../img/locci_bg2.png)no-repeat center/cover;
}
.chapter_inner div:nth-of-type(3) span{
  background: url(../img/locci_bg3.png)no-repeat center/cover;
}
.chapter_inner div:nth-of-type(4) span{
  background: url(../img/locci_bg4.png)no-repeat center/cover;
}
.grow_text{
  width: 83.2%;
  margin: 0 auto;
  text-align: left;
}
.grow_text h3{
  font-family: "Noto Sans KR", sans-serif;
  font-size: 3rem;
  margin: 30px 0 20px;
}
.grow_text p{
  word-break: keep-all;
  font-size: 1.8rem;
  line-height: 1.667;
}
.reveal_text{
  width: 83.2%;
  margin: 0 auto;
  text-align: left;
}
.reveal_text h3{
  font-family: "Noto Sans KR", sans-serif;
  font-size: 3rem;
  margin: 30px 0 20px;
}
.reveal_text p{
  word-break: keep-all;
  font-size: 1.8rem;
  line-height: 1.667;
}

.craft_text{
  width: 83.2%;
  margin: 0 auto;
  text-align: left;
}
.craft_text h3{
  font-family: "Noto Sans KR", sans-serif;
  font-size: 3rem;
  margin: 30px 0 20px;
}
.craft_text p{
  word-break: keep-all;
  font-size: 1.8rem;
  line-height: 1.667;
}
.act_text{
  width: 83.2%;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 100px;
}
.act_text h3{
  font-family: "Noto Sans KR", sans-serif;
  font-size: 3rem;
  margin: 30px 0 20px;
}
.act_text p{
  word-break: keep-all;
  font-size: 1.8rem;
  line-height: 1.667;
}
.future{
  width: 100%;
  margin-top: 200px;
}
.future .future_img{
  height: 450px;
  background: url(../img/a_future.png)no-repeat center/cover;
}
.future_text{
  width: 83.2%;
  margin: 0 auto;
  text-align: left;
}
.future_text h2{
  font-family: "Noto Sans KR", sans-serif;
  font-size: 3rem;
  margin: 30px 0 20px;
}
.future_text p{
  word-break: keep-all;
  font-size: 1.8rem;
  line-height: 1.667;
}

/* footer */
.footer{
  background: #f1f1f1;
  border-bottom: 4px solid #FFDC51;
  margin-top: 200px;
  text-align: center;
  padding: 40px 8.267%;
}
.footer_inner{
  width: 100%;
  margin: 0 auto;
}
.footer_logo{
  width: 100%; height: 40px;
}
.footer_logo a{
  display: block;
  width: 200px; height: 100%;
  margin: 0 auto;
}
.footer_logo > a img{
  width: 200px; height: 100%;
}
.footer_border{
  width: 100%; height: 2px;
  background: #909090;
  margin: 21px auto 23px;
}
.footer_nav{
  width: 100%;
  margin: 0 auto;
}
.footer_nav ul li{
  display: inline-block;
}
.footer_nav ul li a{
  font-size: 1.4rem;
}
.footer_nav ul li a::after{
  content: "|";
  margin: 0 8px;
}
.footer_nav ul li:last-of-type a::after{
  content: "";
  margin: 0;
}
.footer_middle{
  display: none;
}
.sns{
  width: 132px; height: 30px;
  margin: 26px auto 12px;
}
.sns ul{
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.sns ul li{
  float: left;
  margin-right: 0;
  margin-right: 9px;
}
.sns ul li:first-of-type{
  margin-right: 4px;
}
.sns ul li:last-of-type{
  margin-right: 0;
}
.sns ul li img{
  width: 30px; height: 30px;
  margin: 0 auto;
}
.sns ul li:nth-of-type(3) img{
  width: 20px; height: 20px;
  margin: 5px 0 6px;
} 
.footer_bottom{
  font-family: "Noto Sans KR", sans-serif;
  font-size: 1.4rem;
  font-weight: 5400;
}

/* 768 */
@media screen and (min-width:768px){
  header{
    position: fixed;
    width: 100%; height:120px;
    z-index: 20;
    border-top: 4px solid #FFDC51;
    background: #fff;
  }
  
  .header_inner{
    width: 100%; height:100%;
    padding: 0px 7.552%;
    display: flex;
    justify-content:space-between;
  }
  
  .header_inner h1{
    position: relative;
    z-index: 20;
    width: 250px; height: 53px;
    padding: 34px 0;
  }
  .header_inner h1 > a{
    width: 100%; height: 100%;
    position: relative;
    display: block;
  }
  .header_inner h1 > a img{
    width: 250px; height: 53px;
  }
  
  .header_inner .m_btn{
    position: relative;
    width: 33px; height: 25px;
    z-index: 20;
    padding: 0;
  }
  .btn{
    width: 100%; height: 100%;
    padding-top: 48px;
  }
  .btn > span{
    display: block;
    width: 33px; height: 5px;
    background-color: #000;
    border-radius: 25px;
    margin-bottom: 5px;
  }
  .btn span:last-of-type{
    margin-bottom: 0px;
  }
  .btn.active span{
    margin: 0;
  }
  .btn.active span:nth-of-type(1){
    transform: translate(0% , 180%) rotate(45deg);
  }
  .btn.active span:nth-of-type(2){
    display: none;
  }
  .btn.active span:nth-of-type(3){
    transform: translate(0% , 80%) rotate(-45deg);
  }
  
  .nav_wrap{
    position: fixed;
    top: -160%; left: 0;
    z-index: 10;
    width: 100%; height: 100%;
    background: #fff;
  }
  nav{
    width: 100%;
  }
  nav ul{
    width: 100%;
    padding: 170px 18.22% 0;
  }
  nav ul li{
    margin-bottom: 50px;
  }
  nav ul li:last-of-type{
    margin-bottom: 0;
  }
  nav ul li a{
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 500;
    font-size: 4rem;
  }
  /* header end */


  /* main start */
  
  /* visual */
  .visual{
    width: 84.89%;
    margin: 120px auto 0;
    text-align: center;
  }
  .visual_inner{
    height: 375px;
    background: url(../img/a_bg.png) no-repeat center/cover;
    padding-top: 152px;
  }
  .visual_inner h2{
    color: #fff;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 5rem;
  }
  .about_inner{
    margin-top: 150px;
    font-size: 1.8rem;
    line-height: 1.667;
    word-break: keep-all;
  }
  .about_inner p:last-child{
    margin-top: 40px;
  }
  
  /* product */
  .product{
    width: 100%;
    margin-top: 300px;
    text-align: center;
  }
  .product_img{
    height: 550px;
    background: url(../img/a_product.png)no-repeat center/cover;
  }
  .product_text{
    background-color: #f9f9f9;
    padding: 50px 0;
  }
  .product_text_inner{
    width: 84.89%;
    margin: 0 auto;
  }
  .product_text h2{
    font-family: "Noto Sans KR", sans-serif;
    font-size: 4rem;
  }
  .product_text p{
    word-break: keep-all;
    font-size: 1.8rem;
    line-height: 1.667;
    font-weight: 400;
    margin-top: 20px;
  }
  
  /* culture */
  .culture{
    width: 100%;
    margin-top: 300px;
    text-align: center;
  }
  .culture_img{
    height: 550px;
    background: url(../img/a_cuiture.png)no-repeat center/cover;
  }
  .culture_text{
    background-color: #f9f9f9;
    padding: 50px 0;
  }
  .culture_text_inner{
    width: 84.89%;
    margin: 0  auto;
  }
  .culture_text h2{
    font-family: "Noto Sans KR", sans-serif;
    font-size: 4rem;
  }
  .culture_text p{
    word-break: keep-all;
    font-size: 1.8rem;
    line-height: 1.667;
    font-weight: 400;
    margin-top: 20px;
  }
  
  /* group */
  .group{
    width: 100%;
    text-align: center;
    margin-top: 300px;
  }
  .group > h2{
    width: 84.89%;
    font-size: 4rem;
    line-height: 1.25;
    font-family: "Noto Sans KR", sans-serif;
    margin: 0 auto;
  }
  .group_inner{
    width: 84.89%;
    margin: 150px auto 0;
  }
  .group_inner div{
    margin-bottom: 100px;
  }
  .group_inner div:last-of-type{
    margin-bottom: 0;
  }
  .group_inner div span{
    display: block;
    height: 300px;
    background: url(../img/a.png1.png)no-repeat center/cover;
  }
  .group_inner div:nth-of-type(2) span{
    background: url(../img/a.png2.png)no-repeat center/cover;
  }
  .group_inner div:last-of-type span{
    background: url(../img/a.png3.png)no-repeat center/cover;
  }
  .group_text1{
    width: 84.89%;
    margin: 0 auto;
  }
  .group_text1 h3{
    margin: 30px 0 20px;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.166;
    font-family: "Noto Sans KR", sans-serif;
  }
  .group_text1 i{
    display: block;
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .group_text1 ol{
    font-size: 1.8rem;
    line-height: 1.667;
  }
  .group_text1 li{
    list-style-type: decimal;
    list-style-position: inside;
  }
  .group_text2{
   width: 84.89%;
   margin: 0 auto;
  }
  .group_text2 h3{
    margin: 30px 0 20px;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.166;
    font-family: "Noto Sans KR", sans-serif;
  }
  .group_text2 i{
    display: block;
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .group_text2 ol{
    font-size: 1.8rem;
    line-height: 1.667;
  }
  .group_text2 li{
    list-style-type: decimal;
    list-style-position: inside;
  }
  .group_text3{
    width: 84.89%;
    margin: 0 auto;
  }
  .group_text3 h3{
    margin: 30px 0 20px;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.166;
    font-family: "Noto Sans KR", sans-serif;
  }
  .group_text3 i{
    display: block;
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .group_text3 ol{
    font-size: 1.8rem;
    line-height: 1.667;
  }
  .group_text3 li{
    list-style-type: decimal;
    list-style-position: inside;
  }
  
  /* chapters */
  .chapters{
    margin-top: 300px;
    width: 100%;
    background: #f5f5f5;
  }
  .chapters > h2{
    width: 84.89%;
    margin: 0 auto;
    padding: 150px 0;
    font-size: 4rem;
    font-family: "Noto Sans KR", sans-serif;
    line-height: 1.125;
    text-align: center;
  }
  .chapter_inner > div{
    width: 92.44%;
    margin-bottom: 80px;
  }
  .chapter_inner div:nth-of-type(2n){
    margin-left: auto;
  }
  .chapter_inner div:last-of-type{
    margin-bottom: 0;
  }
  .chapter_inner div span{
    width: 100%; height: 572px;
    display: block;
    background: url(../img/locci_bg1.png)no-repeat center/cover;
  }
  .chapter_inner div:nth-of-type(2) span{
    background: url(../img/locci_bg2.png)no-repeat center/cover;
  }
  .chapter_inner div:nth-of-type(3) span{
    height: 508px;
    background: url(../img/locci_bg3.png)no-repeat center/cover;
  }
  .chapter_inner div:nth-of-type(4) span{
    height: 515px;
    background: url(../img/locci_bg4.png)no-repeat center/cover;
  }
  .grow_text{
    margin: 0;
    padding-left: 7.552%;
    text-align: left;
  }
  .grow_text h3{
    font-family: "Noto Sans KR", sans-serif;
    font-size: 4rem;
    margin: 30px 0 20px;
  }
  .grow_text p{
    word-break: keep-all;
    font-size: 1.8rem;
    line-height: 1.667;
  }
  .reveal_text{
    width: 83.2%;
    margin: 0;
    text-align: left;
  }
  .reveal_text h3{
    font-family: "Noto Sans KR", sans-serif;
    font-size: 4rem;
    margin: 30px 0 20px;
  }
  .reveal_text p{
    word-break: keep-all;
    font-size: 1.8rem;
    line-height: 1.667;
  }
  
  .craft_text{
    padding-left: 7.552%;
    margin: 0;
    text-align: left;
  }
  .craft_text h3{
    font-family: "Noto Sans KR", sans-serif;
    font-size: 4rem;
    margin: 30px 0 20px;
  }
  .craft_text p{
    word-break: keep-all;
    font-size: 1.8rem;
    line-height: 1.667;
  }
  .act_text{
    width: 83.2%;
    margin: 0;
    text-align: left;
    padding-bottom: 100px;
  }
  .act_text h3{
    font-family: "Noto Sans KR", sans-serif;
    font-size: 4rem;
    margin: 30px 0 20px;
  }
  .act_text p{
    word-break: keep-all;
    font-size: 1.8rem;
    line-height: 1.667;
  }
  .future{
    width: 100%;
    margin-top: 300px;
  }
  .future .future_img{
    height: 600px;
    background: url(../img/a_future.png)no-repeat center/cover;
  }
  .future_text{
    width: 83.2%;
    margin: 0 auto;
    text-align: center;
  }
  .future_text h2{
    font-family: "Noto Sans KR", sans-serif;
    font-size: 4rem;
    margin: 30px 0 20px;
  }
  .future_text p{
    word-break: keep-all;
    font-size: 1.8rem;
    line-height: 1.667;
  }
  
 /* footer */
 .footer{
  background: #f1f1f1;
  border-bottom: 4px solid #FFDC51;
  margin-top: 300px;
  text-align: center;
  padding: 40px 7.552%;
}
.footer_inner{
  width: 100%;
  margin: 0 auto;
}
.footer_logo{
  width: 100%; height: 50px;
  margin-bottom: 35px;
}
.footer_logo a{
  display: block;
  width: 250px; height: 100%;
  margin: 0 auto;
}
.footer_logo > a img{
  width: 250px; height: 100%;
}
.footer_border{
  display: none;
}
.footer_nav{
  width: 100%;
}
.footer_border2{
  width: 84.89%; height: 2px;
  margin: 50px auto;
  background: #909090;
}
.footer_nav ul li{
  display: inline-block;
}
.footer_nav ul li a{
  font-size: 1.8rem;
}
.footer_nav ul li a::after{
  content: "|";
  margin: 0 8px;
}
.footer_nav ul li:last-of-type a::after{
  content: "";
  margin: 0;
}
.footer_middle{
  display: none;
}
.sns{
  display: flex;
  justify-content: space-between;
  width: 350px; height: 50px;
  margin: 0 auto;
  margin-bottom: 36px;
}
.sns ul{
  width: 100%;
}
.sns ul li{
  margin-right: 50px;
}
.sns ul li a img{
  width: 50px; height: 50px;
  margin-right: 50;
}
.sns ul li:first-of-type{
  margin-right: 50px;
}
.sns ul li:nth-of-type(3) img{
  width: 35px; height: 35px;
  margin: 8px 0 7px;
} 
.sns ul li a:last-of-type img{
  margin-right: 0;
}
.footer_bottom{
  font-family: "Noto Sans KR", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}
}

/* 1024 */
@media screen and (min-width:1024px){
  .wrap{
    width: 100%;
    margin: 0 auto;
  }
  
  header{
    position: fixed;
    width: 100%; height:120px;
    z-index: 20;
    border-top: 4px solid #FFDC51;
    background: #fff;
  }
  
  .header_inner{
    width: 100%; height:100%;
    padding: 0px 4.687%;
    display: flex;
  }
  
  .header_inner h1{
    position: static;
    z-index: 20;
    width: 250px; height: 53px;
    padding: 34px 0;
  }
  .header_inner h1 > a{
    width: 100%; height: 100%;
    position: static;
    display: block;
  }
  .header_inner h1 > a img{
    width: 250px; height: 53px;
  }
  
  .header_inner .m_btn{
    display: none;
    position: static;
    width: 33px; height: 25px;
    z-index: 20;
    padding: 0;
  }
  .btn{
    width: 100%; height: 100%;
    padding-top: 48px;
  }
  .btn > span{
    display: block;
    width: 33px; height: 5px;
    background-color: #000;
    border-radius: 25px;
    margin-bottom: 5px;
  }
  .btn span:last-of-type{
    margin-bottom: 0px;
  }
  .btn.active span{
    margin: 0;
  }
  .btn.active span:nth-of-type(1){
    transform: translate(0% , 180%) rotate(45deg);
  }
  .btn.active span:nth-of-type(2){
    display: none;
  }
  .btn.active span:nth-of-type(3){
    transform: translate(0% , 80%) rotate(-45deg);
  }
  
  .nav_wrap{
    position: static;
    z-index: 10;
    width: 427px;
    background: #fff;
  }
  nav{
    width: 100%;
  }
  nav ul{
    display: flex;
    padding: 46px 0;
  }
  nav ul li{
    margin: 0 50px 0 0;
  }
  nav ul li:last-of-type{
    margin: 0;
  }
  nav ul li a{
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 400;
    font-size: 2rem;
  }
  nav ul li a:hover{
    text-decoration: underline;
  }
  /* header end */
  
  /* visual */
  .visual{
    width: 90.62%;
    margin: 120px auto 0;
    text-align: center;
  }
  .visual_inner{
    height: 375px;
    background: url(../img/a_bg.png) no-repeat center/cover;
    padding-top: 152px;
  }
  .visual_inner h2{
    color: #fff;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 5rem;
  }
  .about_inner{
    margin-top: 150px;
    font-size: 2.3rem;
    line-height: 1.434;
    word-break: keep-all;
  }
  .about_inner p:last-child{
    margin-top: 40px;
  }
  
  /* main start */
  
  /* product */
  .product{
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    width: 100%; height: 800px;
    margin-top: 300px;
    text-align: center;
  }
  .product_img{
    width: 79.88%; height: 700px;
    background: url(../img/a_product.png)no-repeat right/cover;
  }
  .product_text{
    position: absolute;
    width: 58.69%;
    top: 50%; left: 0%;
    background-color: #f9f9f9;
    padding: 0;
    text-align: right;
  }
  .product_text_inner{
    margin: 0 auto;
    padding: 73px 0;
    word-break: keep-all;
  }
  .product_text h2{
    font-family: "Noto Sans KR", sans-serif;
    font-size: 4rem;
  }
  .product_text p{
    word-break: keep-all;
    font-size: 2.3rem;
    line-height: 1.434;
    font-weight: 400;
    margin-top: 20px;
  }
  
  /* culture */
  .culture{
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%; height: 800px;
    margin-top: 300px;
    text-align: center;
  }
  .culture_img{
    width: 79.88%; height: 700px;
    background: url(../img/a_cuiture.png)no-repeat center/cover;
  }
  .culture_text{
    position: absolute;
    width: 58.69%;
    top: 50%; right: 0;
    background-color: #f9f9f9;
    padding: 0;
    text-align: left;
  }
  .culture_text_inner{
    margin: 0 auto;
    padding: 90px 0;
    word-break: keep-all;
  }
  .culture_text h2{
    font-family: "Noto Sans KR", sans-serif;
    font-size: 4rem;
  }
  .culture_text p{
    word-break: keep-all;
    font-size: 2.3rem;
    line-height: 1.434;
    font-weight: 400;
    margin-top: 20px;
  }
  
  /* group */
  .group{
    width: 90.62%;
    text-align: center;
    margin: 300px auto 0;
  }
  .group > h2{
    width: 100%;
    font-size: 4rem;
    line-height: 1.25;
    font-family: "Noto Sans KR", sans-serif;
    margin: 0 auto;
  }
  .group_inner{
    display: flex;
    width: 100%;
    margin: 150px auto 0;
  }
  .group_inner div{
    width: 100%;
    margin-bottom: 0px;
    margin-right: 20px;
  }
  .group_inner div:last-of-type{
    margin-bottom: 0;
    margin-right: 0;
  }
  .group_inner div span{
    display: block;
    width: 100%; height: 276px;
    background: url(../img/a.png1.png)no-repeat center/cover;
  }
  .group_inner div:nth-of-type(2) span{
    background: url(../img/a.png2.png)no-repeat center/cover;
  }
  .group_inner div:last-of-type span{
    background: url(../img/a.png3.png)no-repeat center/cover;
  }
  .group_text1{
    width: 100%;
    margin: 0 auto;
  }
  .group_text1 h3{
    margin: 30px 0 20px;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.166;
    font-family: "Noto Sans KR", sans-serif;
  }
  .group_text1 i{
    display: block;
    font-size: 2rem;
    font-weight: 400;
    margin: 20px 0;
  }
  .group_text1 ol{
    font-size: 1.9rem;
    line-height: 1.631;
  }
  .group_text1 li{
    list-style-type: decimal;
    list-style-position: inside;
  }
  .group_text2{
   width: 100%;
   margin: 0 auto;
  }
  .group_text2 h3{
    margin: 30px 0 20px;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.166;
    font-family: "Noto Sans KR", sans-serif;
  }
  .group_text2 i{
    display: block;
    font-size: 2rem;
    font-weight: 400;
    margin: 20px 0;
  }
  .group_text2 ol{
    font-size: 1.9rem;
    line-height: 1.631;
  }
  .group_text2 li{
    list-style-type: decimal;
    list-style-position: inside;
  }
  .group_text3{
    width: 84.89%;
    margin: 0 auto;
  }
  .group_text3 h3{
    margin: 30px 0 20px;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.166;
    font-family: "Noto Sans KR", sans-serif;
  }
  .group_text3 i{
    display: block;
    font-size: 2rem;
    font-weight: 400;
    margin: 20px 0;
  }
  .group_text3 ol{
    font-size: 1.9rem;
    line-height: 1.631;
  }
  .group_text3 li{
    list-style-type: decimal;
    list-style-position: inside;
  }
  
  /* chapters */
  .chapters{
    margin-top: 300px;
    width: 100%;
    margin: 300px auto 0;
    background: #f5f5f5;
  }
  .chapters > h2{
    width: 84.89%;
    margin: 0 auto;
    padding: 150px 0;
    font-size: 4rem;
    font-family: "Noto Sans KR", sans-serif;
    line-height: 1.125;
    text-align: center;
  }
  .chapter_inner{
    width: 90.62%;
    margin: 0 auto;
  }
  .chapter_inner div{
    margin-bottom: 80px;
  }
  .chapter_inner div:nth-of-type(2n){
    width: 85%;
    margin-left: auto;
  }
  .chapter_inner div:last-of-type{
    margin-bottom: 0;
    margin-right: 0%;
  }
  .chapter_inner div span{
    width: 100%; height: 572px;
    display: block;
    background: url(../img/locci_bg1.png)no-repeat center/cover;
  }
  .chapter_inner div:nth-of-type(2) span{
    background: url(../img/locci_bg2.png)no-repeat center/cover;
  }
  .chapter_inner div:nth-of-type(3) span{
    background: url(../img/locci_bg3.png)no-repeat center/cover;
  }
  .chapter_inner div:nth-of-type(4) span{
    background: url(../img/locci_bg4.png)no-repeat center/cover;
  }
  .grow_text{
    margin: 0;
    padding-left: 0%;
    text-align: left;
  }
  .grow_text h3{
    font-family: "Noto Sans KR", sans-serif;
    font-size: 4rem;
    margin: 30px 0 20px;
  }
  .grow_text p{
    word-break: keep-all;
    font-size: 2.3rem;
    line-height: 1.434;
  }
  .reveal_text{
    width: 83.2%;
    margin: 0;
    text-align: left;
  }
  .reveal_text h3{
    font-family: "Noto Sans KR", sans-serif;
    font-size: 4rem;
    margin: 30px 0 20px;
  }
  .reveal_text p{
    word-break: keep-all;
    font-size: 2.3rem;
    line-height: 1.434;
  }
  
  .craft_text{
    padding-left: 0%;
    margin: 0;
    text-align: left;
  }
  .craft_text h3{
    font-family: "Noto Sans KR", sans-serif;
    font-size: 4rem;
    margin: 30px 0 20px;
  }
  .craft_text p{
    word-break: keep-all;
    font-size: 2.3rem;
    line-height: 1.434;
  }
  .act{
    width: 83.2%;
    margin: 0;
  }
  .act_text{
    margin: 0;
    text-align: left;
    padding-bottom: 150px;
  }
  .act_text h3{
    font-family: "Noto Sans KR", sans-serif;
    font-size: 4rem;
    margin: 30px 0 20px;
  }
  .act_text p{
    word-break: keep-all;
    font-size: 2.3rem;
    line-height: 1.434;
  }
  .future{
    width: 100%;
    margin-top: 300px;
  }
  .future .future_img{
    height: 600px;
    background: url(../img/a_future.png)no-repeat center/cover;
  }
  .future_text{
    width: 90.62%;
    margin: 0 auto;
    text-align: center;
  }
  .future_text h2{
    font-family: "Noto Sans KR", sans-serif;
    font-size: 4rem;
    margin: 30px 0 20px;
  }
  .future_text p{
    word-break: keep-all;
    font-size: 2.3rem;
    line-height: 1.434;
  }
  
 /* footer */
 .footer{
  background: #f1f1f1;
  border-bottom: 4px solid #FFDC51;
  margin-top: 300px;
  text-align: center;
  padding: 60px 4.867%;
}
.footer_inner{
  width: 100%;
  margin: 0 auto;
}
.footer_top{
  display: flex;
  justify-content: space-between;
}
.footer_logo{
  width: 30.33%; height: 50px;
  margin-bottom: 0px;
}
.footer_logo a{
  display: block;
  width: 250px; height: 100%;
  margin: 0 auto;
}
.footer_logo > a img{
  width: 250px; height: 100%;
}
.footer_border{
  display: none;
}
.footer_nav{
  width: 51%;
  padding-top: 13px;
  text-align: right;
  margin: 0;
}
.footer_border2{
  display: none;
  width: 84.89%; height: 2px;
  margin: 50px 0 0 auto;
  background: #909090;
}
.footer_border3{
  width: 100%; height: 2px;
  margin: 51px auto 30px;
  background: #909090;
}
.footer_nav ul li{
  display: inline-block;
}
.footer_nav ul li a{
  font-size: 2rem;
}
.footer_nav ul li a::after{
  content: "|";
  margin: 0 8px;
}
.footer_nav ul li:last-of-type a::after{
  content: "";
  margin: 0;
}
.footer_middle{
  display: block;
  margin-bottom: 30px;
}
.footer_middle address{
  font-style: normal;
  font-size: 1.9rem;
  line-height: 1.315;
}
.footer_middle address span::after{
  content: "|";
}
.footer_middle address i{
  display: block;
  font-style: normal;
}
.sns{
  display: flex;
  justify-content: space-between;
  width: 350px; height: 50px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.sns ul{
  width: 100%;
}
.sns ul li{
  margin-right: 50px;
}
.sns ul li a img{
  width: 50px; height: 50px;
  margin-right: 50;
}
.sns ul li:first-of-type{
  margin-right: 50px;
}
.sns ul li:nth-of-type(3) img{
  width: 35px; height: 35px;
  margin: 8px 0 7px;
} 
.sns ul li a:last-of-type img{
  margin-right: 0;
}
.footer_bottom{
  font-family: "Noto Sans KR", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}
}

/* 1920 */
@media screen and (min-width:1650px){
  .wrap{
    width: 100%;
    margin: 0 auto;
  }
  
  header{
    position: fixed;
    width: 100%; height:120px;
    z-index: 20;
    border-top: 4px solid #FFDC51;
    background: #fff;
  }
  
  .header_inner{
    width: 100%; height:100%;
    padding: 0px 4.687%;
    display: flex;
  }
  
  .header_inner h1{
    position: static;
    z-index: 20;
    width: 250px; height: 53px;
    padding: 34px 0;
  }
  .header_inner h1 > a{
    width: 100%; height: 100%;
    position: static;
    display: block;
  }
  .header_inner h1 > a img{
    width: 250px; height: 53px;
  }
  
  .header_inner .m_btn{
    display: none;
    position: static;
    width: 33px; height: 25px;
    z-index: 20;
    padding: 0;
  }
  .btn{
    width: 100%; height: 100%;
    padding-top: 48px;
  }
  .btn > span{
    display: block;
    width: 33px; height: 5px;
    background-color: #000;
    border-radius: 25px;
    margin-bottom: 5px;
  }
  .btn span:last-of-type{
    margin-bottom: 0px;
  }
  .btn.active span{
    margin: 0;
  }
  .btn.active span:nth-of-type(1){
    transform: translate(0% , 180%) rotate(45deg);
  }
  .btn.active span:nth-of-type(2){
    display: none;
  }
  .btn.active span:nth-of-type(3){
    transform: translate(0% , 80%) rotate(-45deg);
  }.wrap{
    width: 100%;
    margin: 0 auto;
  }
  
  header{
    position: fixed;
    top: 0; left: 0;
    width: 100%; height:120px;
    z-index: 20;
    border-top: 4px solid #FFDC51;
    background: #fff;
  }
  
  .header_inner{
    width: 1600px; height:120px;
    padding: 34px 0;
    margin: 0 auto;
    display: flex;
  }
  
  .header_inner h1{
    position: static;
    z-index: 20;
    width: 250px; height: 53px;
    padding: 0;
  }
  .header_inner h1 > a{
    width: 100%; height: 100%;
    position: static;
    display: block;
  }
  .header_inner h1 > a img{
    width: 250px; height: 53px;
  }
  
  .header_inner .m_btn{
    display: none;
    position: static;
    width: 33px; height: 25px;
    z-index: 20;
    padding: 0;
  }
  .btn{
    width: 100%; height: 100%;
    padding-top: 48px;
  }
  .btn > span{
    display: block;
    width: 33px; height: 5px;
    background-color: #000;
    border-radius: 25px;
    margin-bottom: 5px;
  }
  .btn span:last-of-type{
    margin-bottom: 0px;
  }
  .btn.active span{
    margin: 0;
  }
  .btn.active span:nth-of-type(1){
    transform: translate(0% , 180%) rotate(45deg);
  }
  .btn.active span:nth-of-type(2){
    display: none;
  }
  .btn.active span:nth-of-type(3){
    transform: translate(0% , 80%) rotate(-45deg);
  }
  
  .nav_wrap{
    position: static;
    z-index: 10;
    width: 427px;
    background: #fff;
  }
  nav{
    width: 100%;
  }
  nav ul{
    display: flex;
    padding: 12px 0;
  }
  nav ul li{
    margin: 0 50px 0 0;
  }
  nav ul li:last-of-type{
    margin: 0;
  }
  nav ul li a{
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 400;
    font-size: 2rem;
  }
  nav ul li a:hover{
    text-decoration: underline;
  }
  /* header end */
 
  /* main start */

   /* visual */
   .visual{
    width: 1600px;
    margin: 120px auto 0;
    text-align: center;
  }
  .visual_inner{
    height: 375px;
    background: url(../img/a_bg.png) no-repeat center/cover;
    padding-top: 152px;
  }
  .visual_inner h2{
    color: #fff;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 5rem;
  }
  .about_inner{
    margin-top: 150px;
    font-size: 2.3rem;
    line-height: 1.434;
    word-break: keep-all;
  }
  .about_inner p:last-child{
    margin-top: 60px;
  }
  
  
  /* product */
  .product{
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    width: 100%; height: 800px;
    margin-top: 300px;
    text-align: center;
  }
  .product_img{
    width: 1220px; height: 700px;
    background: url(../img/a_product.png)no-repeat right/cover;
  }
  .product_text{
    position: absolute;
    width: 64.54%; height: 400px;
    top: 50%; left: 0%;
    background-color: #f9f9f9;
    padding: 0;
    text-align: right;
  }
  .product_text_inner{
    margin: 0 auto;
    padding: 98px 0;
    word-break: keep-all;
  }
  .product_text h2{
    font-family: "Noto Sans KR", sans-serif;
    font-size: 4rem;
  }
  .product_text p{
    word-break: keep-all;
    font-size: 2.3rem;
    line-height: 1.434;
    font-weight: 400;
    margin-top: 20px;
  }
  
  /* culture */
  .culture{
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%; height: 800px;
    margin-top: 300px;
    text-align: center;
  }
  .culture_img{
    width: 1220px; height: 700px;
    background: url(../img/a_cuiture.png)no-repeat center/cover;
  }
  .culture_text{
    position: absolute;
    width: 64.54%; height: 400px;
    top: 50%; right: 0;
    background-color: #f9f9f9;
    padding: 0;
    text-align: left;
  }
  .culture_text_inner{
    margin: 0 auto;
    padding: 98px 0;
    word-break: keep-all;
  }
  .culture_text h2{
    font-family: "Noto Sans KR", sans-serif;
    font-size: 4rem;
  }
  .culture_text p{
    word-break: keep-all;
    font-size: 2.3rem;
    line-height: 1.434;
    font-weight: 400;
    margin-top: 20px;
  }
  
  /* group */
  .group{
    width: 1600px;
    text-align: center;
    margin: 300px auto 0;
  }
  .group > h2{
    width: 100%;
    font-size: 4rem;
    line-height: 1.25;
    font-family: "Noto Sans KR", sans-serif;
    margin: 0 auto;
  }
  .group_inner{
    display: flex;
    width: 100%;
    margin: 150px auto 0;
  }
  .group_inner div{
    width: 100%;
    margin-bottom: 0px;
    margin-right: 20px;
  }
  .group_inner div:last-of-type{
    margin-bottom: 0;
    margin-right: 0;
  }
  .group_inner div span{
    display: block;
    width: 520px; height: 500px;
    background: url(../img/a.png1.png)no-repeat center/cover;
  }
  .group_inner div:nth-of-type(2) span{
    background: url(../img/a.png2.png)no-repeat center/cover;
  }
  .group_inner div:last-of-type span{
    background: url(../img/a.png3.png)no-repeat center/cover;
  }
  .group_text1{
    width: 100%;
    margin: 0 auto;
  }
  .group_text1 h3{
    margin: 30px 0 10px;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.5;
    font-family: "Noto Sans KR", sans-serif;
  }
  .group_text1 i{
    display: block;
    font-size: 2rem;
    font-weight: 400;
    margin: 20px 0;
  }
  .group_text1 ol{
    font-size: 2.3rem;
    line-height: 1.434;
  }
  .group_text1 li{
    list-style-type: decimal;
    list-style-position: inside;
  }
  .group_text2{
   width: 100%;
   margin: 0 auto;
  }
  .group_text2 h3{
    margin: 30px 0 10px;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.5;
    font-family: "Noto Sans KR", sans-serif;
  }
  .group_text2 i{
    display: block;
    font-size: 2rem;
    font-weight: 400;
    margin: 20px 0;
  }
  .group_text2 ol{
    font-size: 2.3rem;
    line-height: 1.434;
  }
  .group_text2 li{
    list-style-type: decimal;
    list-style-position: inside;
  }
  .group_text3{
    width: 84.89%;
    margin: 0 auto;
  }
  .group_text3 h3{
    margin: 30px 0 10px;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.5;
    font-family: "Noto Sans KR", sans-serif;
  }
  .group_text3 i{
    display: block;
    font-size: 2rem;
    font-weight: 400;
    margin: 20px 0;
  }
  .group_text3 ol{
    font-size: 2.3rem;
    line-height: 1.434;
  }
  .group_text3 li{
    list-style-type: decimal;
    list-style-position: inside;
  }
  
  /* chapters */
  .chapters{
    margin-top: 300px;
    width: 100%;
    margin: 300px auto 0;
    background: #f5f5f5;
  }
  .chapters > h2{
    width: 84.89%;
    margin: 0 auto;
    padding: 200px 0;
    font-size: 4rem;
    font-family: "Noto Sans KR", sans-serif;
    line-height: 1.125;
    text-align: center;
  }
  .chapter_inner{
    width: 1600px;
    margin: 0 auto;
  }
  .chapter_inner > div{
    width: 100%;
    margin-bottom: 150px;
  }
  .chapter_inner div:nth-of-type(2n){
    width: 100%;
    margin-left: auto;
  }
  .chapter_inner div:last-of-type{
    margin-bottom: 0;
    margin-right: 0%;
  }
  .chapter_inner div span{
    width: 925px; height: 572px;
    display: block;
    background: url(../img/locci_bg1.png)no-repeat center/cover;
  }
  .chapter_inner div:nth-of-type(2) span{
    background: url(../img/locci_bg2.png)no-repeat center/cover;
  }
  .chapter_inner div:nth-of-type(3) span{
    background: url(../img/locci_bg3.png)no-repeat center/cover;
  }
  .chapter_inner div:nth-of-type(4) span{
    background: url(../img/locci_bg4.png)no-repeat center/cover;
  }
  /* grow */
  .grow{
    display: flex;
    justify-content: space-between;
  }
  .grow_text{
    width: 540px;
    margin: 0;
    padding-left: 0%;
    padding-top: 184px;
    text-align: left;
  }
  .grow_text h3{
    font-family: "Noto Sans KR", sans-serif;
    font-size: 4rem;
    margin: 0px 0 20px;
  }
  .grow_text p{
    word-break: keep-all;
    font-size: 2.3rem;
    line-height: 1.434;
  }
  /* reveal */
  .reveal{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .reveal_text{
    width: 540px;
    margin: 0;
    padding-left: 0%;
    padding-top: 184px;
    text-align: right;
  }
  .reveal_text h3{
    font-family: "Noto Sans KR", sans-serif;
    font-size: 4rem;
    margin: 0px 0 20px;
  }
  .reveal_text p{
    word-break: keep-all;
    font-size: 2.3rem;
    line-height: 1.434;
  }
  /* craft */
  .craft{
    display: flex;
    justify-content: space-between;
  }
  .craft_text{
    width: 540px;
    margin: 0;
    padding-left: 0%;
    padding-top: 135px;
    text-align: left;
  }
  .craft_text h3{
    font-family: "Noto Sans KR", sans-serif;
    font-size: 4rem;
    margin: 0px 0 20px;
  }
  .craft_text p{
    word-break: keep-all;
    font-size: 2.3rem;
    line-height: 1.434;
  }
  /* act */
  .act{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-bottom: 200px;
  }
  .act_text{
    width: 540px;
    margin: 0;
    padding-left: 0%;
    padding-top: 122px;
    text-align: right;
  }
  .act_text h3{
    font-family: "Noto Sans KR", sans-serif;
    font-size: 4rem;
    margin: 0px 0 20px;
  }
  .act_text p{
    word-break: keep-all;
    font-size: 2.3rem;
    line-height: 1.434;
  }
  /* future */
  .future{
    display: flex;
    width: 91.66%;
    margin-top: 300px;
  }
  .future .future_img{
    width: 1085px; height: 600px;
    background: url(../img/a_future.png)no-repeat center/cover;
  }
  .future_text{
    width: 645px;
    padding-top: 165px;
    margin: 0 0 0 auto;
    text-align: left;
  }
  .future_text h2{
    font-family: "Noto Sans KR", sans-serif;
    font-size: 4rem;
    margin: 30px 0 20px;
  }
  .future_text p{
    word-break: keep-all;
    font-size: 2.3rem;
    line-height: 1.434;
  }
  
 /* footer */
 .footer{
  background: #f1f1f1;
  border-bottom: 4px solid #FFDC51;
  margin-top: 300px;
  text-align: center;
  padding: 60px 9.765%;
}
.footer_inner{
  width: 1600px;
  margin: 0 auto;
}
.footer_top{
  display: flex;
  justify-content: space-between;
}
.footer_logo{
  width: 250px; height: 50px;
  margin-bottom: 0px;
}
.footer_logo a{
  display: block;
  width: 250px; height: 100%;
  margin: 0 auto;
}
.footer_logo > a img{
  width: 250px; height: 100%;
}
.footer_border{
  display: none;
}
.footer_nav{
  width: 454px;
  padding-top: 13px;
  margin: 0;
}
.footer_border2{
  display: none;
  width: 84.89%; height: 2px;
  margin: 50px 0 0 auto;
  background: #909090;
}
.footer_border3{
  width: 100%; height: 2px;
  margin: 51px auto 30px;
  background: #909090;
}
.footer_nav ul li{
  display: inline-block;
}
.footer_nav ul li a{
  font-size: 2rem;
}
.footer_nav ul li a::after{
  content: "|";
  margin: 0 8px;
}
.footer_nav ul li:last-of-type a::after{
  content: "";
  margin: 0;
}
.footer_middle{
  display: block;
  margin-bottom: 30px;
}
.footer_middle address{
  font-style: normal;
  font-size: 1.9rem;
  line-height: 1.315;
}
.footer_middle address span::after{
  content: "|";
}
.footer_middle address i{
  display: block;
  font-style: normal;
}
.sns{
  display: flex;
  justify-content: space-between;
  width: 350px; height: 50px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.sns ul{
  width: 100%;
}
.sns ul li{
  margin-right: 50px;
}
.sns ul li a img{
  width: 50px; height: 50px;
  margin-right: 50;
}
.sns ul li:first-of-type{
  margin-right: 50px;
}
.sns ul li:nth-of-type(3) img{
  width: 35px; height: 35px;
  margin: 8px 0 7px;
} 
.sns ul li a:last-of-type img{
  margin-right: 0;
}
.footer_bottom{
  font-family: "Noto Sans KR", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}
}

