.main_visual {
  position: relative;
}
.main_visual:before {
  content: "";
  display: block;
  width: 50%;
  height: calc(100% - 100px);
  background-color: #f8f8f8;
  height: calc(100% - 100px);
  position: absolute;
  left: 0;
  top: 0;
}
.main_visual .wrap {
  width: 95%;
  max-width: 1720px;
  margin: 0 auto;
  padding-top: 75px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main_visual .wrap .main_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: calc(100% - 20px);
  max-width: 1300px;
}
.main_visual .wrap .main_text > span.light {
  display: block;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.main_visual .wrap .main_text h2 {
  font-size: 62px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.main_visual .wrap .main_text nav {
  background-color: #e45f5f;
  border-radius: 20px;
  height: 34px;
  width: 117px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.main_visual .wrap .main_text nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
}
.main_visual .wrap .main_text nav a.prev {
  transform: rotate(180deg);
}
.main_visual .wrap .main_text nav .main-paging {
  font-size: 12px;
  line-height: 34px;
  color: #fff;
}
.main_visual .wrap .main_text a.main_more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  height: 50px;
  width: 270px;
  padding: 0 15px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.main_visual .wrap .main_swiper {
  width: 100%;
  max-width: 1180px;
  margin: 0;
  margin-left: auto;
}
.main_visual .wrap .main_swiper .swiper-slide figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 340px;
}

.quick_bar {
  position: fixed;
  right: 10px;
  top: 50%;
  z-index: 400;
  text-align: right;
}
.quick_bar li + li {
  margin-top: 10px;
}
.quick_bar .link_item {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #2E1477;
  text-align: center;
  box-shadow: 3px 4px 10px 2px rgba(0, 0, 0, 0.2);
  transition: 0.2s ease-out;
  transform-origin: 0 100%;
}
.quick_bar .link_item .ico {
  display: inline-block;
  height: 60px;
  border-radius: 50%;
  font-size: 26px;
  line-height: 60px;
  color: #fff;
}
.quick_bar .link_item .ico.icon02 {
  background: url("/img/kakao_ico.png") no-repeat center/30px 30px;
  width: 30px;
  height: 100%;
  margin: 0 auto;
}
.quick_bar .link_item .ico.icon03 {
  background: url("/img/home_ico.png") no-repeat center/30px 30px;
  width: 30px;
  height: 100%;
  margin: 0 auto;
}
.quick_bar .link_item .text {
  display: none;
  margin-left: 10px;
  font-size: 20px;
  vertical-align: top;
  line-height: 60px;
  color: #fff;
  white-space: nowrap;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.quick_bar .link_item:focus, .quick_bar .link_item:hover {
  width: auto;
  border-radius: 30px;
  padding: 0 25px;
}

.quick_bar .link_item:focus .text, .quick_bar .link_item:hover .text {
  display: inline-block;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media (max-width: 768px) {
  .main_visual .wrap {
    padding-top: 0px;
  }
  .main_visual .wrap .main_text > span.light {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .main_visual .wrap .main_text h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .main_visual .wrap .main_text a.main_more {
    height: 40px;
    width: 220px;
  }
}
.best_item {
  width: 95%;
  max-width: 1720px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.contents_head {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 60px;
}
.contents_head span {
  font-family: "Lato", sans-serif;
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
}
.contents_head h2 {
  font-size: 2rem;
}

.best_item .best_swiper .swiper-slide figure {
  position: relative;
  margin-bottom: 56px;
}
.best_item .best_swiper .swiper-slide figure:after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff url("/img/plus.png") no-repeat 50% 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, 50%);
}
.best_item .best_swiper .swiper-slide .best_infor {
  text-align: center;
}
.best_item .best_swiper .swiper-slide .best_infor b {
  font-size: 22px;
  display: block;
  margin-bottom: 19px;
}
.best_item .best_swiper .swiper-slide .best_infor span {
  display: block;
  margin-bottom: 20px;
}
.best_item .best_swiper .swiper-slide .best_infor p {
  line-height: 1.4;
}

@media (max-width: 768px) {
  .best_item {
    margin-bottom: 40px;
  }
  .contents_head {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .contents_head h2 {
    font-size: 1.5rem;
  }
  .best_item .best_swiper .swiper-slide figure {
    margin-bottom: 40px;
  }
  .best_item .best_swiper .swiper-slide figure:after {
    width: 50px;
    height: 50px;
  }
  .best_item .best_swiper .swiper-slide .best_infor b {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.banner_wrap {
  width: 95%;
  max-width: 1720px;
  margin: 0 auto;
  display: flex;
}
.banner_wrap .banner {
  width: 50%;
  height: 120px;
  box-sizing: border-box;
  padding: 30px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.banner_wrap .banner.banner_1 {
  background-image: url("/img/banner (1).png");
}
.banner_wrap .banner.banner_2 {
  background-image: url("/img/banner (2).png");
}
.banner_wrap .banner .txt {
  color: #fff;
}
.banner_wrap .banner .txt b {
  display: block;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 22px;
  font-weight: 500;
}
.banner_wrap .banner .txt p {
  font-size: 14px;
  line-height: 1.4;
}
.banner_wrap .banner > a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 160px;
  height: 50px;
  background-color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-weight: 500;
}
.banner_wrap .banner > a img {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .banner_wrap {
    flex-direction: column;
  }
  .banner_wrap .banner {
    width: 100%;
    height: auto;
    padding: 20px 30px;
    flex-direction: column;
    align-items: flex-start;
  }
  .banner_wrap .banner .txt {
    margin-bottom: 20px;
  }
  .banner_wrap .banner .txt b {
    font-size: 18px;
  }
  .banner_wrap .banner > a {
    width: 140px;
    height: 40px;
  }
}
.item_list_wrap .list_tab {
  display: flex;
  justify-content: center;
  background-color: #f8f8f8;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 60px;
  border-radius: 10px;
  padding: 5px;
}
.item_list_wrap .list_tab li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 0 27px;
  color: #ddd;
  font-weight: 600;
}
.item_list_wrap .list_tab li a.on {
  background-color: #2079c5;
  border-radius: 10px;
  color: #fff;
}
.item_list_wrap .item_list {
  width: 95%;
  max-width: 1720px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.item_list_wrap .item_list > li.item {
  width: calc(25% - 15px);
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.item_list_wrap .item_list > li.item:not(:nth-of-type(4n)) {
  margin-right: 20px;
}
.item_list_wrap .item_list > li.item a {
  box-sizing: border-box;
}
.item_list_wrap .item_list > li.item a figure {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
.item_list_wrap .item_list > li.item a figure:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 72%;
}
.item_list_wrap .item_list > li.item a figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item_list_wrap .item_list > li.item a .item_tit {
  display: flex;
  align-items: center;
}
.item_list_wrap .item_list > li.item a .item_tit .name {
  width: calc(100% - 48px);
  margin-bottom: 20px;
}
.item_list_wrap .item_list > li.item a .item_tit .name b {
  font-size: 20px;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item_list_wrap .item_list > li.item a .item_tit .name span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item_list_wrap .item_list > li.item a .item_tit .plus {
  width: 38px;
  height: 38px;
  box-sizing: border-box;
  border: 1px solid #2079c5;
  background: url("/img/plus.png") no-repeat 50% 50%;
  flex-shrink: 0;
  margin-left: 10px;
}
.item_list_wrap .item_list > li.item a .item_explain {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  height: 40px;
  margin-bottom: 10px;
}
.item_list_wrap .item_list > li.item a .price {
  font-size: 24px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}
.item_list_wrap .item_list > li.item a .price span {
  font-size: 1rem;
}

.tabSwiper {
  max-width: 1300px;
  width: 95%;
  margin: 30px auto;
}
.tabSwiper ul {
  flex-wrap: wrap;
}
.tabSwiper li {
  width: auto;
  padding: 0 10px;
  border-right: 1px solid #aaa;
  margin: 0 0 10px 0;
}
.tabSwiper li:last-child {
  border-right: 0;
}
.tabSwiper li a {
  color: #888888;
}
.tabSwiper li.on a {
  color: #232323;
  font-weight: 600;
}

@media (max-width: 768px) {
  .item_list_wrap .list_tab {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .item_list_wrap .list_tab li a {
    height: 38px;
    padding: 0 14px;
  }
  .item_list_wrap .item_list > li.item {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .item_list_wrap .item_list > li.item:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
  .item_list_wrap .item_list > li.item:not(:nth-of-type(2n)) {
    margin-right: 10px;
  }
  .item_list_wrap .item_list > li.item a figure {
    margin-bottom: 10px;
  }
  .item_list_wrap .item_list > li.item a .item_tit .name {
    width: 100%;
    margin-bottom: 14px;
  }
  .item_list_wrap .item_list > li.item a .item_tit .name b {
    font-size: 16px;
  }
  .item_list_wrap .item_list > li.item a .item_tit .plus {
    display: none;
  }
  .item_list_wrap .item_list > li.item a .price {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */