@charset "UTF-8";
body {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  overflow-x: hidden;
}

#main_socials {
  position: relative;
  width: auto;
  height: auto;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
#main_socials .container {
  position: relative;
  width: auto;
  display: flex;
  flex-direction: row;
  grid-gap: 2rem;
}
#main_socials .container .social-title {
  position: relative;
  font-size: 2.5rem;
  line-height: 1;
}
#main_socials .container .social-list {
  position: relative;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  grid-gap: 1rem;
}
#main_socials .container .social-list .social-item {
  position: relative;
  width: auto;
  height: auto;
}
#main_socials .container .social-list .social-item a {
  position: relative;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 14px;
}
#main_socials .container .social-list .social-item a .social-icon-wrap {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 5000px;
  overflow: hidden;
}
#main_socials .container .social-list .social-item a .social-name {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
}
#main_socials .container .social-list .social-item a.influence .social-icon-wrap {
  background: #41DFB7;
}
#main_socials .container .social-list .social-item a.influence .social-icon-wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  height: auto;
  transform: translate(-50%, -50%);
}
#main_socials .container .social-list .social-item a.n-blog .social-icon-wrap {
  background: #2db400;
}
#main_socials .container .social-list .social-item a.n-blog .social-icon-wrap img {
  position: absolute;
  left: 50%;
  top: 56%;
  width: auto;
  height: 87%;
  transform: translate(-50%, -50%);
}
#main_socials .container .social-list .social-item a.instagram .social-icon-wrap {
  background: radial-gradient(circle farthest-corner at 32% 106%, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), linear-gradient(135deg, #234bd7 12%, #c33cbe 58%);
}
#main_socials .container .social-list .social-item a.instagram .social-icon-wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  height: auto;
  transform: translate(-50%, -50%);
}
#main_socials .container .social-list .social-item a.youtube .social-icon-wrap {
  background: #ff0000;
}
#main_socials .container .social-list .social-item a.youtube .social-icon-wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  height: auto;
  transform: translate(-50%, -50%);
}

#contianer {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
#contianer #main_visual {
  width: 100%;
  height: 720px;
  background: rgba(0, 0, 0, 0.3);
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
}
#contianer #main_visual .wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 230px;
  background: rgba(0, 0, 0, 0);
}
#contianer #main_visual .wrap h2 {
  margin-bottom: 40px;
  font-size: 3.75em;
  font-weight: 800;
  line-height: 1.3;
}
#contianer #main_visual .wrap h2 span {
  font-size: 0.5666em;
}
#contianer #main_visual .wrap p {
  line-height: 1.8;
}
#contianer #main_visual .wrap .visual_slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#contianer #main_visual .wrap .visual_slide .main_visual {
  width: 100%;
  height: 100%;
}
#contianer #main_visual .wrap .visual_slide .main_visual .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contianer #main_visual .wrap .inner02 {
  position: absolute;
  bottom: -160px;
  left: 50%;
  transform: translateX(-50%);
}
#contianer #main_visual .wrap .inner02 .strength {
  padding: 25px;
  width: 100%;
  height: 400px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
