@charset "UTF-8";
input,
select,
button,
textarea {
  font-family: inherit;
}

/* ALL STYLE */
#all {
  width: 100%;
  height: auto;
  min-width: 1500px;
  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: 1500px;
  position: relative;
  padding: 60px 0;
}

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

.inLiImg li img {
  display: block;
}

#index .goods_box {
  width: 1500px;
  margin: 130px auto 50px;
}
#index .goods_box .tit p {
  font-size: 38px;
  font-weight: 600;
  color: #000;
}
#index .goods_box .tit span {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #282828;
}
#index .goods_wrap {
  margin-top: 30px;
}
#index .goods {
  position: relative;
  font-size: 15px;
  width: 348px;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 20px;
  margin: 0;
  margin-right: 31.3333333333px;
  margin-bottom: 60px;
}
#index .goods:nth-of-type(4n) {
  margin-right: 0;
}
#index .goods a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  color: #515151;
}
#index .goods .sale {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
  font-size: 18px;
  width: 54px;
  height: 54px;
  background: rgb(46.1290322581, 62.5537634409, 148.8709677419);
  color: #fff;
  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-weight: 200;
  border-radius: 100%;
}
#index .goods .img {
  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;
  width: 350px;
  height: 350px;
  overflow: hidden;
  background: #fafafa;
}
#index .goods .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #515151;
  mix-blend-mode: overlay;
}
#index .goods .img img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#index .goods:hover .img:after {
  opacity: 1;
}
#index .goods:hover .img img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
#index .goods .txt {
  letter-spacing: -0.05em;
  line-height: 1.2;
  text-align: left;
  margin-top: 3rem;
}
#index .goods .txt .name {
  font-size: 18px;
  color: #454545;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#index .goods .txt .comment {
  margin-top: 0.5rem;
  font-size: 1.6rem;
  color: #868686;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#index .goods .txt .price {
  margin-top: 30px;
  font-size: 15px;
}
#index .goods .txt .price .line {
  color: #a8a8a8;
  text-decoration: line-through;
}
#index .goods .txt .price div {
  font-size: inherit;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.05em;
}
#index .goods .txt .price div span {
  font-size: 2.1rem;
  font-weight: 600;
  margin-right: 0.5rem;
}
#index .goods .txt .price .pv {
  margin-top: 9px;
  color: #162647;
  font-size: inherit;
  font-weight: 600;
}

#index .goods_banner {
  width: 1500px;
  margin: 130px auto 50px;
}
#index .goods_banner .tit p {
  font-size: 38px;
  font-weight: 600;
  color: #000;
}
#index .goods_banner .tit span {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #282828;
}
#index .goods_banner .swiper {
  margin-top: 30px;
}
#index .goods_banner .swiper-slide {
  width: 100%;
  height: 480px;
  overflow: hidden;
}
#index .goods_banner .swiper-inner {
  bottom: initial;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
  z-index: 10;
}
#index .goods_banner .swiper-button {
  font-size: 30px;
  color: rgba(194, 194, 194, 0.7607843137);
  width: 62px;
  height: 62px;
  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;
  background: rgba(255, 255, 255, 0.1490196078);
}
#index .goods_banner .swiper-button:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1490196078);
}
#index .goods_banner .swiper 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;
  width: 100%;
  height: 100%;
}
#index .goods_banner .swiper img {
  width: 100%;
}

#index .bn-visual {
  width: 1500px;
  margin: 130px auto;
}
#index .bn-visual .title {
  color: #000;
  font-size: 34px;
  letter-spacing: -0.05em;
  margin-bottom: 39px;
}
#index .bn-visual .title b {
  font-weight: 600;
}

