.contentsWrap {
  width: 100%;
  padding-top: 180px;
}

@media (min-width: 290px) and (max-width: 767px) {
  .contentsWrap {
    padding-top: 130px;
  }
}
.bannerWrap {
  margin-bottom: 50px;
  position: relative;
}

.bannerWrap .banSwiper {
  width: 100%;
}

.bannerWrap .eachBanner {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.bannerWrap .eachBanner figure {
  max-width: 1620px;
}

.bannerWrap .eachBanner .txt {
  color: #fff;
  position: absolute;
  z-index: 10;
  left: 9%;
  top: 50%;
  transform: translateY(-50%);
}

.bannerWrap .eachBanner .txt > span {
  font-size: 0.875rem;
  display: inline-block;
  padding: 9px 19px;
  border-radius: 20px;
  box-sizing: border-box;
  border: 1px solid #fff;
  margin-bottom: 30px;
}

.bannerWrap .eachBanner .txt .title {
  font-size: 3.625rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.bannerWrap .eachBanner .txt .sentence {
  font-size: 1.125rem;
  line-height: 28px;
  margin-bottom: 30px;
  font-weight: 300;
}

.bannerWrap .eachBanner .txt .sentence b {
  font-weight: 500;
}

.bannerWrap .eachBanner .txt > a {
  padding: 20px 65px;
  display: inline-block;
  background: #fff;
  border-radius: 50px;
}

.bannerWrap .eachBanner .txt > a img {
  margin-left: 15px;
  transform: rotateZ(180deg) translateY(2px);
}

.bannerWrap .bannerNav {
  position: absolute;
  z-index: 10;
  width: 80%;
  max-width: 1600px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  top: 40%;
  justify-content: space-between;
}

@media (max-width: 1299px) {
  .bannerWrap .bannerNav {
    width: 95%;
    top: 50%;
  }
}
.bannerWrap .bannerNav .banPrev {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 50px;
  transform: translateY(-50%);
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.199);
}

.bannerWrap .bannerNav .banNext {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 50px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.199);
}