#contianer #main_visual .wrap .inner02 .strength ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
#contianer #main_visual .wrap .inner02 .strength ul li {
  width: calc((100% - 40px) / 3);
  height: 100%;
  text-align: left;
  color: #fff;
  padding: 40px;
}
#contianer #main_visual .wrap .inner02 .strength ul li h4 {
  font-size: 1.75rem;
  line-height: 1.5;
  margin-bottom: 25px;
}
#contianer #main_visual .wrap .inner02 .strength ul li p {
  font-size: 1.125rem;
  line-height: 1.5;
}
#contianer #main_visual .wrap .inner02 .strength ul li:nth-child(1) {
  background: #f4a32e url("/img/plant.png") no-repeat;
  background-position: right bottom;
}
@media (max-width: 768px) {
  #contianer #main_visual .wrap .inner02 .strength ul li:nth-child(1) {
    background-image: none;
  }
}
#contianer #main_visual .wrap .inner02 .strength ul li:nth-child(2) {
  background: #097168 url("/img/plant2.png") no-repeat;
  background-position: right bottom;
}
@media (max-width: 768px) {
  #contianer #main_visual .wrap .inner02 .strength ul li:nth-child(2) {
    background-image: none;
  }
}
#contianer #main_visual .wrap .inner02 .strength ul li:nth-child(3) {
  background: #5a9aa8 url("/img/plant3_1.png") no-repeat;
  background-position: right bottom;
}
@media (max-width: 768px) {
  #contianer #main_visual .wrap .inner02 .strength ul li:nth-child(3) {
    background-image: none;
  }
}
@media (max-width: 768px) {
  #contianer #main_visual {
    height: 480px;
  }
  #contianer #main_visual .wrap {
    padding-top: 150px;
  }
  #contianer #main_visual .wrap h2 {
    font-size: 2.25rem;
  }
  #contianer #main_visual .wrap h2 span {
    display: inline-block;
    font-size: 0.5em;
    padding-bottom: 15px;
  }
  #contianer #main_visual .wrap p {
    font-size: 1em;
    padding: 0 20px;
  }
  #contianer #main_visual .wrap p br {
    display: none;
  }
  #contianer #main_visual .wrap .inner02 {
    bottom: 0;
    /* 추가 */
    width: 100%;
  }
  #contianer #main_visual .wrap .inner02 .strength {
    height: 100px;
    /* 추가 */
    padding: 10px;
  }
  #contianer #main_visual .wrap .inner02 .strength ul {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  #contianer #main_visual .wrap .inner02 .strength ul li {
    width: calc((100% - 20px) / 3);
    height: 100%;
    text-align: left;
    color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #contianer #main_visual .wrap .inner02 .strength ul li h4 {
    font-size: 1rem;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.3;
  }
  #contianer #main_visual .wrap .inner02 .strength ul li p {
    display: none;
  }
}
#contianer #banner {
  margin-top: 170px;
  margin-bottom: 80px;
}
#contianer #banner .inner02 .banner {
  width: 100%;
  height: 260px;
  background: url("/img/banner01.png") no-repeat center center;
  background-size: cover;
}
#contianer #banner .inner02 .banner .wrap {
  background: rgba(40, 93, 0, 0.2);
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}
#contianer #banner .inner02 .banner .wrap .txt {
  display: flex;
  align-items: center;
}
#contianer #banner .inner02 .banner .wrap .txt figure {
  margin-right: 10px;
}
#contianer #banner .inner02 .banner .wrap .txt p {
  color: #fff;
  font-weight: 800;
  font-size: 2.125rem;
}
#contianer #banner .inner02 .banner .wrap .blog_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 380px;
  height: 100px;
  border-radius: 50px;
}
#contianer #banner .inner02 .banner .wrap .blog_link a p {
  margin-left: 15px;
  font-size: 1.8rem;
  font-weight: 800;
  color: #888888;
}
#contianer #banner .inner02 .banner .wrap .blog_link a p span {
  color: #04cf5c;
}
#contianer #banner .inner02 .banner .wrap .blog_link a figure {
  max-width: 50px;
  width: 100%;
}
#contianer #banner .inner02 .banner .wrap .blog_link a figure img {
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  #contianer #banner {
    margin-top: 10px;
  }
  #contianer #banner .inner02 {
    width: 100%;
  }
  #contianer #banner .inner02 .banner {
    height: 180px;
  }
  #contianer #banner .inner02 .banner .wrap {
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
    flex-direction: column;
  }
  #contianer #banner .inner02 .banner .wrap figure {
    width: 100px;
  }
  #contianer #banner .inner02 .banner .wrap .txt {
    margin-bottom: 20px;
  }
  #contianer #banner .inner02 .banner .wrap .txt p {
    font-size: 1.25rem;
  }
  #contianer #banner .inner02 .banner .wrap .blog_link a {
    width: 200px;
    height: 50px;
    border-radius: 50px;
  }
  #contianer #banner .inner02 .banner .wrap .blog_link a figure {
    width: 100%;
    max-width: 35px;
  }
  #contianer #banner .inner02 .banner .wrap .blog_link a p {
    font-size: 1rem;
  }
}
#contianer #product .inner02 .sec_title {
  position: relative;
}
#contianer #product .inner02 .sec_title h3 {
  font-size: 2.5em;
  font-weight: 900;
}
#contianer #product .inner02 .sec_title h3::before {
  content: "";
  display: block;
  background: #888888;
  height: 2px;
  width: 88%;
  position: absolute;
  right: 0;
  top: 50%;
}
@media (max-width: 1500px) {
  #contianer #product .inner02 .sec_title h3::before {
    width: 87%;
  }
}
@media (max-width: 1200px) {
  #contianer #product .inner02 .sec_title h3::before {
    width: 82%;
  }
}
#contianer #product .inner02 .pr_list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#contianer #product .inner02 .pr_list li {
  width: calc((100% - 201px) / 4);
  min-width: 300px;
  height: 450px;
  margin: 20px;
}
#contianer #product .inner02 .pr_list li a figure {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
}
@media (max-width: 768px) {
  #contianer #product .inner02 .pr_list li a figure {
    aspect-ratio: 1/1;
    height: auto;
  }
}
#contianer #product .inner02 .pr_list li a figure span {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#contianer #product .inner02 .pr_list li a figure .new {
  background: #ff9900;
}
#contianer #product .inner02 .pr_list li a figure .hot {
  background: #ff4943;
}
#contianer #product .inner02 .pr_list li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contianer #product .inner02 .pr_list li a h5 {
  font-size: 1.25em;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: -1px;
  margin-bottom: 5px;
}
#contianer #product .inner02 .pr_list li a div {
  font-size: 1rem;
  font-weight: 400;
  color: #888;
  line-height: 1.2;
}
@media (max-width: 768px) {
  #contianer #product .inner02 .pr_list li a div {
    font-size: 0.875rem;
  }
}
#contianer #product .inner02 .pr_list li a .pr_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#contianer #product .inner02 .pr_list li a .pr_price .category {
  font-size: 0.875rem;
  font-weight: 800;
  color: #a8906c;
  border: 1px solid #a8906c;
  padding: 5px 15px;
}
@media (max-width: 768px) {
  #contianer #product .inner02 .pr_list li a .pr_price .category {
    font-size: 0.75rem;
  }
}
#contianer #product .inner02 .pr_list li a .pr_price p {
  font-weight: 800;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  #contianer #product .inner02 .pr_list li a .pr_price p {
    font-size: 1rem;
  }
}
#contianer #product .inner02 .pr_list li a .pr_price p span {
  font-size: 0.8em;
  color: #aaa;
  text-decoration: line-through;
  margin-right: 10px;
}
#contianer #product .inner02 .pr_list li a .pr_price p i {
  font-size: 0.8em;
}
#contianer #product .inner02 .pr_list li a:hover h5 {
  text-decoration: underline;
}
#contianer #product br {
  display: none;
}
@media (max-width: 768px) {
  #contianer #product {
    margin-top: 90px;
    padding-bottom: 80px;
  }
  #contianer #product .inner02 .sec_title h3 {
    font-size: 1.5rem;
  }
  #contianer #product .inner02 .sec_title h3::before {
    width: 69%;
  }
  #contianer #product .inner02 .pr_list {
    width: 100%;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  #contianer #product .inner02 .pr_list li {
    width: calc((100% - 20px) / 2);
    min-width: auto;
    height: auto;
    margin: 20px 5px;
  }
  #contianer #product .inner02 .pr_list li a h5 {
    line-height: 1.2;
    height: auto;
    margin-bottom: 10px;
    font-size: 1rem;
  }
  #contianer #product br {
    display: block;
  }
}
#contianer #review {
  background: #ebebeb;
  color: #fff;
  padding: 80px 0;
}
#contianer #review .inner .sec_title {
  margin-bottom: 40px;
  text-align: center;
}
#contianer #review .inner .sec_title h3 {
  font-size: 2.5em;
  margin-bottom: 18px;
  color: #232323;
}
#contianer #review .inner .sec_title p {
  font-size: 1.125em;
}
#contianer #review .inner .review_wrap {
  display: flex;
  justify-content: space-between;
}
#contianer #review .inner .review_wrap .review_detail {
  width: 66%;
  height: 700px;
}
#contianer #review .inner .review_wrap .review_detail .wrapper {
  position: relative;
  height: 700px;
  overflow: hidden;
}
#contianer #review .inner .review_wrap .review_detail .wrapper .slide {
  position: absolute;
  width: 100%;
  height: 700px;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
  pointer-events: none;
}
#contianer #review .inner .review_wrap .review_detail .wrapper .slide.on {
  display: block;
  opacity: 1;
  pointer-events: initial;
}
#contianer #review .inner .review_wrap .review_detail .wrapper .slide a {
  display: block;
  width: 100%;
  height: 700px;
  position: relative;
}
#contianer #review .inner .review_wrap .review_detail .wrapper .slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contianer #review .inner .review_wrap .review_detail .wrapper .slide a .detail_txt {
  position: absolute;
  left: 40px;
  bottom: 40px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
