:root{--color-black: #1a1a1a;--color-white: #ffffff;--color-bg: #faf9f7;--color-bg-alt: #f4f3f0;--color-accent: #c23531;--color-text: #2c2c2c;--color-text-light: #888888;--color-border: #e5e5e5;--color-footer-bg: #2c2c2c;--font-base: "Noto Sans KR", -apple-system, BlinkMacSystemFont, sans-serif;--max-width: 1280px;--header-height: 64px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-base);font-weight:400;color:var(--color-text);background-color:var(--color-white);line-height:1.6;min-width:320px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}img{display:block;max-width:100%}button{font-family:inherit;cursor:pointer;border:none;background:none;outline:none}a{text-decoration:none;color:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}.header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-height);transition:background-color .35s ease,box-shadow .35s ease}.header--transparent{background:transparent;color:var(--color-white)}.header--solid{background:var(--color-white);color:var(--color-black);box-shadow:0 1px 0 var(--color-border)}.header__inner{max-width:var(--max-width);margin:0 auto;height:100%;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.header__logo{display:flex;align-items:center;gap:.6rem;cursor:pointer;-webkit-user-select:none;user-select:none}.header__logo-icon{width:30px;height:30px}.header__logo-text{display:flex;flex-direction:column;line-height:1.05}.header__logo-title{font-size:.95rem;font-weight:900;letter-spacing:.08em}.header__logo-sub{font-size:.65rem;font-weight:500;letter-spacing:.18em;opacity:.7}.header__nav{display:flex;align-items:center;gap:1.5rem}.header__search-compact{display:flex;align-items:center;border-bottom:1.5px solid currentColor;padding-bottom:2px;opacity:.85;transition:opacity .2s}.header__search-compact:focus-within{opacity:1}.header__search-compact input{background:transparent;border:none;outline:none;color:inherit;font-size:.85rem;width:140px;padding:4px 0;font-family:inherit}.header__search-compact input::placeholder{color:currentColor;opacity:.5}.header__search-compact button{color:inherit;display:flex;align-items:center;padding:2px}.hero{position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero__bg{position:absolute;inset:0;background-size:cover;background-position:center;background-color:#2c3e50;transition:opacity .8s ease;animation:heroZoom 20s ease-in-out infinite alternate}@keyframes heroZoom{0%{transform:scale(1)}to{transform:scale(1.06)}}.hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#00000026,#0000000d 40%,#00000040)}.hero__content{position:relative;z-index:2;text-align:center;color:var(--color-white);padding:0 2rem;width:100%;max-width:700px}.hero__title{font-size:clamp(1.8rem,4vw,3rem);font-weight:300;letter-spacing:-.02em;line-height:1.3;margin-bottom:2.5rem;text-shadow:0 2px 20px rgba(0,0,0,.3)}.hero__search{display:flex;align-items:center;border-bottom:2px solid rgba(255,255,255,.6);max-width:480px;margin:0 auto;transition:border-color .3s}.hero__search:focus-within{border-color:#fff}.hero__search-input{flex:1;background:transparent;border:none;outline:none;color:var(--color-white);font-size:1.15rem;font-family:inherit;font-weight:300;padding:.8rem 0;letter-spacing:.01em}.hero__search-input::placeholder{color:#ffffff80}.hero__search-btn{color:#fffc;display:flex;align-items:center;padding:.5rem;transition:color .2s}.hero__search-btn:hover{color:var(--color-white)}.hero__scroll-hint{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#fff9;font-size:.7rem;letter-spacing:.15em;text-transform:lowercase}.hero__scroll-line{width:1px;height:40px;background:#fff6;animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.3;transform:scaleY(.6)}50%{opacity:1;transform:scaleY(1)}}.section{max-width:var(--max-width);margin:0 auto;padding:5rem 2rem}.section--search{padding-top:calc(var(--header-height) + 3rem);min-height:80vh}.section__header{text-align:center;margin-bottom:3.5rem}.section__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--color-black);letter-spacing:-.02em;margin-bottom:.6rem}.section__keyword{color:var(--color-accent)}.section__desc{font-size:.9rem;color:var(--color-text-light);font-weight:300}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}@media(max-width:1024px){.grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}@media(max-width:480px){.grid{grid-template-columns:1fr}}.card{cursor:pointer;animation:cardReveal .5s ease both}@keyframes cardReveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.card__image-wrap{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:var(--color-bg-alt)}.card__image{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.card:hover .card__image{transform:scale(1.05)}.card__image-overlay{position:absolute;inset:0;background:#0000;display:flex;align-items:center;justify-content:center;transition:background .3s ease;opacity:0}.card:hover .card__image-overlay{background:#00000040;opacity:1}.card__body{padding:.75rem .2rem}.card__title{font-size:.88rem;font-weight:500;color:var(--color-black);line-height:1.4;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card__location{font-size:.75rem;color:var(--color-text-light);display:flex;align-items:center;gap:.3rem}.empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:6rem 2rem;color:var(--color-text-light);font-size:.95rem}.loader{display:flex;flex-direction:column;align-items:center;gap:1.2rem;padding:6rem 2rem;color:var(--color-text-light);font-size:.9rem;font-weight:300}.loader__spinner{width:36px;height:36px;border:2.5px solid var(--color-border);border-top-color:var(--color-accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.pager{display:flex;align-items:center;justify-content:center;gap:.25rem;margin-top:4rem}.pager__pages{display:flex;gap:.15rem}.pager__page{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:400;color:var(--color-text-light);border-radius:50%;transition:all .2s ease}.pager__page:hover{color:var(--color-black);background:var(--color-bg-alt)}.pager__page--active{color:var(--color-white);background:var(--color-black);font-weight:500}.pager__page--active:hover{color:var(--color-white);background:var(--color-black)}.pager__arrow{width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:var(--color-text-light);border-radius:50%;transition:all .2s ease}.pager__arrow:hover:not(:disabled){color:var(--color-black);background:var(--color-bg-alt)}.pager__arrow:disabled{opacity:.25;cursor:default}.modal{position:fixed;inset:0;z-index:200;background:#000000d9;display:flex;align-items:center;justify-content:center;padding:2rem;animation:modalFadeIn .3s ease}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal__container{position:relative;background:var(--color-white);max-width:900px;width:100%;max-height:90vh;overflow-y:auto;animation:modalSlideUp .35s ease}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal__close{position:absolute;top:1rem;right:1rem;z-index:10;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#00000080;color:#fff;border-radius:50%;transition:background .2s}.modal__close:hover{background:#000000bf}.modal__image-wrap{width:100%;background:var(--color-bg-alt)}.modal__image{width:100%;display:block}.modal__info{padding:2rem 2.5rem 2.5rem}.modal__title{font-size:1.35rem;font-weight:700;color:var(--color-black);margin-bottom:1.5rem;letter-spacing:-.01em;line-height:1.4}.modal__meta{display:flex;flex-direction:column;gap:0}.modal__meta-row{display:flex;padding:.75rem 0;border-bottom:1px solid var(--color-border)}.modal__meta-row:last-child{border-bottom:none}.modal__meta-row dt{width:90px;flex-shrink:0;font-size:.82rem;font-weight:500;color:var(--color-text-light)}.modal__meta-row dd{font-size:.88rem;color:var(--color-text);line-height:1.5}.footer{background:var(--color-footer-bg);color:#fff9;padding:3rem 2rem;margin-top:2rem}.footer__inner{max-width:var(--max-width);margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap}.footer__logo{display:flex;align-items:center;gap:.5rem;color:#ffffffd9;margin-bottom:.75rem}.footer__logo-icon{width:26px;height:26px}.footer__logo-title{font-size:.85rem;font-weight:900;letter-spacing:.08em}.footer__logo-sub{font-size:.6rem;font-weight:500;letter-spacing:.18em;margin-left:.3rem;opacity:.6}.footer__copyright{font-size:.72rem;line-height:1.6}.footer__links{display:flex;gap:2rem;font-size:.78rem}.theme-slider{background:var(--color-bg);padding:4rem 0 3rem;overflow:hidden}.theme-slider__header{text-align:center;margin-bottom:2rem}.theme-slider__title{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:900;color:var(--color-black);letter-spacing:-.03em;margin-bottom:.5rem}.theme-slider__more{font-size:.88rem;color:var(--color-text-light);cursor:pointer}.theme-slider__more:hover{color:var(--color-black)}.theme-slider__track{display:flex;align-items:center;justify-content:center;gap:0;position:relative;height:480px}.theme-slider__slide{flex-shrink:0;overflow:hidden;transition:all .5s ease}.theme-slider__slide img{width:100%;height:100%;object-fit:cover;display:block}.theme-slider__slide--center{width:60%;max-width:820px;height:100%;position:relative;z-index:2;cursor:pointer}.theme-slider__slide--peek{width:15%;height:85%;opacity:.7;filter:brightness(.7)}.theme-slider__slide--prev{margin-right:-1px}.theme-slider__slide--next{margin-left:-1px}.theme-slider__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#ffffffd9;color:var(--color-black);border-radius:50%;box-shadow:0 2px 8px #00000026;transition:all .2s}.theme-slider__arrow:hover{background:var(--color-white);box-shadow:0 4px 12px #0003}.theme-slider__arrow--left{left:1.5rem}.theme-slider__arrow--right{right:1.5rem}@media(max-width:768px){.theme-slider__track{height:300px}.theme-slider__slide--peek{width:10%}.theme-slider__slide--center{width:80%}}.region-section{background:var(--color-bg);padding:4rem 2rem}.region-section__inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:55% 45%;gap:2rem;align-items:start}.region-section__title{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:900;color:var(--color-black);letter-spacing:-.03em;margin-bottom:1.5rem}.region-section__slider-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.75rem}.region-section__region-name{font-size:1.2rem;font-weight:700;color:var(--color-black)}.region-section__more{font-size:.85rem;color:var(--color-text-light);cursor:pointer}.region-section__photo{width:100%;aspect-ratio:4 / 3;overflow:hidden;cursor:pointer;background:var(--color-bg-alt)}.region-section__photo img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.region-section__photo:hover img{transform:scale(1.03)}.region-section__slider-nav{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem}.region-section__counter{font-size:.9rem;font-weight:500;color:var(--color-text);letter-spacing:.05em}.region-section__next{width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:var(--color-text);transition:color .2s}.region-section__next:hover{color:var(--color-accent)}.region-section__right{display:flex;align-items:center;justify-content:center;padding:1rem}.region-map{width:100%;max-width:340px}.region-map__label{transition:fill .2s}.region-map__label:hover{fill:var(--color-accent)!important}@media(max-width:768px){.region-section__inner{grid-template-columns:1fr}.region-section__right{display:none}}.award-section{background:var(--color-bg);padding:4rem 2rem 3rem}.award-section__header{max-width:var(--max-width);margin:0 auto 2rem;text-align:center}.award-section__title{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:900;color:var(--color-black);letter-spacing:-.03em;margin-bottom:.5rem}.award-section__more{font-size:.88rem;color:var(--color-text-light);cursor:pointer}.award-section__track{max-width:var(--max-width);margin:0 auto;display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.5rem}.award-section__track::-webkit-scrollbar{display:none}.award-section__card{flex:0 0 calc(25% - .75rem);min-width:240px;scroll-snap-align:start;cursor:pointer}.award-section__img{width:100%;aspect-ratio:4 / 3;overflow:hidden;background:var(--color-bg-alt)}.award-section__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.award-section__card:hover .award-section__img img{transform:scale(1.04)}.award-section__label{margin-top:.6rem;font-size:.85rem;font-weight:500;color:var(--color-text)}.award-section__controls{max-width:var(--max-width);margin:1.25rem auto 0;display:flex;align-items:center;gap:1rem}.award-section__arrow{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--color-text-light);flex-shrink:0;transition:color .2s}.award-section__arrow:hover{color:var(--color-black)}.award-section__progress{flex:1;height:3px;background:var(--color-border);border-radius:2px;overflow:hidden}.award-section__progress-bar{height:100%;background:var(--color-accent);border-radius:2px;transition:width .3s ease}.collage-section{background:var(--color-bg);padding:4rem 2rem}.collage-section__inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:30% 70%;gap:0;align-items:center}.collage-section__text{padding-right:2rem}.collage-section__text h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:900;color:var(--color-black);letter-spacing:-.03em;line-height:1.4}.collage-section__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto auto;gap:.6rem}.collage-section__item{overflow:hidden;cursor:pointer;border-radius:6px;background:var(--color-bg-alt)}.collage-section__item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.collage-section__item:hover img{transform:scale(1.05)}.collage-section__item--tall{grid-row:span 2;aspect-ratio:auto}.collage-section__item--wide{grid-column:span 2;aspect-ratio:16 / 9}.collage-section__item--wide-bottom{grid-column:span 1;aspect-ratio:16 / 10}.collage-section__item:not(.collage-section__item--tall):not(.collage-section__item--wide):not(.collage-section__item--wide-bottom){aspect-ratio:4 / 3}@media(max-width:768px){.collage-section__inner{grid-template-columns:1fr}.collage-section__text{padding:0 0 2rem}.collage-section__grid{grid-template-columns:repeat(2,1fr)}.collage-section__item--tall{grid-row:span 1;aspect-ratio:4 / 3}.collage-section__item--wide{grid-column:span 1}}@media(max-width:768px){.header__inner{padding:0 1rem}.hero__title{font-size:1.6rem}.section{padding:3rem 1rem}.section--search{padding-top:calc(var(--header-height) + 2rem)}.modal{padding:0}.modal__container{max-height:100vh;max-width:100%}.modal__info{padding:1.5rem}.footer__inner{flex-direction:column}.footer__links{flex-direction:column;gap:.5rem}}
