@charset "utf-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.6.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

@font-face {
	font-family: 'fontello';
	src: url('../fonts/fontello.eot?47875638');
	src: url('../fonts/fontello.eot?47875638#iefix') format('embedded-opentype'),
		url('../fonts/fontello.woff?47875638') format('woff'),
		url('../fonts/fontello.ttf?47875638') format('truetype'),
		url('../fonts/fontello.svg?47875638#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

.bolder{font-weight: 500 !important;}

.roboto-light {
	font-family: 'Archivo', sans-serif;
	font-weight: 300;
	font-style: normal;
  }
  
  .roboto-regular {
	font-family: 'Archivo', sans-serif;
	font-weight: 400;
	font-style: normal;
  }
  
  .roboto-medium {
	font-family: 'Archivo', sans-serif;
	font-weight: 500;
	font-style: normal;
  }
  
  .roboto-bold {
	font-family: 'Archivo', sans-serif;
	font-weight: 600;
	font-style: normal;
  }
  
  .roboto-light-italic {
	font-family: 'Archivo', sans-serif;
	font-weight: 300;
	font-style: italic;
  }
  
  .roboto-regular-italic {
	font-family: 'Archivo', sans-serif;
	font-weight: 400;
	font-style: italic;
  }
  
  .roboto-medium-italic {
	font-family: 'Archivo', sans-serif;
	font-weight: 500;
	font-style: italic;
  }
  
  .roboto-bold-italic {
	font-family: 'Archivo', sans-serif;
	font-weight: 600;
	font-style: italic;
  }
  

.header-social-icon {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.loading {
	background: rgba(255, 255, 255, .95);
	z-index: 1999;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
}

.flex-h {
	width: calc(50% - 20px);
	margin-right: 20px;
}

.flex-h:nth-of-type(2) {
	margin-right: 0;
	margin-left: 20px;
}

.flex-sec {
	display: flex;
	flex-flow: row wrap;
}

.v-helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.flex-between {
	justify-content: space-between;
}

.flex-between-pure {
	justify-content: space-between;
}

.flex-sec.flex-between::after {
	content: '';
	flex: auto;
}

.flex-start {
	justify-content: flex-start;
}

.flex-end {
	justify-content: flex-end;
}

.flex-grid-2 {
	width: calc(50% - 20px);
}

.flex-center {
	align-items: center;
}

.flex-align-c {
	justify-content: center;
}

.flex-bottom {
	align-items: flex-end;
}

.flex-stretch {
	align-items: stretch;
}

.flex-grid-3-2 {
	width: calc(66.67% - 20px);
}

.flex-grid-2-1 {
	width: calc(50% - 20px);
}


.flex-grid-3-1 {
	width: calc(33.33% - 12px);
	margin:0 6px;
}
.oneworksarea .inner .text.flex-grid-3-1{
	margin-bottom:12px;
}

.flex-grid-4-1 {
	width: calc(25% - 20px);
	margin: 0 10px;
}

.flex-grid-4-3 {
	width: calc(75% - 20px);
	margin: 0 10px;
}

.flex-autoh {
	align-items: flex-start;
	align-content: flex-start;
}

.rwd-width-limited {
	width: 1840px;
	margin: 0 auto;
}

.zindex1 {
	z-index: 1;
}

.bg-dk {
	background: #222222;
}

.rwd-mg-t-20 {
	margin-top: 20px;
}

.rwd-mg-t-40 {
	margin-top: 40px;
}

.rwd-mg-t-60 {
	margin-top: 60px;
}

.rwd-mg-t-80 {
	margin-top: 80px;
}

.rwd-mg-b-10 {
	margin-bottom: 10px;
}

.rwd-mg-b-20 {
	margin-bottom: 20px;
}

.rwd-mg-b-30 {
	margin-bottom: 30px;
}

.rwd-mg-b-40 {
	margin-bottom: 40px;
}

.rwd-mg-b-60 {
	margin-bottom: 60px;
}
.rwd-mg-b-80 {
	margin-bottom: 80px;
}
.rwd-mg-b-100 {
	margin-bottom: 100px;
}

.rwd-pd-t-20 {
	padding-top: 20px;
}

.rwd-pd-t-30 {
	padding-top: 30px;
}

.rwd-pd-t-40 {
	padding-top: 40px;
}

.rwd-pd-t-60 {
	padding-top: 60px;
}

.rwd-pd-t-80 {
	padding-top: 80px;
}

.rwd-pd-b-20 {
	padding-bottom: 20px;
}

.rwd-pd-b-30 {
	padding-bottom: 30px;
}

.rwd-pd-b-40 {
	padding-bottom: 40px;
}

.rwd-pd-b-60 {
	padding-bottom: 60px;
}

.rwd-pd-b-80 {
	padding-bottom: 80px;
}

h1,
h2,
h3,
h4 {
	line-height: 1.35em;
}

p {
	line-height: 1.6em;
}

button[type="submit"] {
	border: none;
	outline: none;
	cursor: pointer;
}

/*popup*/
.dark-popup {
	position: relative;
	padding: 30px 40px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
	overflow: hidden;
	min-height: 20vh;
	background: rgba(255, 255, 255, 1);
}

/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.9;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;

	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.text-underline {
	text-decoration: underline;
}
.text-decoration-color-grey{
	text-decoration-color:#888;
}
.text-inderline-dashed{
	text-decoration-style: dashed;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.btn {
	border-radius: 5px;
	padding: 16px 22px;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	transition: 0.2s;
}

.btn-s {
	padding: 12px 15px;
	font-size: 15px;
}

.btn.btn-br {
	background: #D1C2B0;
}

.btn.btn-red {
	background: red;
}

.btn.btn-g {
	background: #565656;
}

.btn i {
	margin-left: 30px;
}

.btn:hover {
	background: #94897c;
}

.btn.btn-g:hover {
	background: #222;
}

.btn.btn-red:hover {
	background: #b50909;
}

header {
	width: 100%;
	height: 120px;
	top: 0;
	position: fixed;
	z-index: 10;
	background: rgba(255, 255, 255, 0.95);
	/* -webkit-backdrop-filter: blur(12px) saturate(180%);
	backdrop-filter: blur(12px) saturate(180%); */
	border-bottom: 1px solid #ddd;
	font-family: "Roboto Mono", sans-serif;
	letter-spacing: 0.06em;
}

header .flex-sec.flex-between.hlp::after {
	flex: initial;
}

header .inner {
	height: 120px;
	width: 1840px;
	margin:0 auto;
}

header .inner .hinner {
	height: 100%;
	display: flex;
	align-items: center;
}

header .inner .hlp {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
}

header .inner .hmp {
	margin: 0 auto;
	display: flex;
	align-items: center;
	height: 100%;
}

header .inner .hrp i {
	font-size:16px;
	color:#000;
}

header .inner .logo {
	display: flex;
	align-items: center;
	margin: 0;
	height: auto;
}

header .inner .logo img {
	display: block;
	height: 36px;
	width: 36px;
	object-fit: cover;
	border-radius: 2px;
}

header .inner .hrp {
	height: 100%;
	display: flex;
	align-items: center;
}

header .inner .hrp .flex-sec {
	display: flex;
	align-items: center;
	gap: 0;
	margin-bottom: 0;
	margin-right: 10px;
}

header .inner .hrp .v-line {
	width: 1px;
	height: 15px;
	background: #333;
	margin: 0 10px;
}

header .inner .hrp a.login {
	color: #000;
	font-size: 12px;
	letter-spacing: 0.2px;
}

header .inner .hrp a.login i {
	margin-right: 4px;
}

header .inner .nav a{
	color: #333;
	position: relative;
	font-family: "Roboto Mono", sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.06em;
	text-decoration: none;
}
header .inner .nav a:hover,
header .inner .nav a:active,
header .inner .nav a:visited {
	opacity:0.55;
}

header .inner .nav li:hover>a,
header .inner .nav li.nav-active>a {
	background: none;
	font-weight: 500;
}


.header-gap {
	margin-top: 120px;
}

.wrapper {
	min-height: calc(100vh - 150px);
	margin-top:120px;
	overflow: hidden;
	position:relative;
}

.login-wrapper.wrapper {
	min-height: 100vh;
}

body {
	font-size: 12px;
	font-family: 'Archivo', Arial, sans-serif;
	word-wrap: break-word;
	width: 100%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	font-weight: normal;
	background: #fff;
	position: relative;
}
a{
	cursor: url(../images/common/cursor-sm.webp) 8 8, auto !important;
}

.login-full {
	width: 100%;
	height: 100%;
	position: absolute;
}

.login-full img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.h-banner {
	margin-bottom: 20px;
	width: 100%;
	display: block;
}

.h-banner img {
	max-width: 100%;
	display: block;
}

.v-banner {
	margin-bottom: 30px;
	width: 100%;
	display: block;
}

.v-banner img {
	max-width: 100%;
	display: block;
}

.visual .one-v {
	position: relative;
}

.visual .one-v .cover {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(255, 255, 255, 0.3);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.2) 32%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 0) 100%);
	bottom: 0;
	z-index: 1;
}

.visual .one-v .cover p {
	width: calc(100% - 20px);
	left: 0;
	right: 0;
	position: absolute;
	margin: 0 auto;
	bottom: 40px;
	text-align: center;
	color: #000;
	font-size: 28px;
	line-height: 1.35em;
}

.visual .one-v .bg {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.visual .one-v .bg .pic-ratio-wrap {
	position: relative;
	padding-bottom: 50%;
	overflow: hidden;
}

.visual .one-v .bg .pic-ratio-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	transition: 0.6s;
}

.visual.event-visual .one-v .bg {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.visual.event-visual .one-v .bg .pic-ratio-wrap {
	position: relative;
	padding-bottom: 40%;
	overflow: hidden;
}

.visual.event-visual .one-v .bg .pic-ratio-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	transition: 0.6s;
}

.gotop {
	width: 60px;
	height: 60px;
	color: #000;
	display: none !important;
	background: rgba(0, 0, 0, .08);
	position: fixed;
	bottom: 120px;
	right: 18px;
	text-align: center;
	border-radius: 4px;
}

.gotop img {
	display: block;
	margin: 10px auto 2px;
	width:10px;

}

.gotop span {
	display: block;
	color: #000;
	font-size: 13px;
	line-height: 1.6em;
}

footer {
	padding: 20px 0;
	position: relative;
	color:#000;
	background:#fff;
	border-top:1px solid #ddd;
	font-family: "Roboto Mono", sans-serif;
	letter-spacing: 0.06em;
	display: none;
}

#footer-container {
	display: none;
}