#contianer #review .inner .review_wrap .review_detail .wrapper .slide a .detail_txt h6 {
  font-size: 1.875em;
  margin-bottom: 20px;
  text-align: left;
}
#contianer #review .inner .review_wrap .review_detail .wrapper .slide a .detail_txt p {
  line-height: 1.5;
}
#contianer #review .inner .review_wrap .review_thum {
  width: 31%;
  height: 700px;
  overflow: hidden;
  padding: 18px 40px;
  background: #e0d3c5;
}
#contianer #review .inner .review_wrap .review_thum .wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#contianer #review .inner .review_wrap .review_thum .wrapper .slide {
  width: calc((100% - 50px) / 2);
}
#contianer #review .inner .review_wrap .review_thum .wrapper .slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#contianer #review .inner .review_wrap .review_thum .wrapper .slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contianer #review .inner .review_wrap .review_thum .wrapper .slide a .detail_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.5s;
}
#contianer #review .inner .review_wrap .review_thum .wrapper .slide a .detail_txt.on {
  opacity: 1;
  border: 3px solid #8a7b67;
}
#contianer #review .inner .review_wrap .review_thum .wrapper .slide a .detail_txt h6 {
  font-size: 1.25em;
}
@media (max-width: 768px) {
  #contianer #review .inner .review_wrap .review_thum .wrapper .slide a .detail_txt h6 {
    display: none;
  }
}
#contianer #add_banner {
  padding: 3rem 0;
}
@media (max-width: 768px) {
  #contianer #review .inner .sec_title h3 {
    font-size: 2em;
  }
  #contianer #review .inner .sec_title p {
    font-size: 1em;
  }
  #contianer #review .inner .review_wrap {
    flex-direction: column-reverse;
  }
  #contianer #review .inner .review_wrap .review_detail {
    width: 100%;
    height: 350px;
  }
  #contianer #review .inner .review_wrap .review_detail .wrapper {
    height: 350px;
  }
  #contianer #review .inner .review_wrap .review_detail .wrapper .slide {
    width: 100%;
    height: 100%;
  }
  #contianer #review .inner .review_wrap .review_detail .wrapper .slide a {
    height: 350px;
  }
  #contianer #review .inner .review_wrap .review_detail .wrapper .slide a img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #contianer #review .inner .review_wrap .review_detail .wrapper .slide a .detail_txt {
    position: absolute;
    left: 10px;
    bottom: 10px;
  }
  #contianer #review .inner .review_wrap .review_detail .wrapper .slide a .detail_txt h6 {
    font-size: 1.5em;
  }
  #contianer #review .inner .review_wrap .review_thum {
    width: 100%;
    height: 180px;
    padding: 10px;
  }
  #contianer #review .inner .review_wrap .review_thum .wrapper .slide {
    width: calc((100% - 50px) / 4);
  }
  #contianer #review .inner .review_wrap .review_thum .wrapper .slide a .detail_txt h6 {
    font-size: 0.875em;
  }
}
#contianer #notice {
  padding-bottom: 80px;
  padding-top: 80px;
}
#contianer #notice .inner02 h3 {
  letter-spacing: -2px;
  font-size: 2.5em;
  font-weight: 800;
  margin-bottom: 40px;
}
#contianer #notice .inner02 .notice_wrap ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ddd;
  padding: 20px 0;
}
#contianer #notice .inner02 .notice_wrap ul li {
  width: calc((100% - 80px) / 2);
  margin-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}