#index .bn-visual {
  overflow: hidden;
}
#index .bn-visual .visual {
  width: 100%;
}
#index .bn-visual .visual li {
  position: relative;
  width: 260px;
  height: 460px;
  float: left;
  margin-right: 26px;
  overflow: hidden;
  -webkit-transition: width 1s;
  transition: width 1s;
}
#index .bn-visual .visual li a {
  width: 100%;
  height: 100%;
  float: left;
}
#index .bn-visual .visual li:last-child {
  margin-right: 0;
}
#index .bn-visual .visual li .txt {
  position: absolute;
  bottom: 60px;
  left: 40px;
  width: 640px;
  color: #fff;
  text-align: left;
}
#index .bn-visual .visual li .txt div {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: -25px;
}
#index .bn-visual .visual li .txt p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  opacity: 0;
}
#index .bn-visual .visual li img {
  z-index: -1;
}
#index .bn-visual .visual li.active {
  width: 640px;
}
#index .bn-visual .visual li.active .txt div {
  font-size: 22px;
  margin-bottom: 20px;
}
#index .bn-visual .visual li.active .txt p {
  opacity: 1;
}

#index .index-btns {
  width: 1500px;
  margin: 0 auto;
}
#index .index-btns .btn {
  margin-bottom: 140px;
}
#index .index-btns .btn .nodata {
  text-align: center;
  font-size: 20px;
  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: 560px;
  background: #f1f3f5;
}

#index .index-btns {
  margin-top: 140px;
}
#index .index-btns .btn {
  width: 100%;
  overflow: hidden;
}
#index .index-btns .btn .img {
  width: 640px;
  height: 560px;
  float: left;
}
#index .index-btns .btn .txt {
  text-align: left;
  float: left;
  width: 750px;
}
#index .index-btns .btn .tit {
  color: #000;
  font-size: 38px;
  font-weight: 600;
  margin-top: 55px;
  width: 100%;
}
#index .index-btns .btn .stit {
  color: #282828;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-top: 5px;
  width: 100%;
}
#index .index-btns .btn .con {
  color: #494949;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 30px;
  margin-top: 60px;
  height: 150px;
  float: left;
  width: 100%;
}
#index .index-btns .btn a {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  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: 220px;
  height: 60px;
  border: 1px solid #000;
  margin-top: 75px;
  position: relative;
}
#index .index-btns .btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#index .index-btns .btn a:hover {
  color: #fff;
}
#index .index-btns .btn a:hover:before {
  width: 100%;
}

#index .btn01 .txt {
  margin-left: 110px;
  padding-left: 110px;
}

#index .btn02 .txt {
  margin-right: 110px;
}

#index .index-btns .btn03 {
  position: relative;
  width: 100%;
  height: 500px;
}
#index .index-btns .btn03 .img {
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: -1;
}
#index .index-btns .btn03 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index .index-btns .btn03 .txt {
  color: #fff;
  margin-left: 750px;
  padding-left: 110px;
}
#index .index-btns .btn03 .txt .tit {
  color: inherit;
  margin-top: 100px;
}
#index .index-btns .btn03 .txt .con {
  color: inherit;
  height: 100px;
  margin-top: 35px;
}
#index .index-btns .btn03 .txt a {
  color: inherit;
  border-color: #fff;
  margin-top: 35px;
}
#index .index-btns .btn03 .txt a:before {
  background: #fff;
}
#index .index-btns .btn03 .txt a:hover {
  color: #000;
}

#index .index-bn {
  width: 100%;
  height: 480px;
  background: url("/images/index/index-bn.jpg") no-repeat center;
}
#index .index-bn .inner {
  width: 1500px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#index .index-bn p {
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 46px;
}
#index .index-bn p b {
  font-weight: 800;
}

