@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
* a {
  text-decoration: none;
  color: inherit;
}

input,
select,
button,
textarea {
  font-family: inherit;
}

/* ALL STYLE */
#all {
  width: 100%;
  height: auto;
  min-width: 1280px;
  overflow: hidden;
  font-weight: 400;
  font-size: 15px;
}

.layout_wrap {
  clear: both;
  width: 100%;
}

.layout_inner {
  width: 1200px;
  margin: 0 auto;
}

.userCWidth {
  width: 820px;
}

.userCWidth2 {
  width: 1200px;
}

.width100 {
  width: 100%;
}

#contain {
  width: 1280px;
  position: relative;
  padding: 60px 0;
}

/*기타*/
.notData {
  padding: 30px 0px;
  text-align: center;
}

.inLiImg li img {
  display: block;
}

/*이용약관*/
.policy {
  font-size: 14px;
  color: #424242;
}
.policy .agree_box {
  position: relative;
  z-index: 1;
  border: 1px solid #bdbdbd;
  width: 1080px;
  height: 853.3333333333px;
  margin: 0 auto;
  scroll-behavior: smooth;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.policy .agree_box:before, .policy .agree_box:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 2;
  width: 1063px;
  height: 5%;
}
.policy .agree_box:before {
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
  background: linear-gradient(180deg, #fff, transparent);
}
.policy .agree_box:after {
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
  background: linear-gradient(0deg, #fff, transparent);
}
.policy .fade {
  position: absolute;
  z-index: 2;
}
.policy .agree_content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 5rem;
  overflow-x: hidden;
  overflow-y: scroll;
}
.policy .agree_content b {
  color: #9e1f31;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}
.policy .agree_content::-webkit-scrollbar {
  position: relative;
  width: 1.5rem;
  z-index: 2;
}
.policy .agree_content::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  background-clip: padding-box;
  border: 0rem solid transparent;
}
.policy .agree_content::-webkit-scrollbar-track {
  background: #f5f5f5;
  z-index: 1;
}

.location {
  width: 100%;
  height: 457px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  margin: 4rem 0;
  margin-bottom: 6rem;
}
.location .wrap_map {
  height: 100% !important;
}
.location .wrap_controllers {
  display: none;
}
.location .map_border {
  display: none !important;
}
.location .wrap_btn_zoom {
  display: none !important;
}
.location .root_daum_roughmap {
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  width: 800px;
  height: 100%;
}
.location-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 480px;
  height: 100%;
  color: #222;
  font-weight: 400;
  padding: 4rem;
  padding-right: 6rem;
}
.location-info h5 {
  width: 100%;
  word-break: keep-all;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 500;
  margin-top: -4rem;
}
.location-info h5 i {
  font-size: 33px;
  color: #75051e;
  margin-right: 16.5px;
}
.location-info h5 .icon-location:before {
  margin: 0;
}
.location-info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 5rem 0;
  width: 100%;
}
.location-info .info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  word-break: keep-all;
  padding: 1rem 0;
  border-bottom: 1px solid #030303;
}
.location-info .info li h6 {
  font-size: 19px;
  font-weight: 500;
  width: 40%;
  padding: 1% 0;
}
.location-info .info li span {
  display: block;
  width: 100%;
  padding: 2% 0;
}
.location-info a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 14rem;
  padding: 1.2rem 1.5rem;
  background: #75051e;
  color: #fff;
  border-radius: 1rem;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.location-info a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 19px;
  line-height: 0;
  width: 25%;
  height: 100%;
  margin-left: 15%;
  text-align: right;
  vertical-align: middle;
  opacity: 0.5;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.location-info a span::before {
  content: "";
  position: relative;
  width: 100%;
  height: 0.2rem;
  background: #fff;
  border-radius: 5rem;
  margin-right: -0.5rem;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.location-info a span i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.location-info a span i::before {
  margin: 0;
  width: auto;
  line-height: 0;
}
.location-info a:hover {
  background: #d70914;
  -webkit-box-shadow: 0.25rem 0.5rem 1rem #d70914;
          box-shadow: 0.25rem 0.5rem 1rem #d70914;
}
.location-info a:hover span {
  width: 35%;
  opacity: 1;
}
/*준비중 페이지*/
.ready {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: 18px;
  padding: 5rem 0;
}
.ready div {
  width: 320px;
  position: relative;
  -webkit-mask: url("/images/content/maintenance-line.svg") no-repeat;
  -webkit-mask-size: 99.8% 100%;
  opacity: 0.7;
}
.ready div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #a6071d;
  mix-blend-mode: color;
}
.ready div img {
  width: 100%;
  -webkit-filter: brightness(1.4);
          filter: brightness(1.4);
}
.ready p {
  margin: 3rem 0;
}
.ready span {
  color: #750514;
  font-weight: 600;
  font-size: 19px;
}

#pages .con.com03 .wrap_controllers {
  display: none;
}
#pages .con.com03 .root_daum_roughmap_landing {
  margin-top: 40px;
}

.index_notice table {
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  height: 330px;
}
.index_notice td {
  vertical-align: middle;
}

.pagingNew3 {
  padding: 30px 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagingNew3 a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: inherit;
  line-height: 0;
}
.pagingNew3 a i {
  font-size: 16px;
}
.pagingNew3 span {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #555;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  font-family: inherit;
}
.pagingNew3 .currentPage {
  border-color: #a6071d;
  background: #a6071d;
  color: #fff;
  font-weight: 500;
  padding: 0 !important;
}
.pagingNew3 .pagers2 {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 30px;
  font-size: 13px;
  border: 1px solid transparent;
  color: #a6071d;
}
.pagingNew3 .pagers a,
.pagingNew3 .pagers2 a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  color: #555;
  text-decoration: none;
}
.pagingNew3 .pagers a:hover,
.pagingNew3 .pagers2 a:hover {
  color: #6d1f31;
  text-decoration: none;
}

.pagingNew4 {
  font-size: 0;
  padding-top: 30px;
  text-align: center;
}
.pagingNew4 span {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-width: 28px;
  height: 28px;
  border: 1px solid transparent;
  border-radius: 100%;
  color: #a6071d;
  font-size: 17px;
  font-weight: 500;
  margin: 0 2px;
  letter-spacing: -0.02em;
}
.pagingNew4 span a {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  height: 100%;
  font-weight: 300;
  color: #6a6a6a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
}
.pagingNew4 span a:hover {
  color: #a6071d;
  text-decoration: none;
  border: none;
}
.pagingNew4 span.currentPage {
  color: #a6071d;
  font-weight: 700;
}
.pagingNew4 span.currentPage:after {
  content: "";
  position: absolute;
  bottom: 3.75px;
  left: 50%;
  width: 100%;
  height: 100%;
  width: 11px;
  height: 1px;
  background: #a6071d;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pagingNew4 span.arrow {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  margin: 0 0.25rem;
}
.pagingNew4 span.arrow i {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.3);
}
.pagingNew4 span.arrow.left i {
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%);
}
.pagingNew4 span.arrow.right i {
  -webkit-transform: translateX(5%);
  transform: translateX(5%);
}
.pagingNew4 span.arrow.margin.left {
  margin-right: 15px;
}
.pagingNew4 span.arrow.margin.right {
  margin-left: 15px;
}
.pagingNew4 span.arrow:hover {
  border-color: rgba(0, 0, 0, 0.5);
}
.pagingNew4 span.arrow:hover i {
  color: rgba(0, 0, 0, 0.7);
}

#faq {
  width: 1280px;
  margin: auto;
}
#faq .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#faq .menu li {
  -webkit-box-flex: 0;
      -ms-flex: 0 20%;
          flex: 0 20%;
}
#faq .menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  z-index: 0;
  padding: 7.5px;
  font-size: 15px;
  background: #fff;
  border: 1px solid #bdbdbd;
  margin: -1px;
  color: #616161;
  height: 5rem;
}
#faq .menu li.on a {
  background: #fff;
  color: #a6071d;
  border-color: #a6071d;
  z-index: 1;
  -webkit-box-shadow: 0 0 0 1px #a6071d;
          box-shadow: 0 0 0 1px #a6071d;
  font-weight: 500;
}
#faq .list {
  margin-top: 30px;
}
#faq .list li {
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: -1px;
  position: relative;
  z-index: 0;
  background: #fff;
}
#faq .list li h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  padding: 15px;
  padding-left: 27px;
}
#faq .list li h3:before {
  content: "Q";
  color: #a6071d;
  font-weight: 700;
  position: absolute;
  left: 7.5px;
  text-align: center;
  width: 15px;
}
#faq .list li h3 .icon-add {
  color: #bdbdbd;
}
#faq .list li h3 .icon-remove {
  color: #a6071d;
}
#faq .list li.active {
  border-color: #757575;
  z-index: 1;
}
#faq .list li.active h3 {
  color: #a6071d;
  font-weight: 500;
}
#faq .list div {
  position: relative;
  background: #fbf3f4;
  font-size: 15px;
  padding: 15px;
  padding-left: 30px;
  border-top: 1px solid rgba(189, 189, 189, 0.2);
}
#faq .list div:before {
  content: "A";
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
  position: absolute;
  left: 8.3333333333px;
  text-align: center;
  width: 15px;
}
#faq .list div.hide {
  position: absolute;
  left: -1000%;
  top: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#faq .list div.faqContent img {
  max-width: 100%;
  height: auto;
}
#faq .notFAQ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  height: 20rem;
  background: #f5f5f5;
}

.quick_btns {
  position: relative;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quick_btns ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quick_btns ul:hover li::before {
  height: 2px;
  opacity: 0.3;
  background: #1e1e1e;
}
.quick_btns ul:hover li a {
  opacity: 0.3;
  color: #1e1e1e;
  font-weight: 400;
}
.quick_btns ul:hover li:hover::before {
  height: 3px;
  opacity: 1;
  background: #a6071d;
}
.quick_btns ul:hover li:hover a {
  opacity: 1;
  color: #a6071d;
  font-weight: 600;
}
.quick_btns li {
  position: relative;
  padding: 5px 20px;
}
.quick_btns li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.3;
  background: #1E1E1E;
}
.quick_btns li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.3;
  font-size: 28px;
  font-weight: 400;
  color: #1e1e1e;
}
.quick_btns li.on::before {
  background: #a6071d;
  height: 3px;
  opacity: 1;
}
.quick_btns li.on a {
  font-weight: 600;
  color: #a6071d;
  opacity: 1;
}

.main-visual {
  width: 100%;
  height: 640px;
}
.main-visual .swiper-slide img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1920px;
  height: 640px;
}
.main-visual .swiper-slide-active {
  z-index: 1;
}

/*버튼 기본*/
.main-visual .swiper-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  width: 60px;
  height: 60px;
  border-radius: 120px;
  font-size: calc(60px / 2);
  line-height: 0;
  color: #fff;
  border: none;
  background: rgba(255, 255, 255, 0.062745098);
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.main-visual .swiper-button.prev {
  left: 60px;
}
.main-visual .swiper-button.next {
  right: 60px;
}
.main-visual .swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.main-visual .swiper-button i {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.main-visual .swiper-button .icon-play {
  padding-left: 6px;
}

.main-visual .swiper-pagination {
  position: absolute;
  bottom: 52px;
  left: 50%;
  z-index: 10;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  outline: none;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-family: "Roboto, Noto Sans KR", sans-serif;
  width: auto;
}
.main-visual .swiper-pagination-hidden {
  opacity: 0;
}
.main-visual .swiper-pagination i {
  background: rgba(255, 255, 255, 0.5);
  width: 1px;
  height: 8px;
  display: inline-block;
  margin: 0 10px;
}
/*버튼 중앙 좌우정렬*/
.main-visual .swiper-button {
  border-radius: 100%;
}

#index .inner {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#index .top {
  padding-bottom: 40px;
}
#index .top .tit {
  font-size: 26px;
  font-weight: 700;
  color: #030303;
}
#index .top .tit b {
  font-weight: inherit;
  color: #a6071d;
}
#index .top .sub {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  padding-top: 10px;
}
#index .top .sub i {
  font-style: normal;
  font-weight: inherit;
  color: #a6071d;
}
#index .swiper .img img {
  width: 100%;
  height: 100%;
}
#index .swiper .txt {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  height: 45px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 15px;
}
#index .swiper .price {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-top: 15px;
}
#index .swiper .price b {
  font-family: "Montserrat";
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
}
#index > div:not(.main-visual, :last-of-type) {
  margin-top: 150px;
}
#index .goods-wrap {
  padding-bottom: 70px;
}