#contianer #notice .inner02 .notice_wrap ul li:nth-child(odd) {
  border-right: 1px solid #ddd;
}
#contianer #notice .inner02 .notice_wrap ul li a {
  display: flex;
}
#contianer #notice .inner02 .notice_wrap ul li a figure {
  width: 34%;
  margin-right: 30px;
}
#contianer #notice .inner02 .notice_wrap ul li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contianer #notice .inner02 .notice_wrap ul li a .right {
  width: calc(100% - 30px - 34%);
}
#contianer #notice .inner02 .notice_wrap ul li a .right .notice_tit {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  height: 90px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 768px) {
  #contianer #notice .inner02 .notice_wrap ul li a .right .notice_tit {
    height: auto;
  }
}
#contianer #notice .inner02 .notice_wrap ul li a .right .notice_tit p {
  color: #555555;
  font-weight: 800;
  font-size: 1.5em;
}
#contianer #notice .inner02 .notice_wrap ul li a .right .notice_tit span {
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  transition: 0.5s;
}
#contianer #notice .inner02 .notice_wrap ul li a .right .notice_tit span:hover {
  transform: rotate(-135deg);
}
#contianer #notice .inner02 .notice_wrap ul li a .right .notice_detail p {
  color: #888888;
  line-height: 1.5;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  #contianer #notice .inner02 h3 {
    font-size: 2em;
  }
  #contianer #notice .inner02 .notice_wrap ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    border: none;
  }
  #contianer #notice .inner02 .notice_wrap ul li {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
  #contianer #notice .inner02 .notice_wrap ul li:nth-child(odd) {
    border-right: none;
  }
  #contianer #notice .inner02 .notice_wrap ul li a figure {
    display: none;
  }
  #contianer #notice .inner02 .notice_wrap ul li a .right {
    width: 100%;
  }
  #contianer #notice .inner02 .notice_wrap ul li a .right .notice_tit {
    border-bottom: none;
  }
  #contianer #notice .inner02 .notice_wrap ul li a .right .notice_tit p {
    font-size: 1.25em;
  }
}
#contianer #process {
  background: #6c9aa8;
  margin-bottom: 80px;
}
#contianer #process .wrap {
  display: flex;
}
#contianer #process .wrap h4 {
  font-size: 2.125em;
  font-weight: 800;
}
#contianer #process .wrap .right {
  padding: 80px 20px;
  /* width: 50%; */
  width: 100%;
  background: #6c9aa8;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contianer #process .wrap .right .wrap02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 557px;
}
@media (min-width: 1700px) {
  #contianer #process .wrap .right .wrap02 {
    margin-right: 100px;
  }
}
#contianer #process .wrap .right .wrap02 h4 {
  width: 100%;
  margin-bottom: 40px;
}
#contianer #process .wrap .right .wrap02 form {
  width: 100%;
}
#contianer #process .wrap .right .wrap02 form > div {
  margin-bottom: 24px;
}
#contianer #process .wrap .right .wrap02 form label {
  display: inline-block;
  font-size: 1em;
  color: #fff;
  width: 56px;
}
#contianer #process .wrap .right .wrap02 form input[type=text] {
  width: calc(100% - 66px);
  margin-left: 10px;
  border-bottom: 2px solid #fff;
}
#contianer #process .wrap .right .wrap02 form textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #fff;
  margin-top: 24px;
  color: #fff;
}
#contianer #process .wrap .right .wrap02 form .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  background-color: #fff;
  color: #229caa;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #contianer #process {
    background: #fff;
  }
  #contianer #process .wrap {
    flex-direction: column;
  }
  #contianer #process .wrap h4 {
    font-size: 2em;
  }
  #contianer #process .wrap .left {
    width: 100%;
    padding: 10px;
  }
  #contianer #process .wrap .left h4 {
    margin-bottom: 35px;
  }
  #contianer #process .wrap .right {
    padding: 10px;
    padding-top: 30px;
    margin-top: 30px;
    width: 100%;
  }
  #contianer #process .wrap .right h4 {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  #contianer #add_banner {
    padding: 2rem 0;
  }
}
@media (max-width: 768px) {
  #contianer #add_banner .inner02 {
    width: 100%;
  }
}
#contianer #add_banner .inner02 .banner2 {
  width: 100%;
  height: 130px;
  display: flex;
  align-items: center;
  background: url("/img/banner2_1.png") no-repeat center center/cover;
  padding: 0 100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #contianer #add_banner .inner02 .banner2 {
    padding: 50px 10px;
    height: auto;
  }
}
#contianer #add_banner .inner02 .banner2:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(87, 51, 0, 0.5);
  z-index: -1;
}
#contianer #add_banner .inner02 .banner2 .wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  #contianer #add_banner .inner02 .banner2 .wrap {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  #contianer #add_banner .inner02 .banner2 .wrap .txt {
    margin-bottom: 20px;
  }
}
#contianer #add_banner .inner02 .banner2 .wrap .txt h2 {
  font-size: 1.75rem;
  font-weight: 800;
  color: #fff;
}
@media (max-width: 768px) {
  #contianer #add_banner .inner02 .banner2 .wrap .txt h2 {
    font-size: 1.25rem;
  }
}
#contianer #add_banner .inner02 .banner2 .wrap .btn {
  width: 100%;
  max-width: 276px;
  height: 50px;
}
#contianer #add_banner .inner02 .banner2 .wrap .btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 30px;
  font-size: 1.25rem;
  font-weight: 800;
  color: #433015;
}
@media (max-width: 768px) {
  #contianer #add_banner .inner02 .banner2 .wrap .btn a {
    font-size: 1rem;
  }
}
#contianer #add_banner .inner02 .banner2 .wrap .btn a p {
  display: flex;
  align-items: center;
  position: relative;
}
#contianer #add_banner .inner02 .banner2 .wrap .btn a p:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #433015;
  border-right: 3px solid #433015;
  transform: rotate(45deg);
  margin-left: 10px;
}
@media (max-width: 768px) {
  #contianer #add_banner .inner02 .banner2 .wrap .btn a p:after {
    width: 5px;
    height: 5px;
  }
}

