:root{--list-padding-top: 48px;--list-padding-bottom: 64px;--list-padding-x: 64px;--list-item-gap-x: 27px;--list-item-gap-y: 27px;--list-item-max-cols: 5;--list-item-min-width: calc((100vw - var(--list-padding-x) * 2 - var(--list-item-gap-x)) / 2);--list-item-width: min(240px, var(--list-item-min-width));--list-item-height: 360px;--list-item-radius: 16px;--list-item-label-padding: 16px;--list-item-label-gap: 16px;--list-item-label-icon-size: 40px;--list-item-label-categoty-height: 24px;--list-item-label-categoty-text-size: 12px;--list-item-label-categoty-text-weight: 900;--list-item-label-categoty-text-color: #FFF;--list-item-label-name-text-size: 20px;--list-item-label-name-text-weight: 700;--list-item-label-name-text-color: #000;--carousel-item-width: 600px;--carousel-item-height: 400px;--carousel-item-gap: 30px;--carousel-botton-margin-top: 32px;--carousel-botton-size: 64px;--about-wrapper-padding: 36px;--about-wrapper-radius: 16px;--about-wrapper-gap: 36px;--about-item-width: 400px;--about-item-padding: 24px;--about-item-gap: 20px;--about-item-radius: 8px;--about-item-image-width: 120px;--about-item-image-height: 150px;--about-item-label-text-gap: 8px;--about-item-label-icon-size: 30px;--drop-shadow-offset-x: 1px;--drop-shadow-offset-y: 1px;--drop-shadow-blur-radius: 3px;--drop-shadow-spread-radius: 0px;--drop-shadow-color: #0001;--drop-shadow-area-top: calc(var(--drop-shadow-offset-y) + var(--drop-shadow-blur-radius) + var(--drop-shadow-spread-radius));--drop-shadow-area-bottom: calc(var(--drop-shadow-offset-y) + var(--drop-shadow-blur-radius) + var(--drop-shadow-spread-radius));@media screen and (max-width:768px){--list-padding-top: 28px;--list-padding-bottom: 36px;--list-padding-x: 16px;--list-item-gap-x: 16px;--list-item-gap-y: 16px;--list-item-width: min(160px, var(--list-item-min-width));--list-item-height: 250px;--list-item-label-padding: 12px;--list-item-label-gap: 8px;--list-item-label-icon-size: 24px;--list-item-label-categoty-height: 18px;--list-item-label-categoty-text-size: 10px;--list-item-label-name-text-size: 16px;--carousel-item-width: 300px;--carousel-item-height: 200px;--carousel-item-gap: 12px;--carousel-botton-margin-top: 24px;--carousel-botton-size: 48px;--about-wrapper-padding: 16px;--about-wrapper-gap: 16px;--about-item-width: 300px;--about-item-padding: 18px;--about-item-gap: 16px;--about-item-image-width: 80px;--about-item-image-height: 80px;--about-item-label-icon-size: 22px}}section[data-astro-cid-ct3bgug4]{width:100%;margin:0;&[data-astro-cid-ct3bgug4]:first-child{margin-top:var(--header-height)}padding:var(--list-padding-top) var(--list-padding-x) var(--list-padding-bottom);&[data-astro-cid-ct3bgug4]:has(.horizontal-list){padding-left:0;padding-right:0}display:flex;flex-direction:column;justify-content:center;align-items:center;gap:36px;.label{position:relative;display:flex;justify-content:center;align-items:center;font-size:60px;font-weight:900;line-height:1;letter-spacing:2px;&:has(.label-sub){margin-bottom:14px}@media screen and (max-width:768px){font-size:48px;&:has(.label-sub){margin-bottom:4px}}.label-sub{display:block;position:absolute;bottom:-14px;font-size:28px;@media screen and (max-width:768px){bottom:-10px;font-size:24px}font-weight:600;line-height:1;letter-spacing:3px;color:#000}}.list-wrapper{width:100%;.list{width:100%;max-width:calc(var(--list-item-width) * var(--list-item-max-cols) + var(--list-item-gap-x) * (var(--list-item-max-cols) - 1) + var(--list-padding-x) * 2);margin:0 auto;padding:0;display:grid;grid-template-columns:repeat(auto-fit,var(--list-item-width));gap:var(--list-item-gap-y) var(--list-item-gap-x);justify-content:center;list-style:none;.list-item{a{text-decoration:none;.list-item-content{box-shadow:var(--drop-shadow-offset-x) var(--drop-shadow-offset-y) var(--drop-shadow-blur-radius) var(--drop-shadow-spread-radius) var(--drop-shadow-color)}}.list-item-content{width:var(--list-item-width);height:var(--list-item-height);border-radius:var(--list-item-radius);background-color:#fff;display:flex;flex-direction:column;gap:0;cursor:pointer;transition:transform .2s ease;&:active{transform:scale(.95)}.list-item-image{width:var(--list-item-width);height:var(--list-item-width);border-radius:var(--list-item-radius) var(--list-item-radius) 0 0;background-color:#f801;background-image:var(--image, none);background-position:center;background-size:cover;background-repeat:no-repeat}.list-item-label{flex:auto;display:flex;gap:var(--list-item-label-gap);color:var(--list-item-label-name-text-color, #000);.list-item-label-1{flex:auto;display:flex;flex-direction:column;justify-content:space-between;padding:var(--list-item-label-padding);padding-right:0;.list-item-label-categoty{height:var(--list-item-label-categoty-height);display:flex;justify-content:start;>span{height:var(--list-item-label-categoty-height);border-radius:calc(var(--list-item-label-categoty-height) / 2);display:inline-flex;justify-content:center;align-items:center;background-color:#ea4e2c;padding:calc(var(--list-item-label-categoty-height) / 2);font-size:var(--list-item-label-categoty-text-size);font-weight:var(--list-item-label-categoty-text-weight);line-height:1;color:var(--list-item-label-categoty-text-color)}}.list-item-label-name{--list-item-label-name-linage: 2;--list-item-label-name-line-height: calc(var(--list-item-label-name-text-size) * 1.4);height:calc(var(--list-item-label-name-line-height) * var(--list-item-label-name-linage));padding-left:calc(var(--list-item-label-categoty-height) / 4);display:-webkit-box;overflow:hidden;white-space:pre-wrap;word-break:break-all;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:var(--list-item-label-name-linage);line-clamp:var(--list-item-label-name-linage);font-size:var(--list-item-label-name-text-size);font-weight:var(--list-item-label-name-text-weight);line-height:var(--list-item-label-name-line-height)}}.list-item-label-2{display:flex;flex-direction:column;justify-content:end;width:calc(var(--list-item-label-icon-size) + var(--list-item-label-padding));padding:var(--list-item-label-padding);padding-left:0;.list-item-label-icon{width:var(--list-item-label-icon-size);height:var(--list-item-label-icon-size);background-image:url(/assets/portal/list/arrow.svg);background-position:center;background-size:cover;background-repeat:no-repeat}}}}}}&:has(.horizontal-list){margin:calc(var(--drop-shadow-area-top) * -1) auto calc(var(--drop-shadow-area-bottom) * -1);padding:var(--drop-shadow-area-top) var(--list-padding-x) var(--drop-shadow-area-bottom);overflow-x:auto;overflow-y:hidden;scrollbar-width:none;scroll-behavior:smooth}.horizontal-list{width:max-content;max-width:unset;display:flex;flex-wrap:nowrap;.list-item{flex:0 0 auto}}}}.featured[data-astro-cid-ct3bgug4]{padding-left:0;padding-right:0;padding-bottom:48px;@media screen and (max-width:768px){padding-top:36px;padding-bottom:28px}.carousel-wrapper{width:100%;.carousel-viewport{touch-action:none;width:100%;overflow:hidden;padding:0 0 var(--carousel-padding-bottom);padding-top:var(--drop-shadow-area-top);margin-top:calc(var(--drop-shadow-area-top) * -1);.siema{width:calc(var(--carousel-item-width) + var(--carousel-item-gap));margin:0 auto;overflow:visible!important;>*:not(:first-child){display:none}}.carousel-item{box-sizing:border-box;padding:0 calc(var(--carousel-item-gap) / 2);a{user-select:none;-webkit-touch-callout:none;text-decoration:none;.carousel-item-content{box-shadow:var(--drop-shadow-offset-x) var(--drop-shadow-offset-y) var(--drop-shadow-blur-radius) var(--drop-shadow-spread-radius) var(--drop-shadow-color)}}.carousel-item-content{width:var(--carousel-item-width);height:var(--carousel-item-height);border-radius:16px;background-color:#0001;background-image:var(--image, none);background-position:center;background-size:cover;background-repeat:no-repeat;cursor:pointer;transition:transform .2s ease;&:active{transform:scale(.95)}}}}.carousel-center-area{position:relative;width:min(calc(var(--carousel-item-width) + var(--carousel-item-gap)),calc(100vw - var(--carousel-botton-size) - var(--carousel-item-gap)));height:var(--carousel-item-height);margin:0 auto var(--carousel-botton-margin-top);display:flex;justify-content:center;align-items:center;.carousel-button{z-index:10;position:absolute;top:50%;transform:translateY(-50%);width:var(--carousel-botton-size);height:var(--carousel-botton-size);background-color:transparent;background-position:center;background-size:cover;background-repeat:no-repeat;border:none;cursor:pointer;transition:transform .2s ease;&:active{transform:scale(.9) translateY(-60%)}&.carousel-button-backward{left:calc(var(--carousel-botton-size) * -.5);background-image:url(/assets/portal/carousel/backward.svg)}&.carousel-button-forward{right:calc(var(--carousel-botton-size) * -.5);background-image:url(/assets/portal/carousel/forward.svg)}}}.carousel-dots{display:flex;justify-content:center;gap:20px;.carousel-dot{position:relative;width:12px;height:12px;padding:0;background-color:#ccc;border-radius:50%;border:none;cursor:pointer;transition:all .2s ease;&:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;border-radius:50%}&.carousel-dot-active{background-color:#ffcb24;transform:scale(1.5)}}}}}.arrivals[data-astro-cid-ct3bgug4]{background-color:#ffcb24;background-image:url(/assets/portal/arrivals/bg.png);background-position:center;background-size:cover;background-repeat:no-repeat;.label{color:#fbe69d}}.all[data-astro-cid-ct3bgug4]{background-color:#f2f2f2;.label{color:#f5e097}}.about[data-astro-cid-ct3bgug4]{padding-top:var(--list-padding-bottom);.about-wrapper{padding:var(--about-wrapper-padding);border-radius:var(--about-wrapper-radius);background-color:#ffcb24;display:flex;flex-direction:row;@media screen and (max-width:768px){flex-direction:column}gap:var(--about-wrapper-gap);a{text-decoration:none;.about-item-content{box-shadow:var(--drop-shadow-offset-x) var(--drop-shadow-offset-y) var(--drop-shadow-blur-radius) var(--drop-shadow-spread-radius) var(--drop-shadow-color)}}.about-item-content{width:var(--about-item-width);padding:var(--about-item-padding);border-radius:var(--about-item-radius);background-color:#fff;display:flex;flex-direction:row;gap:var(--about-item-gap);cursor:pointer;transition:transform .2s ease;&:active{transform:scale(.95)}.about-item-image{width:var(--about-item-image-width);height:var(--about-item-image-height);background-color:transparent;background-image:var(--image, none);background-position:center;background-size:contain;background-repeat:no-repeat}.about-item-label{width:calc(var(--about-item-width) - var(--about-item-gap) - var(--about-item-image-width));display:flex;flex-direction:row;.about-item-label-1{flex:auto;position:relative;.about-item-label-text-wrapper{width:max-content;position:absolute;top:50%;transform:translateY(-50%);flex:auto;display:flex;flex-direction:column;justify-content:center;gap:var(--about-item-label-text-gap);.about-item-label-text-1{color:#ffcb24;font-size:30px;font-weight:900;line-height:1;letter-spacing:2px}.about-item-label-text-2{color:#000;font-size:20px;font-weight:700;line-height:1;letter-spacing:0}@media screen and (max-width:768px){.about-item-label-text-1{font-size:24px;letter-spacing:1px}.about-item-label-text-2{font-size:16px}}}}.about-item-label-2{display:flex;flex-direction:column;justify-content:end;width:var(--about-item-label-icon-size);.about-item-label-icon{width:var(--about-item-label-icon-size);height:var(--about-item-label-icon-size);background-image:url(/assets/portal/list/arrow.svg);background-position:center;background-size:cover;background-repeat:no-repeat}}}}}}
