.container {
  /* display: none; */
}
/* section:welcome */
.welcome {
  position: relative;
  height: 100vh;
}
.welcome .sub_banner_bg img {
  width: 100%;
}
.welcome .inner {
  width: 1280px;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.welcome .inner .banner_title {
  text-align: left;
  /* width: fit-content; */
}
.welcome .inner .banner_title h1 {
  font-family: '뫼비우스';
  color: #fff;
  font-size: 50px;
  line-height: 1.3;
  margin-bottom: 30px;
  font-weight: 100; 
  text-align: left;
  width: fit-content;
  position: relative;
}
.welcome .inner .banner_title h1::after,
.welcome .inner .banner_title h1::before {
  content: '';
  width: 110%;
  height: 110%;
  position: absolute;
  background-color: rgba(5, 5, 5, 0.616);
  z-index: -10;
}
.welcome .inner .banner_title h1::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.welcome .inner .banner_title h1::before {
  left: -45px;
  top: -35px;
}
.welcome .inner .banner_title h1 b {
  color: var(--main-color);
}
/* .welcome .inner .banner_title h1 s {
  text-decoration: none;
  font-size: 38px;
  font-weight: 100;
} */
.welcome .sub_banner_bg {
  height: 100%;
}
.welcome .sub_banner_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.welcome .inner .banner_title .btn_01 {
  margin-top: 60px;
}

/* section : marketing_info */
.marketing_info {
  padding: 150px 0;
  padding-bottom: 0;
}
.marketing_info .marketing_title::before,
.marketing_info .marketing_title::after {
  border: none;
}
.marketing_info .marketing_title h2 {
  line-height: 1.2em;
}
.marketing_icons {
  border-radius: 10px;
  margin-top: 80px;
}
.marketing_icons ~ span {
  font-size: 20px;
  display: block;
  width: 500px;
  margin: auto;
  padding: 5px;
  margin-bottom: 130px;
}
.marketing_info > p {
  font-size: 20px;
  margin-top: 45px;
  margin-bottom: 30px;
}
.marketing_info .download_btn {
  margin-bottom: 110px;
}
.marketing_info_02 {
  padding: 0;
  margin: 0;
}
.marketing_item_02 {
  width: 620px;
  margin: auto;
}
.marketing_item_02 img {
  width: 100%;
}
.marketing_item_02 h2 {
  font-size: 38px;
  font-weight: 400;
  margin-top: 20px;
}
.marketing_item_02 h2 b {
  color: var(--main-color);
  font-weight: 400;
}
/* section : garden_items */
.garden_items {
  width: 1280px;
  margin: auto;
  margin-top: 160px;
  display: flex;
  justify-content: space-between;
}
.garden_items.mo_on {
  display: none;
}
.garden_items .item {
  position: relative;
  height: 400px;
  width: 290px;
  border-radius: 10px;
  overflow: hidden;
}
.garden_items .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.garden_items .item h6 {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.900);
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  padding: 5px;
}