footer .inner {
	padding: 0 20px;
}

footer .inner .logo {
	width: 132px;
}

footer .inner .logo img {
	display: block;
	width: 100%;
}

footer .inner .info{
	font-size:13px;
	letter-spacing: 0.06em;
}
footer .inner .info a{
	color:#000;
	font-size:13px;
	letter-spacing: 0.06em;
}

footer .inner .info .one-contact {
	margin-bottom: 4px;
	align-items: center;
  	justify-content: center;
}

footer .inner .info .one-contact .ico {
	width: 20px;
	color: #D1C2B0;
}

footer .inner .info .one-contact .text {
	width: calc(100% - 20px);
	color: #7C7C7C;
}

footer .inner .info .one-contact .ico,
footer .inner .info .one-contact .text {
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1.35em;
}

footer .inner .info .cpright {
	font-size: 12px;
	color: #7C7C7C;
}

footer .inner .cprightnpolicy a{
	color:#000;
	font-size:13px;
	letter-spacing: 0.06em;
}
footer .inner .cprightnpolicy i{
	font-size:16px;
	color:#000;
}


.index-wrap-top {
	text-align: center;
	height:calc(100vh - 220px);
	position:relative;
}
.index-wrap-top .cenmid{
	min-width:280px;
}

.mtitle {
	font-size: 36px;
	font-weight: lighter;
	position: relative;
	line-height: 1.35em;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 20px;
}

.mtitle-s {
	font-size: 24px;
	font-weight: lighter;
	position: relative;
	line-height: 1.35em;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 20px;
}

.msubtitle {
	font-size: 16px;
	line-height: 1.6em;
	width: 100%;
	color:#000;
}
.msubtitle.msubt20{
	font-size:28px;
	font-weight: 200;
}
.msubtitle.msubt20 .mt{
	font-size:70px;
	line-height: 1.8em;
	font-weight: 600;
}

.mtext {
	font-size: 16px;
	line-height: 1.8em;
}

.index-room-sec {
	margin: 40px 0 50px;
}

.one-room {
	position: relative;
	transition: 0.2s;
	margin: 0 10px 40px;
	overflow: hidden;
}

.works-info-title{
	font-family: "Roboto Mono", sans-serif;
	font-size: 30px;
	color: #111;
	line-height: 1.15;
	margin-bottom: 28px;
	font-weight: 600;
	text-transform: none;
	letter-spacing: -0.03em;
}
.works-wrap-top.works-wrap-top-reverse .works-info-title{
	color:#111;
	margin-bottom:28px;
}
.works-wrap-top{
	padding:28px 20px 32px;
	border-bottom: 1px solid #ddd;
	font-family: "Roboto Mono", sans-serif;
	letter-spacing: 0.06em;
	box-sizing: border-box;
}
.works-wrap-top .inner{
	width:1200px;
	max-width:calc(100% - 40px);
	margin:0 auto;
}
.works-wrap-top .inner .one-works-info-top{
	width:calc(33.33% - 20px);
	margin-right:20px;
}
.works-wrap-top .inner .one-works-info-top.owit-20{
	width:170px;
	margin-right:20px;
}
.works-wrap-top .inner .one-works-info-top.owit-40{
	width:calc((100% - 190px) / 2 - 20px);
	margin-right:20px;
}
.works-wrap-top .inner .one-works-info-top.one-works-info-top-1{
	width:100%;
	margin-right:0;
}
.works-wrap-top .inner .one-works-info-top.one-works-info-top-2{
	width:calc(50% - 20px);
	margin-right:20px;
}
.works-wrap-top .inner .one-works-info-top .title
{
	font-family: "Roboto Mono", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:12px;
	margin-bottom:8px;
	line-height:1.45em;
	letter-spacing:0.06em;
	color:#888;
}
.works-wrap-top .inner .one-works-info-top .workstitle{
	font-family: "Roboto Mono", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:13px;
	margin-bottom:24px;
	line-height:1.4em;
	letter-spacing:0.06em;
	color:#222;
}
.works-wrap-top .inner .one-works-info-top .text
{
	font-family: "Roboto Mono", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:13px;
	margin-bottom:24px;
	line-height:1.45em;
	letter-spacing:0.06em;
	color:#222;
}
.works-wrap-top .inner .one-works-info-top.owit-20 .text,.works-wrap-top .inner .one-works-info-top.owit-40 .text{
	font-family: "Roboto Mono", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:13px;
	margin-bottom:24px;
	line-height:1.4em;
	letter-spacing:0.06em;
	color:#222;
}

.one-room .whole {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 13px;
	z-index: 1;
	text-align: center;
	color: #000;
	font-size: 12px;
	line-height: 1.2em;
	background: rgba(255, 255, 255, .9);
}

.one-room .whole.date {
	right: auto;
	left: 0;
}

.one-room .whole i {
	font-size: 16px;
	color: #000;
}


.one-room .pic {
	width: 100%;
}


.one-room .pic .pic-ratio-wrap {
	width: 100%;
	height: 100%;
	position: relative;
	padding-bottom: 75%;
	overflow: hidden;
}

.one-room .pic .pic-ratio-wrap img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	transition: 0.8s;
}

.one-room:hover .pic .pic-ratio-wrap img {
	transform: scale(1.04);
}

.one-room .info {
	width: calc(100% - 40px);
	padding: 40px 20px 30px;
	background: rgba(255, 255, 255, 0.6);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 6%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.9) 100%);
	position:relative;
}

.one-room .info .titlenprice-sec {
	width: 100%;
}

.one-room .info .titlenprice-sec .title {
	font-size: 30px;
	color: #000;
	line-height: 1.6em;
	font-weight: 600;
	margin-bottom:25px;
	text-transform:uppercase;
	letter-spacing: 0.1em;
}

.one-room .info .titlenprice-sec .price-sec .d-price {
	font-size: 16px;
	line-height: 1.45em;
	opacity: 0.9;
	color: #000;
	margin-bottom: 4px;
	margin-bottom:15px;
	font-weight: 300;

}
.one-room .info .titlenprice-sec .price-sec .d-price .bolder{
	margin-bottom:4px;
	display: inline-block;
}

.one-room .info .titlenprice-sec .price-sec .price {
	font-size: 14px;
	line-height: 2em;
	color: #000;
	letter-spacing: 0.08em;
	font-style: italic;
}



.index-event-sec a {
	display: block;
	overflow: hidden;
}

.index-event-sec .pic {
	width: 100%;
	overflow: hidden;
}

.index-event-sec .pic img {
	width: 100%;
	display: block;
}

.index-about-sec .left {
	width: 44%;
	background: #E4E9EF;
	position: relative;
}

.index-about-sec .left .v-logo {
	position: absolute;
	right: 5%;
	top: 5%;
}

.index-about-sec .left .inner {
	width: 80%;
	height: calc(100% - 60px);
	max-width: 600px;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
}

.index-about-sec .left .inner .cenmid {
	width: 100%;
}

