/* common */
body, html {scroll-behavior:smooth;}
img {width: 100%;}
ul,li {list-style: none;}
.hidden-pc {display: none;}
.hidden-mo {display: block;}

.pet_frendly {
  --c_key: #64AF9D;
  --c_key_red: #D17777;
  --c_bg_beige: #F1EDE5;
  --c_bg_blue: #DFE9E7;
  --c_bg_blue2: #F2F6F5;
  --c_bg_blk: #444;
  --c_def_blk: #222;
  --c_def_whi: #fff;
  --c_def_gr: #919191;
  --width_big: 1380px;
  --padding: 180px 50px;
  overflow: hidden;
}
.inner {
  --gap: 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--gap);
  max-width: var(--width_big);
  padding: var(--padding);
  margin: 0 auto;
}

.pet_tit h2 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
  padding: 16px 0 24px;
  transform: translateX(-10px);
  transition: opacity .5s ease, transform .5s ease;
  opacity: 0;
}
.pet_tit h2 b {
  color: var(--c_key);
}
.pet_tit h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
  color: var(--c_def_gr);
}
.pet_tit h3 b {
  color: var(--c_def_blk);
}
p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--c_def_blk);
  z-index: 0;
}
._white h3 b, 
._white p, 
._white {
  color: var(--c_def_whi);
}
.c_key {
  font-weight: 700;
  color: var(--c_key);
}
.c_key_red {
  font-weight: 700;
  color: var(--c_key_red);
}
.c_key_red small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #777;
  padding-top: 8px;
}
.txt_grp {
  --gap: 0;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  padding: 24px 0;
}
.pet_tit h3 + .txt_grp,
.pet_tit h3 + p {
  padding-top: 32px
}