.goods-wrap a {
  color: inherit;
}
.goods-wrap .swiper-inner {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.goods-wrap .swiper-inner .swiper-button {
  width: 40px;
  height: 40px;
  border: 1px solid #d9d9d9;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.goods-wrap .swiper-inner .swiper-button i::before {
  font-weight: 600;
}
.goods-wrap .swiper-inner .swiper-button-disabled {
  color: #999999;
}

.best-goods .goods-wrap .img {
  width: 300px;
  height: 300px;
}

.cate-goods .swiper-slide .img {
  width: 300px;
  height: 300px;
}
.cate-goods .shop-1st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  gap: 25px;
}
.cate-goods .shop-1st::after {
  content: "";
  position: absolute;
  top: 43px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #555;
}
.cate-goods .shop-1st > li {
  font-size: 16px;
  font-weight: 400;
  color: #444444;
}
.cate-goods .shop-1st > li p {
  color: inherit;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3px;
  padding-bottom: 20px;
}
.cate-goods .shop-1st > li p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 3px;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  background: #a6071d;
}
.cate-goods .shop-1st > li:hover p::after {
  width: 100%;
}
.cate-goods .shop-1st > li.select {
  color: #a6071d;
}
.cate-goods .shop-1st > li.select > p::after {
  width: 100%;
}
.cate-goods .shop-2nd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  gap: 5px;
  padding-top: 20px;
}
.cate-goods .shop-2nd li {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
}
.cate-goods .shop-2nd li.on {
  border: 1px solid #a6071d;
  background: #a6071d;
  font-weight: 400;
  color: #fff;
}
.cate-goods .goods-wrap {
  padding-top: 50px;
  padding-bottom: 0 !important;
}

.md-goods {
  background: #fff7f7;
}
.md-goods .inner {
  padding: 150px 0;
}
.md-goods .top {
  position: absolute;
  z-index: 10;
}
.md-goods .top .sub {
  padding-top: 25px;
}
.md-goods .goods-wrap {
  padding-left: 327px;
  padding-bottom: 0 !important;
}
.md-goods .goods-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 327px;
  height: 100%;
  background: #fff7f7;
  z-index: 1;
}
.md-goods .goods-wrap .swiper-inner {
  left: 0;
  right: initial;
  z-index: 10;
}
.md-goods .goods-wrap .img {
  width: 300px;
  height: 300px;
}

.new-goods .big-img {
  width: 440px;
  height: 440px;
}
.new-goods .big-img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}
.new-goods .big-img p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 7.5px;
}
.new-goods .big-img img {
  width: 100%;
}
.new-goods .goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.new-goods .goods-wrap {
  width: 790px;
  padding-bottom: 94px !important;
}
.new-goods .goods-wrap .img {
  width: 250px;
  height: 250px;
}

.rebuy-goods .goods-wrap .img {
  width: 300px;
  height: 300px;
}

.goods-banner {
  margin: 120px 0;
}
.goods-banner .inner {
  width: 1280px;
  margin: 0 auto;
}

.company {
  font-weight: 500;
  color: #262626;
}
.company .inner {
  padding: 40px 0;
}