.index-about-sec .left .mtext {
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-about-sec .right {
	width: 56%;
}

.index-about-sec .right .pic img {
	width: 100%;
	display: block;
}

.one-input {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

.one-input .text-label {
	font-size: 16px;
	margin-bottom: 8px;
	display: inline-block;
	letter-spacing: 0.2px;
}

.one-input .one-inputext {
	width: 100%;
	position: relative;
}

.one-input .one-inputext .ico {
	position: absolute;
	top: 18px;
	left: 16px;
	font-size: 16px;
}

.one-input .one-inputext .inputtext {
	border: 1px solid #A0A0A0;
	border-radius: 4px;
	padding: 0 10px 0 45px;
	height: 52px;
	background: none;
	outline: none;
	color: #333;
	font-size: 16px;
	width: calc(100% - 55px);
	font-family: 'Archivo', Arial, sans-serif;
}

.one-input .one-inputext .innputselect {
	border: 1px solid #A0A0A0;
	border-radius: 4px;
	padding: 0 10px;
	height: 52px;
	background: none;
	outline: none;
	color: #333;
	font-size: 16px;
	width: 180px;
	font-family: 'Archivo', Arial, sans-serif;
}

.one-input .one-inputext .textarea {
	border: 1px solid #A0A0A0;
	border-radius: 4px;
	padding: 10px 10px 0 45px;
	background: none;
	outline: none;
	color: #333;
	font-size: 16px;
	width: calc(100% - 55px);
	height: 180px;
	line-height: 30px;
	resize: none;
	font-family: 'Archivo', Arial, sans-serif;
}

.one-input .one-inputext .inputtext::placeholder,
.one-input .one-inputext .textarea::placeholder {
	color: #999;
	font-size: 16px;
}

.index-contact-sec {
	margin: 60px 0;
}

.one-contact {
	margin-bottom: 20px;
}

.one-contact .ico {
	width: 30px;
	line-height: 1.6em;
	color: #A0A0A0;
	font-size: 16px;
}

.one-contact .text {
	width: calc(100% - 30px);
	line-height: 1.6em;
	color: #333;
	font-size: 16px;
}

.c-map .pic-ratio-wrap {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.c-map .pic-ratio-wrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
}

.short-ratio {
	position: relative;
	width:100%;
	padding-bottom: 177.77%;
	overflow: hidden;
}

.short-ratio iframe {
	width: 100%;
	height: 100%;
	left:0;
	position: absolute;
}


.p-visual {
	position: relative;
}

.p-visual .title-sec {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.p-visual .title-sec .cenmid {
	width: 100%;
}

.p-visual .title-sec .cenmid .title {
	font-size: 52px;
	color: #000;
	text-align: center;
	font-weight: lighter;
}

.p-visual .pic {
	width: 100%;
	height: 500px;
	position: relative;
}
.p-visual.p-event-visual .pic {
	height: initial;
}
.p-visual .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.room-slider .one-rs {
	width: 400px;
	height:480px;
	position:relative;
}

.room-slider .slick-slide {
	margin: 0 10px;
}


.room-slider .one-rs img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: relative;
}

.box-shadow {
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.25);
}

.room-inner-sec {
	margin: 60px 0;
}

.room-inner-sec.cnp-inner-sec .cnp-inner-flex-sec {
	flex-direction: row-reverse;
}

.room-inner-sec .left {
	width: calc(66.66% - 20px);
	margin-right: 20px;
}

.room-inner-sec .right {
	width: calc(33.33% - 20px);
	margin-left: 20px;
}

.room-inner-sec .right .r-box {
	padding: 30px 0;
	
}

.room-inner-sec .right .line {
	width: 100%;
	height: 1px;
	background: #CCCCCC;
}

.tab_sec {
	border-bottom: 1px solid #CCCCCC;
}

.tab_sec .tab {
	color: #A0A0A0;
	font-size: 16px;
	padding: 15px 8px;
	transition: 0.2s;
	position: relative;
	cursor: pointer;
}

.tab_sec .tab.active,
.tab_sec .tab:hover {
	color: #000;
}

.tab_sec .tab.active:after,
.tab_sec .tab:hover:after {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
}

.bed-stat .one-bs {
	margin-right: 30px;
}

.bed-stat .one-bs .ico {
	margin-right: 4px;
}

.bed-stat .one-bs .text {
	font-size: 18px;
	color: #000;
}

.bed-stat .one-bs .text span {
	font-size: 24px;
	font-weight: 600;
}

.provide-sec .one-provide {
	background: #E8DDD0;
	padding: 15px;
	border-radius: 4px;
	margin: 0 20px 20px 0;
}

.provide-sec .one-provide .ico {
	font-size: 16px;
	color: #000;
	margin-right: 10px;
}

.provide-sec .one-provide .text {
	font-size: 14px;
	color: #000;
}

.editor .pic {
	margin: 40px 0;
}

.editor .pic img {
	max-width: 100%;
}

.r-box h3 {
	font-size: 24px;
	margin-bottom: 20px;
}
.cnp-inner-sec .date-pick-sec{
	padding:15px;
}
.date-pick-sec {
	padding: 15px 0 15px 15px;
	background: #e8e8e8;
	border-radius: 4px;
	margin-bottom: 8px;
	position:relative;
}

.date-pick-sec .ico {
	font-size: 14px;
	margin-right: 2px;
	color: #333;
}

.date-pick-sec .text {
	color: #333;
	font-size: 14px;
}

.date-pick-sec.roomsdp .date-pick{
	width:calc(100% - 20px);
}

.reserve-sec .date-pick-sec .text {
	margin: 0 20px;
}

.date-pick-sec .date-pick::placeholder {
	color: #666;
}

.date-pick-sec .date-pick {
	border: none;
	outline: none;
	background: none;
	color: #333;
	font-size: 14px;
	width: 200px;
}

.r-box .addon-sec .one-addon {
	margin: 0 6px 5px 0;
}

.r-box .addon-sec .one-addon label {
	font-size: 13px;
}

.r-box .pricedetail-sec ul {
	margin-left: 22px;
	list-style: none;
}

.r-box .pricedetail-sec ul li {
	font-size: 14px;
	line-height: 30px;
}

.r-box .pricedetail-sec ul li:before {
	content: "\2022";
	color: #D1C2B0;
	line-height: 30px;
	vertical-align: middle;
	font-size: 30px;
	font-weight: 600;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.r-box .pricedetail-sec ul li span {
	font-weight: 600;
}

.r-box .sum-sec {
	background: #E4E9EF;
	padding: 28px 20px;
}

.r-box .sum-sec .sum {
	font-size: 24px;
}

.r-box .sum-sec .text {
	font-size: 24px;
	margin-left: auto;
}

.cnp-roompic-sec .pic {
	position: relative;
}

.cnp-roompic-sec .pic .pic-ratio-wrap {
	position: relative;
	padding-bottom: 75%;
	overflow: hidden;
}

.cnp-roompic-sec .pic .pic-ratio-wrap img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
}

.m-line {
	width: 100%;
	height: 1px;
	background: #CCCCCC;
}

.one-input .one-inputradio .ico {
	position: absolute;
	top: 18px;
	left: 16px;
	font-size: 16px;
}

.one-input .one-inputradio .radiobtn {
	opacity: 0;
	position: absolute;
}

.one-input .one-inputradio .text-label {
	margin-bottom: 0;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0 10px 0 45px;
	height: 52px;
	line-height: 52px;
	background: none;
	color: #aaa;
	font-size: 16px;
	font-family: 'Archivo', Arial, sans-serif;
	position: relative;
	min-width: 200px;
	transition: 0.2s;
}

.one-input .one-inputradio .text-label.rbnormal {
	min-width: auto;
}

.one-input .one-inputradio .radiobtn:checked+.text-label {
	border: 1px solid #000;
	color: #333;
}

.mg-b-none {
	margin-bottom: 0 !important;
}

.pd-b-none {
	padding-bottom: 0 !important;
}

.about-top {
	width: 100%;
	position: relative;
}

.about-top .info {
	width: calc(100% - 100px);
}

.about-top .v-logo {
	position: absolute;
	top: 0;
	right: 0;
}
.sel-sec{position:relative;}
.selarrow{
	color:#333;
	position:absolute;
	right:5px;
	top:19px;
	pointer-events: none;
}
.sel-sec .sel {
	padding: 17px 15px;
	background: #e8e8e8;
	border-radius: 4px;
	border: none;
	font-size: 14px;
	color: #333;
	-webkit-appearance: none;
	width:100%;
}

.about-top.exp-top {
	width: calc(50% - 20px);
	margin-right: 20px;
}

.exp-gallery {
	width: calc(50% - 20px);
	margin-left: 20px;
}

.login-sec {
	min-height: 90vh;
}

.login-wrap {
	width: calc(100% - 80px);
	max-width: 540px;
	padding: 30px 40px;
	background: rgba(255, 255, 255, .9);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 38, 59, 0.25);
	box-shadow: 0px 1px 1px 0px rgba(0, 38, 59, 0.25);
	position: relative;
	margin: 0 auto;
}

.login-wrap h3 {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}

.login-wrap .login-btn {
	width: 100%;
	height: 58px;
	line-height: 58px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	background: #333;
	display: block;
	margin-bottom: 15px;
	transition: 0.2s;
}

.login-wrap .login-btn.x-btn {
	background: #1DA1F2;
}

.login-wrap .login-btn.gl-btn {
	background: #4285f4;
}

.login-wrap .login-btn:hover {
	opacity: 0.75;
}

.one-room.one-bookinginfo {
	width: 100%;
}

.fgpwd {
	margin-top: 6px;
	font-size: 13px;
	text-decoration: underline;
	display: inline-block;
	letter-spacing: 0.2px;
	color: #555;
}

.contact-info-ul {
	list-style-type: disc;
	margin-left: 1em;
}

.one-free-addon {
	font-size: 13px;
	margin-bottom: 5px;
}

.one-free-addon span {
	color: #c5ad79;
	font-size: 13px;
	font-weight: 600;
	margin-right: 6px;
}


.roomsdp .datepicker{
	right:0;
}

.oneworksarea,.gallerysarea{
	color:#000;
}
.oneworksarea .inner{
	width: 1200px;
    max-width: calc(100% - 40px);
    margin-left: auto;
	margin-right: auto;
}

.oneworksarea.larger-oneworksarea .inner{
	width: 1600px;
    max-width: calc(100% - 40px);
    margin-left: auto;
	margin-right: auto;
}

.gallerysarea .inner{
	width: 1200px;
    max-width: calc(100% - 40px);
    margin-left: auto;
	margin-right: auto;
	text-align:center;
	padding:50px 0;
}
.oneworksarea .inner .title{
	font-size:28px;
	font-weight:600;
	display: block;
	line-height:1.8em;
	margin-bottom: 30px;
}
.oneworksarea .inner .title.title2{
	font-size:20px;
}

.oneworksarea .inner .title.omnia-level-title {
	font-size: 22px;
	font-weight: 700;
}
.oneworksarea .inner .subtitle{
	font-size:24px;
	display: block;
	line-height:1.65em;
	margin-bottom: 30px;
	font-family: 'Archivo', sans-serif;
    font-weight: 400;
}
.gallerysarea .inner .title{
	font-size:52px;
	display: block;
	line-height:1.8em;
	margin-bottom: 30px;
}
.oneworksarea .inner .text,.gallerysarea .inner .text{
	font-family: 'Archivo', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.8em;
}
.oneworksarea .inner .text-flex-gallery .flex-grid-2-1{
	width:calc(50% - 12px);
	margin:0 6px 24px;
	font-size:12px;
	line-height:1.4em;
}
.oneworksarea .inner .text-flex-gallery .flex-grid-2-1.gap-2x{
	width:calc(50% - 30px);
	margin:0 15px 50px;
}
.oneworksarea .inner .text-flex-gallery .flex-grid-2-1 a{
	display: block;
}
.oneworksarea .inner .text-flex-gallery .flex-grid-2-1 a img{
	width: 100%;
	display: block;
}
.oneworksarea .inner .text ul.inner-ul{
    list-style-type: disc;
    margin: 6px 0;
    margin-left: 1em;
}
.oneworksarea .inner .text ul.inner-ul.decimal {
    list-style-type: decimal;
}
.oneworksarea .inner .text ul.inner-ul li{
	margin-bottom: 14px;
}
.oneworksarea .inner .text a{
	color:#888;
	text-decoration: underline;
}
.oneworksarea .inner .text .pic{
	max-width: 100%;
	display: block;
}
.oneworksarea .inner .text.gap-2x .pic{
	width:calc(100% - 30px);
	margin: 0 15px;
}
.oneworksarea .inner .text.textsm .pic{
	max-width:800px;
}
.oneworksarea .inner .text.textssm .pic{
	max-width:500px;
}
.oneworksarea .inner .text img{
	margin:0 auto;
}
.italic{
	font-style: italic !important;
}
.text-italic{
	font-style: italic;
}
.oneworksarea .inner .text-italic{
	font-family: 'Archivo', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 15px;
    margin-bottom: 40px;
    line-height: 1.8em;

}
.oneworksarea .inner .text iframe{
	margin:0 auto;
}

.index-abt-link{
	text-decoration: underline;
	color:#888;
}
.index-ani{
	position:absolute;
	width:100%;
	height:calc(58vh + 120px);
	top:-120px;
}
.index-ani .pic-adj{
	width: 100%;
    height: 100%;
    overflow: hidden;
}
.index-ani .pic-adj img{
	width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
	opacity:.7;
}

.oneworkspic{
	width:calc(33.33% - 30px);
	margin:0 15px 30px;
	position:relative;
}
.oneworkspic .pic{
	width:100%;
}
.oneworkspic .pic .picadj{
	width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}
.oneworkspic .pic .picadj img{
	width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.works-embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0; 
	overflow: hidden;
	max-width: 100%; 
}
.oneworksarea > .works-embed-container {
	width: 1200px;
	max-width: calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
}
.oneworksarea.larger-oneworksarea > .works-embed-container {
	width: 1600px;
}
.works-embed-container.works-embed-container2{
	position:relative;
	padding-bottom:0;
	height:initial;
	overflow:hidden;
	max-width:100%;
}
.works-embed-container iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.works-embed-container.works-embed-container2 iframe{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin:0 auto;
}

.gallery-sec .onewgallery{
	width:calc(33.33% - 30px);
	margin:0 15px 30px;
}
.gallery-sec.gallery-3 .onewgallery{
	width:calc(33.33% - 12px);
	margin:0 6px 12px;
}
.gallery-sec.gallery-4 .onewgallery{
	width:calc(25% - 26px);
	margin:0 13px 24px;
}
.gallery-sec.work-gallery-sec .onewgallery{
	width:calc(50% - 12px);
	margin:0 6px 12px;
}

.gallery-sec .onewgallery.onewgallery-full{
	width:100%;
	margin:0 6px 12px;
}
.gallery-sec .onewgallery a{
	width:100%;
}
.gallery-sec.work-gallery-sec.fortune-teller-tail-gallery .onewgallery {
	width: calc(25% - 12px);
	margin: 0 6px 12px;
}

.gallery-sec .onewgallery a img{
	width:100%;
	display: block;
}

.about-pic{
	width:calc(30% - 20px);
	margin-left:20px;
}

.oneworksarea .inner .about-info{
	width:calc(70% - 20px);
	margin-right:20px;
}
.oneworksarea .inner .about-info.about-info-full{
	width:100%;
	margin-right:0;
}
.oneworksarea .inner .about-info .title{
	font-size:24px;
}
.oneworksarea .inner .about-info .link{
	margin-bottom: 24px;
}
.oneworksarea .inner .about-info .link a{
	margin-right:14px;
	font-size:20px;
	color:#5c7fb8;
	font-family: 'Archivo', sans-serif;
    font-weight: 400;
	letter-spacing: 0.1em;
}
.oneworksarea .inner .about-info .text{
	font-size:16px;
	font-weight: 200;
	letter-spacing:0.1em;
}
.oneworksarea .inner .about-pic img{
	max-width:100%;
	display: block;
}

/* About Page - Reference Layout */
.about-page {
	color: #000;
}
.about-page .inner {
	width: 1400px;
	max-width: calc(100% - 40px);
	margin: 0 auto;
}
.about-page-flex {
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
	gap: 20px;
}
.about-page-left {
	flex: 25 1 0;
	min-width: 200px;
	border-right: 1px solid #ddd;
	padding: 24px;
	box-sizing: border-box;
}
.about-page-title {
	font-size: 42px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 24px;
	letter-spacing: 0.02em;
	font-family: 'Archivo', sans-serif;
}
.about-page-pic {
	width: 80%;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 4px;
}
.about-page-pic img {
	width: 100%;
	height: auto;
	display: block;
}
.about-page-contact {
	font-size: 13px;
	line-height: 1.6;
}
.about-cpright {
	font-size: 12px;
	color: #666;
	margin-bottom: 12px;
}
.about-contact-info {
	margin-bottom: 12px;
}
.about-contact-info a {
	color: #000;
	text-decoration: underline;
}
.about-social {
	display: flex;
	gap: 16px;
}
.about-social a {
	color: #000;
	font-size: 18px;
}
.about-page-center {
	flex: 40 1 0;
	padding: 24px;
	box-sizing: border-box;
}
.about-page-right {
	flex: 35 1 0;
	border-left: 1px solid #ddd;
	padding: 24px;
	box-sizing: border-box;
}
.about-section-title {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.35;
	margin-bottom: 20px;
	letter-spacing: 0.02em;
	font-family: 'Archivo', sans-serif;
}
.about-intro-text {
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: 40px;
	color: #666;
}
.about-intro-text p {
	margin-bottom: 16px;
}
.about-expertise-list {
	margin: 0 0 40px;
	padding: 0;
}
.about-expertise-item {
	margin-bottom: 32px;
}
.about-expertise-item:last-child {
	margin-bottom: 0;
}
.about-expertise-item-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	margin: 0 0 8px;
	font-family: 'Archivo', sans-serif;
}
.about-expertise-item p {
	font-size: 13px;
	line-height: 1.7;
	margin: 0;
	color: #666;
}
.about-software {
	width: 100%;
	margin-bottom: 40px;
}
.about-page-right .about-software-title,
.about-page-right .about-exp-title,
.about-page-right .about-awards-title {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin: 0 0 16px 0;
	line-height: 1.3;
}
.about-software-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.about-software-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 10px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.about-software-text {
	flex: 1;
	min-width: 0;
}
.about-software-name {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 4px;
}
.about-software-desc {
	font-size: 12px;
	line-height: 1.5;
	color: #666;
}
.about-software-icon {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about-software-icon img {
	width: 32px;
	height: 32px;
	object-fit: contain;
	display: block;
}
.about-experience {
	width: 100%;
}
.about-exp-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}
.about-exp-header .about-exp-title {
	margin-bottom: 0;
}
.about-resume-link {
	font-size: 13px;
	color: #000;
	text-decoration: underline;
}
.about-resume-link i {
	margin-left: 6px;
}
.about-exp-list {
	list-style: none;
	margin: 0 0 24px;
	padding: 10px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
}
.about-exp-list li {
	padding-bottom: 14px;
	margin-bottom: 14px;
	font-size: 13px;
	line-height: 1.6;
	border-bottom: 1px solid #eee;
	color: #666;
}
.about-exp-list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.about-exp-date {
	display: block;
	color: #666;
	margin-bottom: 4px;
}
.about-exp-content {
	display: block;
}
.about-exp-content strong {
	display: block;
	margin-bottom: 4px;
	font-size: 14px;
	color: #000;
}
.about-awards {
	margin-top: 40px;
}
.about-awards ul {
	list-style: disc;
	margin: 0;
	padding-left: 20px;
}
.about-awards li {
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 6px;
	color: #666;
}

