﻿#news-list{width:100%;margin:0 auto}#news-list ul{display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:5rem;width:100%;margin:0 auto}@media only screen and (max-width: 834px){#news-list ul{row-gap:2.5rem}}@media only screen and (max-width: 600px){#news-list ul{flex-direction:column}}#news-list ul::after{content:"";display:block;width:31.5%;height:0}@media only screen and (max-width: 834px){#news-list ul::after{display:none}}#news-list ul li{position:relative;width:31.5%;background:#fff;border-radius:20px;overflow:hidden;transition:all .4s ease-out}@media only screen and (max-width: 834px){#news-list ul li{width:48%;border-radius:15px}}@media only screen and (max-width: 600px){#news-list ul li{width:100%}}#news-list ul li section{position:relative;width:100%;height:220px;overflow:hidden}@media only screen and (max-width: 600px){#news-list ul li section{height:180px}}#news-list ul li section img{display:block;width:100%;object-fit:cover;height:100%;transition:all .4s ease-out}#news-list ul li section b{position:absolute;right:0;bottom:0;width:fit-content;padding:.2rem 1.5rem;font-size:1.3rem;color:#fff;background:#eb6e61}#news-list ul li img{display:block;width:100%;object-fit:cover;height:220px}@media only screen and (max-width: 600px){#news-list ul li img{height:200px}}#news-list ul li article{padding:2.5rem 3rem}@media only screen and (max-width: 834px){#news-list ul li article{padding:2rem 2.5rem}}#news-list ul li article span{display:block;margin-bottom:1rem;font-size:1.4rem}@media only screen and (max-width: 834px){#news-list ul li article span{font-size:1.3rem}}#news-list ul li article p{display:-webkit-box;font-weight:600;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:all .4s ease-out}#news-list ul li a{display:block;position:absolute;top:0;bottom:0;right:0;left:0;z-index:1}#news-list ul li:hover{box-shadow:2px 2px 12px rgba(0,0,0,.1)}#news-list ul li:hover section img{transform:scale(1.05)}#news-list ul li:hover article p{color:#eb6e61}#news-area{width:100%;margin:0 auto}#news-area article{display:flex;align-items:center;column-gap:2.5rem;width:100%;margin:0 auto}@media only screen and (max-width: 600px){#news-area article{column-gap:2rem}}#news-area article span{display:block;font-size:1.4rem;color:rgba(0,0,0,.7)}@media only screen and (max-width: 834px){#news-area article span{font-size:1.3rem}}#news-area article b{display:block;width:fit-content;padding:.2rem 1.5rem;font-size:1.3rem;color:#eb6e61;background:#fff;border:1px solid #eb6e61;border-radius:50px}@media only screen and (max-width: 834px){#news-area article b{padding:.3rem 1.2rem;font-size:1.2rem}}#news-area #news-h{position:relative;margin:2.5rem 0 4rem;padding-bottom:3rem;font-size:2.5rem;letter-spacing:3px}@media only screen and (max-width: 834px){#news-area #news-h{margin:2rem 0 5rem;padding-bottom:2.5rem;font-size:2rem}}@media only screen and (max-width: 600px){#news-area #news-h{font-size:1.8rem;letter-spacing:2px}}#news-area #news-h::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg, #46ddff, #f987ab 30%, #f5e37a);border-radius:6px;opacity:.2}#news-area #news-txt{width:100%;margin:8rem 0 10rem}@media only screen and (max-width: 834px){#news-area #news-txt{margin:5rem auto 8rem}}@media only screen and (max-width: 600px){#news-area #news-txt{margin-bottom:7rem}}#news-area .btn{margin-left:auto}#news-txt h1,#news-txt h2,#news-txt h3,#news-txt h4,#news-txt h5,#news-txt h6{margin-bottom:3rem}#news-txt h1{font-size:2.7rem}@media only screen and (max-width: 834px){#news-txt h1{font-size:2.5rem}}#news-txt h2{position:relative;padding:1rem 0;font-size:2.5rem}@media only screen and (max-width: 834px){#news-txt h2{font-size:2.2rem}}#news-txt h2::before,#news-txt h2::after{content:"";position:absolute;left:0;bottom:0;height:2px;border-radius:4px}#news-txt h2::before{width:100%;background:rgba(0,0,0,.15)}#news-txt h2::after{width:25%;background:#333}#news-txt h3{padding:1.5rem 3rem;font-size:2.2rem;background:rgba(0,0,0,.08);border-radius:5px}@media only screen and (max-width: 834px){#news-txt h3{padding:1.5rem 2.5rem;font-size:2rem}}#news-txt h4{padding:.5rem 2rem .5rem 3rem;font-size:2.2rem;border-left:4px solid #333}@media only screen and (max-width: 834px){#news-txt h4{padding-left:2.5rem;font-size:2rem}}#news-txt h5{padding:1rem 0;font-size:2rem;border-bottom:3px dotted #333}@media only screen and (max-width: 834px){#news-txt h5{font-size:1.8rem}}#news-txt h6{padding:1rem 0;font-size:2rem;border-bottom:4px double #333}@media only screen and (max-width: 834px){#news-txt h6{font-size:1.8rem}}#news-txt ul{display:flex;flex-direction:column;width:100%;padding-left:1rem}@media only screen and (max-width: 834px){#news-txt ul{row-gap:.5rem}}#news-txt ul li{list-style-type:disc;list-style-position:outside;margin-left:1rem}#news-txt ol{display:flex;flex-direction:column;width:100%;padding-left:1rem}@media only screen and (max-width: 834px){#news-txt ol{row-gap:.5rem}}#news-txt ol li{list-style-type:decimal;list-style-position:outside;margin-left:1rem}#news-txt em{font-style:italic}#news-txt blockquote{position:relative;padding:5rem;background:rgba(204,105,94,.1);border-radius:5px}@media only screen and (max-width: 834px){#news-txt blockquote{padding:4rem}}@media only screen and (max-width: 600px){#news-txt blockquote{padding:3rem}}#news-txt blockquote::before{content:"";display:block;margin-bottom:2.5rem;font-size:5rem;font-weight:600;line-height:.5;color:rgba(204,105,94,.3)}@media only screen and (max-width: 834px){#news-txt blockquote::before{margin-bottom:2rem;font-size:4.5rem}}@media only screen and (max-width: 600px){#news-txt blockquote::before{margin-bottom:1.8rem}}#news-txt .has-text-align-center{text-align:center}#news-txt .has-text-align-left{text-align:left}#news-txt .has-text-align-right{text-align:right}#news-txt a{color:#0066c0;text-decoration:underline}#news-txt a:hover{text-decoration:none}#news-txt img,#news-txt video{display:block;max-width:100%;height:auto;object-fit:cover}#news-txt iframe{width:100%;height:100%;aspect-ratio:16/9}