.feature-header{display:grid;grid-template-areas:"area logo lang";grid-template-columns:1fr 49% 1fr;align-items:center;padding:85px 40px 63px;border-bottom:1px solid #000;background-color:#eee}@media screen and (max-width:768px){.feature-header{gap:12px;grid-template-areas:"lang" "logo";grid-template-columns:100%;padding:32px 16px 48px}}.feature-header.small{position:fixed;top:-75px;left:0;z-index:99999;grid-template-columns:1fr 178px 1fr;width:100%;padding:18px 20px;transition:top .3s ease-in-out}@media screen and (max-width:768px){.feature-header.small{grid-template-areas:"logo lang";grid-template-columns:178px 1fr;padding:14px 20px}}.feature-header.small.show{top:0}.feature-header.small .feature-header__logo{aspect-ratio:178/23}@media screen and (max-width:768px){.feature-header.small .feature-header__logo{height:23px;aspect-ratio:auto;padding:0}.feature-header.small .feature-header__language{justify-self:flex-end}}.feature-header__logo{grid-area:logo;width:100%;aspect-ratio:653/151}@media screen and (max-width:768px){.feature-header__logo{padding:36px 0}}.feature-header__language{grid-area:lang;display:flex;gap:28px;justify-content:flex-end}@media screen and (max-width:768px){.feature-header__language{justify-content:center;padding:7px 0}}.feature-header__language__item{font-size:.875rem}.feature-header__language__item[aria-current=true]{text-decoration:underline}.feature-header__language__item[aria-current=false]{color:#858585}.feature-small-header{display:grid;grid-template-areas:"area logo lang";grid-template-columns:1fr 178px 1fr;align-items:center;max-width:1410px;padding:18px 20px 3px;margin-inline:auto}@media screen and (max-width:768px){.feature-small-header{grid-template-areas:"logo lang";grid-template-columns:178px 1fr;padding:14px 20px 4px}}.feature-small-header__logo{grid-area:logo;width:100%;height:auto}.feature-small-header__language{grid-area:lang;display:flex;gap:28px;justify-content:flex-end}.feature-small-header__language__item{font-size:.875rem}.feature-small-header__language__item[aria-current=true]{text-decoration:underline}.feature-small-header__language__item[aria-current=false]{color:#858585}@keyframes loopTextAnimationWorkshop{0%{transform:translateZ(0)}to{transform:translate3d(-186px,0,0)}}@keyframes loopTextAnimation{0%{transform:translateZ(0)}to{transform:translate3d(-14.2857142857vw,0,0)}}@keyframes elasticus{0%{transform-origin:0 0;transform:scaleY(0)}50%{transform-origin:0 0;transform:scale(1)}50.1%{transform-origin:0 100%;transform:scale(1)}to{transform-origin:0 100%;transform:scaleY(0)}}.feature-section--update{border-bottom:1px solid #000}.feature-section--update__inner{display:flex}@media screen and (max-width:768px){.feature-section--update__inner{flex-direction:column;padding:8px}}.feature-section--update__inner .date,.feature-section--update__inner .link{line-height:1.7142857143;padding:16px 40px}@media screen and (max-width:768px){.feature-section--update__inner .date,.feature-section--update__inner .link{padding:0}}.feature-section--update__inner .date{border-right:1px solid #000}@media screen and (max-width:768px){.feature-section--update__inner .date{border-right:unset}}.feature-section--topics{display:flex;flex-direction:column}.feature-section--topics__item{display:grid;gap:32px;align-items:flex-end;padding:40px;border-bottom:1px solid #000;transition:background-color .5s ease-in-out}@media screen and (max-width:768px){.feature-section--topics__item{gap:24px;padding:24px 16px}}.feature-section--topics__item.model-3d{grid-template-areas:"texts image";grid-template-columns:1fr 67%}@media screen and (max-width:768px){.feature-section--topics__item.model-3d{position:relative;grid-template-areas:"image" "texts";grid-template-columns:100%}}.feature-section--topics__item.ar{grid-template-areas:"image texts";grid-template-columns:67% 1fr}@media screen and (max-width:768px){.feature-section--topics__item.ar{grid-template-areas:"image" "texts";grid-template-columns:100%}}.feature-section--topics__item.ar[href*="/"]:hover{background-color:#dbdbdb}.feature-section--topics__item.ar[href*="/"]:hover .image__item{transform:scale(1.15)}.feature-section--topics__item.ar:not([href*="/"]){pointer-events:none}.feature-section--topics__item__mobile-link{display:none}@media screen and (max-width:768px){.feature-section--topics__item__mobile-link{position:absolute;display:block;width:100%;height:100%}}.feature-section--topics__item .texts{grid-area:texts;display:flex;flex-direction:column}.feature-section--topics__item .texts__new-flag{width:fit-content;line-height:20px;padding:0 4px;margin:0 0 24px;border:1px solid #000}@media screen and (max-width:768px){.feature-section--topics__item .texts__new-flag{margin:0 0 16px}}.feature-section--topics__item .texts__image{max-width:205px;margin:0 0 8px}@media screen and (max-width:768px){.feature-section--topics__item .texts__image{max-width:161px}}.feature-section--topics__item .texts__title{font-size:3.8888888889vw;line-height:1.3333333333;margin:0 0 24px}@media screen and (max-width:768px){.feature-section--topics__item .texts__title{font-size:9.2307692308vw;line-height:1.1904761905;margin:0 0 16px}}.feature-section--topics__item .texts__content{line-height:1.7142857143}.feature-section--topics__item .texts__links{display:grid;gap:5px 10px;grid-template-columns:repeat(2,1fr);grid-template-areas:"link01 link02" "notes notes";margin:24px 0}.feature-section--topics__item .texts__links__link{display:flex;flex-direction:column;align-items:center;padding:10px 10px 15px;transition:background-color .5s ease-in-out;border:1px solid #000}@media screen and (max-width:768px){.feature-section--topics__item .texts__links__link{display:none}}.feature-section--topics__item .texts__links__link:first-of-type{grid-area:link01}@media screen and (max-width:768px){.feature-section--topics__item .texts__links__link:first-of-type{display:none}}.feature-section--topics__item .texts__links__link:last-of-type{grid-area:link02}.feature-section--topics__item .texts__links__link[href*="/"]:hover{background-color:#dbdbdb}.feature-section--topics__item .texts__links__link[href*="/"]:hover .image__item{transform:scale(1.15)}.feature-section--topics__item .texts__links__link:not([href*="/"]){pointer-events:none}.feature-section--topics__item .texts__links__link .large-text{font-weight:500;font-size:1rem;line-height:1.4375}@media screen and (max-width:768px){.feature-section--topics__item .texts__links__link .large-text{display:none}}.feature-section--topics__item .texts__links__link .small-text{font-weight:500;font-size:.8125rem;color:#858585;line-height:1.4615384615}.feature-section--topics__item .texts__links__notes{grid-area:notes;grid-column:1/3;font-weight:500;font-size:.875rem;color:#858585;line-height:1.5}.feature-section--topics__item .texts__bottom{display:flex;justify-content:space-between;align-items:flex-end;margin:72px 0 0}@media screen and (max-width:768px){.feature-section--topics__item .texts__bottom{margin:42px 0 0}}.feature-section--topics__item .texts__bottom__hash-tags{display:flex;flex-wrap:wrap;gap:12px}.feature-section--topics__item .texts__bottom__hash-tags .item{color:#858585;line-height:1.7142857143}.feature-section--topics__item .texts__bottom__number{font-size:2.4305555556vw;line-height:1.1904761905}@media screen and (max-width:768px){.feature-section--topics__item .texts__bottom__number{font-size:6.1538461538vw;line-height:1.4166666667}}.feature-section--topics__item .image{position:relative;z-index:0;grid-area:image;width:100%;height:100%;object-fit:contain;overflow:hidden}@media screen and (max-width:768px){.feature-section--topics__item .image{aspect-ratio:169/225}}.feature-section--topics__item .image__item{width:100%;height:100%;object-fit:cover;transition:transform .5s ease-in-out}.feature-section--topics__item .image__control{position:absolute;right:10px;bottom:10px;z-index:10;display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#000;border:1px solid #000}.feature-section--topics__item .image__control.white{color:#fff;border-color:#fff}.feature-section--contents{border-bottom:1px solid #000;background-color:#eee}.feature-section--contents__header{height:129px;display:flex;gap:36px;align-items:center;padding:0 40px;border-bottom:1px solid #000}@media screen and (max-width:768px){.feature-section--contents__header{height:auto;flex-direction:column;gap:4px;padding:0 16px 10px;border-bottom:unset}}.feature-section--contents__title{font-weight:400;font-size:min(7.2222222222vw,6.5rem)}@media screen and (max-width:768px){.feature-section--contents__title{font-size:18.4615384615vw;line-height:90px}}.feature-section--contents__hash-tags{display:flex;gap:24px;flex-wrap:wrap;color:#858585;line-height:1.7142857143}@media screen and (max-width:768px){.feature-section--contents__hash-tags{gap:16px}}.feature-section--contents__body{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(680px,auto)}@media screen and (max-width:768px){.feature-section--contents__body{grid-template-columns:100%;grid-auto-rows:auto}}.feature-section--contents__article{display:flex;gap:16px;flex-direction:column;padding:40px;transition:background-color .5s ease-in-out;border-top:1px solid #000;border-right:1px solid #000}@media screen and (max-width:768px){.feature-section--contents__article{gap:0;padding:24px 16px;border-right:unset}}.feature-section--contents__article[href*="/"]:hover{background-color:#dbdbdb}.feature-section--contents__article[href*="/"]:hover .image img{transform:scale(1.15)}.feature-section--contents__article:not([href*="/"]){pointer-events:none}.feature-section--contents__article:first-of-type,.feature-section--contents__article:nth-of-type(2),.feature-section--contents__article:nth-of-type(3){border-top:unset}@media screen and (max-width:768px){.feature-section--contents__article:first-of-type,.feature-section--contents__article:nth-of-type(2),.feature-section--contents__article:nth-of-type(3){border-top:1px solid #000}}.feature-section--contents__article:nth-of-type(3n){border-right:unset}.feature-section--contents__article .image{width:100%;aspect-ratio:3/2;overflow:hidden}@media screen and (max-width:768px){.feature-section--contents__article .image{margin:0 0 24px}}.feature-section--contents__article .image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease-in-out}@media screen and (max-width:768px){.feature-section--contents__article .title{margin:0 0 16px}}.feature-section--contents__article .title:has(.title__new-flag){display:grid;gap:16px;grid-template-areas:"new text";align-items:flex-start}@media screen and (max-width:768px){.feature-section--contents__article .title:has(.title__new-flag){grid-template-areas:"new" "text"}}.feature-section--contents__article .title__new-flag{grid-area:new;width:fit-content;line-height:20px;padding:0 4px;margin:5px 0 0;border:1px solid #000}.feature-section--contents__article .title__text{grid-area:text;font-size:1.6666666667vw;line-height:1.4166666667}@media screen and (max-width:768px){.feature-section--contents__article .title__text{font-size:5.1282051282vw;line-height:1.3}}.feature-section--contents__article .content{line-height:1.7142857143}.feature-section--contents__article .bottom{display:flex;justify-content:space-between;align-items:flex-end;margin:auto 0 0}@media screen and (max-width:768px){.feature-section--contents__article .bottom{margin:42px 0 0}}.feature-section--contents__article .bottom__hash-tags{display:flex;gap:12px;flex-wrap:wrap}.feature-section--contents__article .bottom__hash-tags__item{color:#858585;line-height:1.7142857143}.feature-section--contents__article .bottom__number{font-size:2.5vw;line-height:1.1904761905}@media screen and (max-width:768px){.feature-section--contents__article .bottom__number{font-size:6.1538461538vw;line-height:1.4166666667}}