/*  visual  */
.pet_vsl {
  position: relative;
}
.pet_vsl .inner {
  flex-direction: row;
  padding-top: 133px;
  padding-bottom: 133px;
}
.vsl {
  text-align: left;
  color: var(--c_def_whi);
  max-width: var(--width_big);
  width: 100%;
  height: 100%;
}
.vsl_subtit {
  display: flex;
  gap: 4px;
  align-items: center;
  width: fit-content;
  font-weight: 700;
  color: var(--c_def_whi);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.vsl_subtit::before,
.vsl_subtit::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('/wp-content/themes/fastfive/assets/images/pages/pet_frendly/pc/visual_dog.png') no-repeat center;
  background-size: cover;
}
.vsl_subtit::after {
  background: url('/wp-content/themes/fastfive/assets/images/pages/pet_frendly/pc/visual_cat.png') no-repeat center;
  background-size: cover;
}
.pet_tit .baloon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 256px;
  height: 39px;
  font-weight: 400;
  color: var(--c_def_blk);
  padding: 4px 0;
  background-color: var(--c_def_whi);
  border-radius: 40px;
  /* transform: translateY(10px);
  opacity: 0; */
}
.baloon::after {
  content: '';
  position: absolute;
  top: -12px;
  left: 15px;
  display: block;
  width: 16px;
  height: 14px;
  background: url('/wp-content/themes/fastfive/assets/images/pages/pet_frendly/pc/vsl_baloon.png') no-repeat center;
  background-size: cover;
}
._ani h2 {
  transform: translateX(0);
  opacity: 1;
}
/* ._ani .baloon {
  animation: fade-up .3s ease forwards;
} */
.petSwiper {    
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.petSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


/*  intro  */
.pet_intro {
  position: relative;
  background-color: var(--c_bg_beige);
  overflow: hidden;
}
.pet_intro .pet_tit {
  z-index: 1;
}
/*  gif 관련 CSS  */
.pet_gifbox {
  display: block;
  font-size: 0;
}
.gif {
  width: 200px;
}
.pet_intro .pet_gifbox {    
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pet_intro .gif {
  position: absolute;
  top: 122px;
  right: calc(50% - 475px);
  width: 200px;
}
.pet_intro .gif._2 {
  top: auto;
  right: auto;
  left: calc(50% - 540px);
  bottom: 128px;
  width: 280px;
}

/*  pet_spot  */
.pet_spot .pet_gifbox {    
  font-size: 0;
  padding-bottom: 16px;
}
.spot_list ul {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px 22px;
}
.spot_disc {
  font-size: 0;
  opacity: 0;
  transform: translateY(10px);
}
.spot_disc._ani {
  animation: .3s fade-up .1s ease forwards alternate;
}
.spot_disc p {
  font-weight: 700;
  padding-top: 8px;
}
.spot_list {
  max-width: 1058px;
  margin: 0 auto;
}
.spot_list small {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #777;
  padding-top: 32px;
}

/*  pet_consider  */
.pet_consider {
  background: var(--c_bg_beige);
}
.pet_consider .inner {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.pet_consider .txt_grp {
  padding-bottom: 0;
}
.pet_consider .txt_box {
  width: fit-content;
  margin: 0 auto;
}
.pet_consider .c_key_red {
  position: relative;
}
.pet_consider .c_key_red::before,
.pet_consider .c_key_red::after {
  content: '';
  position: absolute;
  top: -8px;
  left: 140px;
  display: block;
  width: 30px;
  height: 30px;
  background: url('/wp-content/themes/fastfive/assets/images/pages/pet_frendly/pc/quotation_left.png') no-repeat center;
  background-size: cover;
  transform: translateY(-10px);
  opacity: 0;
  transition: .3s transform .5s ease, .3s opacity .5s ease;
}
.pet_consider .c_key_red::after {
  left: auto;
  right: 140px;
  background: url('/wp-content/themes/fastfive/assets/images/pages/pet_frendly/pc/quotation_right.png') no-repeat center;
  background-size: cover;
}
.pet_consider ._ani .c_key_red::before,
.pet_consider ._ani .c_key_red::after {
  transform: translateY(0px);
  opacity: .3;
}
.under_color {
  position: relative;
}
.under_color::after {
  position: absolute;
  bottom: -2px;
  left: -4px;
  width: calc(100% + 8px);
  height: 14px;
  background-color: var(--c_key_red);
  border-radius: 24px;
  content: '';
  z-index: -1;
  opacity: .15;
}

/*  pet_event  */
.pet_event {
  background: url('/wp-content/themes/fastfive/assets/images/pages/pet_frendly/pc/pet_event_bg.png') no-repeat center;
  background-size: cover;
}
.pet_event .inner {
  position: relative;
  padding: 226px 50px 258px;
}
.pet_event .gif {
  width: 146px;
}
.pet_evt_list {    
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 32px 0 24px;
}
.pet_evt_list > li {
  width: fit-content;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  color: var(--c_key);
  background: rgba(223, 233, 231, 0.40);
  padding: 8px 24px;
  border: 2px solid var(--c_bg_blue);
  border-radius: 100px;
}

/*  pet_guide   */
.pet_guide {
  background: var(--c_bg_blue);
}
.pet_guide .txt_grp {
  --gap: 24px;
  padding-bottom: 0;
}
.pet_guide .under_color::after {
  background-color: var(--c_def_whi);
  opacity: .7;
}
.pet_guide_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(4, minmax(124px, auto));;
  gap: 16px;
}
.guide_disc {
  display: flex;
  align-items: center;
  gap: 24px;
  background: rgba(255, 255, 255, 0.60);
  border: 2px solid #fff;
  border-radius: 20px;
  opacity: 0;
}
.guide_disc:first-child {
  grid-row: 1 / 3;
}
.guide_disc:nth-child(5) {
  grid-row: 3 / 5;
  grid-column: 2 / 3;
}
.guide_disc > img {
  max-width: 170px;
}
.pet_txt {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 30px 20px 0;
}
.pet_txt h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4; 
  color: var(--c_def_blk);
}
._ani .guide_disc {
  animation: fade-to-right .3s .2s ease-in forwards alternate;
}
._ani .guide_disc:nth-child(2) {
  animation-name: fade-to-left;
  animation-delay: .3s
}
._ani .guide_disc:nth-child(3) {
  animation-name: fade-to-left;
  animation-delay: .4s
}
._ani .guide_disc:nth-child(4) {
  animation-name: fade-to-right;
  animation-delay: .6s
}
._ani .guide_disc:nth-child(5) {
  animation-name: fade-to-left;
  animation-delay: .5s
}
._ani .guide_disc:nth-child(6) {
  animation-name: fade-to-right;
  animation-delay: .7s
}

/*  pet_culture  */
.pet_culture {
  background: var(--c_bg_blk);
}
.pet_culture .inner {
  max-width: none;
  padding: 180px 0;
}
.pet_culture .txt_grp {
  --gap: 24px;
  padding-bottom: 0;
}
.pet_culture_img {
  position: relative;
  font-size: 0;
  height: 100%;
}
.pet_culture_img::before,
.pet_culture_img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 302px;
  height: 100%;
  background: linear-gradient(90deg, #444 38.04%, rgba(68, 68, 68, 0.68) 63.49%, rgba(68, 68, 68, 0.34) 82.65%, rgba(68, 68, 68, 0.00) 100%);
}
.pet_culture_img::after {  
  left: auto;
  right: 0;
  background: linear-gradient(270deg, #444 38.04%, rgba(68, 68, 68, 0.68) 63.49%, rgba(68, 68, 68, 0.34) 82.65%, rgba(68, 68, 68, 0.00) 100%);
}

/*  pet_review  */
.pet_review {
  background: var(--c_bg_blue2);
}
.pet_spot .inner, .pet_review .inner {
  padding-top: 120px;
}
.head_pet {
  position: relative;
  right: 0;
  width: 78px;
  height: 96px;
  margin: 0 auto 16px;
  overflow: hidden;
}
.head_pet::before {
  content: '';
  position: absolute;
  top: 47px;
  left: 0;
  display: inline-block;
  width: 42px;
  height: 29px;
  background: url('/wp-content/themes/fastfive/assets/images/pages/pet_frendly/pc/review_head3.png') no-repeat center;
  background-size: cover;
  z-index: 0;
  animation: head-infit .8s ease-in-out infinite alternate;
  transform-origin: right;
}
.head_pet::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 2px;
  height: 0;
  background: url('/wp-content/themes/fastfive/assets/images/pages/pet_frendly/pc/review_head1.png') no-repeat center;
  background-size: cover;
  z-index: 0;
  transition: all .4s .2s ease-in;
}
._ani.head_pet::after {
  height: 86px;
}
.head2 {
  position: absolute;
  right: -100%;
  width: 55px;
  z-index: 1;
  transition: right .7s .3s ease-in;
}
._ani .head2 {
  right: 0;
}
.pet_review_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 628px;
  width: 100%;
  margin: 0 auto;
}
.review_disc {
  position: relative;
  display: flex;
  align-items: center;
  background: #CFE5E1;
  padding: 16px;
  border-radius: 20px;
}
.review_disc._reverse {
  flex-direction: row-reverse;
  justify-content: space-between;
  background: var(--c_def_whi);
}
.review_disc .pet_txt {
  margin-left: 32px;
}
.review_disc._reverse .pet_txt {
  margin-left: 16px;
}
.review_disc > img {
  width: 204px;
  height: 200px;
}
.review_disc > span {
  position: absolute;
  top: 0;
  right: -28px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  color: var(--c_def_whi);
  background: var(--c_key);
  padding: 8px 24px;
  border-radius: 100px;
  transform: rotate(15deg);
}
.review_disc:nth-child(2) > span {
  right: auto;
  left: -28px;
  transform: rotate(-15deg);
}
.review_disc:nth-child(3) > span {
  right: -40px;
  transform: rotate(-15deg);
}