.company01 .inner {
  padding: 40px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
.company01 .text {
  position: relative;
}
.company01 .text span {
  color: #b4b4b4;
  font-size: 22px;
}
.company01 .text p.title {
  color: #262626;
  font-size: 38px;
  font-weight: 800;
  padding-top: 12px;
}
.company01 .text .sign {
  position: absolute;
  right: 0;
  bottom: 0;
}
.company01 .text .sign span {
  color: #5e5e5e;
  font-size: 19px;
  font-weight: 600;
  margin-right: 10px;
}
.company01 .text .sign img {
  vertical-align: bottom;
}
.company01 .desc {
  padding-top: 55px;
}
.company01 .desc span {
  color: #07913a;
  font-size: 20px;
  font-weight: 600;
}
.company01 .desc p {
  color: #5e5e5e;
  font-size: 20px;
}

.company02 p {
  color: #262626;
  font-size: 38px;
  font-weight: 800;
  text-align: center;
}
.company02 span {
  text-align: center;
  color: #5c5c5c;
  display: block;
  font-weight: 700;
  font-size: 20px;
}
.company02 i {
  font-style: normal;
}
.company02 i.red {
  color: #cd2020;
}
.company02 i.green {
  color: #07913a;
}
.company02 section .img_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company02 section.sect01 {
  padding-bottom: 120px;
}
.company02 section.sect01 span {
  padding-top: 12px;
  padding-bottom: 55px;
}
.company02 section.sect01 .img_box {
  background-color: #f8f8f8;
  border-radius: 15px;
  height: 701px;
}
.company02 section.sect01 .img_box .poly {
  margin-top: 90px;
  width: 262px;
  height: 417px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: url(/images/content/company02_poly.png) no-repeat center top/100% auto;
}
.company02 section.sect01 .img_box .poly > * {
  color: #fff;
}
.company02 section.sect01 .img_box .poly .about {
  color: #858585;
  font-size: 18px;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.company02 section.sect01 .img_box .poly .icon {
  padding-top: 40px;
}
.company02 section.sect01 .img_box .poly p {
  padding-top: 15px;
  font-size: 26px;
}
.company02 section.sect01 .img_box .poly span {
  font-size: 18px;
  font-weight: 600;
}
.company02 section.sect01 .img_box .poly.poly02 {
  margin-top: -90px;
}
.company02 section.sect02 span {
  padding-top: 20px;
  padding-bottom: 65px;
}
.company02 section.sect02 .img_box {
  height: 288px;
}
.company02 section.sect02 .img_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}
.company02 section.sect02 .img_box ul li {
  width: 288px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 15px;
}
.company02 section.sect02 .img_box ul li .icon {
  padding-top: 80px;
}
.company02 section.sect02 .img_box ul li .text {
  padding-top: 30px;
  color: #444444;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
}
.company02 section.sect02 .img_box ul li:nth-child(1) {
  background-color: #daefe8;
}
.company02 section.sect02 .img_box ul li:nth-child(2) {
  background-color: #daefe2;
}
.company02 section.sect02 .img_box ul li:nth-child(3) {
  background-color: #ebf3e3;
}
.company02 section.sect02 .img_box ul li:nth-child(4) {
  background-color: #f7f6e6;
}
.company02 section.sect02 .img_box ul li:nth-child(5) {
  background-color: #fffaec;
}

.company03 .inner {
  background-color: #f8f8f8;
  border-radius: 15px;
  height: 705px;
  width: 100%;
  position: relative;
  padding: 40px 210px;
}
.company03 .text {
  position: absolute;
  top: 110px;
  left: 50px;
}
.company03 .text p.title {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 20px;
}
.company03 .text span {
  font-size: 17px;
  color: #828282;
  font-weight: 600;
}
.company03 ul.chart {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 640px;
  background: url(/images/content/company03_line.png) no-repeat center/100% auto;
}
.company03 ul.chart li {
  text-align: center;
  width: 200px;
}
.company03 ul.chart li span {
  display: block;
  width: 100%;
  padding: 25px 0;
  border-radius: 50px;
  font-size: 20px;
}
.company03 ul.chart > li {
  margin-bottom: 20px;
  color: #fff;
}
.company03 ul.chart > li:nth-child(1) span {
  background-color: #07913a;
}
.company03 ul.chart > li:nth-child(2) span {
  background-color: #1e9172;
}
.company03 ul.chart > li:nth-child(3) span {
  background-color: #259d96;
}
.company03 ul.chart ul.sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 88px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.company03 ul.chart ul.sub li:not(:last-child) {
  margin-right: 15px;
}
.company03 ul.chart ul.sub span {
  width: 200px;
  color: #5e5e5e;
  background-color: #fff !important;
  border: 1px solid #a7c9be;
}

.business00 {
  position: relative;
  font-size: inherit;
  line-height: inherit;
}
.business00 > div {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #5e5e5e;
}
.business00 > div span {
  position: relative;
}
.business00 > div span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: #a6071d;
  opacity: 0.2;
  z-index: -1;
}
.business00 article {
  margin: 30px 0;
  width: 100%;
}
.business00 h1 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
}
.business00 p {
  word-break: keep-all;
}
.business00 h2 {
  font-weight: 700;
  font-size: 16px;
  margin: 7.5px 0;
}
.business00 ul {
  margin: 7.5px 15px;
}
.business00 ul > li {
  padding-left: 15px;
  text-indent: -15px;
  word-break: keep-all;
}
.business00 ol {
  padding: 7.5px 15px;
}
.business00 ol li {
  color: #757575;
  word-break: keep-all;
}
.business00 table {
  margin: 15px 0;
  width: 100%;
  border: none;
  width: 40%;
  text-align: center;
}
.business00 table tr {
  border: none;
}
.business00 table th, .business00 table td {
  border: none;
  padding: 0 8px;
  height: 52px;
  font-size: 14px;
}
.business00 table thead th {
  background: whitesmoke;
  color: #6e6e6e;
  font-weight: 500;
  border: 1px solid gainsboro;
}
.business00 table tbody tr {
  border-bottom: 1px solid #ebebeb;
}
.business00 table tbody th {
  border: 1px solid #dedede;
  background: #f8f8f8;
  color: #6e6e6e;
}
.business00 table tbody td {
  border: 1px solid #ebebeb;
}
.business00 table thead th:first-of-type {
  border-left: none;
}
.business00 table thead th:last-of-type {
  border-right: none;
}
.business00 table tbody th:first-of-type {
  border-left: none;
}
.business00 table tbody th:last-of-type {
  border-right: none;
}
.business00 table tbody th + td {
  border-left: 1px solid #dedede !important;
}
.business00 table tbody td:first-of-type {
  border-left: none;
}
.business00 table tbody td:last-of-type {
  border-right: none;
}
.business00 table tbody td:first-of-type {
  border-left: 1px solid #ebebeb;
}
.business00 table tbody th {
  font-weight: 400;
}

