.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;
}

/* 탭아래 컨텐츠 */
.contentBox{
  padding-top: 10px;
}
.circleBox{
  display: flex;
  padding: 0 20px;
  justify-content: space-between;
}
.circleBox.offline{
  justify-content: center;
}

.circle{
  font-size: 28px;
  padding: 0 25px;
  line-height: 58px;
  height: 60px;
  border:2px solid #b5b5b5;
  color: #b5b5b5;
  border-radius: 30px;
}
.circleBox.offline .circle{
  margin-right: 20px;
}
.circle.on{
  border:2px solid #6a896a;
  color: #6a896a;
}
/* 이벤트리스트 */
.imgBox{
  padding-bottom: 36px;
}
.imgBox img{
  width: 100%;
  height: 270px;
}
.eventInfo{
  padding-bottom: 40px;
}
.eventInfo h4{
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.eventInfo span{
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 19px;
  color: #b5b5b5;
}
.eventLine{
  width: 100%;
  height: 3px;
  background-color: #e5e5e5;
}
.eventImg{
  padding-top: 55px;
}
.eventImg img{
  width: 100%;
}
.button{
  padding-top: 50px;
  text-align: center;
}
/* 이벤트 상세 페이지 */
.roundBox{
  padding: 0 20px;
  display: flex;
  justify-content: center;
}
.round{
  font-size: 18px;
  padding: 0 30px;
  line-height: 34px;
  height: 38px;
  border:2px solid #b5b5b5;
  color: #b5b5b5;
  border-radius: 30px;
}
.round.on{
  color:#6a896a;
  border:2px solid #6a896a;
}
.roundLine{
  width: 30px;
  height: 20px;
  padding-top: 10px;
  border-bottom: 2px solid #b5b5b5;
}
.extraLine{
  width: 100%;
  height: 2px;
  background-color: #e5e5e5;
  margin: 20px 0 65px 0;
}
.extraInfo{
  text-align: center;
  padding-bottom: 35px;
}
.extraInfo h3{
  font-size: 18px;
  color: #6a896a;
  font-weight: 500;
}
.extraInfo span{
  font-size: 15px;
  display: inline-block;
  padding-bottom: 35px;
}
.extraButton{
  text-align: center;
  margin-bottom: 45px;
}
/* 체험단 탭 */
.extraTabBox{
  border-top: 1px solid #e5e5e5;
  border-bottom: 2px solid #b5b5b5;
  display: flex;
  cursor: pointer;
}
.extraTab{
  font-size: 18px;
  color:#b5b5b5;
  width: 33.33%;
  text-align: center;
  padding: 20px 0;
}
.extraTab.on{
  position: relative;
  color: #000;
  font-weight: 500;
}
.extraTab.on::after{
  content: "";
  position: absolute;
  left: 0; right: 0;
  bottom: -2px;
  height: 4px;
  background-color: #6a896a;
}
.extraContentBox{
  display: flex;
}
.extraContent{
  width: 100%;
  padding-top: 35px;
  display: none;
}
.extraContent:first-child{
  display: block;
}
.contentImg{
  width: 100%;
}
/* 신청현황,후기 */
.extraContent {
  padding-bottom: 30px;
}
.content2,.content3{
  padding-left: 30px;
  padding-right: 30px;
}
.contentNum{
  font-size: 18px;
  display: inline-block;
}
.contentList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contentList section{
  width: 49%;
  border:1px solid #b5b5b5;
  padding: 20px;
  border-radius: 10px;
  margin-top: 35px;
}
.contentList section.mine{
  border: 2px solid #6a896a;
}
.flex{
  display: flex;
}
.contentTitle{
  justify-content: space-between;
  padding-bottom: 30px;
}
.contentTitle h5{
  font-size: 16px;
  font-weight: 500;
}
.contentTitle .left span{
  font-size: 16px;
  color: #b5b5b5;
}
.contentTitle .right span{
  font-size: 18px;
  color:#6a896a;
}
.contentInfo{
  padding-bottom: 20px;
}
.contentInfo .left .box{
  font-size: 16px;
  border:1px solid #000;
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  margin-right: 10px;
}
.contentInfo .right h5{
  font-size: 18px;
  font-weight: normal;
  line-height: 40px;
}
.contentInfo .right span{
  font-size: 19px;
  line-height: 40px;
}
.contentLine{
  width: 100%;
  height: 1px;
  background-color: #b5b5b5;
}
.applyContent{
  overflow-wrap: break-word;
  padding: 20px 0;
  font-size: 16px;
}
.contentSnsBox{
  justify-content: space-between;
}
.contentSnsBox .left{
  border: 2px solid #6a896a;
  height: 40px;
  border-radius: 30px;
  line-height: 38px;
  font-size: 18px;
  padding: 0 20px;
  color: #6a896a;
}
.contentSnsBox .right{
  border: 2px solid #b5b5b5;
  height: 40px;
  border-radius: 30px;
  line-height: 38px;
  font-size: 18px;
  padding: 0 20px;
  color: #b5b5b5;
  width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 후기 */
.contentNumBox{
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.contentNumBox .left{
  font-size: 18px;
}
.contentNumBox .right img{
  cursor: pointer;
}
.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;
}
a.btn_middle {
    font-size: 20px;
    color: white;
    background: #6a896a;
    display: inline-block;
    border-radius: 25px;
    padding: 25px 120px;
    line-height: 0;
    margin: 0 5px;