.section1 {display: flex; flex-direction: column; gap: 1.2rem;}
.section1 .first {border-radius: 1.6rem; padding: 2.4rem; position: relative; overflow: hidden; min-height: 23rem;background: #f5f5f5 url(../img/main-img-1.png) no-repeat top 2rem right 2rem;}
.section1 .first span {display: inline-block; background-color: #b0d3ff; color: #fff; font-size: 1.2rem; padding: 0.5rem 1.2rem; border-radius: 10rem; margin-bottom: 1rem;}
.section1 .first h2 {font-size: 2rem; font-weight: 700; line-height: 1.4; margin-bottom: 1.2rem;margin-top: 3rem;}
.section1 .first .txt {display: flex; align-items: center; gap: 0.6rem; color: #666; font-size: 1.4rem;justify-content: space-between;}
.section1 .first .txt p {line-height: 1.4;font-size: 1.4rem;}
.section1 .first .txt img {width: 1rem;}
.section1 .first a{display: block;}
.section1 .second {display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem;}
#purple {background-color: #f0edfe; border-radius: 1.6rem; padding: 2rem 1.6rem; min-height: 14rem; position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 0.6rem;}
#yellow {background-color: #fff5e1; border-radius: 1.6rem; padding: 2rem 1.6rem; min-height: 14rem; position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 0.6rem;}
#red2 {background-color: #ffeded; border-radius: 1.6rem; padding: 2rem 1.6rem; min-height: 14rem; position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 0.6rem;}
#gray {background-color: #f5f5f5; border-radius: 1.6rem; padding: 2rem 1.6rem; min-height: 14rem; position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 0.6rem;}
#purple span, #yellow span, #red span, #red2 span, #gray span {font-size: 1.3rem; color: #888;}
#purple strong, #yellow strong, #red strong, #red2 strong, #gray strong {font-size: 1.7rem; font-weight: 700; line-height: 1.4;}
#purple p{margin-top: auto; font-size: 1.3rem; color: #fff;margin-left: auto;background: #a997ff;width: 8rem;border-radius: 2rem;text-align: center;line-height: 3rem;}
#yellow p{margin-top: auto; font-size: 1.3rem; color: #fff;margin-left: auto;background: #ffbd38;width: 8rem;border-radius: 2rem;text-align: center;line-height: 3rem;}
#red2 p{margin-top: auto; font-size: 1.3rem; color: #fff;margin-left: auto;background: #ff8484;width: 8rem;border-radius: 2rem;text-align: center;line-height: 3rem;}
#red p{font-size: 1.3rem; color: #fff;background: #ff8484;width: 8rem;border-radius: 2rem;text-align: center;line-height: 3rem;}
#gray p{margin-top: auto; font-size: 1.3rem; color: #fff;margin-left: auto;background: #3a90ff;width: 8rem;border-radius: 2rem;text-align: center;line-height: 3rem;}
#red {background: #ffeded url(../img/main-img-2.png) no-repeat top 0.5rem right 2rem;}
.section1 .third {border-radius: 1.6rem; padding: 2rem 2.4rem; position: relative; overflow: hidden; min-height: 10rem; display: flex; flex-direction: column; gap: 0.6rem;}
.section1 .third span {font-size: 1.1rem; color: #888;}
.section1 .third strong {font-size: 1.8rem; font-weight: 700;}
.section1 .third p {font-size: 1.2rem; color: #888;}

.section2 {padding: 3.4rem 1.6rem;}
.faq_header {display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.6rem;}
.faq_header h2 {font-size: 2rem; font-weight: 700;}
.faq_header span {font-size: 1.3rem; color: #888;text-align: center;background:#dddddd;padding: 0.5rem 1rem;border-radius: 5rem;}
.section2 ul {display: flex; flex-direction: column;}
.section2 ul li {border-bottom: 1px solid #f0f0f0;}
.section2 ul li a {display: flex; justify-content: space-between; align-items: center; padding: 1.6rem 0; font-size: 1.5rem; color: #222; text-decoration: none;}
.section2 ul li a span{font-size: 1.6rem;}
.section2 ul li a img {width: 1rem; flex-shrink: 0;}

.section3 {padding: 2.4rem 1.6rem;}
.news_header {display: flex; justify-content: space-between; align-items: center; margin-bottom: 2.6rem;}
.news_header h2 {font-size: 1.8rem; font-weight: 700;}
.news_header span {font-size: 1.3rem; color: #888;}
.section3 ul {display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem;}
.section3 ul li a {display: flex; flex-direction: column; gap: 0.8rem; text-decoration: none; color: #222;}
.section3 ul li figure img {width: 100%; height: 100%; object-fit: cover;}
.section3 .news_txt span {font-size: 1.3rem; color: #aaa; margin-top: 0.4rem; display: block;margin-top: 2rem;}

.section3 .news_txt h3 {font-size: 1.4rem; font-weight: 600; line-height: 1.4; margin-bottom: 0.4rem; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;}
.section3 .news_txt p {font-size: 1.2rem; color: #666; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;}
.section3 ul li figure {width: 100%; aspect-ratio: 3 / 2; border-radius: 1.2rem; overflow: hidden; background-color: #f0f0f0;}

.box {background: #f5f5f5;border-radius: 12px;padding: 2rem;}
.box h3 { font-size: 1.5rem; font-weight: 700; margin-bottom: 10px; display: flex;align-items: center;}
.box h3 img{margin-right: 0.5rem;}
.box p { font-size: 1.3rem; line-height: 1.75; color: #666; word-break: keep-all; }
.blue_setence { color: #3a90ff; font-weight: 500; font-size: 1.3rem;}
.detail_box {background: #fff;border-radius: 12px;}
.detail_box h3 { font-size: 15px; font-weight: 700; margin-bottom: 14px; }
.detail_box ul { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.detail_box li:last-child { border-bottom: none; padding-bottom: 0; }
.detail_box h4 { font-size: 14px; margin-bottom: 8px;color: #666; }
.detail_box p { font-size: 13px; line-height: 1.6; color: #666; white-space: pre-line; word-break: keep-all; margin-bottom: 0.5rem;}
.btn{display: flex;justify-content: space-between;}
.btn a{width: calc((100% - 2rem) / 2);}
.sub{gap: 3rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: stretch;}

.news_container h2 {font-size: 1.8rem; font-weight: 700; margin-bottom: 2rem;}
.news-list {display: flex; flex-direction: column; gap: 1.6rem; list-style: none;}
.news-list li a {display: flex; gap: 1.4rem; text-decoration: none; color: #222;}
.news-list li figure {width: 10rem; height: 10rem; flex-shrink: 0;overflow: hidden; background-color: #f0f0f0;flex: 1.5;}
.news-list li figure img {width: 100%; height: 100%; object-fit: cover;}
.news-list .news-txt {display: flex; flex-direction: column; gap: 0.6rem;flex: 1.5; min-width: 0;}
.news-list .news-txt h3 {font-size: 1.4rem; font-weight: 600; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;}
.news-list .news-txt p {font-size: 1.3rem; color: #666; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;}
.news-list .news-txt span {font-size: 1.2rem; color: #aaa;margin-top: 3rem;}
.news-list .news-empty {font-size: 1.4rem; color: #aaa; text-align: center; padding: 4rem 0;}
.pagenation {display: flex; justify-content: center; align-items: center; gap: 1rem; margin-top: 3rem;}
.pagenation .page-num {font-size: 1.4rem; color: #444; padding: 0.6rem 1rem; border-radius: 0.8rem; text-decoration: none;}
.pagenation .page-num.active {background-color: #3a90ff; color: #fff;}
.pagenation .page-arrow img {width: 1rem;}
.pagenation .page-arrow.disabled {opacity: 0.3;}

.faq ul li{align-items: center;background: #f5f5f5;margin-bottom: 2rem;border-radius: 1rem;}
.faq ul li a{display: flex;justify-content: space-between;align-items: center;padding: 2rem;}
.faq ul li p{font-size: 1.5rem;}
.faq ul li img{width: 0.8rem;}
.que{padding: 2rem;background: #f5f5f5;margin-bottom: 2rem;border-radius: 1rem;text-align: center;font-size: 1.5rem;}
.ans{font-size: 1.5rem;line-height: 1.6;color: #666;}