/* section : garden_point */
.garden_point {
  margin: 250px 0;
}
.garden_point .wrap {
  padding-top: 15px;
  padding-bottom: 40px;
  position: relative;
  max-width: 970px;
}
.garden_point .wrap::before , .garden_point .wrap::after {
  content: '';
  top: 0;
  position: absolute;
  display: block;
  height: 100%;
  width: 200px;
  background-image: url('../images/png/garden_item_1.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.garden_point .wrap::before {
  left: 0;
  transform: rotate(180deg);
}
.garden_point .wrap::after {
  right: 0;
}
.garden_point .wrap > h1 {
  font-family: "뫼비우스";
  font-size: 40px;
  font-weight: 100;
  margin-top: 20px;
  margin-bottom: 10px;
}
.garden_point .wrap > ol {
  width: 500px;
  margin: auto;
}
.garden_point .wrap > ol li {
  text-align: left;
  font-size: 20px;
  padding: 15px 0;
  position: relative;
  padding-left: 60px;
}
.garden_point .wrap > ol li::after {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
  color: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.garden_point .wrap > ol li:first-child::after{
  content: '1';
}
.garden_point .wrap > ol li:last-child::after{
  content: '2';
}
/* section : marketing_info_02 */

.marketing_item_03 {
  /* margin-top: 310px; */
}

.marketing_item_03 .sub_items {
  width: 840px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  /* margin-top: 150px; */
}
.marketing_item_03  .sub_items div {
  width: 30%;
}
.marketing_item_03  .sub_items div h5 {
  font-family: '뫼비우스';
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 100;
}
.marketing_item_03  .sub_items div h5 b {
  color: var(--main-color);
  font-weight: 100;
}
.marketing_item_03  .sub_items div img {
  width: 130px;
  margin: 30px 0;
}
.marketing_item_03  .sub_items div p {
  font-size: 15px;
}

/* section : store_case  */
.store_case {
  padding-top: 150px;
  padding-bottom: 100px;
}
.store_case  .mk_infographic {
  width: 1080px;
  border: 2px solid #fff;
  /* box-shadow: 5px 5px  15px rgba(0, 0, 0, 0.500); */
  border-radius: 10px;
  margin-top: 150px;
  margin-bottom: 150px;
}
.store_case  .mk_infographic img {
  width: 100%;
  /* display: block; */
}
.mk_graph {
  margin-top: 70px;
  margin-bottom: 140px;
}
.mk_graph_02 {
  /* margin-top: 100px; */
  margin-bottom: 100px;
}
.last_text {
  padding-top: 150px;
  padding-bottom: 150px;
}

.last_text .section_title {
  margin-bottom: 30px;
}

.last_text h1 {
  font-size: 24px;
  font-weight: 400;
}

.last_text h1 b {
  color: var(--main-color);
}

@media screen and (max-width: 1600px) {
  .welcome .inner {
    padding: 0 10%;
  }
}

@media screen and (max-width: 1400px) {
  .welcome .inner {
    padding: 0 15%;
  }
}
@media screen and (max-width: 1024px) {
  .welcome .inner {
    width: 100%;
    top: 17%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {

  .welcome {
    height: 90vh;
    max-height: 600px;
  }
  .welcome .inner {
    top: 17%;
    padding: 5%;
  }
  .welcome .inner .banner_title {
    text-align: center;
    margin: auto;
  }
  .welcome .inner .banner_title h1 {
    font-size: 35px;
    margin-bottom: 35px;
    margin-right: auto;
    margin-left: auto;
  }
  /* .welcome .inner .banner_title h1::before  {
    left: -25px;
    top: -20px;
  } */
  .welcome .sub_banner_bg {
    width: 100%;
    height: 100%;
  }
  .welcome .sub_banner_bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .welcome .inner .banner_title .btn_01 {
    /* margin: auto; */
    text-align: center;
  }
  .marketing_info {
    padding: 50px 0;
  }
  .marketing_info > p {
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .marketing_icons {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .marketing_icons img {
    width: 100%;
  }
  .marketing_item_02 {
    width: 90%;
  }
  .marketing_item_02 h2 {
    font-size: 20px;
  }

  /* garden item  */
  
  .garden_items.pc_on {
    display: none;
  } 
  .garden_items.mo_on {
    display: flex;
    margin-top: 15px;
  }
  .garden_slide {
    width: 100%;
  }
  .garden_slide .slick-slide {
    margin: 0 10px ;
  }
  .garden_slide .slick-dots {
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    height: fit-content;
  }
  .garden_slide .slick-dots li {
    margin: 0 3px;
  }
  .garden_slide .slick-dots li button:before {
    content: '';
    background-color: #777;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.7;
  }
  .garden_slide .slick-dots .slick-active {
    width: 30px;
  }
  .garden_slide .slick-dots .slick-active button:before {
    background-color: var(--main-color);
    width: 30px;
    border-radius: 10px;
    transition: 0.35s;
  }
  .garden_point {
    margin: 60px 0;
  }
  .garden_point .wrap > h1 {
    font-size: 26px;
  }
  .garden_point .wrap::before, .garden_point .wrap::after {
    width: 80px;
  }
  .garden_point .wrap > ol {
    width: 85%;
  }
  .garden_point .wrap > ol li {
    font-size: 16px;
    padding-left: 45px;
    word-break: keep-all;
  }
  .garden_point .wrap > ol li::after {
    width: 30px;
    height: 30px;
  }
  .marketing_item_03 .sub_items {
    width: 90%;
    flex-direction: column;
    gap: 30px;
  }
  .marketing_item_03 .sub_items div {
    width: 100%;
    padding: 20px;
    background-color: #f6f6f6;
    border-radius: 10px;
  }
  .marketing_item_03  .sub_items div h5 {
    font-size: 20px;
  }
  .marketing_item_03  .sub_items div p {
    font-size: 14px;
  }

  /* section : store_case  */
  .store_case {
    padding-top: 80px;
  }
  .store_case  .mk_infographic {
    width: 90%;
    margin-bottom: 50px;
    margin-top: 50px;  
  }

  .marketing_icons ~ span {
    width: 90%;
    margin-bottom: 80px;
  }
  .store_graph img {
    width: 100%;
  }
  .mk_graph {
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .mk_graph_02 {
    margin-top: 10px;
    margin-bottom: 50px;
  }

  .last_text {
    padding-top: 70px;
  }

  .last_text h1 {
    font-size: 20px;
  }
}

@media screen and (max-width: 330px) {
  .welcome .inner .banner_title h1 {
    font-size: 30px;
  }
  .marketing_info > p {
    font-size: 15px;
  }
  .marketing_item_02 h2 {
    font-size: 17px;
  }
  .garden_point .wrap > ol li {
    font-size: 12px;
  }
  .last_text h1 {
    font-size: 17px;
  }
}