.up_motion {
  opacity: 0;
  transform: translateY(10px);
}
._ani .up_motion {
  animation: .3s fade-up .3s ease forwards;
}
._ani .up_motion:nth-child(2) {
  animation-delay: .4s;
}
._ani .up_motion:nth-child(3) {
  animation-delay: .5s;
}
._center {
  text-align: center;
}


/*  btn_group  */
.btn_group {
  width: fit-content;
  margin: 0 auto;
}
.bt_base {
  --btn_t: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 56px;
  text-indent: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  color: var(--btn_t);
  padding: 0 48px;
  background: var(--c_def_blk);
  border-radius: 8px;
}
.bt_base::after {
  --arrow_bg: #fff;
  content: '';
  width: 24px;
  height: 24px;
  mask-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1971_1443' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='25' height='24'%3E%3Crect x='0.5' width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1971_1443)'%3E%3Cmask id='mask1_1971_1443' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='4' y='4' width='17' height='16'%3E%3Crect x='4.5' y='4' width='16' height='16' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_1971_1443)'%3E%3Cpath d='M14.15 11.9995L9.24999 7.09947C9.08333 6.9328 9.00277 6.73558 9.00833 6.5078C9.01388 6.28003 9.09999 6.0828 9.26666 5.91614C9.43333 5.74947 9.63055 5.66614 9.85833 5.66614C10.0861 5.66614 10.2833 5.74947 10.45 5.91614L15.5667 11.0495C15.7 11.1828 15.8 11.3328 15.8667 11.4995C15.9333 11.6661 15.9667 11.8328 15.9667 11.9995C15.9667 12.1661 15.9333 12.3328 15.8667 12.4995C15.8 12.6661 15.7 12.8161 15.5667 12.9495L10.4333 18.0828C10.2667 18.2495 10.0722 18.33 9.84999 18.3245C9.62777 18.3189 9.43333 18.2328 9.26666 18.0661C9.09999 17.8995 9.01666 17.7022 9.01666 17.4745C9.01666 17.2467 9.09999 17.0495 9.26666 16.8828L14.15 11.9995Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  mask-size: cover;
  background: var(--arrow_bg);
}

