.container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 20px; font-family: "Noto Sans KR"; }
.container-full { width: 100%; }

/* Section 1 */
.section1 {padding: 50px 0; background: #753dff; }
.section1-content { display: flex; align-items: center; justify-content: space-between; gap: 80px; position: relative;}
.section1-text { flex: 1; text-align: left; }
.section1-subtitle { font-size: 21px; color: #fff; font-weight: 400; margin-bottom: 16px; }
.section1-title { font-size: 50px; font-weight: 700; line-height: 1.3; margin-bottom: 32px; color: #fff; }
.section1-btn { display: inline-block; padding: 16px 48px; background: rgba (255, 255, 255, 0.2); color: #fff; border-radius: 30px; text-decoration: none; font-weight: 700; border: 2px solid #fff; margin-bottom: 40px; transition: box-shadow 0.3s ease-in-out; font-size: 20px; position: relative; }
.section1-btn::after { content: ""; display: block; position: absolute; top: 50%; right: 20px; width: 8px; height: 8px; transform: translateY(-50%) rotate(45deg); border-top: 2px solid #fff; border-right: 2px solid #fff; border-bottom: none; border-left: none; }
.section1-btn:hover { box-shadow: 0 8px 15px rgba(33, 33, 33, 0.2); transform: none; }
.section1-tags { display: flex; gap: 12px; flex-wrap: wrap; }
.tag {padding: 6px 10px 6px 41px; border-radius: 20px; font-size: 14px; font-weight: 700; box-shadow: 0 6px 12px rgba(33, 33, 33, 0.3);}
.tag.pink {background: #fdc1c4; color: #212121; background-image: url(https://newsite.zooseyo.com/z_images/icon/adopt_01.png); background-size: contain; background-repeat: no-repeat; background-position: 8px 6px; width:110px;}
.tag.green {background: #a9f5c0; color: #212121; background-image: url(https://newsite.zooseyo.com/z_images/icon/adopt_03.png); background-size: contain; background-repeat: no-repeat; background-position: 8px 6px; width:110px;}
.tag.blue { background: #a9def5; color: #212121; background-image: url(https://newsite.zooseyo.com/z_images/icon/adopt_02.png); background-size: contain; background-repeat: no-repeat; background-position: 8px 6px; width:110px;}
.tag.orange {background: #fedda5; color: #212121; background-image: url(https://newsite.zooseyo.com/z_images/icon/adopt_04.png); background-size: contain; background-repeat: no-repeat; background-position: 6px 1px; width:110px;}
.section1-image { flex: 1; position: relative; min-height: 500px; }
.floating-img { position: absolute; animation: float 3s ease-in-out infinite;}
.floating-img img{width:180px;}
.floating-img:nth-child(1) { top: 20%; left: 15%; animation-delay: 0s; }
.floating-img:nth-child(2) { top: 30%; right: 10%;  animation-delay: 0.5s; }
.floating-img:nth-child(3) { top: 50%; left: 0; animation-delay: 1s; }
.floating-img:nth-child(4) { top: 60%; right: 25%;  animation-delay: 1.5s; }
.floating-img:nth-child(5) { top: 15%; left: 15%; width: 70px; animation-delay: 1s; color: red;}
.floating-img:nth-child(6) { top: 50%; left: 0%; width: 70px; animation-delay: 0.5s; color: #a9f5c0; }
.floating-img:nth-child(7) { bottom: 15%; right: 15%; width: 70px; animation-delay: 1.5s; color: orange;}
.floating-img:nth-child(8) { top: 25%; right: 5%; width: 70px; animation-delay: 0.5s; color: #a9def5;}
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-20px); } }

@media (max-width: 768px) {
.section1 { padding: 80px 0 40px;}
.section1 .container { padding:  0 14px;}
.section1-content { align-items: flex-start;  gap: 20px;}
.section1-subtitle { font-size: 16px; margin-bottom: 0px; display:none;}
.section1-btn { padding: 8px 30px 8px 20px; font-weight: 700;  margin-bottom: 40px; transition: box-shadow 0.3s ease-in-out; font-size:16px; }
.section1-btn::after {right: 15px; }
.section1-tags {gap: 3px;}
.tag {padding: 5px 4px 5px 30px; border-radius: 20px; font-size: 11px; font-weight: 700; }
.tag.pink, .tag.green,  .tag.blue {width:78px; background-position: 6px 1px;}
.tag.orange  {width:78px; background-position: 3px 3px;}
.section1-image { flex: 1; position: relative; min-height: 100px; }
.section1-content { flex-direction: column; align-items: flex-start; gap: 0; }
.section1-text { order: 2; width: 100%; z-index: 1; }
.section1-image { order: 1; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 100%; min-height: 250px; z-index: 0; opacity: 0.8; }
.floating-img { position: absolute; animation: float 3s ease-in-out infinite;}
.floating-img img{width:60px;}
.floating-img:nth-child(1) { top: 10%; left: 75%; animation-delay: 0s; }
.floating-img:nth-child(2) { top: 35%; left: 80%;  animation-delay: 0.5s; }
.floating-img:nth-child(3) { top: 45%; left: 50%; animation-delay: 1s; }
.floating-img:nth-child(4) { top: 65%; left: 70%;  animation-delay: 1.5s; }
.floating-img:nth-child(5) { top: 1%; left: 60%; width: 70px; animation-delay: 1s; }
.floating-img:nth-child(6) { top: 45%; left: 65%; width: 70px; animation-delay: 0.5s; }
.floating-img:nth-child(7) { top: 80%; left: 83%; width: 70px; animation-delay: 1.5s; }
.floating-img:nth-child(8) { top: 25%; left: 78%; width: 70px; animation-delay: 0.5s; }
}


/* Section 2 */
.section2 { padding: 100px 0 0; background: #F5F5F5; overflow: hidden; height:860px; }
.section2-box { width: 100%; margin: 0 auto; text-align: center; position: relative; }
.section2-subtitle { display: inline-block; font-size: 20px; color: #fff; font-weight: 500; padding: 8px 24px; background: #000; border-radius: 30px; }
.section2-title { font-size: 50px; font-weight: 700; color: #212121; margin-bottom: 20px; }
.section2-copy { font-size: 16px; color: #525252; margin-bottom: 40px; line-height: 1.6; }
.section2-phone { width: auto; margin: 0 auto; position: absolute; top: 20px; left: 50%; transform: translateX(-50%); z-index: 10; } /* bottom: 0; À¯Áö */
.section2-phone img { width: 895px;  height: 744px; }
.marquee-container { position: absolute; top:350px; left: 0; width: 100%; overflow: hidden; z-index: 1; }
.marquee { display: flex; white-space: nowrap; font-size: 70px; font-weight: 500; color: #000; padding: 10px 0; opacity: 0.07; }
.marquee-content { display: flex; animation: marquee 60s linear infinite; }
.marquee-item { padding: 0 30px; }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

@media (max-width: 768px) {
.section2 { height: 600px; padding: 50px 0 0; }
.section2-subtitle { font-size: 16px; padding: 6px 16px; }
.section2-title { font-size: 32px; margin-bottom: 10px; }
.section2-copy { font-size: 14px; margin-bottom: 20px; padding:0 16px;}
.section2-phone { top: 185px; width: 100%; }
.section2-phone img { width: 100%; height: auto; }
.marquee-container { top: 180px; }
.marquee { font-size: 40px; }
}

/* Section 3 */
.section3 { padding: 100px 0; background: #fff; text-align: center;}
.section3-subtitle { display: inline-block; font-size: 20px; color: #FF820F; font-weight: 500; padding: 8px 24px; background: #fff; border-radius: 30px; border:2px solid #FF820F;}
.section3-title { font-size: 50px; font-weight: 700; color: #212121; margin-bottom: 20px; }
.section3-copy { font-size: 16px; color: #525252; margin-bottom: 60px; line-height: 1.6; }
.section3-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 40px; }
.section3-cards .card { background: #EFEFEF; border-radius: 20px; padding: 40px 30px; text-align: left; position: relative; min-height: 440px; overflow: hidden; }
.section3-cards .card-tag { display: inline-block; padding: 6px 18px; background: #fff; border-radius: 20px; font-size: 17px; font-weight: 500; color: #FF820F;  }
.section3-cards .card-title { font-size: 26px; font-weight: 700; margin-bottom: 16px; line-height: 1.4;  color: #212121;}
.section3-cards .card-text { font-size: 16px;  line-height: 1.4; margin-bottom: 20px; color: #212121;}
.section3-cards .card-text-s { font-size: 14px;  line-height: 1.6; color: #a9a9a9;}
.section3-cards .card-img-wrapper { position: absolute; bottom: 40px; right: 20px; }
.section3-cards .card-img-wrapper img, .card-img-wrapper .emoji { width: auto; height:auto; object-fit: contain; }
.section3-cards .card-img-wrapper .emoji { font-size: 80px; position: absolute; right: 0; top: -20px; }

/* À¯ÀÇ»çÇ× */
.card-notice-wrapper { position: absolute; bottom:100px; left: 30px; right: 30px; z-index: 999; }
.card-notice-toggle { background: none; border: none; padding: 15px 0 0 0; cursor: pointer; display: flex; justify-content: flex-start; align-items: center; transition: all 0.4s ease; font-size: 14px; font-weight: 400; z-index: 1; position: relative; }
.card-notice-toggle:hover { background: none; }
.card-notice-arrow { transition: transform 0.4s ease; font-size: 13px; color: transparent; font-weight: 400; margin-left: 10px; display: inline-block; width: 6px; height: 6px; position: relative;  }
.card-notice-arrow::after { content: ''; position: absolute; top: -1px; left: 0; width: 6px; height: 6px; border-right: 1px solid #212121; border-bottom: 1px solid #212121; transform: rotate(45deg); transform-origin: center center; transition: transform 0.4s ease; }
.card-notice-arrow.active::after { transform: rotate(225deg); top: 2px; }
.card-notice-content { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.4s ease;  border: none; font-size: 13px; color: #999; line-height: 1.6; padding: 10px; opacity: 0; position: absolute; top: 30px; left: 0; right: 0; z-index: 0; }
.card-notice-content.active { max-height: 150px; padding: 10px 0 ; opacity: 1; }

@media (min-width: 769px) {
.section3-title br, .section3-copy br {display:none;}
}
@media (max-width: 768px) {
.section3 { padding: 50px 0; }
.section3-subtitle { font-size: 16px; padding: 6px 16px; }
.section3-title { font-size: 32px; margin-bottom: 10px; }
.section3-copy { font-size: 14px; margin-bottom: 20px; padding:0 20px;}
.section3-cards .card {padding: 20px; min-height: 360px; }
.section3-cards .card-tag {padding: 4px 18px;  font-size: 15px; margin-top:10px; background: #FF820F;  color: #fff;}
.section3-cards .card-title {font-size: 24px;}
.section3-cards .card-text { font-size: 14px; }
.card-notice-wrapper { bottom:90px; left: 20px;  }
.section3-cards .card-img-wrapper img, .card-img-wrapper .emoji { width: 100px; height:auto; object-fit: contain; }

}

/* Section 4 */
.section4 { padding: 100px 0; background: #FF823C; }
.section4-box { max-width: 1280px; margin: 0 auto; background: #FF823C;  padding:0; overflow: hidden; }
.section4-title { font-size: 50px; font-weight: 700; color: #fff; text-align: left; margin-bottom: 50px; }
.review-swiper { width: 100%; height: auto;  }
.swiper-wrapper {height: auto !important; padding-bottom:20px;}
.review-card { min-width: auto; background: #fff; border-radius: 20px; padding: 30px 24px; flex-shrink: 0; display: flex; flex-direction: column; justify-content: space-between; height: auto; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);}
.review-tag { display: inline-block; font-size: 17px; font-weight: 400; color: #FF820F; position: relative; padding-left: 40px; margin: 20px 0; }
.review-tag::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 34px; height: 34px; background: url('https://newsite.zooseyo.com/z_images/common/eum.svg') no-repeat center center; background-size: contain; }
.review-text { font-size: 17px; line-height: 1.4; color: #666; margin-bottom: 40px; width: auto; height: 210px; }
.review-text p{padding-bottom:20px;}
.review-author { display: flex; align-items: center; gap: 10px; padding-top:10px;}
.review-author .name { font-size: 14px; color: #212121; }
.review-author img { width: 40px; height: 40px; border-radius: 50%; }

/* Pagination ½ºÅ¸ÀÏ - °íÀ¯ Å¬·¡½º·Î Ãæµ¹ ¹æÁö */
.review-swiper-pagination { bottom: 0px !important; position: relative !important; }
.review-swiper .swiper-pagination-bullet { background: rgba(255, 255, 255, 0.5); }
.review-swiper .swiper-pagination-bullet-active { background: #fff; }


@media (min-width: 769px) {
	.section4-title br { display: none; }
}

@media (max-width: 768px) {
	.section4 { padding: 30px 0 50px; background: #FF823C; }
	.section4-box { padding: 0px 20px; }
	.section4-title { font-size: 32px; margin-bottom: 30px; }
	.review-text { font-size: 15px; line-height: 1.3; color: #666; margin-bottom: 40px; width: auto; height: 210px; }
}

/* Section 5 */
.section5 { padding: 100px 0; background: #3D3D3D; }
.section5-title { font-size: 50px; font-weight: 700; color: #fff; text-align: center; margin-bottom: 50px; }
.section5-box { max-width: 1280px; margin: 0 auto; background: #fff; border-radius: 20px; padding: 60px 20px; }
.faq-item { border: 1px solid #eee; margin: 20px; border-radius: 20px; padding: 0 30px;}
.faq-item.active { border-color: #212121; }
.faq-question { padding: 24px 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-size: 26px; font-weight: 700; color: #212121; transition: color 0.3s; }
.faq-question:hover { color: #FF820F; }
.faq-icon { width: 24px; height: 24px; border-radius: 50%; background: #FF820F; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; transition: transform 0.3s; flex-shrink: 0; margin-right: 16px; }
.faq-icon.active { transform: rotate(180deg); }
.faq-arrow { transition: transform 0.4s ease; font-size: 0; color: transparent; font-weight: 400; margin-left: 16px; display: inline-block; width: 12px; height: 12px; position: relative; flex-shrink: 0; }
.faq-arrow::after { content: ''; position: absolute; top: 50%; left: 0; width: 12px; height: 12px; border-right: 1px solid #212121; border-bottom: 1px solid #212121; transform: translateY(-75%) rotate(45deg); transform-origin: center center; transition: transform 0.4s ease; }
.faq-arrow.active::after { transform: translateY(-25%) rotate(225deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-answer.active { max-height: 300px; padding-bottom: 24px; }
.faq-answer-text { font-size: 18px; line-height: 1.8; color: #666; padding-left: 40px; }
@media (max-width: 768px) {
.section5 { padding: 50px 0;}
.section5-box {padding: 0px; background: #3D3D3D;}
.section5-title { font-size: 32px; margin-bottom: 30px; text-align:left; padding: 0 20px;}
.faq-item {padding: 0 20px;background: #fff;}
.faq-icon {margin-right: 10px; }
.faq-question { font-size: 18px;} 
.faq-answer-text { font-size: 14px !important; padding-left: 10px; line-height: 1.6;}
}

/* Section 6 */
.section6 {padding: 100px 0; background: #F5F5F5; width:100%;}
.section6-title { font-size: 50px; font-weight: 700; text-align: left; margin-bottom: 60px; }
.section6-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.info-card { background: #fff; border-radius: 20px; padding: 40px 30px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
.info-card-title { font-size: 20px; font-weight: 700; margin-bottom: 8px; }
.info-card-subtitle { font-size: 20px; color: #666; margin-bottom: 30px; }
.info-card-img { width: 100%; max-width: 200px; margin: 0 auto 30px; border-radius: 12px; }
.info-card-text { font-size: 15px; color: #666; line-height: 1.6; text-align: left; }
.section6-notice { text-align: left; font-size: 12px; color: #999; margin-top: 40px; line-height: 1.6; }
@media (max-width: 768px) {
.section6 {padding: 50px 0; background: #F5F5F5; width:100%;}
.section6-title { font-size: 32px; margin-bottom: 30px; text-align:left; }
}

/* Section 7 */
.section7 { padding: 100px 0; background: #fff; }
.section7-title { font-size: 50px; font-weight: 700; text-align: center; margin-bottom: 60px; }
.section7-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 40px; }
.price-card { border: 3px solid #FF820F; border-radius: 20px; padding: 40px 30px; text-align: center; background: #fff; position: relative; }
.price-card:hover{box-shadow:0 10px 25px rgba(0,0,0,0.15);transform:translateY(-5px) !important; cursor:pointer;}
.price-badge { position: absolute; top: -12px; right: 20px; background: #FF820F; color: #fff; padding: 6px 16px; border-radius: 20px; font-size: 12px; font-weight: 700; }
.price-title { font-size: 30px; font-weight: 700; margin-bottom: 16px; }
.price-amount { font-size: 20px; font-weight: 700; color: #FF820F; margin-bottom: 8px; }
.price-period { font-size: 14px; color: #999; }
.section7-btn{display:block;max-width:400px;margin:0 auto;padding:20px;background:#FF820F;color:#fff;border-radius:30px;text-align:center;font-size:22px;font-weight:700;text-decoration:none;transition:all 0.3s ease; box-shadow:0 4px 15px rgba(255,130,15,0.4);}
.section7-btn:hover{transform:translateY(-5px) !important;cursor:pointer; }
@media (min-width: 769px) {
	.section7-title br, .section6-title br { display: none; }
}
@media (max-width: 768px) {
.section7 {padding: 50px 0; }
.section7-title { font-size: 32px; margin-bottom: 30px; text-align:center; padding: 0 20px;}
.section7-cards { padding:0 30px;}
.price-title { font-size: 24px; margin-bottom: 8px;}
.price-card {padding: 0px 20px 20px; box-shadow:0 10px 25px rgba(0,0,0,0.15);}
.section7-btn{display:block;max-width:300px;margin:0 auto;padding:15px 10px;font-size:20px;font-weight:700;text-decoration:none;transition:all 0.3s ease; box-shadow:0 4px 15px rgba(255,130,15,0.4);}
}

.section8 { padding: 40px 0; background: #f9f9f9; text-align:left;  font-size: 14px; color: #999; line-height: 1.8; }
.section8 ul {padding-inline-start: 20px;}
@media (max-width: 768px) {
	.section1-content { flex-direction: column; }
	.section3-cards, .section6-cards, .section7-cards { grid-template-columns: 1fr; }
	.section1-title { font-size: 32px; }
	.only-pc {display:none;}
	.section8 { padding: 40px 0 80px;line-height: 1.6; }
}