/*이용약관*/
.policy {
  font-size: 14px;
  color: #424242;
}
.policy .agree_box {
  position: relative;
  z-index: 1;
  border: 1px solid #bdbdbd;
  width: 1300px;
  height: 1000px;
  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: 1283px;
  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: rgb(43.1, 55.9, 82.3);
  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: 536px;
  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: 938px;
  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: 562px;
  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: rgb(9.935483871, 19.0053763441, 32.064516129);
  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 #2f2f2f;
}
.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: rgb(9.935483871, 19.0053763441, 32.064516129);
  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: rgb(34.064516129, 52.5161290323, 109.935483871);
  -webkit-box-shadow: 0.25rem 0.5rem 1rem rgb(34.064516129, 52.5161290323, 109.935483871);
          box-shadow: 0.25rem 0.5rem 1rem rgb(34.064516129, 52.5161290323, 109.935483871);
}
.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: 375px;
  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: #162647;
  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: rgb(9.935483871, 17.1612903226, 32.064516129);
  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;
  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: #162647;
  background: #162647;
  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: #162647;
}
.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: rgb(36.5, 46, 70);
  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: #162647;
  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: #162647;
  text-decoration: none;
  border: none;
}
.pagingNew4 span.currentPage {
  color: #162647;
  font-weight: 700;
}
.pagingNew4 span.currentPage:after {
  content: "";
  position: absolute;
  bottom: 3.75px;
  left: 50%;
  width: 100%;
  height: 100%;
  width: 11px;
  height: 1px;
  background: #162647;
  -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 .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: #162647;
  border-color: #162647;
  z-index: 1;
  -webkit-box-shadow: 0 0 0 1px #162647;
          box-shadow: 0 0 0 1px #162647;
  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: #162647;
  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: #162647;
}
#faq .list li.active {
  border-color: #757575;
  z-index: 1;
}
#faq .list li.active h3 {
  color: #162647;
  font-weight: 500;
}
#faq .list div {
  position: relative;
  background: rgb(243.35, 244.15, 245.8);
  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;
}

.company01 .con {
  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;
  gap: 150px;
}
.company01 .con01 .img {
  background: url(/images/content/company01_1.jpg) no-repeat center;
}
.company01 .con02 .img {
  background: url(/images/content/company01_2.jpg) no-repeat center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.company01 .con .img {
  width: 750px;
  height: 560px;
}
.company01 .con .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.company01 .con .tit {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.04em;
  line-height: 42px;
  margin-bottom: 50px;
}
.company01 .con .desc {
  font-size: 22px;
  font-weight: 400;
  color: #6f6f6f;
  letter-spacing: -0.02em;
  line-height: 34px;
}
.company01 .con .desc b {
  color: #162647;
}

.business:not(.business01) {
  position: relative;
  font-size: inherit;
  line-height: inherit;
  text-align: center;
}
.business:not(.business01) img {
  margin: 0 auto;
}
.business:not(.business01) > div {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 300;
  color: #000;
}
.business:not(.business01) > div span {
  position: relative;
}
.business:not(.business01) > div span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: #162647;
  opacity: 0.2;
  z-index: -1;
}
.business:not(.business01) article {
  margin: 30px 0;
  width: 100%;
}
.business:not(.business01) h1 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
}
.business:not(.business01) p {
  word-break: keep-all;
}
.business:not(.business01) h2 {
  font-weight: 700;
  font-size: 16px;
  margin: 7.5px 0;
}
.business:not(.business01) ul {
  margin: 7.5px 15px;
}
.business:not(.business01) ul > li {
  padding-left: 15px;
  text-indent: -15px;
  word-break: keep-all;
}
.business:not(.business01) ol {
  padding: 7.5px 15px;
}
.business:not(.business01) ol li {
  color: #757575;
  word-break: keep-all;
}
.business:not(.business01) table {
  margin: 15px 0;
  width: 100%;
  border: none;
  width: 40%;
  text-align: center;
}
.business:not(.business01) table tr {
  border: none;
}
.business:not(.business01) table th, .business:not(.business01) table td {
  border: none;
  padding: 0 8px;
  height: 52px;
  font-size: 14px;
}
.business:not(.business01) table thead th {
  background: rgb(245.3, 245.3, 245.3);
  color: rgb(109.9, 109.9, 109.9);
  font-weight: 500;
  border: 1px solid rgb(219.8, 219.8, 219.8);
}
.business:not(.business01) table tbody tr {
  border-bottom: 1px solid rgb(234.65, 234.65, 234.65);
}
.business:not(.business01) table tbody th {
  border: 1px solid rgb(221.9, 221.9, 221.9);
  background: rgb(248.39, 248.39, 248.39);
  color: rgb(109.9, 109.9, 109.9);
}
.business:not(.business01) table tbody td {
  border: 1px solid rgb(234.65, 234.65, 234.65);
}
.business:not(.business01) table thead th:first-of-type {
  border-left: none;
}
.business:not(.business01) table thead th:last-of-type {
  border-right: none;
}
.business:not(.business01) table tbody th:first-of-type {
  border-left: none;
}
.business:not(.business01) table tbody th:last-of-type {
  border-right: none;
}
.business:not(.business01) table tbody th + td {
  border-left: 1px solid rgb(221.9, 221.9, 221.9) !important;
}
.business:not(.business01) table tbody td:first-of-type {
  border-left: none;
}
.business:not(.business01) table tbody td:last-of-type {
  border-right: none;
}
.business:not(.business01) table tbody td:first-of-type {
  border-left: 1px solid #ebebeb;
}
.business:not(.business01) table tbody th {
  font-weight: 400;
}