.business01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  color: #525252;
  font-size: 18px;
  letter-spacing: -0.025em;
}
.business01 h2 {
  font-size: 3.2rem;
  color: #1b1b1b;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.business01 ul {
  margin: initial;
}
.business01 ul > li {
  padding-left: initial;
  text-indent: initial;
  font-weight: 500;
}
.business01 article {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  margin-bottom: 5rem;
}
.business01 .image .img {
  background: url("/images/content/business01_img1.jpg") no-repeat center;
  width: 60rem;
  height: 44rem;
}
.business01 .image .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
}
.business01 .text {
  width: 45rem;
  margin-left: 10rem;
  margin-right: auto;
}
.business01 .text i {
  width: 5rem;
  height: 1px;
  background: #000;
  margin: 2.5rem 0;
  display: inline-block;
}
.business01 .text li {
  margin-bottom: 1.5rem;
}
.business01 .dash ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 2rem);
  margin: 3rem -1rem;
}
.business01 .dash li {
  position: relative;
  width: 10rem;
  height: 18rem;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 1rem;
  padding: 1.5rem;
  border-radius: 1rem;
}
.business01 .dash li .icon {
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  font-size: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -2.5rem;
  color: inherit;
  background: inherit;
  -webkit-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
}
.business01 .dash li .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.business01 .dash li .con p {
  font-size: 2.5rem;
  margin: 1rem;
  letter-spacing: -0.025em;
}
.business01 .dash li .con span {
  display: inline-block;
  padding: 0.3rem 1rem;
  background: #000;
  color: #fff;
  margin-top: 2rem;
  font-size: 1.6rem;
}
.business01 .dash .site {
  background: #616161;
  color: #fff;
}
.business01 .dash .site .icon {
  font-size: 3.5rem;
}
.business01 .dash .location {
  margin: 1rem;
  padding-top: 2.5rem;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
}
.business01 .dash .location .con {
  background: url("/images/content/location.png") no-repeat center/contain;
  width: 80%;
}
.business01 .dash .location img {
  width: 100%;
  opacity: 0;
}
.business01 .dash .kossa {
  margin: 1rem;
  padding-top: 2.5rem;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
}
.business01 .dash .kossa .con {
  width: 80%;
  background: url("/images/content/kossa_big.png") no-repeat center/contain;
}
.business01 .dash .kossa img {
  width: 100%;
  opacity: 0;
}

.business01 p.title {
  color: #000;
  font-size: 28px;
  font-weight: 700;
}
.business01 p {
  padding: 10px 0;
}
.business01 .img_box {
  padding: 50px 0;
}

.business04 .txt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1rem 2rem;
  background: #f5f5f5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}