.nav .nav-submenu > a:after{
	content:'' !important;
}

.scarlett-sl{
	margin-bottom:12px !important;
}


.oneworksarea .r0v-vid-sec .inner.flex-grid-2{
	width:calc(50% - 20px);
	margin:0 10px;
}

@media screen and (max-width: 1359px) {

	header .inner .nav li:hover>a:after,
	header .inner .nav li.nav-active>a:after {
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 1919px) {
	.rwd-width-limited {
		width: calc(100% - 40px);
	}
	header .inner {
		width: calc(100% - 20px);
	}
}

/* 768px+ header: match home topbar height & logo */
@media screen and (min-width: 768px) {
	header {
		height: 48px;
	}
	header .inner {
		height: 48px;
	}
	header .inner .logo img {
		height: 36px;
		width: 36px;
		object-fit: cover;
		border-radius: 2px;
	}
	header .inner .hmp {
		margin-left: auto;
		height: 100%;
		display: flex;
		align-items: center;
	}
	header .inner .hrp {
		height: 100%;
		position: relative;
		right: auto;
		display: flex;
		align-items: center;
	}

	.header-gap {
		margin-top: 48px;
	}
	.wrapper {
		margin-top: 48px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
	header .inner .hrp a {
		font-size: 18px;
	}
}

/* 1200px+ work pages: works-wrap-top fixed sidebar on left */
@media screen and (min-width: 1200px) {
	:root {
		--works-sidebar-width: 280px;
		--works-sidebar-padding-x: 20px;
		--works-sidebar-border: 1px;
		--works-sidebar-total: var(--works-sidebar-width);
	}
	.index-room-sec:has(.works-wrap-top) {
		margin-left: var(--works-sidebar-total);
	}
	body:has(.works-wrap-top) #footer-container {
		margin-left: var(--works-sidebar-total);
	}
	.index-room-sec:has(.works-wrap-top) .works-wrap-top {
		position: fixed;
		left: 0;
		top: 48px;
		width: var(--works-sidebar-width);
		height: calc(100vh - 48px);
		padding: 28px 20px 32px;
		margin: 0;
		overflow-y: auto;
		z-index: 5;
		border-bottom: none;
		border-right: var(--works-sidebar-border) solid #ddd;
		box-sizing: border-box;
		letter-spacing: 0.06em;
	}
	.index-room-sec:has(.works-wrap-top) .works-wrap-top .inner {
		width: 100%;
		max-width: none;
		margin: 0;
	}
	.index-room-sec:has(.works-wrap-top) .works-wrap-top .works-info-top {
		flex-direction: column;
	}
	.index-room-sec:has(.works-wrap-top) .works-wrap-top .inner .one-works-info-top,
	.index-room-sec:has(.works-wrap-top) .works-wrap-top .inner .one-works-info-top.owit-20,
	.index-room-sec:has(.works-wrap-top) .works-wrap-top .inner .one-works-info-top.owit-40 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 28px;
	}
	.index-room-sec:has(.works-wrap-top) .works-wrap-top .inner .one-works-info-top:last-child {
		margin-bottom: 0;
	}
	.index-room-sec:has(.works-wrap-top) .works-wrap-top .inner .one-works-info-top .title {
		font-size: 12px;
		font-weight: 400;
		margin-bottom: 8px;
		letter-spacing: 0.06em;
		color: #888;
		line-height: 1.45em;
	}
	.index-room-sec:has(.works-wrap-top) .works-wrap-top .inner .one-works-info-top .workstitle {
		font-size: 13px;
		font-weight: 400;
		margin-bottom: 24px;
		line-height: 1.4em;
		letter-spacing: 0.06em;
		color: #222;
	}
	.index-room-sec:has(.works-wrap-top) .works-wrap-top .inner .one-works-info-top .text {
		font-size: 13px;
		font-weight: 400;
		margin-bottom: 24px;
		line-height: 1.45em;
		letter-spacing: 0.06em;
		color: #222;
	}
	.index-room-sec:has(.works-wrap-top) .works-wrap-top .inner .one-works-info-top.owit-20 .text,
	.index-room-sec:has(.works-wrap-top) .works-wrap-top .inner .one-works-info-top.owit-40 .text {
		font-size: 13px;
		font-weight: 400;
		margin-bottom: 24px;
		letter-spacing: 0.06em;
	}
	.index-room-sec:has(.works-wrap-top) .works-wrap-top .inner .one-works-info-locked .text {
		margin-bottom: 0;
	}
	.index-room-sec:has(.works-wrap-top) .works-wrap-top .inner .one-works-info-locked .works-locked-link .title,
	.index-room-sec:has(.works-wrap-top) .works-wrap-top .inner .one-works-info-locked .works-locked-link .text {
		font-weight: 600;
	}
	.index-room-sec:has(.works-wrap-top) .works-wrap-top .inner .one-works-info-locked .works-locked-link .title {
		font-size: 13px;
	}
	.index-room-sec:has(.works-wrap-top) .works-wrap-top .inner .one-works-info-locked .works-locked-link .text {
		font-size: 14px;
	}
	.index-room-sec:has(.works-wrap-top) .works-wrap-top .works-info-title {
		font-size: 30px;
		font-weight: 600;
		margin-bottom: 28px;
		line-height: 1.15;
		letter-spacing: -0.03em;
		text-transform: none;
		color: #111;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {

	.gotop {
		bottom: 168px;
	}

	.one-article {
		width: calc(25% - 15px);
		margin: 0 7.5px 20px;
	}

	.index-articles-wrap .lpart {
		width: calc((100% - 60px) / 4 * 3 + 40px);
	}

	.index-articles-wrap .lpart .one-article {
		width: calc(33.33% - 13.33px);
		margin-left: 6.665px;
		margin-right: 6.665px;
	}

	.index-articles-wrap .rpart {
		width: calc((100% - 60px) / 4);
		margin-left: 20px;
	}

	.index-about-sec .left .mtext {
		font-size: 13px;
		-webkit-line-clamp: 5;
	}

}

@media screen and (max-width: 767px) {
	.rwd-width-limited {
		width: calc(100% - 20px);
	}
	header .inner {
		width: calc(100% - 20px);
	}

	.header-gap {
		margin-top: 48px;
	}

	header {
		height: 48px;
		z-index: 1000;
	}

	header .inner {
		height: 48px;
		padding: 0 10px;
	}

	header .inner .hinner {
		justify-content: space-between;
	}

	header .inner .hmp {
		margin: 0;
		flex: 0;
		width: 0;
		height: 0;
		overflow: visible;
	}

	header .inner .hrp {
		height: 100%;
		position: absolute;
		right: 48px;
		display: flex;
		align-items: center;
		top: 0;
		bottom: 0;
	}

	header .inner .hrp .flex-sec {
		gap: 0;
		margin-bottom: 0;
		margin-right: 10px;
	}

	header .inner .hrp a {
		font-size: 16px;
		color: #666;
		text-decoration: none;
	}

	header .inner .hrp a:hover {
		color: #111;
	}

	header .inner .logo {
		margin: 0;
		height: auto;
		display: flex;
		align-items: center;
	}

	header .inner .logo img {
		display: block;
		height: 36px;
		width: 36px;
		object-fit: cover;
		border-radius: 2px;
	}

	.wrapper {
		margin-top: 48px;
	}

	.p-visual .pic {
		height: 240px;
	}

	.p-visual.p-event-visual .pic {
		height: initial;
	}

	.p-visual .title-sec .cenmid .title {
		font-size: 22px;
	}

	.msubtitle {
		font-size: 13px;
	}

	.gotop {
		bottom: 168px;
	}

	.mtext {
		font-size: 13px;
	}

	mtext2 {
		font-size: 12px;
	}

	.index-about-sec .left,
	.index-about-sec .right {
		width: 100%;
	}

	.index-about-sec .left .inner .cenmid {
		position: relative;
		top: initial;
		left: initial;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.index-contact-sec {
		margin: 40px 0;
	}

	.index-room-sec {
		margin: 40px 0;
	}

	.flex-h {
		width: 100%;
		margin-right: 0;
	}

	.flex-h:nth-of-type(2) {
		margin-right: 0;
		margin-left: 0;
	}

	.one-input {
		margin-bottom: 20px;
	}

	.btn {
		font-size: 14px;
	}

	.rwd-mg-b-30 {
		margin-bottom: 15px;
	}

	.rwd-mg-b-60 {
		margin-bottom: 30px;
	}
	.rwd-mg-b-80{
		margin-bottom:50px;
	}

	.index-contact-sec .left {
		margin-bottom: 50px;
	}

	.one-contact .ico {
		font-size: 13px;
	}

	.one-contact .text {
		font-size: 13px;
	}

	.one-contact {
		margin-bottom: 20px;
	}

	footer .inner .logo {
		margin-bottom: 20px;
	}

	footer .inner .info {
		margin-bottom: 20px;
	}

	.one-room.r-top.flex-grid-3-2,
	.one-room.r-top.flex-grid-3-1,
	.one-room.flex-grid-3-1 {
		width: 100%;
		margin: 0 0 12px;
	}

	.one-room .info .titlenprice-sec .title {
		font-size: 20px;
		margin-bottom:20px;
	}

	.one-room .info .titlenprice-sec .price-sec .d-price {
		font-size: 14px;
	}

	.one-room .info .titlenprice-sec .price-sec .price {
		font-size: 13px;
	}

	.one-room .info {
		padding: 30px 0 20px;
		width: 100%;
	}

	.one-room.r-top .pic {
		height: auto;
	}

	.one-room.r-top .pic .pic-ratio-wrap {
		padding-bottom: 100%;
	}

	.one-room.r-top .pic .pic-ratio-wrap img {
		position: absolute;
	}

	.visual .one-v .cover {
		background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.2) 36%, rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, 0) 100%);
	}

	.visual .one-v .cover p {
		font-size: 16px;
	}

	.mtitle {
		font-size: 18px;
	}

	.index-wrap-top .more {
		font-size: 14px;
	}

	.index-wrap-top .more img {
		width: 34px;
	}

	.event-title {
		font-size: 22px;
		margin-bottom: 30px;
	}

	.event-text {
		font-size: 15px;
	}

	.v-banner.v-banner-l,
	.v-banner.v-banner-s {
		max-width: 100%;
	}

	.about-top .v-logo {
		opacity: .3;
	}

	.about-top .info {
		width: 100%;
	}

	.date-pick-sec {
		margin: 0 4px 10px;
	}

	.sel-sec .sel {
		margin: 0;
	}

	.sel-sec {
		margin: 0 4px 10px;
	}

	.btn-sec {
		margin: 0 4px 10px;
	}

	.room-inner-sec .left {
		width: 100%;
		margin-right: 0;
	}

	.room-inner-sec .right {
		width: 100%;
		margin-left: 0;
	}

	.room-inner-sec.cnp-inner-sec .right {
		margin-bottom: 40px;
	}

	.bed-stat .one-bs {
		margin-right: 10px;
	}

	.bed-stat .one-bs .text {
		font-size: 16px;
	}

	.provide-sec .one-provide {
		margin: 0 12px 12px 0;
	}

	.about-top.exp-top {
		width: 100%;
		margin-right: 0;
	}

	.exp-gallery {
		width: 100%;
		margin-left: 0;
	}

	.login-sec .cenmid {
		width: 100%;
	}

	.login-wrap .login-btn {
		font-size: 14px;
	}

	.one-room:before {
		opacity: 1;
	}
	
	.one-room:after {
		opacity: 1;
	}

	.datepicker{
		left:0;
		right:0;
		margin:0 auto;
	}
	footer .inner .info .one-contact {
		align-items:start;
		justify-content: start;
	}

	.msubtitle.msubt20{
		font-size:18px;
	}

	.one-room.flex-grid-2-1{
		width:100%;
		margin-left:0;
		margin-right:0;
		margin-bottom:20px;
	}
	
	.works-wrap-top .inner .one-works-info-top{
		width: 100%;
   		margin-right: 0;
		margin-bottom:30px;
	}
	.works-wrap-top .inner .one-works-info-top.owit-20,.works-wrap-top .inner .one-works-info-top.owit-40{
		width:100%;
		margin-right: 0;
		margin-bottom:30px;
	}

	.works-wrap-top .inner .one-works-info-top .title{
		margin-bottom:16px;
	}
	.works-wrap-top .inner .one-works-info-top .workstitle{
		margin-bottom:30px;
	}

	.oneworkspic{
		width: calc(50% - 20px);
    	margin: 0 10px 20px;
	}

	.gallery-sec .onewgallery{
		width: calc(50% - 14px);
    	margin: 0 7px 14px;
	}
	.gallery-sec.gallery-3 .onewgallery{
		width:calc(50% - 12px);
		margin:0 6px 12px;
	}
	.gallery-sec.gallery-4 .onewgallery{
		width:calc(50% - 12px);
		margin:0 6px 12px;
	}
	.gallery-sec.work-gallery-sec.fortune-teller-tail-gallery .onewgallery {
		width: calc(50% - 12px);
	}
	.gallerysarea .inner .title{
		font-size:36px;
	}
	
	.oneworksarea .inner .about-info{
		width:100%;
		margin-right:0;
	}
	.oneworksarea .inner .about-pic{
		width:100%;
		margin-left:0;
		margin-bottom:30px;
	}
	.oneworksarea .inner .about-info .text{
		font-size:15px;
	}
	.about-page-flex {
		flex-direction: column;
		gap: 20px;
	}
	.about-page-left,
	.about-page-center,
	.about-page-right {
		width: 100%;
		border-right: none;
		border-left: none;
		padding: 24px;
		box-sizing: border-box;
	}
	.about-page-left {
		padding-bottom: 8px;
	}
	.about-page-center {
		padding-top: 8px;
	}
	.about-intro-text {
		margin-bottom: 28px;
	}
	.about-page-title {
		font-size: 32px;
	}
	.about-software {
		margin-bottom: 40px;
	}
	.nav {
		padding-top: 64px;
		line-height: 1.4;
		background: #fff;
		color: #111;
		-webkit-overflow-scrolling: touch;
	}

	.nav-lock-scroll .nav {
		display: flex !important;
		flex-direction: column;
	}

	.nav > ul {
		background: transparent;
		border-bottom: none;
		padding: 16px 0 0;
		flex: 1;
	}

	.nav > ul > li {
		border-top: none;
		border-bottom: 1px solid #eee;
	}

	.nav > ul > li:last-child {
		border-bottom: none;
	}

	.nav-button {
		z-index: 1001;
	}

	.nav a,
	header .inner .nav a {
		font-family: "Roboto Mono", sans-serif !important;
		font-size: 14px !important;
		font-weight: 400 !important;
		letter-spacing: 0.08em !important;
		padding: 22px 28px !important;
		line-height: 1.4 !important;
		color: #111 !important;
		text-transform: uppercase;
		opacity: 1 !important;
		background: transparent !important;
	}

	header .inner .nav a:hover,
	header .inner .nav a:active,
	header .inner .nav a:visited {
		opacity: 1 !important;
		color: #111 !important;
		background: #f5f5f5 !important;
	}

	header .inner .nav li:hover > a,
	header .inner .nav li.nav-active > a {
		background: #f5f5f5 !important;
		font-weight: 500;
	}

	.nav > ul > li > ul a {
		font-size: 14px !important;
		padding: 10px 30px !important;
	}
	.works-info-title{
		font-size:24px;
		font-weight: 600;
		letter-spacing: -0.03em;
	}
	.works-wrap-top .inner .one-works-info-top .workstitle{
		font-size:13px;
	}
	.works-wrap-top .inner .one-works-info-top.owit-20 .text,.works-wrap-top .inner .one-works-info-top.owit-40 .text{
		font-size:13px;
	}
	.oneworksarea .inner .title{
		font-size:20px;
		font-weight:600;
	}
	.oneworksarea .inner .title.title2{
		font-size:18px;
		font-weight:500;
	}
	.oneworksarea .inner .title.omnia-level-title {
		font-size: 22px;
		font-weight: 700;
	}
	.oneworksarea .inner .subtitle{
		font-size:21px;
	}

	.index-ani{
		position:absolute;
		width:100%;
		height:calc(50vh + 200px);
		top:-200px;
	}
	.index-ani .pic-adj img{
		opacity:.3;
	}
	.msubtitle{
		width:100%;
	}
	.msubtitle.msubt20 .mt{
		font-size:38px;
	}
	.index-wrap-top{
		height: calc(72vh - 120px);
	}
	.index-wrap-top .cenmid{
		min-width: 0;
		width:calc(100% - 20px);
	}

	.oneworksarea .inner .text.textsm .pic,.oneworksarea .inner .text.textssm .pic{
		max-width: 100%;
	}

	.oneworksarea .inner .text.flex-grid-3-1 {
		width: calc(50% - 12px);
		margin: 0 6px 12px;
	}

	.oneworksarea .inner .text-flex-gallery .flex-grid-2-1.gap-2x{
		width: calc(50% - 20px);
    	margin: 0 10px 30px;
	}
	.oneworksarea .inner .text.gap-2x .pic{
		width: calc(100% - 20px);
    	margin: 0 10px;
	}

	.oneworksarea .r0v-vid-sec .inner.flex-grid-2{
		width:100%;
		max-width: initial;
		margin:0 0 20px;
	}

	.rwd-img-full .onewgallery{
		width:100% !important;
		margin:0 0 12px !important;
	}

	#omnia-ai-workflow .jitter-pair-sec .onewgallery {
		margin-bottom: 0;
	}

	#omnia-ai-workflow .jitter-pair-sec .onewgallery .gallery-pic img {
		width: 100%;
		height: auto;
	}

	#omnia-ai-workflow .jitter-pair-sec-tight .onewgallery {
		width: 100% !important;
		max-width: 100%;
	}

	.oneworksarea .inner .text.omnia-centered-pic-wrap .gallery-pic {
		width: 100%;
		max-width: 100%;
	}

	.oneworksarea .inner .text.haven-p4-wrap .gallery-pic {
		width: 100%;
		max-width: 100%;
	}

}