.business01 .con_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 150px;
}
.business01 .con {
  width: 480px;
}
.business01 .con01 .img {
  background: url(/images/content/business01_1.jpg) no-repeat center;
}
.business01 .con02 .img {
  background: url(/images/content/business01_2.jpg) no-repeat center;
}
.business01 .con03 .img {
  background: url(/images/content/business01_3.jpg) no-repeat center;
}
.business01 .con .img {
  width: 100%;
  aspect-ratio: 480/420;
  margin-bottom: 15px;
}
.business01 .con > span {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #d5d5d5;
  letter-spacing: -0.025em;
}
.business01 .con_stit {
  font-size: 18px;
  font-weight: 400;
  color: #898989;
}
.business01 .con_tit {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0em;
  margin-bottom: 15px;
}
.business01 .con_desc {
  font-size: 22px;
  font-weight: 400;
  color: #6f6f6f;
  letter-spacing: -0.02em;
}
.business01 h3 {
  font-size: 48px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
}
.business01 .txt_wrap {
  background: #fafafa;
  padding: 70px 15px;
  text-align: center;
}
.business01 .txt_tit {
  font-size: 44px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.025em;
}
.business01 .txt_tit b {
  color: #1a769b;
}
.business01 .txt_stit {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  letter-spacing: -0.02em;
}
.business01 .txt_stit b {
  color: #2a9d8e;
}
.business01 .txt_desc {
  font-size: 22px;
  font-weight: 400;
  color: #6f6f6f;
  letter-spacing: -0.02em;
  width: 880px;
  margin: 50px auto 0;
  text-align: left;
}
.business01 .txt_desc b {
  font-weight: 700;
  color: #000000;
}
.business01 .txt_desc p {
  margin-bottom: 5px;
}

.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;
}

.business.business03, .business.business02 {
  text-align: left;
}

.business02 article, .business03 article {
  width: 1200px;
  margin: 0 auto;
}
.business02 section, .business03 section {
  margin-bottom: 50px;
}
.business02 h2, .business03 h2 {
  font-size: 25px;
  padding: 5px 0;
  margin: 10px 0;
  border-bottom: 1px solid #aaa;
}
.business02 ul, .business03 ul {
  margin-left: 0;
}
.business02 ul li, .business03 ul li {
  text-indent: 0;
  padding-left: 0;
  font-weight: 600;
  color: #222;
  margin: 10px 0;
}
.business02 ul li > p, .business03 ul li > p {
  color: #606060;
  padding-left: 15px;
  font-weight: 400;
}
.business02 ul li ol li, .business03 ul li ol li {
  font-weight: 400;
  color: #606060;
  margin: 0;
}