@keyframes fade-up {
  0% {transform: translateY(10px);opacity: 0;}
  100% {transform: translateY(0px);opacity: 1;}
}
@keyframes fade-to-left {
  0% {transform: translateX(10px);opacity: 0;}
  100% {transform: translateX(0px);opacity: 1;}
}
@keyframes fade-to-right {
  0% {transform: translateX(-10px);opacity: 0;}
  100% {transform: translateX(0px);opacity: 1;}
}
@keyframes head-infit {
  0% {transform: rotate(10deg);}
  100% {transform: rotate(-10deg);}
}

@media (min-width: 961px) and (hover: hover) {
  .bt_base:hover {
    background: var(--c_key);
  }
}

@media all and (max-width: 961px) {
  .hidden-pc {
    display: block;
  }
  .hidden-mo {
    display: none;
  }

  .inner {
    --gap: 40px;
  }
  .pet_frendly {
    --width_big: 375px;
    --padding: 130px 20px;
  }
  .pet_tit h3 {
    font-size: 26px;
  }
  p {
    font-size: 16px;
  }
  .txt_grp {
    --gap: 12px;
    padding: 24px 0;
  }
  .pet_tit h3 + .txt_grp,
  .pet_tit h3 + p {
    padding-top: 24px;
  }
  .pet_txt h5 {
    font-size: 18px;
  }
  .pet_txt p {
    font-size: 14px;
  }

  /*  visual  */
  .pet_vsl {
    min-height: 420px;
  }
  .pet_vsl .inner {
    justify-content: flex-start;
    max-width: none;
    padding: 40px 30px 0;
  }
  .pet_tit h2 {
    font-size: 28px;
    padding: 10px 0 17px;
  }
  .vsl_subtit::before, 
  .vsl_subtit::after {
    width: 24px;
    height: 24px;
  }
  .pet_tit .baloon {
    width: 216px;
    height: 35px;
  }
  .baloon::after {
    top: -8px;
    width: 10px;
    height: 10px;
  }

  /*  per_intro  */
  .pet_intro .inner {
    padding: 184px 20px 190px
  }
  .gif {
    width: 154px;
  }
  .pet_intro .gif {
    top: 24px;
    right: calc(50% - 100px);
    width: 160px;
  }
  .pet_intro .gif._2 {
    bottom: 24px;
    left: calc(50% - 115px);
    width: 233px;
  }

  /*  .pet_spot   */
  .pet_spot .inner {
    padding-top: 80px;
  }
  .pet_spot .pet_gifbox {
    padding-bottom: 0;
  }
  .spot_list ul {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 16px 14px;
  }
  .spot_list small {
    padding-top: 24px;
  }
  .spot_disc p {
    padding-top: 6px;
  }

  /*  pet_consider  */
  .pet_consider img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
  }
  .pet_consider .c_key_red::before, 
  .pet_consider .c_key_red::after {
    top: 0;
    left: 30px;
    display: block;
    width: 24px;
    height: 24px;
  }
  .pet_consider .c_key_red::after {
    left: auto;
    right: 30px;
  }

  /*  pet_event  */
  .pet_event {
    background: url('/wp-content/themes/fastfive/assets/images/pages/pet_frendly/mo/pet_event_bg.png') no-repeat center;
    background-size: auto 100%;
  }
  .pet_event .inner {
    padding: 152px 0 224px;
  }
  .pet_event .gif {
    width: 100px;
  }
  .pet_evt_list {
    padding: 24px 0;
  }
  .pet_evt_list > li {
    font-size: 16px;
    padding: 6px 20px;
  }

  /*  .pet_guide  */
  .pet_guide .txt_grp {
    --gap: 12px;
  }
  .pet_guide_list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .guide_disc {
    gap: 4px;
    width: 100%;
    padding: 20px 12px;
  }
  .guide_disc:nth-child(2),
  .guide_disc:nth-child(3) {
    flex-direction: column;
    flex: 1;
  }
  .guide_disc:nth-child(2) {
    order: 3;
  }
  .guide_disc:nth-child(3) {
    order: 2;
  }
  .guide_disc:nth-child(4) {
    order: 4;
  }
  .guide_disc:nth-child(5) {
    order: 6;
  }
  .guide_disc:nth-child(6) {
    order: 5;
  }
  .guide_disc > img {
    width: 100px;
  }
  .guide_disc .pet_txt {
    padding: 0;
  }
  ._ani .guide_disc {
    animation-duration: .5s;
  }
  .pet_culture_img::before, .pet_culture_img::after {
    width: 89px;
    background: linear-gradient(90deg, #444 21.91%, rgba(68, 68, 68, 0.94) 36.18%, rgba(68, 68, 68, 0.81) 56.92%, rgba(68, 68, 68, 0.60) 76.3%, rgba(68, 68, 68, 0.00) 100%);
  }
  .pet_culture_img::after {
    background: linear-gradient(270deg, #444 21.91%, rgba(68, 68, 68, 0.94) 36.18%, rgba(68, 68, 68, 0.81) 56.92%, rgba(68, 68, 68, 0.60) 76.3%, rgba(68, 68, 68, 0.00) 100%);
  }

  /*  pet_culture   */
  .pet_culture .inner {
    padding: 130px 0;
  }

  /*  pet_review  */
  .head_pet {
    margin-bottom: 8px;
  }
  .pet_review .inner {
    padding-top: 80px;
  }
  .pet_review_list {
    gap: 38px;
  }
  .review_disc {
    flex-direction: column;
    padding: 16px 0 0;
  }
  .review_disc > img {
    width: 130px;
    height: 130px;
  }
  .review_disc > span,
  .review_disc:nth-child(2) > span,
  .review_disc:nth-child(3) > span {
    top: auto;
    left: 50%;
    right: auto;
    bottom: -17px;
    font-size: 16px;
    padding: 4px 16px;
    transform: translateX(-50%);
  }
  .review_disc._reverse {
    flex-direction: column;
  }
  .review_disc._reverse .pet_txt {
    margin-left: 0;
  }
  .review_disc .pet_txt {
    text-align: center;
    gap: 4px;
    padding: 8px 0 32px;
    margin: 0;
  }

}