.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;
}
/* 해더 */
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;
}
/* 생애주기에따라 */
.content {
  padding: 88px 0 0px 0;
}
.content h1 {
  padding-bottom: 50px;
}
.tabList {
  width: 100%;
  display: flex;
}
.tab {
  width: 25%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #bcf1c3;
  font-size: 20px;
  color: #194c01;
  cursor: pointer;
  font-weight: 500;
}
.tab.on {
  background-color: #fff;
  border-top: 2px solid #bcf1c3;
  color: #3e7700;
  font-weight: bold;
}
.sub.content .tab.on {
  background-color: #f7f7f7;
  border-top: 2px solid #bcf1c3;
  color: #3e7700;
  font-weight: bold;
}
.tabContentWrap .tabContent {
  display: none;
}
.tabContentWrap .tabContent:nth-child(1) {
  display: block;
}
.tabContent {
  position: relative;
}
.tabContent {
  position: relative;
}
.downScroll {
  position: absolute;
  left: 6%;
  cursor: pointer;
  width: 30%;
  height: 58px;
}
.downScroll.down1 {
  bottom: 46%;
}
.downScroll.down2 {
  bottom: 17%;
}
.main.content .link {
  padding-bottom: 100px;
}
.link {
  display: flex;
  justify-content: center;
  padding-top: 60px;
}
/* 중간 지그재그 선 */
.mainLine {
  width: 100%;
  height: 211px;
}
.mainLine img {
  width: 100%;
  height: 100%;
}
.tabList.sub .tab {
  width: 50%;
}
/* 건강니즈에 따라 */
.sub.content {
  background-color: #f7f7f7;
  padding-top: 0;
}
.upArrow {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}
.upArrow img {
  cursor: pointer;
}
.tabContentWrap.sub .swiper-container {
  max-width: 1300px;
}

.swiper-button-next,
.swiper-button-prev {
  right: 10px;
  color: #000 !important;
  fill: black !important;
  stroke: black !important;
}
.swiper-slide {
  padding-top: 60px;
}

.swiper-pagination {
  top: 0;
  left: 50%;
  max-width: 1080px;
  width: 100%;
  transform: translateX(-50%);
  border-bottom: 2px solid #e4e4e4;
}
.swiper-pagination-bullet {
  width: 175px;
  height: 60px;
  background-color: #f7f7f7;
  color: #000;
  padding-top: 25px;
  font-weight: 500;
  position: relative;
  font-size: 18px;
}
.swiper-pagination-bullet-active::after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0px;
  right: 0px;
  height: 2px;
  background-color: #007700;
}
/* 푸터 */
.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;
}