.business02 ul {
  margin-right: 0;
}
.business02 h1 {
  font-size: 23px;
  color: rgb(34.064516129, 58.8387096774, 109.935483871);
}
.business02 h2 {
  font-size: 18px;
}
.business02 h2 span {
  font-size: 15px;
  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;
}
.business02 .tit {
  text-align: center;
}
.business02 .stit {
  margin-bottom: 25px;
  font-weight: 500;
}
.business02 table {
  margin-top: 0;
  margin-bottom: 0;
}
.business02 table.tabC {
  width: 100%;
  border: none;
}
.business02 table.tabC tr {
  border: none;
}
.business02 table.tabC th, .business02 table.tabC td {
  border: none;
  padding: 0 8px;
  height: 52px;
  font-size: 14px;
}
.business02 table.tabC thead th {
  background: rgb(233.5, 243.6, 254.6);
  color: rgb(91.7157534247, 108.5260273973, 126.8342465753);
  font-weight: 500;
  border: 1px solid rgb(183.4315068493, 217.0520547945, 253.6684931507);
}
.business02 table.tabC tbody tr {
  border-bottom: 1px solid rgb(228.75, 233.8, 239.3);
}
.business02 table.tabC tbody th {
  border: 1px solid rgb(203.7157534247, 220.5260273973, 238.8342465753);
  background: rgb(246.5715753425, 248.2526027397, 250.0834246575);
  color: rgb(91.7157534247, 108.5260273973, 126.8342465753);
}
.business02 table.tabC tbody td {
  border: 1px solid rgb(228.75, 233.8, 239.3);
}
.business02 table.tabC thead th:first-of-type {
  border-left: none;
}
.business02 table.tabC thead th:last-of-type {
  border-right: none;
}
.business02 table.tabC tbody th:first-of-type {
  border-left: none;
}
.business02 table.tabC tbody th:last-of-type {
  border-right: none;
}
.business02 table.tabC tbody th + td {
  border-left: 1px solid rgb(203.7157534247, 220.5260273973, 238.8342465753) !important;
}
.business02 table.tabC tbody td:first-of-type {
  border-left: none;
}
.business02 table.tabC tbody td:last-of-type {
  border-right: none;
}
.business02 table.tabC.t1 tbody tr:nth-of-type(2) {
  background-color: #fcfcfc;
}
.business02 table.tabC.t2 tbody tr:nth-of-type(1) {
  background-color: #fcfcfc;
}
.business02 table.tabC.t2 tbody tr:nth-of-type(1) td:nth-of-type(4), .business02 table.tabC.t2 tbody tr:nth-of-type(1) td:nth-of-type(5), .business02 table.tabC.t2 tbody tr:nth-of-type(1) td:nth-of-type(6) {
  background: rgb(228.2295081967, 245.6885245902, 246.2704918033);
}
.business02 table.tabC.t2 tbody tr:nth-of-type(2) {
  background-color: #f1f1f1;
}
.business02 table.tabC.t2 tbody tr:nth-of-type(2) td:nth-of-type(4), .business02 table.tabC.t2 tbody tr:nth-of-type(2) td:nth-of-type(5), .business02 table.tabC.t2 tbody tr:nth-of-type(2) td:nth-of-type(6) {
  background: rgb(231.9, 237.5, 213);
}
.business02 table.tabC.t2 tbody tr:nth-of-type(3) {
  background-color: #fff;
}
.business02 table.tabC.t2 tbody tr:nth-of-type(3) td:nth-of-type(4), .business02 table.tabC.t2 tbody tr:nth-of-type(3) td:nth-of-type(5), .business02 table.tabC.t2 tbody tr:nth-of-type(3) td:nth-of-type(6) {
  background: rgb(255, 248.5636363636, 225.5);
}
.business02 table.tabC.t2 tbody tr:nth-of-type(4) {
  background-color: #f1f1f1;
}
.business02 table.tabC.t2 tbody tr:nth-of-type(4) td:nth-of-type(4), .business02 table.tabC.t2 tbody tr:nth-of-type(4) td:nth-of-type(5), .business02 table.tabC.t2 tbody tr:nth-of-type(4) td:nth-of-type(6) {
  background: rgb(255, 216.75, 178.5);
}
.business02 table.tabC.t2 td {
  font-weight: 400;
}
.business02 table.tabC.t2 td b {
  font-weight: 500;
}
.business02 table.tabB {
  margin-top: 20px;
  width: 100%;
  border: none;
}
.business02 table.tabB tr {
  border: none;
}
.business02 table.tabB th, .business02 table.tabB td {
  border: none;
  padding: 0 8px;
  height: 52px;
  font-size: 14px;
}
.business02 table.tabB thead th {
  background: rgb(241.9, 243.4, 254.2);
  color: rgb(96.9176258993, 100.4194244604, 125.6323741007);
  font-weight: 500;
  border: 1px solid rgb(193.8352517986, 200.8388489209, 251.2647482014);
}
.business02 table.tabB tbody tr {
  border-bottom: 1px solid rgb(232.95, 233.7, 239.1);
}
.business02 table.tabB tbody th {
  border: 1px solid rgb(208.9176258993, 212.4194244604, 237.6323741007);
  background: rgb(247.0917625899, 247.441942446, 249.9632374101);
  color: rgb(96.9176258993, 100.4194244604, 125.6323741007);
}
.business02 table.tabB tbody td {
  border: 1px solid rgb(232.95, 233.7, 239.1);
}
.business02 table.tabB thead th:first-of-type {
  border-left: none;
}
.business02 table.tabB thead th:last-of-type {
  border-right: none;
}
.business02 table.tabB tbody th:first-of-type {
  border-left: none;
}
.business02 table.tabB tbody th:last-of-type {
  border-right: none;
}
.business02 table.tabB tbody th + td {
  border-left: 1px solid rgb(208.9176258993, 212.4194244604, 237.6323741007) !important;
}
.business02 table.tabB tbody td:first-of-type {
  border-left: none;
}
.business02 table.tabB tbody td:last-of-type {
  border-right: none;
}
.business02 table.tabS {
  width: 100%;
  border: none;
}
.business02 table.tabS tr {
  border: none;
}
.business02 table.tabS th, .business02 table.tabS td {
  border: none;
  padding: 0 8px;
  height: 52px;
  font-size: 14px;
}
.business02 table.tabS thead th {
  background: rgb(245.8, 251.8, 255);
  color: rgb(97.4, 117.0304347826, 127.5);
  font-weight: 500;
  border: 1px solid rgb(194.8, 234.0608695652, 255);
}
.business02 table.tabS tbody tr {
  border-bottom: 1px solid rgb(234.9, 237.9, 239.5);
}
.business02 table.tabS tbody th {
  border: 1px solid rgb(209.4, 229.0304347826, 239.5);
  background: rgb(247.14, 249.1030434783, 250.15);
  color: rgb(97.4, 117.0304347826, 127.5);
}
.business02 table.tabS tbody td {
  border: 1px solid rgb(234.9, 237.9, 239.5);
}
.business02 table.tabS thead th:first-of-type {
  border-left: none;
}
.business02 table.tabS thead th:last-of-type {
  border-right: none;
}
.business02 table.tabS tbody th:first-of-type {
  border-left: none;
}
.business02 table.tabS tbody th:last-of-type {
  border-right: none;
}
.business02 table.tabS tbody th + td {
  border-left: 1px solid rgb(209.4, 229.0304347826, 239.5) !important;
}
.business02 table.tabS tbody td:first-of-type {
  border-left: none;
}
.business02 table.tabS tbody td:last-of-type {
  border-right: none;
}
.business02 table.tabS tbody th {
  background: rgb(245.8, 251.8, 255);
}
.business02 table.tabS tbody tr:nth-of-type(2n) {
  background: rgb(245.8, 251.8, 255);
}
.business02 .sub {
  text-align: right !important;
}
.business02 .sub2 {
  font-size: 13px;
}
.business02 ul li {
  font-weight: 500;
}
.business02 .ul_wrap {
  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;
  margin-bottom: 5px;
}
.business02 .ul_wrap > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.business02 .ul_wrap .col1 {
  text-align: center;
}
.business02 .ul_wrap .word {
  margin-top: 20px;
  padding: 10px 0;
  background: linear-gradient(45deg, #32ACCF, #6873DD, #9364D9);
  color: #fff;
  border-radius: 20px;
}
.business02 .ul_wrap .cal {
  padding: 20px 10px;
  background: #fafafa;
  border-radius: 5px;
  font-weight: 600;
}
.business02 .ul_wrap ul {
  margin-top: 0;
}
.business02 .ul_wrap ul li {
  font-size: 17px;
}
.business02 .ul_wrap ul li i {
  font-style: normal;
  font-weight: 600;
  color: #222;
}
.business02 .ul_wrap ul li .red {
  color: red;
  font-size: 13px;
}
.business02 .ul_wrap .note {
  position: relative;
}
.business02 .ul_wrap .note::after {
  content: "*고정환율 = 1,000원";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 11.5px;
  color: red;
  text-align: center;
}
.business02 .cond_info {
  margin: 20px 0;
  text-align: center;
  padding: 20px 0;
  border-radius: 30px;
  background: linear-gradient(45deg, #e8fdff, #f9f1ff);
  color: red;
  font-weight: 700;
}
.business02 .class_wrap ul {
  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;
  gap: 40px;
}
.business02 .class_wrap ul li {
  width: 250px;
  text-align: center;
}
.business02 .class_wrap ul li p {
  background: #e3e3e3;
  padding: 15px 0;
  margin-bottom: 5px;
  color: #232532;
}
.business02 .class_wrap ul li .price {
  padding: 15px 0;
  color: #fff;
}
.business02 .class_wrap ul li:nth-child(1) .price {
  background: linear-gradient(45deg, #ffa4c4, #eb5c5c);
}
.business02 .class_wrap ul li:nth-child(2) .price {
  background: linear-gradient(45deg, #ff5d24, #ffcd06);
}
.business02 .class_wrap ul li:nth-child(3) .price {
  background: linear-gradient(45deg, #1dbf84, #8ad317);
}
.business02 .class_wrap ul li:nth-child(4) .price {
  background: linear-gradient(45deg, #ff93b0, #9232eb);
}
.business02 .class_wrap ul li:nth-child(5) .price {
  background: linear-gradient(45deg, #979797, #b7b7b7, #979797);
}
.business02 .class_wrap ul li:nth-child(6) .price {
  background: linear-gradient(45deg, #99dcff, #0fc3d3);
}
.business02 .class_wrap ul li:nth-child(7) .price {
  background: linear-gradient(45deg, #1b1b1b, #595959, #1b1b1b);
}
.business02 .class_wrap ul li:nth-child(8) .price {
  background: linear-gradient(45deg, #545454, #848282, #545454, #848282, #545454);
}
.business02 .class_wrap ul li:nth-child(9) .price {
  background: linear-gradient(45deg, #a67c00, #ffbf00, #a67c00);
}
.business02 .rank {
  text-align: center;
  font-size: 17px;
  margin-bottom: 10px;
}
.business02 .miracle {
  margin-top: 25px;
}
.business02 .miracle > li {
  font-weight: 600;
  margin-bottom: 30px;
}
.business02 .miracle > li .tit {
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  margin-right: 5px;
}
.business02 .miracle > li:nth-child(1) .tit {
  background: linear-gradient(45deg, #9463D6, #634EAF);
}
.business02 .miracle > li:nth-child(2) .tit {
  background: linear-gradient(45deg, #B355BE, #9B28AA);
}
.business02 .miracle ol {
  padding: 0;
  margin-top: 15px;
}
.business02 .miracle ol li {
  font-weight: 600;
  font-size: 16px;
  color: inherit;
  margin: 5px 0;
}
.business02 .miracle ol p {
  padding-left: 0;
  color: inherit;
  font-weight: inherit;
}
.business02 .autoship > span {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
}
.business02 .autoship > span:nth-of-type(1) {
  background: linear-gradient(45deg, #39C6E7, #1EB5D8);
}
.business02 .autoship > span:nth-of-type(2) {
  background: linear-gradient(45deg, #5F77DF, #314CC7);
}
.business02 .autoship > div {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #222;
  font-weight: 600;
}
.business02 .exAuto {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
}
.business02 .club28 {
  color: #2f2f2f;
}
.business02 .club28 > * {
  text-align: center;
}
.business02 .club28 .word {
  padding: 20px 0;
  background: linear-gradient(45deg, #32ACCF, #6873DD, #9364D9);
  color: #fff;
  border-radius: 10px;
}
.business02 .club28 ul {
  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;
  width: 100%;
}
.business02 .club28 ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  border-bottom: 1px solid #000;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 0;
}
.business02 .club28 ul li:not(:last-child) {
  border-right: 1px solid #000;
}
.business02 .club28 ul li p {
  font-size: 17px;
  font-weight: 700;
  padding: 0;
  color: inherit;
}
.business02 .club28 .point {
  font-size: 22.5px;
  border-bottom: 2px solid #c5c5c5;
  padding-bottom: 15px;
}
.business02 .club28 .point p {
  font-weight: 700;
  color: inherit;
}
.business02 .club28 > p {
  margin: 15px 0;
  font-weight: 500;
}
.business02 .infinite ul {
  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;
  margin-bottom: 15px;
}
.business02 .infinite ul li {
  width: 140px;
  height: 140px;
  border-radius: 100px;
  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;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.062745098);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.062745098);
  font-weight: 700;
}
.business02 .infinite ul li:nth-child(1) .class {
  color: #1dbf84;
}
.business02 .infinite ul li:nth-child(2) .class {
  color: #9232eb;
}
.business02 .infinite ul li:nth-child(3) .class {
  color: #979797;
}
.business02 .infinite ul li:nth-child(4) .class {
  color: #0fc3d3;
}
.business02 .infinite ul li:nth-child(5) .class {
  color: #1b1b1b;
}
.business02 .infinite ul li:nth-child(6) .class {
  color: transparent;
  background: linear-gradient(45deg, #545454, #848282, #545454, #848282, #545454);
  background-clip: text;
  -webkit-background-clip: text;
}
.business02 .infinite ul li:nth-child(7) .class {
  color: transparent;
  background: linear-gradient(45deg, #a67c00, #ffbf00, #a67c00);
  background-clip: text;
  -webkit-background-clip: text;
}
.business02 .infinite ul li p {
  font-size: 20px;
  padding-left: 0;
  font-weight: 800;
}
.business02 .infinite > div {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  padding: 15px 5px;
  background: #fafafa;
  border-radius: 5px;
}
.business02 .infinite > div b {
  font-size: 13px;
  display: block;
  font-weight: inherit;
}
.business02 .infinite > div p {
  font-weight: 400;
}
.business02 .green {
  color: green;
}
.business02 .skyblue {
  color: skyblue;
}
.business02 .purple {
  color: purple;
}
.business02 .backYellow {
  background: #FFF3C8;
}
.business02 .backGreen {
  background: #DEE6C3;
}
.business02 .backRed {
  background: #FFC3C3;
}
.business02 .backSky {
  background: #D1EFF0;
}
.business02 .textB {
  font-weight: 700;
}
.business02 .fontB {
  font-size: 18px;
}
.business02 .a {
  color: #364FCA;
}
.business02 .b {
  color: #18B6DA;
}
.business02 .c {
  color: #6A4EB5;
}