@import url(https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css);

.container {
  max-width: 1200px;
  padding: 0;
}
.container .section-tit {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 800;
}

.sub-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 270px;
  background: no-repeat center center;
  background-size: cover;
  font-size: 50px;
  font-weight: 800;
  color: #FFF;
}

.btn-2 {
  background: #000;
  color: #FFF;
  border-radius: 8px;
}
.btn-2:hover {
  background-color: #000;
  color: white;
}



.btn-line {
  padding: 6px 12px;
  background: #FFF;
  color: #000;
  border: 1px solid #000;
  border-radius: 8px;
}

.btn-chip {
  padding: 5px 10px;
  color: #000;
  font-size: 13px;
  border: 1px solid #ebebeb;
  border-radius: 30px;
}
.btn-chip i {
  color: #ddd;
}

.btn-disabled {
  background-color: #CCC;
  color: #fff;
  border-radius: 8px;
}

.btn-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
.btn-wrap button {
  width: 160px;
  height: 48px;
}
.btn-wrap button:nth-child(1) {
  margin-right: 10px;
}

.dropdown-toggle {
  background: none;
  border: none;
}
.dropdown-toggle::after {
  vertical-align: 2px;
  margin-left: 0;
}

.dropdown-toggle::after {
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
  border-top: 0.4em solid;
}

.dropdown-item {
  padding: 10px;
  font-size: 15px;
  font-family: "NanumSquare", "Noto Sans KR", sans-serif;
}

.form-control, .form-select {
  font-size: 14px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #ebebeb;
}

.form-control2 {
  font-size: 14px;
  height: 30px;
  width: 60px;
  border-radius: 8px;
  border: 1px solid #ebebeb;
  padding-left: 5px;
  margin-right: 5px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  width: 30px;
  height: 25px;
}

.form-check-label {
  font-size: 14px;
}

.form-check-input {
  margin-top: 0;
}

.form-check-input:checked {
  border-color: #000;
  background-color: #000;
}

.form-check-input[type=radio] {
  margin: 0;
}

.mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 4px;
}
.mark.blue {
  color: #092CB1;
  background: #E9EFFF;
}
.mark.red {
  color: #C11111;
  background: #FFF4F4;
}
.mark.gray {
  color: #666;
  background: #f5f5f5;
}
.mark.black {
  color: #fff;
  background: #000;
}
.mark.dim {
  color: #fff;
  background: #CCC;
}

#pagination ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#pagination ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#pagination ul li a {
  color: #666;
  text-decoration: none;
}
#pagination ul li.active {
  background-color: #000;
}
#pagination ul li.active a {
  color: #FFF;
}

.sub-tit {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
}

.img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.table, .table-responsive {
  text-align: center;
  border-top: 1px solid #000;
  /* font-family: "NanumSquare", "Noto Sans KR", sans-serif; */
}
.table thead, .table-responsive thead {
  font-weight: 700;
}
.table thead th, .table-responsive thead th {
  padding: 19px 0;
}
.table tbody tr, .table-responsive tbody tr {
  border-bottom: 1px solid #ebebeb;
}
.table tbody th, .table-responsive tbody th {
  padding: 12px 0;
}
.table .mark, .table-responsive .mark {
  margin: 0 auto;
}

.nav a, .nav button {
  color: #000;
}

@media screen and (max-width: 1024px) {
  .container {
    padding: 0 30px;
  }
  .container .section-tit {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .table, .table-responsive {
    font-size: 14px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 480px) {
  .container {
    padding: 0 15px;
  }
  .sub-banner {
    height: 160px;
    font-size: 32px;
  }
}

/* store */
.page-shop .sub-banner {
  background-image: url(/resources/user3/image/banner/shop-banner.jpg);
}
.page-shop .container {
  margin: 80px auto;
}
.page-shop .nav {
  border-bottom: 1px solid #ebebeb;
}
.page-shop .nav li {
  flex: 1;
}
.page-shop .nav button {
  width: 100%;
  height: 54px;
  font-size: 18px;
}
.page-shop .swiper {
  width: 100%;
  height: 600px;
  margin: 40px 0 80px 0;
  border-radius: 10px;
}
.page-shop .swiper .btn {
  background: rgba(255, 255, 255, 0.5);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
}
.page-shop .swiper .btn:after {
  color: #000;
  font-size: 16px;
}
.page-shop .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-shop .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-shop .info {
  display: flex;
  flex-direction: row;
}
.page-shop .info > div {
  flex: 1;
}
.page-shop .info > div:nth-child(1) {
  margin-right: 40px;
}
.page-shop .info .divider {
  margin: 24px 0;
  border: 1px solid #ebebeb;
}
.page-shop .info .txt h2 {
  margin-bottom: 14px;
  font-size: 26px;
  font-weight: 800;
}
.page-shop .info .txt button {
  width: 100%;
  height: 40px;
  margin-top: 40px;
}
.page-shop .info .txt .desc, .page-shop .info .txt .caption {
  font-size: 15px;
  line-height: 1.4;
  word-break: keep-all;
  color: #666;
}
.page-shop .info .txt .caption {
  margin-top: 4px;
}
.page-shop .info .txt .info-list li {
  display: flex;
  flex-direction: row;
  padding: 4px 0;
  font-size: 15px;
}
.page-shop .info .txt .info-list li p:nth-child(1) {
  width: 60px;
  min-width: 60px;
  margin-right: 16px;
}
.page-shop .info .txt .txt-caption {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page-shop .info .txt .txt-caption a {
  color: #0e34ec;
}

.page-shop .sw-1{position: relative;width: 100%;}
.page-shop .swiper.storeSwiper {width: 100%; height: auto; margin-bottom: 30px;}
.page-shop .swiper.storeSwiper .swiper-wrapper{display: flex;}
.page-shop .swiper.storeSwiper .swiper-wrapper .swiper-slide{width: 24%;}

/*.page-shop .swiper.storeSwiper ul{display: flex; flex-wrap: wrap;}
.page-shop .swiper.storeSwiper ul li{width: 25%; }*/


@media screen and (max-width: 768px) {
  .page-shop .container {
    margin-top: 20px;
  }
  .page-shop .info {
    flex-direction: column;
  }
  .page-shop .info > div:nth-child(1) {
    margin-right: 0;
  }
  .page-shop .info-list p {
    font-size: 14px;
  }
  .page-shop .info-list p:nth-child(1) {
    margin-right: 10px;
  }
  .page-shop .nav button {
    font-size: 15px;
  }
  .page-shop .caption {
    font-size: 12px !important;
  }

  .page-shop .swiper.storeSwiper .swiper-wrapper {gap: normal; justify-content: space-between;}
}
@media screen and (max-width: 480px) {
  .page-shop .swiper {
    height: 100%;
    margin: 24px 0 40px;
  }
  .page-shop .info-list p {
    font-size: 13px;
    line-height: 1.3;
  }
  .page-shop .swiper.storeSwiper .swiper-wrapper{flex-wrap: nowrap; gap: 0;}
  .page-shop .swiper.storeSwiper .swiper-wrapper .swiper-slide{width: 28%;}

  /*.page-shop .swiper.storeSwiper ul{gap: 0;}
  .page-shop .swiper.storeSwiper ul li{width: auto; flex: auto; padding: 0 5px;}*/
}