@media screen and (max-width: 359px) {
	header .inner .logo {
		margin: 20px 0 20px;
	}

	header .inner .logo img {
		display: block;
		height: 36px;
		width: 36px;
		object-fit: cover;
		border-radius: 2px;
	}
}

@media screen and (max-device-width: 480px) {}

.input-range-gallery {
    max-width: 800px;
    margin: 0 auto 40px;
}

.image-container {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 8px;
}

.gallery-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

#img1, #img3, #img5 {
    opacity: 1;
}

#img2, #img4, #img6 {
    opacity: 0;
}

.range-container {
    margin-top: 20px;
    padding: 0 10px;
}

.image-slider {
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: #ddd;
    outline: none;
    -webkit-appearance: none;
}

.image-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #333;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.image-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #333;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.range-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}

.range-labels span {
    position: relative;
}

.range-labels span:first-child {
    text-align: left;
}

.range-labels span:last-child {
    text-align: right;
}

/* 響應式調整 */
@media screen and (max-width: 767px) {
    .image-container {
        height: 250px;
    }
    
    .range-labels {
        font-size: 12px;
    }
}

/* 為有 loading="lazy" 的圖片添加 loading 背景 */
img[loading="lazy"] {
    background: url('../images/common/spinner.webp') center center no-repeat;
    background-size: 40px 40px;
    min-height: 200px;
    transition: background 0.3s ease;
}