@media (min-width: 1024px) and (max-width: 1379px) {
  .bannerWrap {
    margin-bottom: 50px;
  }
  .bannerWrap .eachBanner {
    position: relative;
  }
  .bannerWrap .eachBanner figure {
    width: 100%;
    max-width: 1620px;
    height: 400px;
  }
  .bannerWrap .eachBanner figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .bannerWrap .eachBanner .txt {
    color: #fff;
    position: absolute;
    z-index: 10;
    left: 9%;
    top: 50%;
    transform: translateY(-50%);
  }
  .bannerWrap .eachBanner .txt > span {
    font-size: 0.875rem;
    display: inline-block;
    padding: 9px 19px;
    border-radius: 20px;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin-bottom: 30px;
  }
  .bannerWrap .eachBanner .txt .title {
    font-size: 3.625rem;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .bannerWrap .eachBanner .txt .sentence {
    font-size: 1.125rem;
    line-height: 28px;
    margin-bottom: 30px;
    font-weight: 300;
  }
  .bannerWrap .eachBanner .txt .sentence b {
    font-weight: 500;
  }
  .bannerWrap .eachBanner .txt > a {
    padding: 20px 65px;
    display: inline-block;
    background: #fff;
    border-radius: 50px;
  }
  .bannerWrap .eachBanner .txt > a img {
    margin-left: 15px;
    transform: rotateZ(180deg) translateY(2px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .bannerWrap {
    margin-bottom: 50px;
  }
  .bannerWrap .eachBanner {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
  }
  .bannerWrap .eachBanner figure {
    width: 100%;
    max-width: 1620px;
    height: 400px;
  }
  .bannerWrap .eachBanner figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .bannerWrap .eachBanner .txt {
    color: #fff;
    position: absolute;
    z-index: 10;
    left: 9%;
    top: 50%;
    transform: translateY(-50%);
  }
  .bannerWrap .eachBanner .txt > span {
    font-size: 0.875rem;
    display: inline-block;
    padding: 9px 19px;
    border-radius: 20px;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin-bottom: 30px;
  }
  .bannerWrap .eachBanner .txt .title {
    font-size: 3.625rem;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .bannerWrap .eachBanner .txt .sentence {
    font-size: 1.125rem;
    line-height: 28px;
    margin-bottom: 30px;
    font-weight: 300;
  }
  .bannerWrap .eachBanner .txt .sentence b {
    font-weight: 500;
  }
  .bannerWrap .eachBanner .txt > a {
    padding: 20px 65px;
    display: inline-block;
    background: #fff;
    border-radius: 50px;
  }
  .bannerWrap .eachBanner .txt > a img {
    margin-left: 15px;
    transform: rotateZ(180deg) translateY(2px);
  }
}
@media (min-width: 290px) and (max-width: 767px) {
  .bannerWrap {
    margin-bottom: 50px;
  }
  .bannerWrap .eachBanner {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
  }
  .bannerWrap .eachBanner figure {
    width: 100%;
    max-width: 1620px;
    height: 500px;
  }
  .bannerWrap .eachBanner figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .bannerWrap .eachBanner .txt {
    width: 80%;
    color: #fff;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .bannerWrap .eachBanner .txt > span {
    font-size: 0.875rem;
    display: inline-block;
    padding: 9px 19px;
    border-radius: 20px;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin-bottom: 30px;
  }
  .bannerWrap .eachBanner .txt .title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .bannerWrap .eachBanner .txt .sentence {
    font-size: 1.125rem;
    line-height: 28px;
    margin-bottom: 30px;
    font-weight: 300;
  }
  .bannerWrap .eachBanner .txt .sentence b {
    font-weight: 500;
  }
  .bannerWrap .eachBanner .txt > a {
    padding: 15px 35px;
    display: inline-block;
    background: #fff;
    border-radius: 50px;
  }
  .bannerWrap .eachBanner .txt > a img {
    margin-left: 15px;
    transform: rotateZ(180deg) translateY(2px);
  }
}
.miniBanner {
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.miniBanner > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.miniBanner > ul > li {
  width: 400px;
  height: 240px;
  flex-shrink: 0;
}

.miniBanner > ul > li > a {
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  position: relative;
}

.miniBanner > ul > li > a .txt {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.miniBanner > ul > li > a .txt > span {
  display: inline-block;
  font-size: 0.75rem;
  padding: 5px 10px;
  border: 1px solid #111;
  margin-bottom: 12px;
}

.miniBanner > ul > li > a .txt .title {
  margin-bottom: 10px;
}

.miniBanner > ul > li > a .txt h6 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.miniBanner > ul > li > a .txt h6 u {
  color: #ed0000;
  text-decoration: none;
}

.miniBanner > ul > li > a .txt .sub {
  font-size: 0.875rem;
  color: #666;
}

.miniBanner > ul > li:last-of-type {
  background: #93ba97;
  border-radius: 10px;
}

.miniBanner > ul > li:last-of-type a > ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  padding-left: 35px;
}

.miniBanner > ul > li:last-of-type a > ul > li {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 16px;
}

.miniBanner > ul > li:last-of-type a > ul > li:last-of-type {
  margin-bottom: 0;
}

.miniBanner > ul > li:last-of-type a > ul > li img {
  margin-right: 20px;
}

.miniBanner > ul > li:last-of-type a > ul > li p {
  font-size: 1.125rem;
  font-weight: 500;
  margin-right: 27px;
  position: relative;
}

.miniBanner > ul > li:last-of-type a > ul > li p:after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -13px;
  background-color: #fff;
  transform: translateY(-50%);
}

.miniBanner > ul > li:last-of-type a > ul > li ul li {
  font-weight: 300;
  margin-bottom: 5px;
}

.miniBanner > ul > li:last-of-type a > ul > li ul li:last-of-type {
  margin-bottom: 0px;
}

@media (min-width: 1024px) and (max-width: 1379px) {
  .miniBanner {
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .miniBanner > ul {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
  }
  .miniBanner > ul > li {
    width: 33%;
    height: 206px;
    flex-shrink: 1;
    margin-right: 15px;
  }
  .miniBanner > ul > li:last-of-type {
    margin-right: 0;
  }
  .miniBanner > ul > li > a {
    width: 100%;
    height: 100%;
    display: block;
    display: flex;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }
  .miniBanner > ul > li > a > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .miniBanner > ul > li > a .txt {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  .miniBanner > ul > li > a .txt > span {
    display: inline-block;
    font-size: 0.75rem;
    padding: 5px 10px;
    border: 1px solid #111;
    margin-bottom: 12px;
  }
  .miniBanner > ul > li > a .txt .title {
    margin-bottom: 10px;
  }
  .miniBanner > ul > li > a .txt h6 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .miniBanner > ul > li > a .txt h6 u {
    color: #ed0000;
    text-decoration: none;
  }
  .miniBanner > ul > li > a .txt .sub {
    font-size: 0.875rem;
    color: #666;
  }
  .miniBanner > ul > li:last-of-type {
    background: #93ba97;
    border-radius: 10px;
  }
  .miniBanner > ul > li:last-of-type a > ul {
    white-space: nowrap;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    padding-left: 5px;
  }
  .miniBanner > ul > li:last-of-type a > ul > li {
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 16px;
  }
  .miniBanner > ul > li:last-of-type a > ul > li:last-of-type {
    margin-bottom: 0;
  }
  .miniBanner > ul > li:last-of-type a > ul > li img {
    margin-right: 10px;
  }
  .miniBanner > ul > li:last-of-type a > ul > li p {
    font-size: 1rem;
    font-weight: 500;
    margin-right: 18px;
    position: relative;
  }
  .miniBanner > ul > li:last-of-type a > ul > li p:after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -8px;
    background-color: #fff;
    transform: translateY(-50%);
  }
  .miniBanner > ul > li:last-of-type a > ul > li ul li {
    font-weight: 300;
    margin-bottom: 5px;
  }
  .miniBanner > ul > li:last-of-type a > ul > li ul li:last-of-type {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .miniBanner {
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .miniBanner > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .miniBanner > ul > li {
    width: 48%;
    height: 206px;
    flex-shrink: 1;
  }
  .miniBanner > ul > li:last-of-type {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }
  .miniBanner > ul > li > a {
    width: 100%;
    height: 100%;
    display: block;
    display: flex;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }
  .miniBanner > ul > li > a > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .miniBanner > ul > li > a .txt {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  .miniBanner > ul > li > a .txt > span {
    display: inline-block;
    font-size: 0.75rem;
    padding: 5px 10px;
    border: 1px solid #111;
    margin-bottom: 12px;
  }
  .miniBanner > ul > li > a .txt .title {
    margin-bottom: 10px;
  }
  .miniBanner > ul > li > a .txt h6 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .miniBanner > ul > li > a .txt h6 u {
    color: #ed0000;
    text-decoration: none;
  }
  .miniBanner > ul > li > a .txt .sub {
    font-size: 0.875rem;
    color: #666;
  }
  .miniBanner > ul > li:last-of-type {
    background: #93ba97;
    border-radius: 10px;
  }
  .miniBanner > ul > li:last-of-type a > ul {
    white-space: nowrap;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    padding-left: 25px;
  }
  .miniBanner > ul > li:last-of-type a > ul > li {
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 16px;
  }
  .miniBanner > ul > li:last-of-type a > ul > li:last-of-type {
    margin-bottom: 0;
  }
  .miniBanner > ul > li:last-of-type a > ul > li img {
    margin-right: 10px;
  }
  .miniBanner > ul > li:last-of-type a > ul > li p {
    font-size: 1rem;
    font-weight: 500;
    margin-right: 18px;
    position: relative;
  }
  .miniBanner > ul > li:last-of-type a > ul > li p:after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -8px;
    background-color: #fff;
    transform: translateY(-50%);
  }
  .miniBanner > ul > li:last-of-type a > ul > li ul {
    display: flex;
  }
  .miniBanner > ul > li:last-of-type a > ul > li ul li {
    font-weight: 300;
    margin-bottom: 5px;
    margin-right: 15px;
  }
  .miniBanner > ul > li:last-of-type a > ul > li ul li:last-of-type {
    margin-bottom: 0px;
    margin-right: 0;
  }
}
@media (min-width: 290px) and (max-width: 767px) {
  .miniBanner {
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .miniBanner > ul {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
  }
  .miniBanner > ul > li {
    width: 90%;
    height: 120px;
    flex-shrink: 1;
    margin-right: 0;
    border-radius: 10px;
    margin-bottom: 5px;
  }
  .miniBanner > ul > li:nth-of-type(1) {
    background: #e9e4de;
  }
  .miniBanner > ul > li:nth-of-type(2) {
    background: #d6e1e5;
  }
  .miniBanner > ul > li:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
  }
  .miniBanner > ul > li > a {
    width: 100%;
    height: 100%;
    display: block;
    display: flex;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }
  .miniBanner > ul > li > a > img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .miniBanner > ul > li > a .txt {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  .miniBanner > ul > li > a .txt > span {
    display: inline-block;
    font-size: 0.75rem;
    padding: 5px 10px;
    border: 1px solid #111;
    margin-bottom: 6px;
  }
  .miniBanner > ul > li > a .txt .title {
    margin-bottom: 5px;
  }
  .miniBanner > ul > li > a .txt h6 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .miniBanner > ul > li > a .txt h6 u {
    color: #ed0000;
    text-decoration: none;
  }
  .miniBanner > ul > li > a .txt .sub {
    font-size: 0.875rem;
    color: #666;
  }
  .miniBanner > ul > li:last-of-type {
    position: relative;
    bottom: 10px;
    z-index: -1;
    height: 206px;
    background: #93ba97;
    border-radius: 10px;
    position: relative;
  }
  .miniBanner > ul > li:last-of-type:after {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background: #93ba97;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .miniBanner > ul > li:last-of-type a > ul {
    white-space: nowrap;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    padding-left: 5px;
  }
  .miniBanner > ul > li:last-of-type a > ul > li {
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 16px;
  }
  .miniBanner > ul > li:last-of-type a > ul > li:last-of-type {
    margin-bottom: 0;
  }
  .miniBanner > ul > li:last-of-type a > ul > li img {
    margin-right: 10px;
  }
  .miniBanner > ul > li:last-of-type a > ul > li p {
    font-size: 1rem;
    font-weight: 500;
    margin-right: 18px;
    position: relative;
  }
  .miniBanner > ul > li:last-of-type a > ul > li p:after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -8px;
    background-color: #fff;
    transform: translateY(-50%);
  }
  .miniBanner > ul > li:last-of-type a > ul > li ul li {
    font-weight: 300;
    margin-bottom: 5px;
  }
  .miniBanner > ul > li:last-of-type a > ul > li ul li:last-of-type {
    margin-bottom: 0px;
  }
}
.mobTitle {
  display: none;
}

@media (min-width: 1380px) {
  .tagWrap {
    width: 100%;
    max-width: 1300px;
    height: 90px;
    margin: 0 auto;
    margin-bottom: 80px;
    border: 1px solid #ddd;
    background: #f8f8f8;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tagWrap > ul {
    display: flex;
  }
  .tagWrap > ul li {
    margin-right: 9px;
  }
  .tagWrap > ul li:last-of-type {
    margin-right: 9px;
  }
  .tagWrap > ul li > a {
    display: inline-block;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px 18px;
    color: #555;
    transition: 0.2s;
  }
  .tagWrap > ul li > a:hover {
    color: #ff8400;
    border: 1px solid #ff8400;
  }
  .tagWrap > ul li > a.on {
    color: #ff8400;
    border: 1px solid #ff8400;
  }
}
@media (min-width: 1024px) and (max-width: 1379px) {
  .tagWrap {
    width: 95%;
    max-width: 1300px;
    height: 90px;
    margin: 0 auto;
    margin-bottom: 80px;
    border: 1px solid #ddd;
    background: #f8f8f8;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tagWrap > ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .tagWrap > ul li {
    margin-right: 9px;
  }
  .tagWrap > ul li:first-of-type {
    margin-bottom: 5px;
  }
  .tagWrap > ul li:last-of-type {
    margin-right: 9px;
  }
  .tagWrap > ul li > a {
    display: inline-block;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px 18px;
    color: #555;
    transition: 0.2s;
  }
  .tagWrap > ul li > a:hover {
    color: #ff8400;
    border: 1px solid #ff8400;
  }
  .tagWrap > ul li > a.on {
    color: #ff8400;
    border: 1px solid #ff8400;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tagWrap {
    width: 95%;
    max-width: 1300px;
    height: 90px;
    margin: 0 auto;
    margin-bottom: 80px;
    border: 1px solid #ddd;
    background: #f8f8f8;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tagWrap > ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .tagWrap > ul li {
    margin-right: 9px;
  }
  .tagWrap > ul li:first-of-type {
    margin-bottom: 5px;
  }
  .tagWrap > ul li:last-of-type {
    margin-right: 9px;
  }
  .tagWrap > ul li > a {
    display: inline-block;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px 18px;
    color: #555;
    transition: 0.2s;
  }
  .tagWrap > ul li > a:hover {
    color: #ff8400;
    border: 1px solid #ff8400;
  }
  .tagWrap > ul li > a.on {
    color: #ff8400;
    border: 1px solid #ff8400;
  }
}
@media (min-width: 290px) and (max-width: 767px) {
  .tagWrap {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
  }
  .mobTitle {
    border-radius: 5px;
    display: block;
    width: 100%;
    background: #f8f8f8;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0;
    font-size: 1.125rem;
    letter-spacing: 2px;
    color: #ff8400;
    border: 1px solid #ff8400;
  }
  .mobTitle span {
    font-size: 1rem;
    color: #666;
    display: inline-block;
    margin-right: 20px;
  }
  ul.mobUl {
    position: absolute;
    z-index: 20;
    background: #fff;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    box-sizing: border-box;
    border: 0;
    border-radius: 3px;
    transition: 0.3s;
  }
  ul.mobUl.on {
    max-height: 1000px;
    border: 1px solid #ff8400;
  }
  ul.mobUl li {
    width: 100%;
  }
  ul.mobUl li a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    padding-left: 20px;
  }
  ul.mobUl li a.on {
    background: #ff8400;
    color: #fff;
  }
}
.hotProductWrap {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
}

.hotProductWrap h2 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 5px;
  text-align: center;
  line-height: 1.25;
}

.hotProductWrap h2 span {
  font-size: 0.1em;
  padding: 4px 8px;
  background: #ff1000;
  color: #fff;
  font-weight: 500;
}

.hotProductWrap > ul {
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.hotProductWrap > ul > li {
  width: 16.6666666667%;
}

.hotProductWrap > ul > li > a {
  padding: 18px 0;
  display: block;
  width: 100%;
  text-align: center;
  color: #555;
  border-bottom: 1px solid #ddd;
}

.hotProductWrap > ul > li > a.on {
  color: #ff8400;
  border-bottom: 1px solid #ff8400;
}

.hotProductWrap > .ProducSlide {
  margin-bottom: 60px;
  position: relative;
}

.hotProductWrap > .ProducSlide .navigation .prev2, .hotProductWrap > .ProducSlide .navigation .prev3 {
  position: absolute;
  left: -25px;
  top: 140px;
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.hotProductWrap > .ProducSlide .navigation .prev2 img, .hotProductWrap > .ProducSlide .navigation .prev3 img {
  transform: rotateZ(180deg);
}

.hotProductWrap > .ProducSlide .navigation .next2, .hotProductWrap > .ProducSlide .navigation .next3 {
  position: absolute;
  right: -25px;
  top: 140px;
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.hotProductWrap > .ProducSlide article {
  width: 300px;
  height: 440px;
  box-sizing: border-box;
}

.hotProductWrap > .ProducSlide article figure {
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-bottom: 0;
  width: 100%;
  height: 300px;
}

.hotProductWrap > .ProducSlide article figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hotProductWrap > .ProducSlide article .txt {
  box-sizing: border-box;
  padding: 17px;
  width: 100%;
  height: 120px;
  border: 1px solid #ddd;
}

.hotProductWrap > .ProducSlide article .txt h4 {
  line-height: 24px;
  color: #232323;
  margin-bottom: 18px;
}

.hotProductWrap > .ProducSlide article .txt ul {
  display: flex;
  align-items: center;
}

.hotProductWrap > .ProducSlide article .txt ul .after {
  font-size: 1.25rem;
  margin-right: 20px;
}

.hotProductWrap > .ProducSlide article .txt ul .before {
  font-weight: 300;
  text-decoration: line-through;
  color: #666;
  display: none;
}

.hotProductWrap > .ProducSlide article .txt ul .sale {
  font-size: 1.25rem;
  color: #ed0000;
  margin-left: auto;
  font-weight: 700;
}

@media (min-width: 1024px) and (max-width: 1379px) {
  .hotProductWrap {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .hotProductWrap h2 {
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .hotProductWrap > ul {
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }
  .hotProductWrap > ul > li {
    width: 16.6666666667%;
  }
  .hotProductWrap > ul > li > a {
    padding: 18px 0;
    display: block;
    width: 100%;
    text-align: center;
    color: #555;
    border-bottom: 1px solid #ddd;
  }
  .hotProductWrap > ul > li > a.on {
    color: #ff8400;
    border-bottom: 1px solid #ff8400;
  }
  .hotProductWrap > .ProducSlide {
    margin-bottom: 60px;
    position: relative;
  }
  .hotProductWrap > .ProducSlide .navigation .prev2, .hotProductWrap > .ProducSlide .navigation .prev3 {
    position: absolute;
    left: 0px;
    top: 140px;
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.158);
    border: 1px solid #ddd;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
  }
  .hotProductWrap > .ProducSlide .navigation .prev2 img, .hotProductWrap > .ProducSlide .navigation .prev3 img {
    transform: rotateZ(180deg);
    filter: invert(1);
  }
  .hotProductWrap > .ProducSlide .navigation .next2, .hotProductWrap > .ProducSlide .navigation .next3 {
    position: absolute;
    right: 0;
    top: 140px;
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.151);
    border: 1px solid #ddd;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
  }
  .hotProductWrap > .ProducSlide .navigation .next2 img, .hotProductWrap > .ProducSlide .navigation .next3 img {
    filter: invert(1);
  }
  .hotProductWrap > .ProducSlide article {
    width: 300px;
    height: 440px;
    box-sizing: border-box;
  }
  .hotProductWrap > .ProducSlide article figure {
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-bottom: 0;
    width: 100%;
    height: 300px;
  }
  .hotProductWrap > .ProducSlide article figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .hotProductWrap > .ProducSlide article .txt {
    box-sizing: border-box;
    padding: 17px;
    width: 100%;
    height: 120px;
    border: 1px solid #ddd;
  }
  .hotProductWrap > .ProducSlide article .txt h4 {
    line-height: 24px;
    color: #232323;
    margin-bottom: 18px;
  }
  .hotProductWrap > .ProducSlide article .txt ul {
    display: flex;
    align-items: center;
  }
  .hotProductWrap > .ProducSlide article .txt ul .after {
    font-size: 1.25rem;
    margin-right: 20px;
  }
  .hotProductWrap > .ProducSlide article .txt ul .before {
    font-weight: 300;
    text-decoration: line-through;
    color: #666;
  }
  .hotProductWrap > .ProducSlide article .txt ul .sale {
    font-size: 1.25rem;
    color: #ed0000;
    margin-left: auto;
    font-weight: 700;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hotProductWrap {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .hotProductWrap h2 {
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .hotProductWrap > ul {
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }
  .hotProductWrap > ul > li {
    width: 16.6666666667%;
  }
  .hotProductWrap > ul > li > a {
    padding: 18px 0;
    display: block;
    width: 100%;
    text-align: center;
    color: #555;
    border-bottom: 1px solid #ddd;
  }
  .hotProductWrap > ul > li > a.on {
    color: #ff8400;
    border-bottom: 1px solid #ff8400;
  }
  .hotProductWrap > .ProducSlide {
    margin-bottom: 60px;
    position: relative;
  }
  .hotProductWrap > .ProducSlide .navigation .prev2, .hotProductWrap > .ProducSlide .navigation .prev3 {
    position: absolute;
    left: 0px;
    top: 140px;
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.158);
    border: 1px solid #ddd;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
  }
  .hotProductWrap > .ProducSlide .navigation .prev2 img, .hotProductWrap > .ProducSlide .navigation .prev3 img {
    transform: rotateZ(180deg);
    filter: invert(1);
  }
  .hotProductWrap > .ProducSlide .navigation .next2, .hotProductWrap > .ProducSlide .navigation .next3 {
    position: absolute;
    right: 0;
    top: 140px;
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.151);
    border: 1px solid #ddd;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
  }
  .hotProductWrap > .ProducSlide .navigation .next2 img, .hotProductWrap > .ProducSlide .navigation .next3 img {
    filter: invert(1);
  }
  .hotProductWrap > .ProducSlide article {
    width: 250px;
    height: 390px;
    box-sizing: border-box;
  }
  .hotProductWrap > .ProducSlide article figure {
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-bottom: 0;
    width: 100%;
    height: 250px;
  }
  .hotProductWrap > .ProducSlide article figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .hotProductWrap > .ProducSlide article .txt {
    box-sizing: border-box;
    padding: 17px;
    width: 100%;
    height: 120px;
    border: 1px solid #ddd;
  }
  .hotProductWrap > .ProducSlide article .txt h4 {
    line-height: 24px;
    color: #232323;
    margin-bottom: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .hotProductWrap > .ProducSlide article .txt ul {
    display: flex;
    align-items: center;
  }
  .hotProductWrap > .ProducSlide article .txt ul .after {
    font-size: 1.25rem;
    margin-right: 20px;
  }
  .hotProductWrap > .ProducSlide article .txt ul .before {
    font-weight: 300;
    text-decoration: line-through;
    color: #666;
  }
  .hotProductWrap > .ProducSlide article .txt ul .sale {
    font-size: 1.25rem;
    color: #ed0000;
    margin-left: auto;
    font-weight: 700;
  }
}
@media (min-width: 290px) and (max-width: 767px) {
  .hotProductWrap {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .hotProductWrap h2 {
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 5px;
    text-align: center;
  }
  .hotProductWrap > ul {
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }
  .hotProductWrap > ul > li {
    width: 16.6666666667%;
  }
  .hotProductWrap > ul > li > a {
    padding: 18px 0;
    display: block;
    width: 100%;
    text-align: center;
    color: #555;
    border-bottom: 1px solid #ddd;
  }
  .hotProductWrap > ul > li > a.on {
    color: #ff8400;
    border-bottom: 1px solid #ff8400;
  }
  .hotProductWrap > .ProducSlide {
    margin-bottom: 60px;
    position: relative;
  }
  .hotProductWrap > .ProducSlide .navigation .prev2, .hotProductWrap > .ProducSlide .navigation .prev3 {
    position: absolute;
    left: 0px;
    top: 140px;
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.158);
    border: 1px solid #ddd;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
  }
  .hotProductWrap > .ProducSlide .navigation .prev2 img, .hotProductWrap > .ProducSlide .navigation .prev3 img {
    transform: rotateZ(180deg);
    filter: invert(1);
  }
  .hotProductWrap > .ProducSlide .navigation .next2, .hotProductWrap > .ProducSlide .navigation .next3 {
    position: absolute;
    right: 0;
    top: 140px;
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.151);
    border: 1px solid #ddd;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
  }
  .hotProductWrap > .ProducSlide .navigation .next2 img, .hotProductWrap > .ProducSlide .navigation .next3 img {
    filter: invert(1);
  }
  .hotProductWrap > .ProducSlide article {
    width: 250px;
    height: 380px;
    box-sizing: border-box;
  }
  .hotProductWrap > .ProducSlide article figure {
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-bottom: 0;
    width: 100%;
    height: 250px;
  }
  .hotProductWrap > .ProducSlide article figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .hotProductWrap > .ProducSlide article .txt {
    box-sizing: border-box;
    padding: 17px;
    width: 100%;
    height: 120px;
    border: 1px solid #ddd;
  }
  .hotProductWrap > .ProducSlide article .txt h4 {
    line-height: 24px;
    color: #232323;
    margin-bottom: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .hotProductWrap > .ProducSlide article .txt ul {
    display: flex;
    align-items: center;
  }
  .hotProductWrap > .ProducSlide article .txt ul .after {
    font-size: 1.25rem;
    margin-right: 20px;
  }
  .hotProductWrap > .ProducSlide article .txt ul .before {
    font-weight: 300;
    text-decoration: line-through;
    color: #666;
  }
  .hotProductWrap > .ProducSlide article .txt ul .sale {
    font-size: 1.25rem;
    color: #ed0000;
    margin-left: auto;
    font-weight: 700;
  }
}
.bandWrap {
  width: 100%;
  background: #fcc25f;
}

.bandWrap article {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.bandWrap article .txt span {
  display: inline-block;
  margin-bottom: 10px;
}

.bandWrap article .txt h4 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.bandWrap article .txt p {
  font-size: 1.25rem;
  font-weight: 500;
}

@media (min-width: 1024px) and (max-width: 1379px) {
  .bandWrap {
    width: 100%;
    background: #fcc25f;
  }
  .bandWrap article {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .bandWrap article .txt {
    padding-left: 20px;
  }
  .bandWrap article .txt span {
    display: inline-block;
    margin-bottom: 10px;
  }
  .bandWrap article .txt h4 {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .bandWrap article .txt p {
    font-size: 1.25rem;
    font-weight: 500;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .bandWrap {
    width: 100%;
    background: #fcc25f;
    height: 240px;
    position: relative;
  }
  .bandWrap article {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    height: 100%;
    align-items: center;
  }
  .bandWrap article figure {
    position: absolute;
    width: 600px;
    bottom: 0;
    right: 0;
  }
  .bandWrap article .txt {
    padding-left: 20px;
    position: relative;
    z-index: 1;
  }
  .bandWrap article .txt span {
    display: inline-block;
    margin-bottom: 10px;
  }
  .bandWrap article .txt h4 {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .bandWrap article .txt p {
    font-size: 1.25rem;
    font-weight: 500;
  }
}
@media (min-width: 290px) and (max-width: 767px) {
  .bandWrap {
    width: 100%;
    background: #fcc25f;
    height: 240px;
    position: relative;
  }
  .bandWrap article {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    height: 100%;
    align-items: flex-start;
  }
  .bandWrap article figure {
    position: absolute;
    width: 400px;
    bottom: 0;
    right: 0;
  }
  .bandWrap article .txt {
    width: 100%;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 1;
  }
  .bandWrap article .txt span {
    display: inline-block;
    margin-bottom: 10px;
  }
  .bandWrap article .txt h4 {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .bandWrap article .txt p {
    font-size: 1.25rem;
    font-weight: 500;
  }
}
.titleSwiper, .titleSwiper2 {
  margin-bottom: 30px;
}

.titleSwiper a, .titleSwiper2 a {
  display: block;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
  color: #666;
}

.titleSwiper a.on, .titleSwiper2 a.on {
  color: #ff8400;
  border-bottom: 1px solid #ff8400;
}

.lifeAndHealth {
  padding: 0 10px;
  box-sizing: border-box;
  padding-top: 60px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 64px;
  border-bottom: 1px solid #ddd;
}

.lifeAndHealth h3 {
  width: 226px;
  font-size: 1.75rem;
  line-height: 40px;
  color: #232323;
}

.lifeAndHealth h3 span {
  display: inline-block;
  padding: 7px 10px;
  font-size: 0.93rem;
  color: #232323;
  border: 1px solid #232323;
  margin-bottom: 15px;
  line-height: 14px;
}

.lifeAndHealth h3 b {
  display: block;
  font-weight: 700;
}

.lifeAndHealth .hadanList {
  display: flex;
}

.lifeAndHealth .hadanList article {
  width: 250px;
  height: 377px;
  box-sizing: border-box;
  margin-right: 18px;
}

.lifeAndHealth .hadanList article:last-of-type {
  margin-right: 0;
}

.lifeAndHealth .hadanList article figure {
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-bottom: 0;
  width: 100%;
  height: 244px;
}

.lifeAndHealth .hadanList article figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lifeAndHealth .hadanList article .txt {
  box-sizing: border-box;
  padding: 17px;
  width: 100%;
  height: 133px;
  border: 1px solid #ddd;
}

.lifeAndHealth .hadanList article .txt h4 {
  line-height: 24px;
  color: #232323;
  margin-bottom: 10px;
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lifeAndHealth .hadanList article .txt ul {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
}

.lifeAndHealth .hadanList article .txt ul .after {
  margin-right: 20px;
}

.lifeAndHealth .hadanList article .txt ul .sale {
  color: #ed0000;
  margin-left: auto;
  font-weight: 700;
}

.lifeAndHealth .hadanList article .txt .before {
  font-weight: 300;
  text-decoration: line-through;
  color: #666;
  font-size: 0.93rem;
  margin-top: 10px;
  display: none;
}

@media (min-width: 1024px) and (max-width: 1379px) {
  .lifeAndHealth {
    padding: 0 10px;
    box-sizing: border-box;
    padding-top: 30px;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 64px;
    border-bottom: 1px solid #ddd;
  }
  .lifeAndHealth h3 {
    margin-right: 0;
    width: 100%;
    text-align: center;
    font-size: 1.75rem;
    line-height: 40px;
    color: #232323;
    margin-bottom: 20px;
  }
  .lifeAndHealth h3 span {
    display: inline-block;
    padding: 7px 10px;
    font-size: 0.93rem;
    color: #232323;
    border: 1px solid #232323;
    margin-bottom: 0;
    line-height: 14px;
    margin-right: 20px;
  }
  .lifeAndHealth h3 br {
    display: none;
  }
  .lifeAndHealth h3 b {
    margin-left: 20px;
    display: inline-block;
    font-weight: 700;
  }
  .lifeAndHealth .hadanList {
    display: flex;
  }
  .lifeAndHealth .hadanList article {
    width: 25%;
    height: 377px;
    box-sizing: border-box;
    margin-right: 18px;
  }
  .lifeAndHealth .hadanList article:last-of-type {
    margin-right: 0;
  }
  .lifeAndHealth .hadanList article figure {
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-bottom: 0;
    width: 100%;
    height: 244px;
  }
  .lifeAndHealth .hadanList article figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .lifeAndHealth .hadanList article .txt {
    box-sizing: border-box;
    padding: 17px;
    width: 100%;
    height: 133px;
    border: 1px solid #ddd;
  }
  .lifeAndHealth .hadanList article .txt h4 {
    line-height: 24px;
    color: #232323;
    margin-bottom: 10px;
    font-size: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .lifeAndHealth .hadanList article .txt ul {
    display: flex;
    align-items: center;
    font-size: 1.125rem;
  }
  .lifeAndHealth .hadanList article .txt ul .after {
    margin-right: 20px;
  }
  .lifeAndHealth .hadanList article .txt ul .sale {
    color: #ed0000;
    margin-left: auto;
    font-weight: 700;
  }
  .lifeAndHealth .hadanList article .txt .before {
    font-weight: 300;
    text-decoration: line-through;
    color: #666;
    font-size: 0.93rem;
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .lifeAndHealth {
    padding: 0 10px;
    box-sizing: border-box;
    padding-top: 30px;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 64px;
    border-bottom: 1px solid #ddd;
  }
  .lifeAndHealth h3 {
    width: 100%;
    text-align: center;
    font-size: 1.75rem;
    line-height: 40px;
    color: #232323;
    margin-bottom: 20px;
  }
  .lifeAndHealth h3 span {
    display: inline-block;
    padding: 7px 10px;
    font-size: 0.93rem;
    color: #232323;
    border: 1px solid #232323;
    margin-bottom: 0;
    line-height: 14px;
    margin-right: 20px;
  }
  .lifeAndHealth h3 br {
    display: none;
  }
  .lifeAndHealth h3 b {
    margin-left: 20px;
    display: inline-block;
    font-weight: 700;
  }
  .lifeAndHealth .hadanList {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .lifeAndHealth .hadanList article {
    width: 25%;
    height: auto;
    box-sizing: border-box;
    margin-right: 10px;
  }
  .lifeAndHealth .hadanList article:last-of-type {
    margin-right: 0;
  }
  .lifeAndHealth .hadanList article:nth-of-type(1), .lifeAndHealth .hadanList article:nth-of-type(2) {
    margin-bottom: 10px;
  }
  .lifeAndHealth .hadanList article:nth-of-type(2n-1) {
    margin-right: 10px;
  }
  .lifeAndHealth .hadanList article figure {
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-bottom: 0;
    width: 100%;
    height: auto;
  }
  .lifeAndHealth .hadanList article figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .lifeAndHealth .hadanList article .txt {
    box-sizing: border-box;
    padding: 17px;
    width: 100%;
    height: 133px;
    border: 1px solid #ddd;
  }
  .lifeAndHealth .hadanList article .txt h4 {
    line-height: 24px;
    color: #232323;
    margin-bottom: 10px;
    font-size: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .lifeAndHealth .hadanList article .txt ul {
    display: flex;
    align-items: center;
    font-size: 1.125rem;
  }
  .lifeAndHealth .hadanList article .txt ul .after {
    margin-right: 20px;
  }
  .lifeAndHealth .hadanList article .txt ul .sale {
    color: #ed0000;
    margin-left: auto;
    font-weight: 700;
  }
  .lifeAndHealth .hadanList article .txt .before {
    font-weight: 300;
    text-decoration: line-through;
    color: #666;
    font-size: 0.93rem;
    margin-top: 10px;
  }
}
@media (min-width: 290px) and (max-width: 767px) {
  .lifeAndHealth {
    padding: 0 10px;
    box-sizing: border-box;
    padding-top: 20px;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
  }
  .lifeAndHealth h3 {
    font-size: 1.4rem;
    line-height: 40px;
    color: #232323;
    margin-bottom: 20px;
  }
  .lifeAndHealth h3 span {
    display: inline-block;
    padding: 7px 10px;
    font-size: 0.93rem;
    color: #232323;
    border: 1px solid #232323;
    margin-bottom: 0;
    line-height: 14px;
    margin-right: 20px;
  }
  .lifeAndHealth h3 br {
    display: block;
  }
  .lifeAndHealth h3 b {
    margin-left: 0;
    display: inline-block;
    margin-left: 7px;
    font-weight: 700;
  }
  .lifeAndHealth .hadanList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .lifeAndHealth .hadanList article {
    width: calc(50% - 5px);
    height: auto;
    box-sizing: border-box;
    margin-right: 0;
    margin-bottom: 10px;
  }
  @media (max-width:500px) {
    .lifeAndHealth .hadanList article {
        margin-right: 0;
        width: 100%;
    }
  }
  .lifeAndHealth .hadanList article:last-of-type {
    margin-right: 0;
  }
  .lifeAndHealth .hadanList article:nth-of-type(2n-1) {
    margin-right: 10px;
  }
  .lifeAndHealth .hadanList article figure {
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-bottom: 0;
    width: 100%;
    height: auto;
  }
  .lifeAndHealth .hadanList article figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .lifeAndHealth .hadanList article .txt {
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
    height: 70px;
    border: 1px solid #ddd;
  }
  .lifeAndHealth .hadanList article .txt h4 {
    line-height: 24px;
    color: #232323;
    margin-bottom: 5px;
    font-size: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .lifeAndHealth .hadanList article .txt ul {
    display: flex;
    align-items: center;
    font-size: 1.125rem;
  }
  .lifeAndHealth .hadanList article .txt ul .after {
    margin-right: 20px;
  }
  .lifeAndHealth .hadanList article .txt ul .sale {
    color: #ed0000;
    margin-left: auto;
    font-weight: 700;
  }
  .lifeAndHealth .hadanList article .txt .before {
    font-weight: 300;
    text-decoration: line-through;
    color: #666;
    font-size: 0.8rem;
    margin-top: 2px;
  }
}
.bottomBanner {
  position: relative;
  padding: 60px 0;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.bottomBanner .navigation .prev4 {
  position: absolute;
  left: -25px;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  transform: translateY(-50%);
}

.bottomBanner .navigation .prev4 img {
  transform: rotateZ(180deg);
}

.bottomBanner .navigation .next4 {
  position: absolute;
  right: -25px;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  transform: translateY(-50%);
}

.bottomBanner .pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 9px 20px;
  border-radius: 50px;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  letter-spacing: 1px;
  align-items: center;
}

.bottomBanner .pagination p {
  color: #aaa;
  margin-right: 15px;
}

.bottomBanner .pagination p span {
  color: #232323;
}

.bottomBanner .pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 16px;
  height: 16px;
}

.bottomBanner .pagination a span {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
}

.bottomBanner .pagination a span:after {
  content: "";
  display: block;
  position: absolute;
  height: 16px;
  width: 1px;
  background: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bottomBanner .eachBotBan {
  position: relative;
  display: block;
  width: 635px;
  height: 320px;
}

.bottomBanner .eachBotBan > span > img {
  position: absolute;
  bottom: 21px;
}

.bottomBanner .eachBotBan > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bottomBanner .eachBotBan .txt {
  position: absolute;
  z-index: 10;
  color: #fff;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.bottomBanner .eachBotBan .txt .new {
  padding: 7px 18px;
  background: #fff;
  display: inline-block;
  border-radius: 50px;
  color: #b3ac9c;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  margin-bottom: 20px;
}

.bottomBanner .eachBotBan .txt h6 {
  font-size: 2.25rem;
  margin-bottom: 15px;
}

.bottomBanner .eachBotBan .txt h6 b {
  font-weight: 700;
  display: block;
}

.bottomBanner .eachBotBan .txt p {
  line-height: 28px;
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 15px;
}

.bottomBanner .eachBotBan .txt .date {
  font-size: 0.93rem;
}

@media (min-width: 1024px) and (max-width: 1379px) {
  .bottomBanner {
    position: relative;
    padding: 60px 0;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .bottomBanner .navigation .prev4 {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.144);
    border: 1px solid #ddd;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    transform: translateY(-50%);
  }
  .bottomBanner .navigation .prev4 img {
    transform: rotateZ(180deg);
    filter: invert(1);
  }
  .bottomBanner .navigation .next4 {
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.144);
    border: 1px solid #ddd;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    transform: translateY(-50%);
  }
  .bottomBanner .navigation .next4 img {
    filter: invert(1);
  }
  .bottomBanner .pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 9px 20px;
    border-radius: 50px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    letter-spacing: 1px;
    align-items: center;
  }
  .bottomBanner .pagination p {
    color: #aaa;
    margin-right: 15px;
  }
  .bottomBanner .pagination p span {
    color: #232323;
  }
  .bottomBanner .pagination a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 16px;
    height: 16px;
  }
  .bottomBanner .pagination a span {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: relative;
  }
  .bottomBanner .pagination a span:after {
    content: "";
    display: block;
    position: absolute;
    height: 16px;
    width: 1px;
    background: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .bottomBanner .eachBotBan {
    position: relative;
    display: block;
    width: 100%;
    height: 260px;
  }
  .bottomBanner .eachBotBan > img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .bottomBanner .eachBotBan .txt {
    position: absolute;
    z-index: 10;
    color: #fff;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  .bottomBanner .eachBotBan .txt .new {
    padding: 7px 18px;
    background: #fff;
    display: inline-block;
    border-radius: 50px;
    color: #b3ac9c;
    font-size: 1rem;
    font-family: "Lato", sans-serif;
    margin-bottom: 10px;
  }
  .bottomBanner .eachBotBan .txt h6 {
    font-size: 2.25rem;
    margin-bottom: 15px;
  }
  .bottomBanner .eachBotBan .txt h6 b {
    font-weight: 700;
    display: block;
  }
  .bottomBanner .eachBotBan .txt p {
    line-height: 28px;
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 15px;
  }
  .bottomBanner .eachBotBan .txt .date {
    font-size: 0.93rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .bottomBanner {
    position: relative;
    padding: 60px 0;
    width: 80%;
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .bottomBanner .navigation .prev4 {
    position: absolute;
    left: -25px;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    transform: translateY(-50%);
  }
  .bottomBanner .navigation .prev4 img {
    transform: rotateZ(180deg);
  }
  .bottomBanner .navigation .next4 {
    position: absolute;
    right: -25px;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    transform: translateY(-50%);
  }
  .bottomBanner .pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 9px 20px;
    border-radius: 50px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    letter-spacing: 1px;
    align-items: center;
  }
  .bottomBanner .pagination p {
    color: #aaa;
    margin-right: 15px;
  }
  .bottomBanner .pagination p span {
    color: #232323;
  }
  .bottomBanner .pagination a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 16px;
    height: 16px;
  }
  .bottomBanner .pagination a span {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: relative;
  }
  .bottomBanner .pagination a span:after {
    content: "";
    display: block;
    position: absolute;
    height: 16px;
    width: 1px;
    background: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .bottomBanner .eachBotBan {
    position: relative;
    display: block;
    width: 100%;
    height: 260px;
  }
  .bottomBanner .eachBotBan > img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .bottomBanner .eachBotBan .txt {
    position: absolute;
    z-index: 10;
    color: #fff;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  .bottomBanner .eachBotBan .txt .new {
    padding: 7px 18px;
    background: #fff;
    display: inline-block;
    border-radius: 50px;
    color: #b3ac9c;
    font-size: 1rem;
    font-family: "Lato", sans-serif;
    margin-bottom: 10px;
  }
  .bottomBanner .eachBotBan .txt h6 {
    font-size: 2.25rem;
    margin-bottom: 15px;
  }
  .bottomBanner .eachBotBan .txt h6 b {
    font-weight: 700;
    display: block;
  }
  .bottomBanner .eachBotBan .txt p {
    line-height: 28px;
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 15px;
  }
  .bottomBanner .eachBotBan .txt .date {
    font-size: 0.93rem;
  }
}
@media (min-width: 290px) and (max-width: 767px) {
  .bottomBanner {
    position: relative;
    padding: 60px 0;
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .bottomBanner .navigation .prev4 {
    position: absolute;
    left: -15px;
    top: 50%;
    display: block;
    width: 38px;
    height: 38px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    transform: translateY(-50%);
  }
  .bottomBanner .navigation .prev4 img {
    transform: rotateZ(180deg);
  }
  .bottomBanner .navigation .next4 {
    position: absolute;
    right: -15px;
    top: 50%;
    display: block;
    width: 38px;
    height: 38px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    transform: translateY(-50%);
  }
  .bottomBanner .pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 9px 20px;
    border-radius: 50px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    letter-spacing: 1px;
    align-items: center;
  }
  .bottomBanner .pagination p {
    color: #aaa;
    margin-right: 15px;
  }
  .bottomBanner .pagination p span {
    color: #232323;
  }
  .bottomBanner .pagination a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 16px;
    height: 16px;
  }
  .bottomBanner .pagination a span {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: relative;
  }
  .bottomBanner .pagination a span:after {
    content: "";
    display: block;
    position: absolute;
    height: 16px;
    width: 1px;
    background: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .bottomBanner .eachBotBan {
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
  }
  .bottomBanner .eachBotBan > img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .bottomBanner .eachBotBan .txt {
    position: absolute;
    z-index: 10;
    color: #fff;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  .bottomBanner .eachBotBan .txt .new {
    padding: 4px 18px;
    background: #fff;
    display: inline-block;
    border-radius: 50px;
    color: #b3ac9c;
    font-size: 0.9rem;
    font-family: "Lato", sans-serif;
    margin-bottom: 5px;
  }
  .bottomBanner .eachBotBan .txt h6 {
    font-size: 1.7rem;
    margin-bottom: 8px;
  }
  .bottomBanner .eachBotBan .txt h6 b {
    font-weight: 700;
    display: block;
  }
  .bottomBanner .eachBotBan .txt p {
    line-height: 18px;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 4px;
  }
  .bottomBanner .eachBotBan .txt .date {
    font-size: 0.93rem;
  }
}
.cardWrap {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.cardWrap > ul {
  display: flex;
  justify-content: space-between;
}

.cardWrap > ul li {
  width: 316px;
  height: 150px;
}

.cardWrap > ul li a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.096);
  padding: 40px 60px;
  border: 1px solid #ddd;
  transition: 0.4s;
}

.cardWrap > ul li a.on {
  border: 1px solid #ed0000;
}

.cardWrap > ul li a.on h6 {
  color: #ed0000;
}

.cardWrap > ul li a:hover {
  border: 1px solid #ed0000;
}

.cardWrap > ul li a:hover h6 {
  color: #ed0000;
}

.cardWrap > ul li a h6 {
  font-size: 1.125rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  transition: 0.4s;
  position: relative;
}

.cardWrap > ul li a h6 img {
  position: absolute;
  left: -40px;
  top: 0;
}

.cardWrap > ul li a p {
  line-height: 24px;
  font-size: 0.93rem;
  color: #666;
}

@media (min-width: 1024px) and (max-width: 1379px) {
  .cardWrap {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .cardWrap > ul {
    display: flex;
    justify-content: space-between;
  }
  .cardWrap > ul li {
    width: 316px;
    height: 150px;
  }
  .cardWrap > ul li a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.096);
    padding: 20px 60px;
    border: 1px solid #ddd;
    transition: 0.4s;
  }
  .cardWrap > ul li a.on {
    border: 1px solid #ed0000;
  }
  .cardWrap > ul li a.on h6 {
    color: #ed0000;
  }
  .cardWrap > ul li a:hover {
    border: 1px solid #ed0000;
  }
  .cardWrap > ul li a:hover h6 {
    color: #ed0000;
  }
  .cardWrap > ul li a h6 {
    font-size: 1.125rem;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    transition: 0.4s;
    position: relative;
  }
  .cardWrap > ul li a h6 img {
    position: absolute;
    left: -40px;
    top: 0;
  }
  .cardWrap > ul li a p {
    line-height: 24px;
    font-size: 0.93rem;
    color: #666;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cardWrap {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .cardWrap > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cardWrap > ul li {
    width: 50%;
    height: 150px;
  }
  .cardWrap > ul li a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.096);
    padding: 40px 60px;
    border: 1px solid #ddd;
    transition: 0.4s;
  }
  .cardWrap > ul li a.on {
    border: 1px solid #ed0000;
  }
  .cardWrap > ul li a.on h6 {
    color: #ed0000;
  }
  .cardWrap > ul li a:hover {
    border: 1px solid #ed0000;
  }
  .cardWrap > ul li a:hover h6 {
    color: #ed0000;
  }
  .cardWrap > ul li a h6 {
    font-size: 1.125rem;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    transition: 0.4s;
    position: relative;
  }
  .cardWrap > ul li a h6 img {
    position: absolute;
    left: -40px;
    top: 0;
  }
  .cardWrap > ul li a p {
    line-height: 24px;
    font-size: 0.93rem;
    color: #666;
  }
}
@media (min-width: 290px) and (max-width: 767px) {
  .cardWrap {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .cardWrap > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cardWrap > ul li {
    width: 100%;
    height: auto;
  }
  .cardWrap > ul li a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.096);
    padding: 15px 60px;
    border: 1px solid #ddd;
    transition: 0.4s;
  }
  .cardWrap > ul li a.on {
    border: 1px solid #ed0000;
  }
  .cardWrap > ul li a.on h6 {
    color: #ed0000;
  }
  .cardWrap > ul li a:hover {
    border: 1px solid #ed0000;
  }
  .cardWrap > ul li a:hover h6 {
    color: #ed0000;
  }
  .cardWrap > ul li a h6 {
    font-size: 1.125rem;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    transition: 0.4s;
    position: relative;
  }
  .cardWrap > ul li a h6 img {
    position: absolute;
    left: -40px;
    top: 0;
  }
  .cardWrap > ul li a p {
    line-height: 24px;
    font-size: 0.93rem;
    color: #666;
  }
}
.swiper-pagination-bullet {
  margin-right: 5px !important;
  background: #fff !important;
  opacity: 0.5 !important;
}

.swiper-pagination-bullet:last-of-type {
  margin-right: 0 !important;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
  opacity: 1 !important;
}

.swiper-pagination {
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}

.fixFloatMenu {
  position: fixed;
  right: 20px;
  z-index: 500;
  top: 310px;
}
@media (max-width: 500px) {
  .fixFloatMenu {
    display: none;
  }
}

.fixFloatMenu section:first-of-type {
  background: #fff;
  width: 120px;
  box-sizing: border-box;
  padding: 0;
  border: 1px solid #aaa;
  margin-bottom: 10px;
}

.fixFloatMenu section:first-of-type > a.first {
  font-size: 13px;
  display: flex;
  width: 100%;
  padding: 10px;
  padding-left: 20px;
  box-sizing: border-box;
  justify-self: center;
  align-items: center;
  font-weight: 500;
  margin-bottom: 20px;
}

.fixFloatMenu section:first-of-type > a.first img {
  margin-right: 5px;
}

.fixFloatMenu section:first-of-type ul {
  margin-bottom: 40px;
  padding: 0 20px;
}

.fixFloatMenu section:first-of-type ul li {
  margin-bottom: 20px;
}

.fixFloatMenu section:first-of-type ul li:last-of-type {
  margin-bottom: 0;
}

.fixFloatMenu section:first-of-type ul li a {
  display: block;
  width: 80px;
  height: 80px;
}

.fixFloatMenu section:first-of-type ul li a figure {
  width: 100%;
  height: 100%;
}

.fixFloatMenu section:first-of-type ul li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fixFloatMenu section:first-of-type ol {
  padding: 0 20px;
  display: flex;
  font-size: 13px;
  color: #aaa;
  justify-self: center;
  align-items: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.fixFloatMenu section:first-of-type ol a {
  display: block;
  padding: 0 10px;
}

.fixFloatMenu section:first-of-type ol span {
  color: #222;
}

.fixFloatMenu section:first-of-type .goTop {
  width: 100%;
  height: 40px;
  background: #ff8400;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  color: #fff;
  font-size: 13px;
}

.fixFloatMenu section:first-of-type .goTop img {
  padding: 7px;
  transform: rotateZ(180deg);
}

.fixFloatMenu section:first-of-type .goTop span {
  display: block;
}

.fixFloatMenu section:first-of-type .goBottom {
  width: 100%;
  height: 40px;
  background: #222222;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  color: #fff;
  font-size: 13px;
}

.fixFloatMenu section:first-of-type .goBottom img {
  padding: 7px;
}

.fixFloatMenu section:first-of-type .goBottom span {
  display: block;
  padding-top: 10px;
}

.fixFloatMenu section:first-of-type .goKakao {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  color: #232323;
  font-size: 13px;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.fixFloatMenu section:first-of-type .goKakao img {
  margin-bottom: 6px;
}

.fixFloatMenu section:last-of-type figure {
  width: 120px;
  height: 160px;
  border-radius: 10px;
  overflow: hidden;
}

.fixFloatMenu section:last-of-type figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.number {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  right: 20px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 60px;
}
.number form {
  width: 100%;
  padding: 15px 20px;
  background: #f8f8f8;
  height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.number form .title {
  border: 1px solid #3d3d3d;
  font-size: 0.875rem;
  color: #3d3d3d;
  width: 240px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: #fff;
}
.number form .inputArea {
  border: 1px solid #3d3d3d;
  border-left: 0;
  height: 100%;
  box-sizing: border-box;
  width: calc(100% - 420px);
  display: flex;
  background: #fff;
}
.number form .inputArea input {
  border: 0;
  box-sizing: border-box;
  padding: 10px 20px;
  width: calc(33.333% - 16.666px);
  position: relative;
}
.number form .inputArea span {
  display: flex;
  align-items: center;
  height: 100%;
  background: #fff;
}
.number form .inputArea span:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #3d3d3d;
}
.number form button {
  width: 180px;
  font-size: 0.875rem;
  color: #fff;
  background-color: #3d3d3d;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border: 0;
}
.number ul {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background: rgb(255, 255, 255);
  display: flex;
}
.number ul li {
  width: 33.3333333333%;
  height: 320px;
  box-sizing: border-box;
  padding: 40px;
}
.number ul li.first {
  background: #e0e7f7 url("/img/triple1.png") no-repeat 90% 90%;
}
.number ul li.first h3 {
  color: #000;
}
.number ul li.first p {
  color: #000;
}
.number ul li.first a {
  color: #000;
  background-color: #fff;
}
.number ul li.second {
  background: #3e83ab url("/img/triple2.png") no-repeat 90% 90%;
}
.number ul li.third {
  background: #ff8519 url("/img/triple3.png") no-repeat 90% 90%;
}
.number ul li h3 {
  font-size: 1.875rem;
  margin-bottom: 20px;
  font-weight: 700;
  color: #fff;
}
.number ul li p {
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 20px;
}
.number ul li a {
  font-size: 0.875rem;
  width: 111px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #000;
}

@media (max-width: 1024px) {
  .number {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 60px;
  }
  .number form {
    width: 100%;
    padding: 15px 20px;
    height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .number form .title {
    border: 1px solid #3d3d3d;
    font-size: 0.875rem;
    color: #3d3d3d;
    width: 240px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background: #fff;
  }
  .number form .inputArea {
    border: 1px solid #3d3d3d;
    border-left: 0;
    height: 100%;
    box-sizing: border-box;
    width: calc(100% - 420px);
    display: flex;
    background: #fff;
  }
  .number form .inputArea input {
    border: 0;
    box-sizing: border-box;
    padding: 10px 20px;
    width: calc(33.333% - 16.666px);
    position: relative;
  }
  .number form .inputArea span {
    display: flex;
    align-items: center;
    height: 100%;
    background: #fff;
  }
  .number form .inputArea span:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #3d3d3d;
  }
  .number form button {
    width: 180px;
    font-size: 0.875rem;
    color: #fff;
    background-color: #3d3d3d;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 0;
  }
  .number ul {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background: rgb(255, 255, 255);
    display: flex;
    flex-wrap: wrap;
  }
  .number ul li {
    width: 50%;
    height: 320px;
    box-sizing: border-box;
    padding: 40px;
  }
  .number ul li.first {
    background: #e0e7f7 url("/img/triple1.png") no-repeat 90% 90%;
  }
  .number ul li.first h3 {
    color: #000;
  }
  .number ul li.first p {
    color: #000;
  }
  .number ul li.first a {
    color: #000;
    background-color: #fff;
  }
  .number ul li.second {
    background: #3e83ab url("/img/triple2.png") no-repeat 90% 90%;
  }
  .number ul li.third {
    background: #ff8519 url("/img/triple3.png") no-repeat 90% 60%;
    width: 100%;
    height: 200px;
  }
  .number ul li h3 {
    font-size: 1.875rem;
    margin-bottom: 20px;
    font-weight: 700;
    color: #fff;
  }
  .number ul li p {
    color: #fff;
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
  .number ul li a {
    font-size: 0.875rem;
    width: 111px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #000;
  }
}
@media (max-width: 768px) {
  .number {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    right: 10px;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 60px;
  }
  .number form {
    width: 100%;
    padding: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  .number form .title {
    border: 1px solid #3d3d3d;
    font-size: 0.875rem;
    color: #3d3d3d;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background: #fff;
  }
  .number form .inputArea {
    order: 2;
    width: 100%;
    border: 1px solid #3d3d3d;
    border-top: 0;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    background: #fff;
  }
  .number form .inputArea input {
    border: 0;
    box-sizing: border-box;
    padding: 10px 20px;
    width: calc(33.333% - 16.666px);
    position: relative;
  }
  .number form .inputArea span {
    display: flex;
    align-items: center;
    height: 100%;
    background: #fff;
  }
  .number form .inputArea span:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #3d3d3d;
  }
  .number form button {
    width: 50%;
    font-size: 0.875rem;
    color: #fff;
    background-color: #3d3d3d;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 0;
  }
  .number ul {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    background: rgb(255, 255, 255);
    display: flex;
    flex-wrap: wrap;
  }
  .number ul li {
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    padding: 40px;
  }
  .number ul li.first {
    background: #e0e7f7 url("/img/triple1.png") no-repeat 90% 90%/60%;
  }
  .number ul li.first h3 {
    color: #000;
  }
  .number ul li.first p {
    color: #000;
  }
  .number ul li.first a {
    color: #000;
    background-color: #fff;
  }
  .number ul li.second {
    background: #3e83ab url("/img/triple2.png") no-repeat 90% 90%/60%;
  }
  .number ul li.third {
    background: #ff8519 url("/img/triple3.png") no-repeat 90% 60%/60%;
    width: 100%;
    height: 200px;
  }
  .number ul li h3 {
    font-size: 1.875rem;
    margin-bottom: 20px;
    font-weight: 700;
    color: #fff;
  }
  .number ul li p {
    color: #fff;
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
  .number ul li a {
    font-size: 0.875rem;
    width: 111px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #000;
  }
}
.quick-menu-list {
  margin-bottom: 10px;
}

.quick-menu-list li {
  background-color: #666;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100px;
  justify-content: center;
}
.quick-menu-list li img {
  margin-bottom: 20px;
}

.product-item-card {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-top: 0;
  padding: 10px 20px;
}
.product-item-card .product-item-info p:first-of-type {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.product-item-card .product-item-info p:last-of-type {
  padding-bottom: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}
.product-item-card .product-item-price {
  padding-top: 10px;
}
.product-item-card .product-item-price p {
  line-height: 24px;
}

.sct_icon .sit_icon {
  font-size: 0.75rem;
  display: flex;
  padding-top: 5px;
}

.sct_icon .sit_icon span {
  width: 32px;
  height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-right: 3px;
}

.shop_icon {
  color: #fff;
}

.shop_icon_1 {
  background-color: rgb(255, 24, 24);
}

.shop_icon_2 {
  background-color: #f65cef;
}

.shop_icon_3 {
  background-color: rgb(255, 145, 0);
}

.shop_icon_4 {
  background-color: rgb(69, 69, 250);
}

.shop_icon_5 {
  background-color: #049000 !important;
}

.shop_icon_6 {
  background-color: #232323 !important;
}

.product-item-card .product-item-info p:last-of-type {
  border-bottom: 0;
}

/*# sourceMappingURL=style.css.map *//*# sourceMappingURL=style.css.map */