:root{--link-color: #aa1e30;--link-color-hover: #000;--link-color-on: blue;--container-padding: 30px;--main-bg-color: #fff;--main-text-color: #000;--header-height: 110px;--menu-sub-border-color: #00000026;--menu-sub-min-width: 200px;--menu-sub-arrow-color: #000;--menu-sub-arrow-size: 8px;--menu-sub-arrow-thickness: 2px;--footer-bg-color: #fff1d6;--footer-text-color: #595450;--font-size: 16px;--button-padding-y: 5px;--button-padding-x: 40px;--button-border-radius: 10px;--button-font-weight: 500;--nav-font-size: 1.6rem;--top-nav-font-size: 1.2rem}body.ruinscc-theme-dark{--link-color: #ff6b6b;--link-color-hover: #ffffff;--link-color-on: #4ecdc4;--main-bg-color: #1a1a1a;--main-text-color: #fff;--menu-sub-border-color: #ffffff26;--menu-sub-arrow-color: #fff}@media screen and (max-width: 940px){:root{--header-height: 80px}}body.large-font-size{--font-size: 18px}*,*:before,*:after{padding:0;margin:0;box-sizing:border-box}body{font-family:"Noto Sans TC",sans-serif;font-size:var(--font-size);background-color:var(--main-bg-color);color:var(--main-text-color)}.container{max-width:1440px;margin:0 auto;height:100%;position:relative;padding:0 var(--container-padding);overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}ul{list-style-type:none}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}body.mobile-menu-open{overflow:hidden}.ruinscc-pagination-nav{margin:2rem auto;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px}.ruinscc-pagination-nav>a{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:30px;background:#d2d3d3;color:#434343;font-weight:500}.ruinscc-pagination-nav>a.active{background:#fdeace;color:var(--link-color)}.ruinscc-nav-wrap{display:flex;justify-content:flex-start;align-items:center;gap:10px;flex-wrap:wrap;font-size:var(--nav-font-size)}.ruinscc-nav-wrap a{color:var(--link-color);font-weight:500}.ruinscc-nav-wrap .nav-item{position:relative;display:flex;align-items:center;justify-content:space-between;gap:10px}.ruinscc-nav-wrap .nav-item::after{content:"/";font-size:.8rem}.ruinscc-nav-wrap .nav-item:last-child::after{content:none}.ruinscc-title__first{padding-right:15px}.ruinscc-icon__mobile__menu{display:grid;gap:5px;cursor:pointer;display:none}.ruinscc-icon__mobile__menu__line{display:inline-block;width:30px;height:4px;border-radius:2px;background-color:var(--link-color-hover)}@media screen and (max-width: 940px){.ruinscc-icon__mobile__menu{display:grid}}.ruinscc-desktop__float__shop{position:fixed;top:calc(50vh - 75px);right:2vw;z-index:3}.ruinscc-desktop__float__shop__block{background-color:#fdeace;border-radius:100px;border:1px solid #deb291;position:relative;height:150px;width:75px}.ruinscc-desktop__float__shop__block img{width:auto;height:20px}.ruinscc-desktop__float__shop__block>a{height:75px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:15px 10px;width:100%;color:#9a5524;position:absolute;width:100%;top:5px;left:-2px}.ruinscc-desktop__float__shop__block>a:last-child{bottom:0;left:0;top:unset}.ruinscc-desktop__float__shop__member{border-top:1px solid #deb291}.ruinscc-desktop__float__shop__member img{height:28px}.ruinscc-desktop__float__shop__text{font-size:.8rem}.ruinscc-mobile__float__top{position:fixed;bottom:-100%;right:2vw;z-index:10;width:60px;height:60px;background-color:#fdeace;border-radius:10px;border:1px solid #deb291;transition:bottom .4s}.ruinscc-mobile__float__top__wrap{padding:5px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#9a5524;gap:3px}.ruinscc-mobile__float__top__wrap img{width:auto;height:26px}.ruinscc-mobile__float__top__text{font-size:1.1rem;text-transform:uppercase;font-weight:500}.ruinscc-mobile__float__menu{grid-template-columns:1fr 60px;height:100vh;position:fixed;top:0;left:0;width:100%;z-index:99;background:#fff;display:none}.ruinscc-mobile__float__menu__left{background-color:#9bc6b2}.ruinscc-mobile__float__menu__left__sub{background-color:#65806b;color:#fff}.ruinscc-mobile__float__menu__right{padding:20px 15px}.ruinscc-mobile__float__menu__item{display:grid}.ruinscc-mobile__float__menu__item>li{border-bottom:1px solid #e2e2e2;padding:15px 10px}.ruinscc-mobile__float__menu__item>li>a{display:flex;align-items:center;height:40px;font-size:1.25rem;font-weight:400;position:relative}.ruinscc-mobile__float__menu__item__master::after{content:"";position:absolute;right:0;width:20px;height:20px;background-image:url(../images/right_arrow.png);background-size:contain;background-repeat:no-repeat}.ruinscc-mobile__float__menu__item__sub__title{justify-content:center}.ruinscc-mobile__float__menu__item__sub__title::after{content:"";position:absolute;left:0;width:20px;height:20px;background-image:url(../images/left_arrow.png);background-size:contain;background-repeat:no-repeat}@media screen and (max-width: 940px){.ruinscc-desktop__float__shop{display:none}.ruinscc-mobile__float__top{opacity:0}.ruinscc-mobile__float__top.active{opacity:1;bottom:60px}body.mobile-menu-open{overflow:hidden}body.mobile-menu-open .ruinscc-mobile__float__menu{display:grid}}.ruinscc-header{position:sticky;top:0;z-index:8;height:var(--header-height);background-color:#fff}.ruinscc-header__wrap{display:grid;grid-template-columns:1fr 2fr;align-items:center;justify-content:space-between;height:100%}.ruinscc-header__logo img{height:calc(var(--header-height) - 50px);width:auto}.ruinscc-header__menu{position:relative;z-index:3;font-size:var(--top-nav-font-size)}.ruinscc-header__menu>ul{display:flex;align-items:center;gap:20px;justify-content:flex-end}.ruinscc-header__menu>ul>li{cursor:pointer}.ruinscc-header__menu__multiple{position:relative}.ruinscc-header__menu__multiple>a{position:relative;display:flex;align-items:center}.ruinscc-header__menu__multiple>a::after{content:"";display:inline-block;width:var(--menu-sub-arrow-size);height:var(--menu-sub-arrow-size);border-top:var(--menu-sub-arrow-thickness) solid var(--menu-sub-arrow-color);border-right:var(--menu-sub-arrow-thickness) solid var(--menu-sub-arrow-color);transform:rotate(135deg);margin-left:8px;vertical-align:middle;transition:transform .3s ease}.ruinscc-header__menu__multiple>a:hover::after{transform:rotate(45deg) scaleX(-1)}.ruinscc-header__menu__multiple__sub{display:none;position:absolute;padding-top:5px;z-index:2;background-color:var(--main-bg-color)}.ruinscc-header__menu__multiple__sub>ul{display:flex;flex-direction:column;gap:15px;padding:10px;min-width:var(--menu-sub-min-width);border:1px solid var(--menu-sub-border-color)}.ruinscc-header__menu__multiple__sub>ul>li:hover{font-weight:500}.ruinscc-header__menu__multiple:hover>.ruinscc-header__menu__multiple__sub{display:flex}.ruinscc-header__mobile__shop{display:none;gap:20px;align-items:center;justify-content:flex-end;padding-right:10px}.ruinscc-header__mobile__shop>a img{height:20px;width:auto}@media screen and (max-width: 940px){.ruinscc-header__mobile__shop{display:flex}.ruinscc-header__wrap{grid-template-columns:1fr 1fr 1fr}.ruinscc-header__menu{display:none}.ruinscc-header__mobile__menu{display:grid}.ruinscc-header__logo img{height:calc(var(--header-height) - 25px);width:auto}}.ruinscc-footer{background-color:var(--footer-bg-color);color:var(--footer-text-color);padding:40px 0;position:relative;z-index:4}.ruinscc-footer__wrap{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center}.ruinscc-footer__wrap h2{font-size:1.25rem;margin-bottom:15px;font-weight:500}.ruinscc-footer__wrap>div{text-align:center}.ruinscc-footer__info{display:grid;gap:8px}.ruinscc-footer__social{display:flex;align-items:center;justify-content:center;gap:10px}.ruinscc-footer__social img{width:40px;height:auto}.ruinscc-footer__social li:nth-child(2) img{width:48px}@media screen and (max-width: 940px){.ruinscc-footer__wrap{display:flex;flex-direction:column;gap:20px}.ruinscc-footer__wrap>div:nth-child(1){order:2}.ruinscc-footer__wrap>div:nth-child(2){order:3}.ruinscc-footer__wrap>div:nth-child(3){order:1}}.ruinscc-cultural-map-detail .map-header{margin:4rem auto}.ruinscc-cultural-map-detail .map-main{padding:0 40px;min-height:70vh;padding-bottom:40px}.ruinscc-cultural-map-detail .map-title{font-size:2rem;font-weight:500;margin-bottom:20px}.ruinscc-cultural-map-detail .map-cover{width:100%;height:400px;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:30px;margin-bottom:20px}@media screen and (max-width: 940px){.ruinscc-cultural-map-detail .map-main{padding:0;padding-bottom:40px}}/*# sourceMappingURL=culture_map_detail.css.map */