/* 圖片載入完成後移除背景 */
img[loading="lazy"].loaded {
    background: none;
}

/* ============================================
   Homepage — sidebar layout
   ============================================ */
.page-home {
	--home-sidebar-w: 280px;
	--home-topbar-h: 48px;
	--home-ui: "Roboto Mono", sans-serif;
	--home-font: "Archivo", sans-serif;
	background: #fff;
	font-family: var(--home-font);
	color: #111;
}

.home-topbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: var(--home-topbar-h);
	padding: 0 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	background: #fff;
	border-bottom: 1px solid #ddd;
	z-index: 30;
	font-family: var(--home-ui);
}

/* 桌面：首頁用自訂 topbar；手機：改用與內頁相同的共用 header（含漢堡選單） */
.page-home #header-container {
	display: none;
}

.home-logo {
	display: inline-block;
	line-height: 0;
}

.home-logo img {
	display: block;
	width: 36px;
	height: 36px;
	object-fit: cover;
	border-radius: 2px;
}

.page-home .home-layout {
	display: flex;
	min-height: 100vh;
	align-items: stretch;
	padding-top: var(--home-topbar-h);
}

.home-sidebar {
	position: fixed;
	left: 0;
	top: var(--home-topbar-h);
	width: var(--home-sidebar-w);
	height: calc(100vh - var(--home-topbar-h));
	padding: 40px 20px 32px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	border-right: 1px solid #ddd;
	background: #fff;
	z-index: 20;
	font-family: var(--home-ui);
	letter-spacing: 0.06em;
}

.home-sidebar-top {
	margin-bottom: 48px;
}

.home-name {
	font-family: var(--home-ui);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.15;
	color: #111;
	margin: 0 0 10px;
	letter-spacing: -0.03em;
}

.home-role {
	font-family: var(--home-ui);
	font-size: 13px;
	font-weight: 400;
	color: #222;
	margin: 0 0 8px;
	line-height: 1.4;
}

.home-tags {
	font-family: var(--home-ui);
	font-size: 12px;
	font-weight: 400;
	color: #888;
	margin: 0;
	line-height: 1.45;
}

.home-nav {
	margin-top: auto;
	margin-bottom: 28px;
}

.home-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.home-nav li {
	margin-bottom: 8px;
}

.home-nav a {
	font-family: var(--home-ui);
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.06em;
	color: #333;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.home-nav a:hover {
	opacity: 0.55;
}

.home-nav a.is-active {
	font-weight: 500;
}

.home-social {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.home-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #666;
	font-size: 18px;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.home-social a:hover {
	opacity: 0.55;
}

.home-main {
	margin-left: var(--home-sidebar-w);
	width: calc(100% - var(--home-sidebar-w));
	padding: 40px 48px 80px;
	box-sizing: border-box;
}

.page-home #footer-container {
	margin-left: var(--home-sidebar-w);
	width: calc(100% - var(--home-sidebar-w));
	box-sizing: border-box;
}

.page-home #footer-container footer {
	background: #f5f5f5;
}

.home-hero {
	max-width: 880px;
	margin-bottom: 64px;
}

.home-hero-title {
	font-family: var(--home-font);
	font-size: 40px;
	font-weight: 600;
	line-height: 1.22;
	color: #111;
	margin: 0 0 18px;
	letter-spacing: -0.03em;
}

.home-hero-sub {
	font-family: var(--home-font);
	font-size: 14px;
	font-weight: 400;
	color: #888;
	margin: 0;
	line-height: 1.5;
}

.home-selected-head {
	border-bottom: 1px solid #ddd;
	margin-bottom: 28px;
	padding-bottom: 10px;
}

.home-selected-title {
	font-family: var(--home-font);
	font-size: 15px;
	font-weight: 600;
	color: #111;
	margin: 0;
	letter-spacing: -0.01em;
}

.home-selected--personal {
	margin-top: 56px;
}

.home-work-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px 28px;
}

.home-work-card {
	display: block;
	text-decoration: none;
	color: inherit;
	transition: opacity 0.25s ease;
}

.home-work-card:hover {
	opacity: 0.85;
}

.home-work-pic {
	width: 100%;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #e8e8e8;
	margin-bottom: 14px;
}

.home-work-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
	transition: transform 0.5s ease;
	min-height: 0 !important;
	background: none !important;
}

.home-work-card-artscene .home-work-pic img {
	object-position: left center;
}

.home-work-card:hover .home-work-pic img {
	transform: scale(1.02);
}

.home-work-lock {
	font-size: 0.85em;
	opacity: 0.75;
}

.home-work-card-locked {
	cursor: pointer;
}

.home-work-meta {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
}

.home-work-name {
	font-family: var(--home-font);
	font-size: 16px;
	font-weight: 600;
	color: #111;
	margin: 0 0 4px;
	line-height: 1.3;
	letter-spacing: 0.04em;
}

.home-work-desc {
	font-family: var(--home-font);
	font-size: 12px;
	font-weight: 400;
	color: #777;
	margin: 0;
	line-height: 1.45;
}

.home-work-tag {
	font-family: var(--home-font);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: #888;
	white-space: nowrap;
	flex-shrink: 0;
	padding-top: 3px;
}

.haven-awards {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 20px;
	align-items: center;
	opacity: 0.5;
}

.haven-awards img {
	width: 100%;
	height: auto;
	min-height: 0;
	object-fit: contain;
	display: block;
	background: none;
}

@media screen and (max-width: 767px) {
	.haven-awards {
		grid-template-columns: repeat(4, 1fr);
		row-gap: 15px;
		opacity: 0.45;
		column-gap:10px;
	}

	.haven-awards img {
		
		min-height: 0;
	}
}

@media screen and (max-width: 1100px) {
	.home-hero-title {
		font-size: 32px;
	}
}

@media screen and (max-width: 767px) {
	.page-home .home-topbar {
		display: none;
	}

	.page-home #header-container {
		display: block;
		position: relative;
		z-index: 1000;
	}

	.page-home #header-container header {
		z-index: 1000;
	}

	.page-home .home-layout {
		flex-direction: column;
		padding-top: 48px;
	}

	.home-sidebar {
		position: relative;
		top: 0;
		width: 100%;
		height: auto;
		min-height: 0;
		border-right: none;
		border-bottom: 1px solid #ddd;
		padding: 24px 20px;
		z-index: auto;
	}

	.home-sidebar .home-nav,
	.home-sidebar .home-social {
		display: none;
	}

	.home-sidebar-top {
		margin-bottom: 0;
	}

	.home-main {
		margin-left: 0;
		width: 100%;
		padding: 32px 20px 56px;
	}

	.page-home #footer-container {
		margin-left: 0;
		width: 100%;
	}

	.home-hero {
		margin-bottom: 40px;
	}

	.home-hero-title {
		font-size: 24px;
	}

	.home-work-grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.home-name {
		font-size: 28px;
	}
}

/* Hide Instagram links site-wide */
a[href*="instagram.com"] {
	display: none !important;
}

.section-hidden {
	display: none !important;
}

#omnia-ai-workflow-scroll-marker {
	display: block;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}

#omnia-ai-workflow-title {
	scroll-margin-top: 60px;
}

#omnia-ai-workflow .text:has(> .gallery-pic:only-child) {
	text-align: left;
}

#omnia-ai-workflow .text:has(> .gallery-pic:only-child) .gallery-pic {
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
}

#omnia-ai-workflow .text:has(> .gallery-pic:only-child) img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0;
}

#omnia-ai-workflow .text:has(> .gallery-pic:only-child) img.pic-uniform-width {
	width: 500px;
	max-width: 100%;
	height: auto;
}

#omnia-ai-workflow .jitter-pair-sec {
	align-items: flex-start;
}

#omnia-ai-workflow .jitter-pair-sec .onewgallery .gallery-pic {
	display: block;
	margin-bottom: 0;
}

#omnia-ai-workflow .jitter-pair-sec .onewgallery .gallery-pic img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin-bottom: 0;
	display: block;
}

#omnia-ai-workflow .jitter-pair-caption {
	margin-top: 6px;
	margin-bottom: 10px;
	font-size:15px;
}

/* OMNIA: centered inline figures at 60% (contribution, p7-5, etc.) */
.oneworksarea .inner .text.omnia-centered-pic-wrap {
	text-align: center;
}

