@charset "UTF-8";
main > section {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  main > section {
    width: 1280px;
  }
}

.mainVisual {
  position: relative;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .mainVisual {
    margin-bottom: 20px;
    margin-top: 0px;
  }
}
.mainVisual .swiperNav {
  display: none;
}
.mainVisual .swiper-slide {
  width: 100%;
  height: auto;
}
.mainVisual .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainVisual .swiper-slide .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  color: #fff;
  letter-spacing: 10px;
}
.mainVisual .swiper-slide .txt h3 {
  line-height: 1.2em;
  font-size: 2.5rem;
  margin-bottom: 30px;
}
.mainVisual .swiper-slide .txt h3 span {
  color: #ffe360;
  font-weight: 500;
}
.mainVisual .swiper-slide .txt p {
  font-size: 1.125rem;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  .mainVisual .swiper-slide .txt h3 {
    line-height: 1.2em;
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
  .mainVisual .swiper-slide .txt p {
    font-size: 1rem;
    line-height: 1.4em;
  }
}
.mainVisual .mainswPage {
  display: flex;
  justify-content: center;
  height: 10px;
  position: relative;
  z-index: 1;
  bottom: 0;
  padding-top: 18px;
}
.mainVisual .mainswPage span {
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 50px;
  display: block;
  transition: 0.3s;
}
.mainVisual .mainswPage span.swiper-pagination-bullet-active {
  width: 20px;
  background-color: #5e3b9f;
}

.main-info {
  margin-bottom: 80px;
}
.main-info ul {
  display: flex;
  background-color: #f8f8f8;
  border-radius: 20px;
}
.main-info ul li {
  padding: 0 20px;
  position: relative;
  width: 50%;
  background: url("/img/info-arr.png") no-repeat 98% 50%;
}
.main-info ul li:first-of-type:after {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
.main-info ul li a {
  padding-bottom: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-info ul li a > b {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  align-items: center;
  line-height: 64px;
  display: inline-block;
  padding-left: 40px;
  font-size: 1.5rem;
  font-weight: 500;
  height: 64px;
  background: url("/img/info (1).png") no-repeat 0 50%;
}
.main-info ul li a p b {
  font-size: 1.375rem;
  color: #ff2525;
}
.main-info ul li a p span {
  font-size: 1.375rem;
}
.main-info ul li a p em {
  color: #666;
}

@media (max-width: 1280px) {
  .main-info {
    margin-bottom: 40px;
    max-width: 768px;
  }
  .main-info ul {
    flex-wrap: wrap;
  }
  .main-info ul li {
    padding: 0 20px;
    position: relative;
    text-align: center;
    width: 100%;
    background: url("/img/info-arr.png") no-repeat 98% 50%;
  }
  .main-info ul li:first-of-type:after {
    content: "";
    display: block;
    width: 50%;
    height: 1px;
    position: absolute;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translateY(0) translateX(-50%);
    background-color: #fff;
  }
  .main-info ul li a {
    padding-bottom: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main-info ul li a > b {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    align-items: center;
    line-height: 64px;
    display: inline-block;
    padding-left: 40px;
    font-size: 1.5rem;
    font-weight: 500;
    height: 64px;
    background: url("/img/info (1).png") no-repeat 0 50%;
  }
  .main-info ul li a p {
    line-height: 30px;
  }
  .main-info ul li a p b {
    font-size: 1.375rem;
    color: #ff2525;
  }
  .main-info ul li a p span {
    font-size: 1.375rem;
  }
  .main-info ul li a p em {
    color: #666;
  }
}
.product .tit {
  margin-bottom: 60px;
  text-align: center;
}
.product .tit h3 {
  font-size: 2.375rem;
  margin-bottom: 24px;
}
.product .tit h3 b {
  font-weight: 500;
}
.product .tit p {
  color: #777;
}
.product .tabBtn {
  margin-bottom: 20px;
}
.product .tabBtn ul {
  max-width: 746px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.product .tabBtn ul li {
  width: calc(25% - 7.5px);
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.product .tabBtn ul li:last-of-type {
  margin-right: 0;
}
.product .tabBtn ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ddd;
  font-size: 1.375rem;
  height: 60px;
}
.product .tabBtn ul li a.on {
  color: #2a5297;
}

@media (max-width: 768px) {
  .product .tit {
    margin-bottom: 30px;
    text-align: center;
  }
  .product .tit h3 {
    font-size: 1.75rem;
    margin-bottom: 14px;
  }
  .product .tit p {
    line-height: 24px;
  }
  .product .tabBtn ul {
    justify-content: center;
  }
  .product .tabBtn ul li {
    width: auto;
    margin-right: 20px;
  }
  .product .tabBtn ul li:last-of-type {
    margin-right: 0;
  }
  .product .tabBtn ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ddd;
    font-size: 1.25rem;
    height: 60px;
  }
  .product .tabBtn ul li a.on {
    color: #2a5297;
  }
}
.product-list > ul {
  display: flex;
  flex-wrap: wrap;
}
.product-list > ul > li.item {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 26px;
  height: 200px;
  background: url("/img/sun.png") no-repeat 100% 0%;
  width: calc(33.333% - 17.333px);
  margin-right: 26px;
  display: flex;
  position: relative;
}
.product-list > ul > li.item.ing {
  background-color: #00ac91 !important;
}
.product-list > ul > li.item.ing .now {
  background: #fff url("/img/pink.png") no-repeat 10px 50% !important;
}
.product-list > ul > li.item.ing .now:after {
  color: #eb7d96 !important;
}
.product-list > ul > li.item.away {
  background-color: #868686 !important;
}
.product-list > ul > li.item.away .now {
  background: #fff url("/img/gray.png") no-repeat 10px 50% !important;
}
.product-list > ul > li.item.away .now:after {
  color: #868686 !important;
}
.product-list > ul > li.item.taro {
  background-color: #2a5297;
  background-image: url("/img/sinsign.png") !important;
  background-position: 90% 20%;
}
.product-list > ul > li.item.sin {
  background-color: #eb7d96;
  background-image: url("/img/sun.png") !important;
}
.product-list > ul > li.item.sazu {
  background-color: #54adff;
  background-image: url("/img/newface.png") !important;
}
.product-list > ul > li.item:nth-of-type(3n) {
  margin-right: 0;
}
.product-list > ul > li.item figure {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 200px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.product-list > ul > li.item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}
.product-list > ul > li.item .txt {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  color: #fff;
}
.product-list > ul > li.item .txt .new-wrap2 {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.875em;
  padding-top: 28px;
}
.product-list > ul > li.item .txt .new-wrap2 .num {
  font-size: 1.875rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-right: 1.25rem;
}
.product-list > ul > li.item .txt .new-wrap2 .name {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 0;
}
.product-list > ul > li.item .txt .intro {
  font-size: 0.875rem;
  height: 14px;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-list > ul > li.item .txt .price {
  background: url("/img/chat.png") no-repeat 0 50%;
  padding-left: 22px;
  font-size: 0.875rem;
  color: #fff;
  margin-bottom: 11px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.product-list > ul > li.item .txt .tag {
  display: flex;
  font-size: 0.75rem;
  flex-wrap: wrap;
  color: #ffde27;
  font-weight: 500;
}
.product-list > ul > li.item .txt .tag li:not(:last-child) {
  margin-right: 4px;
}
.product-list > ul > li.item .txt .status {
  display: flex;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.product-list > ul > li.item .txt .status li {
  width: 82px;
  height: 31px;
  border-radius: 30px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  box-sizing: border-box;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-list > ul > li.item .txt .status li.reserve {
  font-size: 14px;
}
.product-list > ul > li.item .txt .status li a {
  color: #fff;
}
.product-list > ul > li.item .txt .status li:not(:last-child) {
  margin-right: 14px;
}
.product-list > ul > li.item .txt .status li.now {
  padding-left: 20px;
  background: #fff url("/img/green.png") no-repeat 10px 50%;
  font-weight: 500;
}
.product-list > ul > li.item .txt .status li.now:after {
  color: #00ac91;
}
.product-list > ul > li.item .txt .status li.now.ing:after {
  content: "상담중";
}
.product-list > ul > li.item .txt .status li.now.ready:after {
  content: "상담가능";
}
.product-list > ul > li.item .txt .status li.now.away:after {
  content: "부재중";
}
.product-list > ul > li.item .txt .status li.reserve {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 28.5.0, SVG Export Plug-In . SVG Version: 9.03 Build 54727) --%3E%3Csvg version='1.1' id='레이어_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15 15' style='enable-background:new 0 0 15 15;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%232A5297;%7D .st1%7Bfont-family:'SF_HambakSnow';%7D .st2%7Bfont-size:9px;%7D .st3%7Bfill:none;stroke:%232A5297;stroke-width:0.5;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M7.5,1.25c3.45,0,6.25,2.8,6.25,6.25s-2.8,6.25-6.25,6.25s-6.25-2.8-6.25-6.25S4.05,1.25,7.5,1.25 M7.5,0 C3.36,0,0,3.36,0,7.5S3.36,15,7.5,15S15,11.64,15,7.5S11.64,0,7.5,0L7.5,0z'/%3E%3C/g%3E%3Cg%3E%3Ctext transform='matrix(1 0 0 1 2.7839 11.2993)' class='st0 st1 st2'%3EW%3C/text%3E%3Cline class='st3' x1='3.55' y1='7' x2='11.55' y2='7'/%3E%3Cline class='st3' x1='3.55' y1='8' x2='11.55' y2='8'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 10px 50%;
  background-size: auto 18px;
  font-weight: 700;
  background-color: #fff;
  box-sizing: border-box;
  padding-left: 20px;
}
.product-list > ul > li.item .txt .status li.reserve a {
  color: #2a5297;
}
@media (max-width: 768px) {
  .product-list {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .product-list > ul > li.item {
    margin-bottom: 26px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.178);
    width: 100%;
    margin-right: 0;
    margin-bottom: 13px;
  }
  .product-list > ul > li.item:nth-of-type(3n) {
    margin-right: 0;
  }
  .product-list > ul > li.item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.newbanner {
  margin-bottom: 2.5rem;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.newbanner figcaption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
  font-size: 2.5rem;
  font-weight: normal;
  text-align: center;
  width: 90%;
}
.newbanner figcaption span {
  font-weight: bold;
  color: #ffbc09;
}

@media (max-width: 768px) {
  .newbanner {
    margin: 0 auto;
    width: calc(100% - 40px);
    margin-bottom: 1.5rem;
    position: relative;
  }
  .newbanner figure img {
    min-height: 120px;
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .newbanner figcaption {
    position: absolute;
    left: 50%;
    line-height: 1.5em;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: #fff;
    font-size: 1.5rem;
    font-weight: normal;
    text-align: center;
    width: 90%;
  }
  .newbanner figcaption span {
    font-weight: bold;
    color: #ffbc09;
  }
}
.product-list > ul > li.item {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.product-list > ul > li.item > figure {
  overflow: hidden;
}
.product-list > ul > li.item > figure img {
  transform-origin: center bottom;
}
.product-list > ul > li.item:hover figure img {
  animation: zomminout 0.5s;
}

@keyframes zomminout {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
}
.product .tabBtn ul li a {
  font-weight: 500;
}

.product .tabBtn ul li a {
  color: #888;
}

.discount {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 6.25rem;
  border: 4px solid transparent;
  border-radius: 10px;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #6852b2, #99b3fe);
  background-origin: border-box;
  background-clip: content-box, border-box;
  background-color: #fff;
  box-sizing: border-box;
}
.discount > ul {
  padding: 30px 70px;
}
@media (max-width: 768px) {
  .discount > ul {
    padding: 20px 20px;
  }
}
.discount > ul > li b {
  font-size: 1.125rem;
  font-weight: bold;
  display: block;
  margin-bottom: 1.25rem;
}
.discount > ul > li ul {
  line-height: 1.5em;
  margin-bottom: 1.25rem;
}
.discount > ul > li ul li:not(:last-child) {
  margin-bottom: 0;
}

.costtable {
  margin-bottom: 1.5rem !important;
}

.payemergency {
  line-height: 1.5rem;
  margin-bottom: 3.75rem;
}
.payemergency li:not(:last-child) {
  margin-bottom: 10px;
}/*# sourceMappingURL=style.css.map */