.index-hero {
  width: 100%;
  height: auto;
  padding-top: 280px;
  margin-bottom: 48px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1280px) {
  .index-hero {
    padding-top: 302px;
  }
}
@media (max-width: 768px) {
  .index-hero {
    padding-top: 176px;
  }
}
@media (max-width: 480px) {
  .index-hero {
    padding-top: 165px;
  }
}
.index-hero .container {
  width: 95%;
  height: auto;
  max-width: 1720px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 1280px) {
  .index-hero .container {
    flex-direction: column-reverse;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .index-hero .container {
    width: 100%;
    gap: 0;
  }
}
.index-hero .container .left {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1280px) {
  .index-hero .container .left {
    flex: unset;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    height: auto;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .index-hero .container .left {
    flex-direction: column;
  }
}
.index-hero .container .left .category {
  width: 100%;
  height: auto;
  padding: 32px 24px 16px;
  display: flex;
  flex-direction: column;
  background: #1A2C65;
  gap: 32px;
}
@media (max-width: 1280px) {
  .index-hero .container .left .category {
    flex: 1 1 auto;
    width: auto;
    padding: 24px 16px 16px;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .index-hero .container .left .category {
    flex: unset;
    width: 100%;
    height: auto;
  }
}
.index-hero .container .left .category .cate-head {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.index-hero .container .left .category .cate-head > h1 {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .index-hero .container .left .category .cate-head > h1 {
    font-size: 28px;
  }
}
.index-hero .container .left .category .cate-head .open-menu {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.index-hero .container .left .category .cate-head .open-menu > svg {
  width: 100%;
  height: 100%;
  fill: white;
}
.index-hero .container .left .category .cate-nav {
  width: 100%;
  height: auto;
  display: flex;
}
.index-hero .container .left .category .cate-nav .depth-1 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.index-hero .container .left .category .cate-nav .depth-1 > li {
  position: relative;
  width: 100%;
  height: auto;
}
.index-hero .container .left .category .cate-nav .depth-1 > li > a {
  width: 100%;
  height: auto;
  padding: 9px 0;
  display: block;
  font-size: 20px;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .index-hero .container .left .category .cate-nav .depth-1 > li > a {
    font-size: 16px;
  }
}
.index-hero .container .left .category .cate-nav .depth-1 > li > a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.index-hero .container .left .category .cate-nav .depth-1 > li .depth-2 {
  position: absolute;
  left: 100%;
  top: -16px;
  width: 240px;
  height: auto;
  display: flex;
  flex-direction: column;
  background: white;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  border: 1px solid #2d4492;
}
.index-hero .container .left .category .cate-nav .depth-1 > li .depth-2 > li {
  width: 100%;
  height: auto;
}
.index-hero .container .left .category .cate-nav .depth-1 > li .depth-2 > li > a {
  width: 100%;
  height: auto;
  padding: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  line-height: 1.2;
  color: #2d4492;
}
.index-hero .container .left .category .cate-nav .depth-1 > li .depth-2 > li > a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (min-width: 1025px) {
  .index-hero .container .left .category .cate-nav .depth-1 > li:hover .depth-2 {
    visibility: visible;
    opacity: 1;
  }
}
.index-hero .container .left .contact-phone {
  width: 100%;
  height: auto;
  padding: 14px 20px;
  border-radius: 8px;
  box-shadow: 0 0 6px 0 #788DCE;
  background: white;
}
@media (max-width: 1280px) {
  .index-hero .container .left .contact-phone {
    flex: 0 0 280px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .index-hero .container .left .contact-phone {
    flex: unset;
    width: 95%;
    height: auto;
    padding: 16px;
    margin: 0 auto;
  }
}
.index-hero .container .left .contact-phone > img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .index-hero .container .left .contact-phone > img {
    max-width: 240px;
  }
}
.index-hero .container .right {
  flex: 1 1 auto;
}
.index-hero .container .right .hero-swiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index-hero .container .right .hero-swiper .swiper-wrapper {
  width: 100%;
  height: auto;
}
.index-hero .container .right .hero-swiper .swiper-wrapper .swiper-slide {
  width: 100% !important;
  height: auto;
  display: flex;
}
.index-hero .container .right .hero-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}
.index-hero .container .right .hero-swiper .custom-navigation {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 3;
}
.index-hero .container .right .hero-swiper .custom-navigation > div {
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: white;
  border-radius: 10000rem;
  box-shadow: 0 0 8px -4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1280px) {
  .index-hero .container .right .hero-swiper .custom-navigation > div {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 768px) {
  .index-hero .container .right .hero-swiper .custom-navigation > div {
    width: 36px;
    height: 36px;
    opacity: 0.3;
    transition: all 0.2s ease-in-out;
  }
  .index-hero .container .right .hero-swiper .custom-navigation > div:hover {
    opacity: 1;
  }
}
.index-hero .container .right .hero-swiper .custom-navigation > div > svg {
  width: 50%;
  height: auto;
  fill: #555;
}
.index-hero .container .right .hero-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 100000rem;
  background: #777;
  opacity: 0.3;
}
@media (max-width: 1280px) {
  .index-hero .container .right .hero-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 768px) {
  .index-hero .container .right .hero-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.index-hero .container .right .hero-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px;
  opacity: 0.7;
}
@media (max-width: 1280px) {
  .index-hero .container .right .hero-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
  }
}

.best-product {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
}
@media (max-width: 1280px) {
  .best-product {
    margin-bottom: 70px;
    gap: 32px;
  }
}
.best-product .container {
  width: 95%;
  height: auto;
  max-width: 1720px;
  padding: 88px 4% 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  background: #f0f0f0;
}
@media (max-width: 1280px) {
  .best-product .container {
    padding: 48px 2.5%;
    gap: 40px;
  }
}
.best-product .container .title-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
@media (max-width: 1280px) {
  .best-product .container .title-wrap {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .best-product .container .title-wrap {
    gap: 12px;
  }
}
.best-product .container .title-wrap > h1 {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
  color: #1A2C65;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .best-product .container .title-wrap > h1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .best-product .container .title-wrap > h1 {
    font-size: 24px;
  }
}
.best-product .container .title-wrap > p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: black;
}
@media (max-width: 1280px) {
  .best-product .container .title-wrap > p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .best-product .container .title-wrap > p {
    font-size: 16px;
  }
}
.best-product .container .best-grid {
  width: 95%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (max-width: 1280px) {
  .best-product .container .best-grid {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .best-product .container .best-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.best-product .container .best-grid .empty {
  width: 100%;
  height: auto;
  grid-column: 1/-1;
}
.best-product .container .best-grid .empty .notice {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: #aaa;
}
@media (max-width: 1280px) {
  .best-product .container .best-grid .empty .notice {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .best-product .container .best-grid .empty .notice {
    font-size: 24px;
  }
}
.best-product .container .best-grid .item {
  width: 100%;
  height: auto;
}
.best-product .container .best-grid .item > a {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1280px) {
  .best-product .container .best-grid .item > a {
    gap: 16px;
  }
}
.best-product .container .best-grid .item > a .item-image {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border: 2px solid #ccc;
  background: white;
}
.best-product .container .best-grid .item > a .item-image > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.best-product .container .best-grid .item > a .item-contents {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
@media (max-width: 1280px) {
  .best-product .container .best-grid .item > a .item-contents {
    gap: 10px;
  }
}
.best-product .container .best-grid .item > a .item-contents .tags {
  padding: 6px 10px;
  border-radius: 100000rem;
  font-size: 15px;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  background: #1A2C65;
}
@media (max-width: 1280px) {
  .best-product .container .best-grid .item > a .item-contents .tags {
    font-size: 13px;
  }
}
.best-product .container .best-grid .item > a .item-contents .name {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .best-product .container .best-grid .item > a .item-contents .name {
    font-size: 18px;
  }
}
.best-product .container .best-grid .item > a .item-contents .desc {
  font-size: 15px;
  line-height: 1.2;
  color: #777;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .best-product .container .best-grid .item > a .item-contents .desc {
    font-size: 14px;
  }
}
.best-product .viewmore {
  width: 248px;
  height: 64px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 80px;
  border: 1px solid #777;
  background: white;
}
@media (max-width: 1280px) {
  .best-product .viewmore {
    width: 200px;
    height: 52px;
    gap: 32px;
  }
}
.best-product .viewmore > span {
  font-size: 16px;
  line-height: 1.2;
  color: #333;
  word-break: keep-all;
}
.best-product .viewmore > i {
  font-size: 24px;
  line-height: 1.2;
  color: #555;
  word-break: keep-all;
}

.whole-products {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1280px) {
  .whole-products {
    margin-bottom: 70px;
  }
}
.whole-products .container {
  width: 95%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1280px) {
  .whole-products .container {
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .whole-products .container {
    gap: 40px;
  }
}
.whole-products .container .title-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
@media (max-width: 1280px) {
  .whole-products .container .title-wrap {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .whole-products .container .title-wrap {
    gap: 12px;
  }
}
.whole-products .container .title-wrap > h1 {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
  color: #1A2C65;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .whole-products .container .title-wrap > h1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .whole-products .container .title-wrap > h1 {
    font-size: 24px;
  }
}
.whole-products .container .title-wrap > p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: black;
}
@media (max-width: 1280px) {
  .whole-products .container .title-wrap > p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .whole-products .container .title-wrap > p {
    font-size: 16px;
  }
}
.whole-products .container .products-inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.whole-products .container .products-inner .cate-tabs {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 1280px) {
  .whole-products .container .products-inner .cate-tabs {
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .whole-products .container .products-inner .cate-tabs {
    margin-bottom: 40px;
  }
}
.whole-products .container .products-inner .cate-tabs .tab {
  flex: 0 0 auto;
  height: 56px;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #777;
  word-break: keep-all;
  text-align: center;
  background: #F1F4FF;
  border-radius: 10000rem;
}
@media (max-width: 1280px) {
  .whole-products .container .products-inner .cate-tabs .tab {
    height: 40px;
    padding: 0 16px;
    font-size: 16px;
  }
}
.whole-products .container .products-inner .cate-tabs .tab.on, .whole-products .container .products-inner .cate-tabs .tab:hover {
  background: #1A2C65;
  color: white;
}
.whole-products .container .products-inner .whole-grid {
  width: 100%;
  height: auto;
  margin-bottom: 78px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 44px 16px;
}
@media (max-width: 1280px) {
  .whole-products .container .products-inner .whole-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 36px 16px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .whole-products .container .products-inner .whole-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 12px;
    margin-bottom: 28px;
  }
}
@media (max-width: 480px) {
  .whole-products .container .products-inner .whole-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 12px;
  }
}
.whole-products .container .products-inner .whole-grid .item {
  width: 100%;
  height: auto;
}
.whole-products .container .products-inner .whole-grid .item > a {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
@media (max-width: 1280px) {
  .whole-products .container .products-inner .whole-grid .item > a {
    gap: 16px;
  }
}
.whole-products .container .products-inner .whole-grid .item > a .thumb {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  border: 1px solid #ccc;
  background: white;
}
.whole-products .container .products-inner .whole-grid .item > a .thumb > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.whole-products .container .products-inner .whole-grid .item > a .item-contents {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.whole-products .container .products-inner .whole-grid .item > a .item-contents .cate {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #1A2C65;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 768px) {
  .whole-products .container .products-inner .whole-grid .item > a .item-contents .cate {
    font-size: 14px;
  }
}
.whole-products .container .products-inner .whole-grid .item > a .item-contents .name {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .whole-products .container .products-inner .whole-grid .item > a .item-contents .name {
    font-size: 16px;
  }
}
.whole-products .container .products-inner .whole-grid .item > a .item-contents .desc {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.2;
  color: #555;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .whole-products .container .products-inner .whole-grid .item > a .item-contents .desc {
    margin-bottom: 12px;
    font-size: 14px;
  }
}
.whole-products .container .products-inner .whole-grid .item > a .item-contents .price {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280xpx) {
  .whole-products .container .products-inner .whole-grid .item > a .item-contents .price {
    font-size: 16px;
  }
}
.whole-products .container .products-inner .viewmore {
  width: 248px;
  height: 64px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 80px;
  border: 1px solid #777;
  background: white;
}
@media (max-width: 1280px) {
  .whole-products .container .products-inner .viewmore {
    width: 200px;
    height: 52px;
    gap: 32px;
  }
}
.whole-products .container .products-inner .viewmore > span {
  font-size: 16px;
  line-height: 1.2;
  color: #333;
  word-break: keep-all;
}
.whole-products .container .products-inner .viewmore > i {
  font-size: 24px;
  line-height: 1.2;
  color: #555;
  word-break: keep-all;
}

@media (max-width: 768px) {
  #main_socials {
    justify-content: center;
  }
  #main_socials .container .social-title {
    font-size: 2rem;
  }
}/*# sourceMappingURL=main.css.map */