/* popup */
.pc {
  display: block;
}

.mobile {
  display: none;
}

.layer-popup {
  /* position: absolute; */
  z-index: 9999;
  background-color: #fff;
  box-shadow: 2px 3px 10px #555;
  border-radius: 10px;
  height: auto !important;
}

.layer-popup:nth-child(1) {
  left: 0;
}

.layer-popup img {
  width: 100%;
  height: auto !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.layer-popup .show-chk-wrap {
  display: flex;
  padding: 6px 10px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
}

.show-chk-div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.layer-popup .show-chk-wrap a {
  font-size: 16px;
  color: #505050;
  cursor: pointer;
}

.layer-popup .show-chk-wrap a:hover {
  color: #222;
  font-weight: 600;
  transition: 0.3s;
}

.close-popup {
  box-sizing: border-box;
  padding: 4px 12px;
  border: 1px solid #999;
  border-radius: 4px;
}

.close-popup:hover {
  border: 1px solid #505050;
  background-color:#505050;
  color: #fff !important;
  transition: 0.3s;
}

.popup-space {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  top: 5%;
  left: 5%;
  gap: 10px;
  align-items: start;
  z-index: 100;
}


.page1{}
.page2{
  display: flex;

}
.page2 .left-wrap{
  background: var(--Green, #19493B);
}
.page2 .right-wrap{
  background: var(--Yellowgreen, #B9AA6D);
  text-align: right;
}
.page2 .left-wrap,
.page2 .right-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50%;
  height: 100vh;
}
.page2 .left-wrap .content-wrap{
  position: relative;
  right: 8%;
}
.page2 .right-wrap .content-wrap{
  position: relative;
  left: 8%;
}
.page2 .left-wrap .txt1,
.page2 .right-wrap .txt1{
  color: #FFF;
  font-family: 'GmarketSansLight';
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%; /* 80px */
  letter-spacing: -1.6px;
  margin-bottom: 20px;
}
.page2 strong{
  font-family: 'Gmarket Sans';
}
.page2 .left-wrap .txt2{
  color: #FFF;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.6px;
}
.page2 .left-wrap .img{
  position: absolute;
  bottom: 0;
  left: 15%;
  width: 60%;
}
.page2 .right-wrap .go-detail{
  color: #FFF;
  font-family: 'GmarketSansMedium';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 25px */
  letter-spacing: -0.5px;
  border-radius: 100px;
  border: 1px solid #FFF;
  padding: 10px;
  display: inline-block;
  width: 180px;
  text-align: center;
}
.page2 .right-wrap .img{
  position: absolute;
  bottom: 0;
  right: 7%;
  width: 70%;
}
.page2 .right-wrap .go-detail svg{
  vertical-align: middle;
  position: relative;
  bottom: 1px;
}
.page2 .center-wrap {
  max-width: 480px;
  width: 33%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page2 .center-wrap img{
  width: 100%;
}

.page2 .cover {
  position: absolute;
  left: 50%;
  top: -3%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.page3{
  background-position: center center;
  background-size: contain;
  background: url("../img/index/page3-bg.png");
  padding: 80px 0;
}
.page3 .tit{
  color: var(--Green-light, #11624A);
  text-align: center;
  font-family: 'GmarketSansLight';
  font-size: 56px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 67.2px */
  letter-spacing: -1.4px;
}
.page3 .tit strong{
  font-family: 'Gmarket Sans';
}
.page3 .menu-slide-container{
  max-width: 1280px;
  width: 92%;
  margin: 60px auto 0;
  position: relative;
}
.page3 .menu-slide-container .menu-slide-wrap{
  width: 75%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 7% 0;
}
.page3 .menu-slide-container .menu-slide-wrap img{
  margin-bottom: 15px;
}
.page3 .menu-slide-container .menu-slide-wrap .name{
  color: #444;
  text-align: center;
  font-family: "Gmarket Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 25px */
  letter-spacing: -0.5px;
}
.page3 .menu-slide-container .menu-slide-wrap .swiper-slide{
  transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), box-shadow 0.4s;
  z-index: 1;
  text-align: center;
}
.page3 .menu-slide-container .menu-slide-wrap .swiper-slide-active {
  transform: scale(1.2);
  z-index: 10;
  position: relative;
  bottom: 10%;
}
.page3 .menu-slide-container .menu-slide-wrap .swiper-slide-active img{
  width: 100% !important;
}
.page3 .menu-slide-container .menu-slide-wrap .swiper-slide img{
  width: 80%;
}
.page3 .menu-slide-container .navi-wrap{
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 10;
  top: calc(50% - 30px);
}
.page3 .menu-slide-container .navi-wrap img{
  width: 60px;
  cursor: pointer;
}
.page4{
  background: #fff;
  padding-bottom: 60px;
  position: relative;

}
.page4 .inner{
  padding: 100px 0;
  background: url("../img/index/page4-bg.png");
  background-size: cover;
  overflow: hidden;
}
.page4 .tit{
  color: #FFF;
  text-align: center;
  font-family: 'GmarketSansLight';
  font-size: 56px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 67.2px */
  letter-spacing: -1.4px;
}
.page4 .tit strong{
  font-family: 'Gmarket Sans';
}
.page4 .input-wrap{
  max-width: 600px;
  height: 70px;
  padding: 0px 25px;
  display: flex;
  border-radius: 200px;
  background: #FFF;
  position: relative;
  margin: 50px auto 0;
  width: 90%;
}
.page4 .input-wrap form{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page4 .input-wrap input{
  border: none;
  outline: none;
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  letter-spacing: -0.5px;
}
.page4 .input-wrap input::placeholder{
  color: #AAA;
}
.page4 .img{
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 640px;
  width: 25%;
}
.page5{
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}
.page5 .sec-tit{display:flex;position: absolute;left:50%;transform:translateX(-50%);top:0;max-width:1320px;width:100%;height:100%;text-align:left;z-index:10;}
.page5 .sec-tit .bc{display:flex;align-items:center;height:100%;background-color: #fff;z-index:-1;position:relative;padding:0 20px;}
.page5 .sec-tit .bc .inner{position: relative;padding-bottom:160px;z-index:2;}
.page5 .sec-tit .tt{
  margin-bottom:40px;
  color: #0B4122;
  font-family: 'GmarketSansMedium';
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 83.2px */
  letter-spacing: -1.6px;
}
.page5 .sec-tit .sub{
  color: #505050;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: -0.6px;
}
.page5 .sec-tit .doc-arrs{
  margin-top: 80px;
  position: relative;
  z-index: 10;
}
.page5 .sec-tit .arr{
  border: none;
  background: transparent;
  width: 60px;
}
.page5 .sec-tit .arr:nth-child(1){
  margin-right: 20px;
}
.page5 .sec-tit .arr img{
  width: 100%;
}
.page5 .brand-sld{
  overflow: visible;
  position: relative;
  z-index: 1;
}
.page5 .brand-sld{overflow:visible;}
.page5 .brand-sld .img-area{width:100%; padding-left:53%;transition:.5s; border-radius: 20px;}
.page5 .brand-sld .img-area .pic img{
  border-radius:var(--bd20);
  max-width: 100%;
}
.page5 .brand-sld .swiper-slide-next .img-area{
  padding-right:53%; padding-left:0;
}
.page6{}
.page7{
  background: #F3F0E8;
}
.sns-content{
  padding: 80px 0;
  text-align: center;
}
.sns-content .tit{
  color: var(--Green-light, #11624A);
  text-align: center;
  font-family: Pretendard;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 67.2px */
  letter-spacing: -1.4px;
}
.sns-content .tit svg{
  vertical-align: sub;
  position: relative;
  top: 5px;
}
.sns-content .more{
  border-radius: 100px;
  border: 1px solid rgba(17, 98, 74, 0.50);
  color: var(--Green-light, #11624A);
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: -0.5px;
  padding: 10px 20px;
  margin: 20px auto 40px;
  display: inline-block;
}
.sns-content .more svg{
  vertical-align: sub;
  position: relative;
  bottom: 1px;
}
.sns-content .flex-wrap{
  max-width: 1280px;
  width: 92%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin: 0 auto;
}
.sns-content .flex-wrap .item{
  width: 25%;
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
}
.sns-content .flex-wrap .item .thumb{
  width: 100%;
}
.sns-content .flex-wrap .item:hover .hover{
  display: flex;
}
.sns-content .flex-wrap .item .hover{
  width: 100%;
  height: 100%;
  background: #00000070;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
}
.page9{
  padding: 80px 0 200px;
  position: relative;
}
.page9 .board-container{
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 2;
}
.page9 .board-container .board-wrap{
  width: 33%;
  border-radius: 12px;
  border: 1px solid #DDD;
  background: #FFF;
  padding: 30px;
  background: #fff;
}
.page9 .board-container .board-wrap .board-head{
  display: flex;
  justify-content: space-between;
}
.page9 .board-container .board-wrap .board-head .tit{
  color: var(--231815, #231815);
  font-family: "GmarketSansMedium";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 131.25% */
  letter-spacing: -0.8px;
}
.page9 .board-container .board-wrap .board-head .more{
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.page9 .board-container .board-wrap .list-wrap{
  width: 100%;
  margin-top: 30px;
}
.page9 .board-container .board-wrap .list-wrap .item{
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px 10px;
  border-top: 1px solid #DBDBDB;
  cursor: pointer;
}
.page9 .board-container .board-wrap .list-wrap .item .title{
  overflow: hidden;
  color: #505050;
  text-overflow: ellipsis;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.45px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  width: calc(100% - 90px);
}
.page9 .board-container .board-wrap .list-wrap .item .date{
  overflow: hidden;
  color: #999;
  text-align: right;
  text-overflow: ellipsis;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.45px;
  width: 90px;
}
.page9 .board-container .board-wrap .thumb-wrap{
  width: 100%;
  cursor: pointer;
}
.page9 .board-container .board-wrap .thumb-wrap .thumb{
  background-size: cover !important;
  background-position: center center !important;
  width: 100%;
  border-radius: 8px;
  aspect-ratio: 1 / 1;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.page9 .board-container .board-wrap .thumb-wrap .b-tit{
  overflow: hidden;
  color: #505050;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  letter-spacing: -0.5px;
  margin: 10px auto 5px;
}
.page9 .board-container .board-wrap .thumb-wrap .b-date{
  color: #999;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.page9 .bg{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  z-index: 1;
}
.page9 .bg img{
  width: 100%;
}

@media (max-width: 1850px) {
  .page5 .sec-tit{
    left: 53%;
  }
  .page5 .sec-tit .tt{
    font-size: 60px;
  }
  .page5 .sec-tit .sub{
    font-size: 22px;
  }
}
@media (max-width: 1670px) {
  .page5 .sec-tit{
    left: 56%;
  }
  .page5 .sec-tit .tt{
    font-size: 50px;
  }
  .page5 .sec-tit .sub{
    font-size: 20px;
  }
}
@media (max-width: 1560px) {
  .page5 .sec-tit {
    left: 59%;
  }
  .page5 .sec-tit .arr{
    width: 50px;
  }
}
@media (max-width: 1450px) {
  .page5 .sec-tit {
    left: 60%;
  }
  .page5 .sec-tit .tt {
    font-size: 45px;
  }
  .page5 .sec-tit .doc-arrs {
    margin-top: 50px;
  }
}
@media (max-width: 1420px) {
  .page5 .sec-tit {
    left: 0;
    transform: unset;
  }
  .page5 .sec-tit .bc .inner{
    padding-left: 20px;
  }
}
@media (max-width: 1320px) {
  .page5 .sec-tit .bc .inner {
    padding-left: 20px;
    padding-bottom: 0;
  }
}
@media (max-width: 1300px) {
  .page2 .left-wrap .txt1, .page2 .right-wrap .txt1{
    font-size: 58px;
  }
  .page2 .left-wrap .img {
    width: 70%;
  }
  .page5 .brand-sld .img-area {
    padding-left: 45%;
  }
  .page5 .brand-sld .swiper-slide-next .img-area {
    padding-right: 45%;
    padding-left: 0;
  }
}
@media (max-width: 1280px) {
  .page9 .board-container .board-wrap{
    padding: 20px;
  }
}
@media (max-width: 1200px) {
  .page2 .left-wrap .txt1, .page2 .right-wrap .txt1{
    font-size: 50px;
  }
  .page5 .sec-tit .tt {
    font-size: 40px;
  }
  .page5 .sec-tit .sub {
    font-size: 18px;
  }
  .page9 .board-container .board-wrap .board-head .tit{
    font-size: 27px;
  }
  .page9 .board-container .board-wrap .board-head .more{
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 1100px) {
  .page2 .left-wrap .txt1, .page2 .right-wrap .txt1{
    font-size: 40px;
  }
  .page2 .left-wrap .txt2{
    font-size: 22px;
  }
  .page2 .right-wrap .go-detail {
    font-size: 18px;
    padding: 10px 10px 8px;
    width: 160px;
  }
  .page2 .left-wrap .content-wrap {
    position: relative;
    right: 13%;
  }
  .page2 .right-wrap .content-wrap {
    position: relative;
    left: 13%;
  }
  .page3 .tit{
    font-size: 50px;
  }
  .page3 .menu-slide-container {
    margin: 40px auto 0;
  }
  .page3 .menu-slide-container .menu-slide-wrap {
    width: 80%;
  }
  .page3 .menu-slide-container .menu-slide-wrap .name{
    font-size: 17px;
  }
  .page3 .menu-slide-container .navi-wrap img {
    width: 50px;
  }
  .page4{
    padding-bottom: 100px;
  }
  .page4 .inner {
    padding: 150px 0
  }
  .page4 .img{
    width: 30%;
  }
  .page5 .sec-tit{
    width: 40%;
  }
  .page5 .sec-tit .tt {
    font-size: 35px;
  }
  .page5 .sec-tit .sub {
    font-size: 16px;
  }
  .page9 .board-container .board-wrap .list-wrap{
    margin-top: 20px;
  }
  .page9 .board-container .board-wrap .list-wrap .item .title{
    font-size: 15px;
  }
  .page9 .board-container .board-wrap .list-wrap .item .date{
    font-size: 14px;
  }
  .page9 .board-container .board-wrap .thumb-wrap .b-tit{
    font-size: 18px;
  }
  .page9 .board-container .board-wrap .thumb-wrap .b-date{
    font-size: 15px;
  }
}

@media(max-width: 1024px) {
  .page4 .img {
    width: 35%;
  }
  .sns-content .tit{
    font-size: 50px;
  }
  .sns-content .tit svg {
    position: relative;
    top: 9px;
    width: 55px;
  }
  .sns-content .more{
    font-size: 18px;
  }
  .sns-content .flex-wrap{
    gap: 15px;
  }
  .page9 .board-container{
    flex-wrap: wrap;
  }
  .page9 .board-container .board-wrap{
    width: 100%;
  }
}
@media(max-width: 960px) {
  .page5 .sec-tit{
    position: relative;
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 40px;
  }
  .page5 .sec-tit .bc .inner{
    width: 100%;
    padding-left: 0;
  }
  .page5 .sec-tit .bc{
    height: auto;
    width: 100%;
  }
  .page5 .sec-tit .tt {
    font-size: 45px;
  }
  .page5 .sec-tit .sub {
    font-size: 20px;
  }
  .page5 .brand-sld .img-area{
    padding: 0 !important;
  }
}
@media(max-width: 900px) {
  .pc {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  .layer-popup .show-chk-wrap {
    margin-top: 0;
  }
  .layer-popup .show-chk-wrap a {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.35px;
  }
  .layer-popup .show-chk-wrap .x-btn {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .layer-popup {
    position: fixed;
    top: 5%;
    left: 5%;
  }
  .page2{
    flex-wrap: wrap;
    height: auto;
  }
  .page2 .left-wrap, .page2 .right-wrap{
    width: 100%;
    height: 50vh;
  }
  .page2 .left-wrap{
    align-items: flex-start;
    padding: 120px 0 60px;
  }
  .page2 .right-wrap{
    align-items: flex-end;
    padding: 60px 0;

  }
  .page2 .left-wrap .img{
    display: none;
  }
  .page2 .left-wrap .content-wrap{
    width: 100%;
    position: unset;
    padding-left: 50px;
  }
  .page2 .right-wrap .content-wrap{
    width: 100%;
    position: unset;
    padding-right: 50px;
  }
  .page2 .right-wrap .img {
    position: absolute;
    bottom: 0;
    left: 7%;
    width: 50%
  }
  .page2 .center-wrap {
    width: 43%;
  }
  .page3{
    padding: 60px 0;
  }
  .page3 .tit {
    font-size: 40px;
  }
  .page3 .menu-slide-container{
    width: 100%;
  }
  .page3 .menu-slide-container .menu-slide-wrap{
    width: 100%;
    padding: 10% 0;
  }
  .page3 .menu-slide-container .menu-slide-wrap .swiper-slide-active{
    transform: none;
  }
  .page3 .menu-slide-container .menu-slide-wrap .name {
    font-size: 22px;
  }
  .page4 .tit{
    font-size: 50px;
  }
  .page4 .input-wrap{
    height: 60px;
  }
  .page4 .input-wrap input{
    font-size: 18px;
  }
  .page4 .img {
    width: 45%
  }
  .page5 .sec-tit .tt {
    font-size: 40px;
  }
  .page5 .sec-tit .sub {
    font-size: 18px;
  }

  .sns-content .tit {
    font-size: 45px;
  }
  .sns-content .more {
    font-size: 16px;
  }
  .sns-content .flex-wrap {
    gap: 20px;
    flex-wrap: wrap;
  }
  .sns-content .flex-wrap .item{
    width: calc(50% - 10px);
  }
  .sns-content .more svg {
    vertical-align: sub;
    position: relative;
    bottom: 2px;
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 600px) {
  .page2 .center-wrap {
    width: 46%;
  }
  .page4 .img {
    width: 50%
  }

}

@media (max-width: 480px) {
  .page2{
    position: relative;
  }
  .page2 .left-wrap {
    padding: 120px 0 180px;
    height: auto;
  }
  .page2 .right-wrap {
    padding: 180px 0 60px;
    height: auto;
  }
  .page2 .left-wrap .content-wrap{
    padding-left: 20px;
  }
  .page2 .right-wrap .content-wrap{
    padding-right: 20px;
  }
  .page2 .left-wrap .txt1, .page2 .right-wrap .txt1{
    font-size: 38px;
  }
  .page2 .left-wrap .txt2 {
    font-size: 16px;
  }
  .page2 .right-wrap .go-detail{
    font-size: 16px;
    width: 110px;
  }
  .page2 .right-wrap .go-detail svg {
    bottom: 2px;
    height: 15px;
    width: 15px;
  }
  .page2 .center-wrap {
    width: 60%;
    top: 52%;
  }
  .page2 .right-wrap .img {
    position: absolute;
    bottom: 2%;
    left: 5%;
    width: 45%;
  }
  .page3 .tit {
    font-size: 32px;
  }
  .page3 .menu-slide-container {
    margin: 20px auto 0;
  }
  .page3 .menu-slide-container .menu-slide-wrap .name {
    font-size: 16px;
  }
  .page3 .menu-slide-container .navi-wrap {
    width: 90%;
    left: 5%;
  }
  .page3 .menu-slide-container .navi-wrap img {
    width: 38px;
  }
  .page4{
    padding-bottom: 80px;
  }
  .page4 .inner {
    padding: 100px 0;
  }
  .page4 .tit {
    font-size: 32px;
  }
  .page4 .input-wrap {
    margin: 30px auto 0;
    height: 50px;
  }
  .page4 .input-wrap input{
    font-size: 16px;
  }
  .page4 .input-wrap svg{
    width: 30px;
  }
  .page4 .img {
    width: 210px;
  }
  .page5{
    padding: 60px 0 0 0;
  }
  .page5 .sec-tit .tt{
    margin-bottom: 20px;
    font-size: 32px;
  }
  .page5 .sec-tit .sub{
    font-size: 16px;
  }
  .page5 .sec-tit .doc-arrs {
    margin-top: 40px;
  }
  .page5 .sec-tit .arr {
    width: 40px;
  }
  .sns-content{
    padding: 60px 0;
  }
  .sns-content .more{
    padding: 10px 16px;
  }
  .sns-content .tit svg {
    position: relative;
    top: 4px;
    width: 45px;
    height: 45px;
  }
  .sns-content .tit {
    font-size: 32px;
  }
  .sns-content .flex-wrap{
    gap: 12px;
  }
  .sns-content .flex-wrap .item {
    width: calc(50% - 6px);
  }
  .sns-content .flex-wrap .item .hover svg{
    width: 40px;
    height: 40px;
  }
  .page9 .board-container .board-wrap .board-head .tit{
    font-size: 24px;
  }
  .page9 .board-container .board-wrap .list-wrap .item .title{
    font-size: 16px;
  }
  .page9 {
    padding: 60px 0 120px;
  }
}
