.swiper-pagination span:focus-visible {
  outline: none;
  background-color: transparent;
}

ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
}
.center {
  width: 1080px;
  margin: 0 auto;
}
.wrap {
  width: 100%;
  min-width: 1080px;
  overflow: hidden;
}
/* 해더 */
header {
  height: 80px;
}
header .center {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menuList {
  display: flex;
}
.menuList li {
  padding-left: 40px;
  padding-top: 5px;
}
.menuList li a {
  color: #000;
  position: relative;
}

.purinaLogo {
  margin-left: 25px;
  cursor: pointer;
}
.menuList li a.on {
  color: #000;
  font-weight: 500;
}
.menuList li a.on:after {
  position: absolute;
  content: "";
  right: 1px;
  bottom: -10px;
  left: 1px;
  height: 2px;
  background-color: #000;
}
/* 배너 */
.banner {
  width: 100%;
  position: relative;
}
.banner img {
  width: 100%;
}
.bannerClickWrap {
  position: absolute;
  width: 56%;
  height: 22%;
  left: 50%;
  bottom: 0;
  display: flex;
  transform: translateX(-50%);
}
.bannerClick {
  width: 25%;
  height: 100%;
  cursor: pointer;
}
/* 강아지,고양이 프로플랜 링크  */
.proplanLink {
  display: flex;
  padding: 0 50px;
  padding-top: 50px;
  justify-content: space-between;
}


/* 컨텐츠 */
.titleBox{
  position: relative;
  padding-top: 25px;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 53px;
}
.titleBox .bar{
  position: absolute;
  top: 0;left: 50%;
  transform: translateX(-50%);
  width: 37px;height: 5px;
  background-color: #6a896a;
}
.review{
  padding-top: 106px;
}
.tabBox{
  width: 100%;
  margin:0 auto;
  display: flex;
}
.tab{
  position: relative;
  width: 50%;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  color: #fff;
  background-color: #6a896a;
}
.tab a{
  display: block;
  color: #fff;
  text-align: center;
}
.tab.on{
  font-weight: 500;
  position: relative;
  color:#6a896a;
  background-color: #fff;
}
.tab.on a{
  color:#6a896a;
}
.tab.on::after{
  content:"";
  position: absolute;
  left: 0;right: 0;
  top: 0px;
  width: 100%;
  height: 2px;
  background-color: #6a896a;
}
.caution{
  padding: 40px 0;
  font-size: 18px;
  color: #b5b5b5;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  line-height: 40px;
}
.content{
  padding: 20px 30px;
}
.filterBox{
  font-size: 15px;
  line-height: 40px;
  color: #b5b5b5;
  text-align: center;
  padding-bottom: 40px;
}
.filterBox .filter{
  display: inline-block;
  cursor: pointer;
}
.filterBox .on{
  color: #5aafac;
}
.filterBox .bar{
  display: inline-block;
  width: 2px;
  height: 20px;
  margin: 0 20px;
  vertical-align: -5px;
  background-color: #b5b5b5;
}
/* 셀렉트박스 */
.filterSelectBox{
  display: flex;
}
.filterSelectBox .nice-select{
  width: 130px;
  padding-left: 20px;
  padding-right: 80px;
  font-size: 15px;
  color: #b5b5b5;
  height: 40px;
  line-height: 38px;
  border-radius: 0;
  margin-right: 10px;
}
.filterSelectBox .filterSelect1{
  width: 200px;
  padding-right: 100px;
}
.filterSelectBox .filterSelect2{
  width: 180px;
  padding-right: 90px;
}
.filterSelectBox .filterSelect3{
  width: 180px;
  padding-right: 90px;
}
.filterSelectBox .nice-select .list{
  width: 100%;
}
.filterSelectBox .nice-select .option{
  width: 100%;
  padding-left: 20px;
  padding-right: 80px;
}
.nice-select .option.selected{
  font-weight: 500;
}

/* 리뷰리스트 */
.reviewList{
  margin-top: 50px;
  min-width: 1080px;
  position: relative;
}
.reviewList section{
  width: 255px;
  display: inline-block;
  visibility: hidden; /* hide by default */
}
.grid.is-visible-items .grid-item { visibility: visible; }
.reviewList section:nth-child(4) .reviewCard{
  margin-right: 0;
}
.reviewCard{
  margin: 5px;
}

/* 후기쓰고 적립금받기 */
.reviewButton{
  background-color: #5aafac;
  color: #fff;
  padding: 40px 15px;
  margin: 5px;
  border-radius: 7px;
  text-align: center;
  cursor: pointer;
}
.reviewButton .top{
  font-size: 100px;
  line-height: 60px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 50px;
}
.reviewButton .bottom{
  font-size: 18px;

}
.reviewButton .bottom .border{
  border:1px solid #fff;
}
.reviewButton .bottom h4{
  font-weight: 500;
  padding-bottom: 20px;
}

.reviewButton .bottom p{
  width: 200px;
  margin: 0 auto;
  background-color: #5aafac;
  font-size: 13px;
  line-height: 20px;
}
.reviewButton .bottom p:first-child{
  margin-top: -2px;
}
.reviewButton .bottom p:last-child{
  margin-bottom: -2px;
}
.reviewCard{
  border:1px solid #e5e5e5;
  border-radius: 15px;
  padding: 30px 20px;
}
.reviewCard .title{
  font-size: 18px;
}
.reviewCard .title h4{
  font-weight: normal;
  color: #484647;
}
.reviewCard .title h4 span{
  color: #5aafac;
  font-weight: 500;
  vertical-align: -1px;
}
/* 평점 */
.starBox{
  display: flex;
  padding-top: 5px;
  padding-bottom: 20px;
}
.star{
  width: 16px;height: 16px;
  background: url(/proplanmeal/src/pc/images/lounge/star.png) center center no-repeat;
  background-size: contain;
}
.star.on{
  background: url(/proplanmeal/src/pc/images/lounge/starOn.png) center center no-repeat;
}
.reviewLine{
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  margin-bottom: 10px;
}
.reviewCard img{
  width: 100%;
  margin-bottom: 10px;
}
.reviewTxt{
  font-size: 13px;
  padding-bottom: 20px;
  color: #b5b5b5;
}
.reviewInfo{
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  color: #b5b5b5;
}
.reviewInfo .date{
  text-align: right;
}
.upArrow {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}
.upArrow img {
  cursor: pointer;
}
/* 푸터 */
.footer {
  background-color: #464646;
}
.footerTop {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.footerNav ul {
  display: flex;
}
.footerNav ul li {
  padding-right: 24px;
}
.footerNav ul li a {
  font-size: 13px;
  color: #fff;
}
.footerNav ul li a:hover {
  color: #fe9494;
}
.footerNav ul .on a {
  color: #fe9494;
}
.familySite select {
  width: 140px;
  height: 25px;
}
.ui-selectmenu-button.ui-button {
  width: 11em !important;
  background-color: #464646;
  color: #fff;
}
.ui-button:hover,
.ui-button:focus,
.ui-button.ui-state-active:hover {
  background-color: #464646 !important;
  color: #fff !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: none !important;
}
.ui-menu .ui-menu-item-wrapper {
  background-color: #464646 !important;
  color: #fff !important;
  padding-left: 17px !important;
}
.ui-selectmenu-icon.ui-icon {
  display: none;
}
.footerLine {
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.footerSns {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.snsList ul {
  display: flex;
}
.snsList ul li {
  margin-left: 8px;
}

.footerBottom {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 13px;
  line-height: 200%;
  padding-bottom: 20px;
}
.footerBottom h3 {
  font-size: 13px;
}
.footerBottom .space {
  display: inline-block;
  width: 12px;
}
.footerBottom .space.brWeb {
  display: block;
}
.footerBottom p {
  padding-top: 10px;
  color: #c2c2c2;
}

/* 인스타그램 */
.instagram{
  padding: 20px;
}
.instaList{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.instaList li{
  width: 33.33%;
  padding-bottom: 20px;
}
.instaList li a{
  display: block;
  text-align: center;
}
.instaList li img{
  width: 320px;
  height: 320px;
}