.oneworksarea .inner .text.omnia-centered-pic-wrap .gallery-pic {
	display: block;
	width: 60%;
	max-width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.oneworksarea .inner .text.omnia-centered-pic-wrap .gallery-pic img,
.oneworksarea .inner .text.omnia-centered-pic-wrap img.pic {
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.oneworksarea .inner .text.omnia-centered-pic-wrap.omnia-centered-pic-wrap--66 .gallery-pic {
	width: 66%;
	max-width: 66%;
}

.oneworksarea .inner .text.haven-p4-wrap {
	text-align: center;
}

.oneworksarea .inner .text.haven-p4-wrap .gallery-pic {
	display: block;
	width: 42%;
	max-width: 42%;
	margin-left: auto;
	margin-right: auto;
}

.oneworksarea .inner .text.haven-p4-wrap .pic {
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.oneworksarea .inner .haven-p3-4-wrap {
	display: flex;
	flex-direction: column;
}

.oneworksarea .inner .haven-p3-5-hidden {
	display: none !important;
}

.oneworksarea .inner .haven-pic-caption {
	margin: 8px 0 0;
	font-size: 12px;
	line-height: 1.4;
	color: #888;
	font-family: 'Archivo', sans-serif;
	font-weight: 300;
	text-align: center;
}

.oneworksarea .inner .omnia-character-gallery.work-gallery-sec .onewgallery {
	margin: 0 6px 6px;
}

/* ============================================
   Dark work pages (OMNIA, Zeroverse, …)
   ============================================ */
.page-dark-work {
	background: #000;
	color: #e8e8e8;
}

.page-dark-work .wrapper {
	background: #000;
}

.page-dark-work header {
	background: rgba(0, 0, 0, 0.95);
	border-bottom-color: #333;
}

.page-dark-work header .inner .nav a,
.page-dark-work header .inner .nav a:hover,
.page-dark-work header .inner .nav a:active,
.page-dark-work header .inner .nav a:visited,
.page-dark-work header .inner .nav li:hover > a,
.page-dark-work header .inner .nav li.nav-active > a {
	color: #e8e8e8;
}

.page-dark-work header .inner .hrp a,
.page-dark-work header .inner .hrp i {
	color: #e8e8e8;
}

.page-dark-work header .inner .hrp .v-line {
	background: #555;
}

.page-dark-work .works-wrap-top {
	background: #000;
	border-bottom-color: #333;
}

.page-dark-work .works-info-title,
.page-dark-work .works-wrap-top.works-wrap-top-reverse .works-info-title {
	color: #fff;
}

.page-dark-work .works-wrap-top .inner .one-works-info-top .workstitle,
.page-dark-work .works-wrap-top .inner .one-works-info-top .text,
.page-dark-work .works-wrap-top .inner .one-works-info-top.owit-20 .text,
.page-dark-work .works-wrap-top .inner .one-works-info-top.owit-40 .text {
	color: #ccc;
}

.page-dark-work .works-wrap-top .inner .one-works-info-top .title {
	color: #888;
}

.page-dark-work .works-locked-link {
	border-top-color: #333;
	border-bottom-color: #333;
	color: #e8e8e8;
}

.page-dark-work .oneworksarea,
.page-dark-work .oneworksarea.larger-oneworksarea {
	color: #e0e0e0;
}

.page-dark-work .oneworksarea .inner .title,
.page-dark-work .oneworksarea .inner .title.omnia-level-title {
	color: #fff;
}

.page-dark-work .oneworksarea .inner .text {
	color: #ccc;
}

.page-dark-work .oneworksarea .inner .text a {
	color: #999;
}

.page-dark-work .oneworksarea .inner .text strong {
	color: #f0f0f0;
}

.page-dark-work #omnia-ai-workflow .jitter-pair-caption {
	color: #888;
}

.page-dark-work .range-labels {
	color: #aaa;
}

@media screen and (min-width: 1200px) {
	.page-dark-work .index-room-sec:has(.works-wrap-top) .works-wrap-top {
		background: #000;
		border-right-color: #333;
	}

	.page-dark-work .index-room-sec:has(.works-wrap-top) .works-wrap-top .works-info-title {
		color: #fff;
	}

	.page-dark-work .index-room-sec:has(.works-wrap-top) .works-wrap-top .inner .one-works-info-top .workstitle,
	.page-dark-work .index-room-sec:has(.works-wrap-top) .works-wrap-top .inner .one-works-info-top .text {
		color: #ccc;
	}

	.page-dark-work .index-room-sec:has(.works-wrap-top) .works-wrap-top .inner .one-works-info-top .title {
		color: #888;
	}
}

@media screen and (max-width: 767px) {
	.page-dark-work header .inner .nav {
		background: #111 !important;
	}

	.page-dark-work header .inner .nav li:hover > a,
	.page-dark-work header .inner .nav li.nav-active > a {
		background: #222 !important;
	}
}

.page-dark-work .oneworksarea .inner .subtitle {
	color: #fff;
}

.page-dark-work .zeroverse-character-traits {
	font-size: 14px;
	line-height: 1.5;
	color: #888;
	margin-top: -12px;
	margin-bottom: 28px;
}

.page-dark-work .zeroverse-character-intro {
	margin-bottom: 28px;
}

.page-dark-work .zeroverse-character-intro + .text {
	margin-bottom: 96px;
}

.page-dark-work .zeroverse-character-intro ~ .zeroverse-character-intro ~ .zeroverse-character-intro + .text {
	margin-bottom: 40px;
}

.page-dark-work .zeroverse-character-intro-pic .gallery-pic,
.page-dark-work .zeroverse-character-intro-pic .gallery-pic img {
	width: 100%;
	display: block;
}

.page-dark-work .zeroverse-character-intro-meta .subtitle {
	margin-top: 0;
	margin-bottom: 8px;
}

.page-dark-work .zeroverse-character-intro-meta .zeroverse-character-traits {
	margin-top: 0;
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.page-dark-work .zeroverse-character-intro {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 24px;
	}

	.page-dark-work .zeroverse-character-intro-pic {
		width: 66%;
		max-width: 66%;
		align-self: center;
	}

	.page-dark-work .zeroverse-character-intro-meta {
		width: 100%;
		text-align: left;
		align-self: stretch;
	}
}

@media screen and (max-width: 767px) {
	.page-dark-work .zeroverse-character-intro-pic {
		width: 100%;
		margin-bottom: 16px;
	}
}

.page-dark-work .zeroverse-env-block {
	margin-bottom: 40px;
}

.page-dark-work .zeroverse-env-caption {
	margin: 8px 0 0;
	font-size: 12px;
	line-height: 1.4;
	color: #888;
	font-family: 'Archivo', sans-serif;
	font-weight: 300;
	text-align: center;
}

.page-dark-work .onewgallery.zeroverse-env-block {
	display: flex;
	flex-direction: column;
}

.works-locked-link {
	display: block;
	width: 100%;
	padding: 20px 0;
	border: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: none;
	font: inherit;
	color: inherit;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	box-sizing: border-box;
}

.works-locked-link .title,
.works-locked-link .text {
	pointer-events: none;
}

.works-wrap-top .inner .one-works-info-locked .works-locked-link .title,
.works-wrap-top .inner .one-works-info-locked .works-locked-link .text {
	font-weight: 600;
}

.works-wrap-top .inner .one-works-info-locked .works-locked-link .title {
	font-size: 13px;
}

.works-wrap-top .inner .one-works-info-locked .works-locked-link .text {
	font-size: 14px;
}

.works-locked-text {
	margin-bottom: 0;
}

.works-locked-text-copy {
	display: inline;
}

.works-locked-text-arrow {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: #888;
}

.works-locked-link:hover .works-locked-text-copy,
.works-locked-link:hover .title,
.works-locked-link:focus-visible .works-locked-text-copy,
.works-locked-link:focus-visible .title {
	text-decoration: underline;
}

.works-locked-link:focus-visible {
	outline: none;
}

.one-works-info-locked {
	margin-bottom: 28px;
	padding: 0;
	border: 0;
}

.one-works-info-locked .works-locked-text,
.works-wrap-top .inner .one-works-info-locked .text {
	margin-bottom: 0;
}

.index-room-sec:has(.works-wrap-top) .works-wrap-top .inner .one-works-info-locked {
	margin-bottom: 28px;
	padding: 0;
}

.omnia-lock-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.omnia-lock-modal[hidden] {
	display: none !important;
}

.omnia-lock-modal-open {
	overflow: hidden;
}

.omnia-lock-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}

.omnia-lock-modal-panel {
	position: relative;
	width: 100%;
	max-width: 360px;
	padding: 24px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.omnia-lock-modal-title {
	margin: 0 0 16px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.omnia-lock-modal-input {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 16px;
	box-sizing: border-box;
}

.omnia-lock-modal-input:focus {
	outline: none;
	border-color: #999;
}

.omnia-lock-modal-error {
	margin: 10px 0 0;
	font-size: 12px;
	color: #b00020;
}

.omnia-lock-modal-actions {
	display: flex;
	gap: 10px;
	margin-top: 18px;
}

.omnia-lock-modal-btn {
	padding: 10px 16px;
	border: 1px solid #222;
	border-radius: 4px;
	background: #222;
	color: #fff;
	font-size: 13px;
	cursor: pointer;
}

.omnia-lock-modal-btn:hover {
	background: #000;
}

.omnia-lock-modal-btn-cancel {
	background: #fff;
	color: #222;
}

.omnia-lock-modal-btn-cancel:hover {
	background: #f5f5f5;
}
