.news_detail-page .date-block{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--textTB-gap-s);width:140px;aspect-ratio:1/1;flex-shrink:0;box-shadow:5px 5px 10px #0003;background-color:#09b160;color:#fff}@media only screen and (max-width:900px){.news_detail-page .date-block{width:clamp(100px,15.5556vw,140px)}}.news_detail-page .date-box{display:flex;gap:5px}.news_detail-page .year{color:#ffffff80}.news_detail-page .month{padding-left:8px;position:relative;color:#ffffff80}.news_detail-page .month:before{position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:3px;border-radius:50%;background-color:#ffffff80;content:""}.news_detail-page .date{font-size:clamp(3.125rem,2.5735rem + .9804vw,3.75rem);font-weight:600;letter-spacing:.5px}.news_detail-page .category-list{display:flex;flex-wrap:wrap;gap:var(--textTB-gap-m)}@media only screen and (min-width:1201px){.news_detail-page .category-box:hover .category{color:#026535}}@media only screen and (max-width:1200px){.news_detail-page .category-box:hover .category,.news_detail-page .category-box:active .category{color:#026535}}.news_detail-page .category{position:relative;display:flex;align-items:center;gap:var(--textTB-gap-s);color:#00000080;transition:color var(--trans-m)}.news_detail-page .category:before{position:relative;width:5px;height:5px;border-radius:50%;background-color:#09b160;content:""}.news_detail-page .detail-block{position:relative}.news_detail-page .detail-block.aost-show .bgLayer{transform:scaleY(1)}.news_detail-page .detail-block .bgLayer{left:12.5vw;background-color:#f7f7f7;transform:scaleY(0);transform-origin:top;transition:transform 2s}.news_detail-page .detail-block .title-block .container{position:relative;padding-top:var(--blockTB-gap-s);grid-column:var(--xs-grid);display:flex}.news_detail-page .detail-block .title-block .date-block{position:absolute;left:calc(var(--itemLR-gap-l) * -1);transform:translate(-100%)}.news_detail-page .detail-block .title-block .title-box{padding-top:5px}.news_detail-page .detail-block .title-block .category-list{margin-top:20px}@media only screen and (max-width:1400px){.news_detail-page .detail-block .title-block .container{flex-direction:column;gap:var(--itemTB-gap-m)}.news_detail-page .detail-block .title-block .date-block{position:relative;top:auto;left:auto;transform:translate(0)}}@media only screen and (max-width:768px){.news_detail-page .detail-block .bgLayer{left:0}}.news_detail-page .detail-block .article-block .container{padding-top:var(--blockTB-gap-s);padding-bottom:var(--blockTB-gap-m);grid-column:var(--xs-grid)}.news_detail-page .other-block{position:relative}.news_detail-page .other-block .bgLayer .img-box{width:100%;height:100%}.news_detail-page .other-block .bgLayer .img-box img{width:100%;height:100%;object-fit:cover}.news_detail-page .other-block .container{padding-top:var(--blockTB-gap-m);padding-bottom:var(--blockBottom-gap);grid-column:var(--s-grid)}.news_detail-page .other-block .title-box{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--textTB-gap-s)}.news_detail-page .other-block .title{color:#09b160}.news_detail-page .other-block .subtitle{color:#fff}.news_detail-page .other-block .tag-box.prev .tag{justify-content:start}.news_detail-page .other-block .tag-box.next .tag{justify-content:end}.news_detail-page .other-block .tag-box.next .tag:before{order:1}.news_detail-page .other-block .tag{display:flex;align-items:center;gap:10px;color:#fff}.news_detail-page .other-block .tag:before{width:15px;height:5px;background-color:#09b160;content:""}.news_detail-page .other-block .news-list{margin-top:60px;display:flex;justify-content:space-between;gap:60px 8.3333vw}.news_detail-page .other-block .news-list:has(.news-card-box:only-child){justify-content:center}.news_detail-page .other-block .news-list:has(.news-card-box:only-child) .news-card-box{max-width:44.4444%}.news_detail-page .other-block .news-list.aost-show [data-stagger]{opacity:1;transform:translateY(0)}.news_detail-page .other-block .news-list [data-stagger]{opacity:0;transform:translateY(-15px)}.news_detail-page .other-block .news-card-box{flex:1}@media only screen and (min-width:1201px){.news_detail-page .other-block .news-card-box:hover .date-block{box-shadow:5px 5px 10px #0003;border-color:transparent}.news_detail-page .other-block .news-card-box:hover .date-block:before{clip-path:polygon(0 0,110% 0,100% 100%,0 100%)}}@media only screen and (max-width:1200px){.news_detail-page .other-block .news-card-box:hover .date-block,.news_detail-page .other-block .news-card-box:active .date-block{box-shadow:5px 5px 10px #0003;border-color:transparent}.news_detail-page .other-block .news-card-box:hover .date-block:before,.news_detail-page .other-block .news-card-box:active .date-block:before{clip-path:polygon(0 0,110% 0,100% 100%,0 100%)}}.news_detail-page .other-block .news-card{margin-top:var(--itemTB-gap-m);display:flex;align-items:start;gap:var(--itemLR-gap-m)}.news_detail-page .other-block .date-block{position:relative;background-color:transparent;box-shadow:unset;border:1px solid rgba(255,255,255,.2);transition:box-shadow var(--trans-l) var(--trans-s),border-color var(--trans-l)}.news_detail-page .other-block .date-block:before{position:absolute;inset:0;z-index:-1;background-color:#000;clip-path:polygon(0 0,0 0,0 100%,0 100%);transition:clip-path var(--trans-m);content:""}.news_detail-page .other-block .content-box{display:flex;flex-direction:column;gap:var(--itemTB-gap-m)}.news_detail-page .other-block .card-title{color:#fff}.news_detail-page .other-block .card-title a{transition:color var(--trans-l);display:block;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}@media only screen and (min-width:1201px){.news_detail-page .other-block .card-title a:hover{color:#09b160}}@media only screen and (max-width:1200px){.news_detail-page .other-block .card-title a:hover,.news_detail-page .other-block .card-title a:active{color:#09b160}}@media only screen and (min-width:1201px){.news_detail-page .other-block .category-box:hover .category{color:#09b160}}@media only screen and (max-width:1200px){.news_detail-page .other-block .category-box:hover .category,.news_detail-page .other-block .category-box:active .category{color:#09b160}}.news_detail-page .other-block .category{color:#ffffff80}@media only screen and (max-width:900px){.news_detail-page .other-block .news-list{flex-direction:column}.news_detail-page .other-block .tag-box.next .tag{justify-content:start}.news_detail-page .other-block .tag-box.next .tag:before{order:0}}@media only screen and (max-width:575px){.news_detail-page .other-block .container{padding-top:var(--blockTB-gap-s)}.news_detail-page .other-block .news-card{margin-top:var(--itemTB-gap-l);flex-direction:column;align-items:center}.news_detail-page .other-block .tag-box.prev .tag,.news_detail-page .other-block .tag-box.next .tag{justify-content:center}}
