/*!
Theme Name: anmadanthelab
Theme URI: https://anmadangthelab.com
Author: whywhy studio
Author URI: https://whywhy-studio.com
Description: This website made for anmadang the lab.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: anmadanthelab
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

anmadanthelab is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	letter-spacing: -2%;
	line-height: 140%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.footerFont,
.footerFont *{
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 19.6px */
	letter-spacing: -0.28px;
	text-underline-offset: 2px !important;
	color: var(--an-black);
}
.footerFont li{
	cursor: pointer;
}

.footerFont li:hover{
	text-decoration: underline;
}

.head1{
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 19.6px */
	letter-spacing: -0.28px;
}

.body1,
.body1 *{
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 19.6px */
	letter-spacing: -0.28px;
	word-break: keep-all;
}

.categoryEle[data-text-type="hover"]{
	color: var(--an-gray2);
}

[data-text-type="hover"]:hover,
.titleBlock[data-status="now_hover"]{
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 19.6px */
	letter-spacing: -0.28px;
	text-decoration-line: underline;
	text-underline-offset: 2px;
	color: var(--an-black);
	cursor: pointer !important;
}

[data-text-type="unselected"]{
	color: var(--an-gray2);
	cursor: default;
}

[data-text-type="selected"],
[data-text-type="selected"] *{
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%; /* 19.6px */
	letter-spacing: -0.28px;
	text-decoration-line: underline;
	text-underline-offset: 2px;
	cursor: pointer;
}

.footerWrapper [data-text-type="selected"],
.footerWrapper [data-text-type="selected"] *{
	font-size: 20px;
	font-weight: 700;
	text-decoration-line:  none;
}

.caption{
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 14.4px */
	letter-spacing: -0.24px;
}

[data-text-type="caption-on"] *,
.caption-on,
.contentsDetailMetaCreditWrapper .caption{
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 14.4px */
	letter-spacing: -0.24px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: 2px;
	text-underline-position: from-font;
	cursor: pointer !important;
}

.linkText{
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 14.4px */
	letter-spacing: -0.24px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-color: #69F532;
	text-decoration-color: var(--an-green);
	text-underline-offset: 3px;
	text-decoration-thickness: 12%;
	cursor: pointer !important;
}


/* Elements
--------------------------------------------- */
body {
	background: #fff;
	overflow: hidden;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

ul {
	list-style: none;
}

li{
	width: fit-content;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: unset;
	text-decoration: none;
}

a:visited {
	color: unset;
}

a:hover,
a:focus,
a:active {
	color: unset;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/* front page
--------------------------------------------- */
.mainWrapper{
	width: 100vw;
	height: 100dvh;
	padding: 10px 16px 12px;
	background-color: var(--an-white);
}

/* [Top side] */

.main_topSide{
	display: flex;
	gap: 156px;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

.categoryWrapper{
	position: fixed;
	z-index: 9;
}

.worksWrapper {
	display: grid;
	gap: 40px 4px;
	align-content: start;
	width: 100%;
	height: auto;
	/* height: calc((170px * 2) + 40px); */
	/* margin-left: calc(232px - 16px); */
	/* overflow: hidden; */
	z-index: 9;
	justify-content: end; /* 오른쪽 정렬 */
	pointer-events: none;
}
/* 기본 (모바일 ~ 767px): 1열 */
.worksWrapper {
	grid-template-columns: repeat(1, 244.5px);
}

/* 768px ~ 1199px: 2열 */
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.worksWrapper {
		grid-template-columns: repeat(2, 244.5px);
	}
}

/* 1200px ~ 1439px: 3열 */
@media screen and (min-width: 1200px) and (max-width: 1439px) {
	.worksWrapper {
		grid-template-columns: repeat(3, 244.5px);
	}
}

/* 1440px ~ 1919px: 4열 */
@media screen and (min-width: 1440px) and (max-width: 1919px) {
	.worksWrapper {
		grid-template-columns: repeat(4, 244.5px);
	}
}

/* 1920px 이상: 5열 */
@media screen and (min-width: 1920px) {
	.worksWrapper {
		grid-template-columns: repeat(5, 244.5px);
	}
}

.worksWrapper:has(.allShowWorkBlock){
	overflow: visible;
}

.workBlock{
	width: 100%;
	height: 170px;
	pointer-events: all;
}

.yearArea{
	padding-left: 20px;
	margin-bottom: 8px;	
}

.yearArea span{
	display: inline-block;
	width: 100%;
	padding: 1px 0;
	transition: 0.3s;
	background-color: var(--an-gray);
}

.yearArea:has(+ .titleListWrapper .titleBlock[data-text-type="hover"]:hover) span,
.yearArea:has(+ .titleListWrapper .titleBlock[data-status="now_hover"]) span{
	color: var(--an-white);
	background-color: var(--an-black);
}

.titleListWrapper{
	position: relative;
	height: 140px;
	padding-left: 20px;
	overflow-y: scroll;
}
.titleListWrapper:hover::-webkit-scrollbar,
.titleListWrapper:has([data-status="now_hover"])::-webkit-scrollbar{
	/* width: calc((2px * 2) + 1px); */
	width: 2px;
}
.titleListWrapper:hover::-webkit-scrollbar-thumb,
.titleListWrapper:has([data-status="now_hover"])::-webkit-scrollbar-thumb{
	/* border: 2px solid var(--an-white); */
	background-color: var(--an-black);
}
.titleListWrapper:not(:has( [data-status="now_hover"])) {
	scrollbar-width: none;
}
/* .titleListWrapper:hover::-webkit-scrollbar{
	width: calc((2px * 2) + 1px);
}
.titleListWrapper:hover::-webkit-scrollbar-thumb{
	border: 2px solid var(--an-white);
	background-color: var(--an-black);
} */

.titleBlock{
	width: 100%;
	max-width: 100%;
	transition: 0.5s;
	transform: translateX(-20px);
}

.titleBlock span{
	white-space: nowrap;
	text-overflow: ellipsis;
    overflow: hidden;
	/* background-color: var(--an-white); */
}

.titleBlock-gradient{
	position: sticky;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 1.5em;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	display: none;
}

/* [Image side] */

.main_imgSide{
	position: fixed;
	left: 0;
	top: 0;
	/* bottom: calc(45px + 8px); */
	width: 100vw;
	/* height: 41.142857dvh; */
	height: 100dvh;
	padding: 0 16px;
	pointer-events: none;
	/* background-color: #21759b; */
}
#mainImgWrapper {
	position: fixed;
	z-index: -1;
	overflow: hidden;
	pointer-events: none;
	transition: opacity 0.5s;
	/* 위치 및 크기는 JS에서 지정 */
}
  
#mainImg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	position: absolute;
	pointer-events: none;
}


.imgHidden{
	opacity: 0;
}

/* [half contents side] */

.halfContentsLoadWrapper{
	position: absolute;
	bottom: 0;
	padding-top: 15px;
	background-color: rgba(255, 255, 255, 0.3);
	backdrop-filter: var(--an-blur);
	z-index: 88;
}

/* contents page
--------------------------------------------- */
.contentsWrapper{
	position: fixed;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100dvh;
	padding: 65px 59px 85px 63px;
	pointer-events: none;
	z-index: 99;
	transform: scale(90%);
	opacity: 0;
	transition: opacity 0.3s,
	transform 0.3s;
	/* animation: contentsPageLoad 0.3s both; */
}
.loadContentsWrapper[data-type="work"][data-status="hide"] .contentsWrapper{
	transform: scale(90%);
	opacity: 0;
}
.loadContentsWrapper[data-type="work"][data-status="show"] .contentsWrapper{
	transform: scale(100%);
	opacity: 1.0;
}


.loadContentsWrapper[data-type="work"][data-status="hide"] .contentsWrapper section{
	opacity: 0;
	/* animation: contentsPageLoad 0.3s both; */
}
.loadContentsWrapper[data-type="work"][data-status="show"] .contentsWrapper section{
	opacity: 1.0;
	/* animation: contentsPageLoad 0.3s both; */
}

/* @keyframes contentsPageLoad {
	100%{
		transform: translateY(0px);
		opacity: 1.0;
	}
} */

.contentsBlocksWrapper{
	display: flex;
	width: 100%;
	height: 100%;
	pointer-events: all;
}

/* .contentsBlocksWrapper .contentsDetailMetaWrapper{
	display: none;
} */

/* .contentsPicturesWrapper */
.contentsPictureLoadContainer{
	position: relative;
	width: 718px;
	border: 1px solid var(--an-gray);
	flex-grow: 1;
	transform: translateY(0.3px);
	background-color: var(--an-new-gray);
}
.contentsPicturesWrapper{
	width: 100%;
	height: 100%;
	/* flex-grow: 1; */
}

.contentsDividerControllerWrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 16px;
	transition: 0.3s;
	cursor: ew-resize;
}
.contentsDividerControllerWrapper:hover{
	background-color: var(--an-gray);
}

#contentsDivider{
	width: 1.5px;
	height: 80px;
	background-color: var(--an-gray);
}

/* share */
.contentsLoadContainer{
	/* background-color: var(--an-white); */
}

/* .contentsDetailWrapper */
.contentsCreditLoadContainer{
	width: 25%;
	padding: 19px 20px;
	padding-bottom: 38px;
	border: 1px solid var(--an-gray);
	overflow: auto;
	flex-grow: 1;
	background-color: var(--an-new-gray);
}

.contentsDetailWrapper{
	width: 100%;
}

.contentsDetailMetaWrapper{
	border-bottom: 1px solid var(--an-black);
	padding-bottom: 38px;
	margin-bottom: 17px;
	overflow: hidden;
	transition: 0.3s;
}
.metaToggleOpen{
	height: 100% !important;
}

.contentsDetailMetaTopBlock{
	display: flex;
    row-gap: 8px;
    column-gap: 28px;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 3px;
}

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

.contentsDetailMetaBottomBlock{
	margin-bottom: 16px;
}

.contentsDetailMetaPeriod{
	color: var(--an-gray2);
}

.creditEleWrap{
	display: flex;
	align-items: baseline;
	gap: 9px;
}

.contentsDetailBodyWrapper{
	display: flex;
	flex-direction: column;
	gap: 17px;
}

.contentsDetailImageBlock .splide__list{
	min-height: 242px;
	height: fit-content;
	max-height: 500px;
}

.contentsDetailImageBtnArea{
	position: absolute;
	width: 100%;
	height: 100%;
}
.contentsDetailImageBtnAreaTrigger{
	position: relative;
	left: 20%;
	width: 60%;
	height: 100%;
}

.contentsDetailVideoBlock iframe{
	width: 100%;
}

/* about page
--------------------------------------------- */
.updateAbout {
	position: fixed;
	left: 20vw;
	bottom: 0;
	width: 25vw;
	height: 55vh;
	max-height: 1000px;
	padding: 20px;
	background: var(--an-gray);
	z-index: 888;
	overflow-y: auto;
}

#aboutCloseBtn{
	position: absolute;
	left: 20px;
	top: 20px;
	cursor: pointer;
	pointer-events: all;
}

.infoImgWrapper{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 18px;
}  
.infoImgWrapper img {
	width: 70%;
	display: block;
}

.infoIntroductionBlock{
	margin-bottom: 20px;
}

.smallInfoEle{
	margin-bottom: 20px;
}
.smallInfoEle span{
	display: block;
}

.peoplesListWrapper{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

/* news page
--------------------------------------------- */
.newsWrapper{
	width: 100vw;
	height: calc(62.171429vh + (36px * 2));
}
.newsListWrapper{
	display: flex;
	justify-content: flex-start;
	gap: 4px;
	width: 100%;
	height: 100%;
	padding: 0 34px;
	/* overflow-x: hidden; */
	transition: transform 0.5s ease;
}

.newsEleBlock{
	min-width: 316px;
	width: 25vw;
	max-width: 440px;
	height: 100%;
	padding: 46px 18px 24px 18px;
	flex-shrink: 0;
	overflow-y: scroll;
	background-color: var(--an-new-gray);
}

.newsBasicInfoWrapper{
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}
.newsCategoryTag{
	padding: 1px 3px;
	color: var(--an-white);
	background-color: var(--an-black);
}
.newsTitle{
	margin-bottom: 21px;
}
.newsTitle:has(+ .newsSourceWrapper){
	margin-bottom: 7px;
}
.newsSourceWrapper{
	margin-bottom: 16px;
}

.newsBodyWrapper > *{
	margin-bottom: 16px;
}

.newsBodyWrapper p:has(> img){
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}
.newsBodyWrapper img{
	width: 100%;
	object-fit: contain;
}

.newsControlWrapper{
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 24px;
	pointer-events: none;
}

.newsControlBtn{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px;
	border: 1px solid var(--an-gray);
	border-radius: 50%;
	background-color: var(--an-white80);
	cursor: pointer;
	pointer-events: all;
}
.newsControlBtn img{
	width: 72px;
	height: 72px;
}

/* footer
--------------------------------------------- */
.footerWrapper{
	position: fixed;
	bottom: 0;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	width: 100vw;
	/* height: 45px; */
	padding: 12px 16px;
	z-index: 888;
	/* isolation: isolate; */
	/* mix-blend-mode: difference; */
}


.logoImgEle{
	position: fixed;
	left: 24px;
	bottom: 13px;
	z-index: 999;
	/* isolation: isolate; */
	/* mix-blend-mode: difference; */
	cursor: pointer;
}

.navigationListWrapper,
.footer_rightSide,
.footer_rightSide #menu-primarymenu-1{
	display: flex;
	gap: 53px;
}


.navigationWrapper .pageBtn:nth-of-type(1),
.footer_rightSide #menu-primarymenu-1 .menu-item:nth-of-type(1){
	display: none;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* News pagenation
--------------------------------------------- */
.pagination{
	display: none;
}

/* Page button
--------------------------------------------- */
.pageBtn a{
	pointer-events: none;
}

/* Xmark
--------------------------------------------- */
.an-Xmark{
	width: 24px;
	height: 24px;
	cursor: pointer;
	opacity: 1.0;
	transition: opacity 1s;
}

/* contents lightbox
--------------------------------------------- */
.contentsPictureLoadContainer:has(~ .contentsLightbox[data-status="show"]){
	pointer-events: none;
}
.contentsLightbox{
	position: absolute;
	left: 0;
    top: 0;

	display: flex;
	justify-content: center;
	align-items: center;
    width: 100%;
    height: 100%;

	background-color: var(--an-white80);
	/* transition: opacity 0.3s; */
	pointer-events: none;
}
.contentsLightbox[data-status="hide"]{
	opacity: 1.0;
	animation: lightBoxCloseAni 0.3s both;
	pointer-events: none;
}

@keyframes lightBoxCloseAni {
	100%{
		opacity: 0;
	}
}

.contentsLightbox[data-status="hide"] .contentsLightboxCloseBtn{
	pointer-events: none;
}
.contentsLightbox[data-status="show"]{
	opacity: 0;
	animation: fadeIn 0.3s both;
	pointer-events: all;
	z-index: 999;
}

.contentsLightboxCloseBtn{
	position: absolute;
	top: 8px;
	right: 8px;
	pointer-events: all;
}

.contentsLightbox .contentsLightboxTarget{
	opacity: 0;
}

.contentsLightbox .contentsLightboxTarget[src]{
	display: block;
	width: 100%;
	height: 100%;
	opacity: 1.0;
	object-fit: contain;
}

/* more button
--------------------------------------------- */
.moreBtn{
	position: absolute;
	cursor: pointer;
	z-index: 0;
}

/* close background
--------------------------------------------- */
.onlyUseForCloseBackground{
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100dvh;
	overflow: hidden;
	background-color: var(--an-white);
	opacity: 0;
	animation: contentsBackgroundLoad 0.3s both;
	z-index: 88;
}
.onlyUseForCloseBackground[data-status="hide"]{
	opacity: 0;
	pointer-events: none;
}

@keyframes contentsBackgroundLoad {
	100%{
		opacity: 0.3;
	}
}

/* pagination block
--------------------------------------------- */
.paginationWrapper{
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	width: 48px;
	height: 48px;
	padding: 4px 7px;
	color: var(--an-white);
	background-color: rgba(0, 0, 0, 0.2);
}

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

.paginationCountNow,
.paginationCountTotal{
	width: 17px;
	text-align: center;
}

.paginationDividerWrapper{
	position: absolute;
	width: calc(100% - 14px); 
	height: calc(100% - 8px);
	display: flex;
	align-items: center;
	justify-content: center;
	/* padding-top: 0.5px;
	padding-left: 0.5px; */
}

.paginationDivider{
	width: 1px;
	height: 34px;
	background-color: var(--an-white);
	transform: rotate(45deg);
}

/* contents image slide - img elements
--------------------------------------------- */
.progressiveImgEle{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* Data load background
--------------------------------------------- */
.dataloadBackground{
	display: none;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* Splide
--------------------------------------------- */
.splide__track{
	height: 100%;
}
.splide__arrow{
	width: 20%;
	height: 100%;
	border-radius: 0;
	opacity: 0 !important;
	cursor: none !important;
}
.splide__arrow svg{
	display: none;
}
.splide__arrow--prev{
	left: 0;
}
.splide__arrow--next{
	right: 0;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* hoverHelper
--------------------------------------------- */
.hoverHelper{
	position: absolute;
	width: 36px;
	height: 36px;
	display: block;
	transform: translate(-24px, -24px);
	pointer-events: none;
	z-index: 9999;
	mix-blend-mode: difference;
}
.hoverHelper img{
	width: 100%;
	height: 100%;
}

/* work block logic
--------------------------------------------- */
.workBlock{
	transition: opacity 0.3s;
}
/* .workBlock:not(.safeWorkBlock){
	opacity: 0;
	pointer-events: none;
}

.allShowWorkBlock{
	opacity: 1.0 !important;
	pointer-events: all !important;
} */

/* load contents
--------------------------------------------- */
.loadContentsWrapper{
	transition: 0.3s;
}
.loadContentsWrapper[data-status="blur"]{
	filter: var(--an-blur);
}
.loadContentsWrapper[data-status="hide"]{
	/* display: none; */
	opacity: 0;
	pointer-events: none;	
}
.loadContentsWrapper[data-status="hide"] *{
	pointer-events: none !important;
}
.loadContentsWrapper[data-status="show"]{
	opacity: 1.0;
}


/* 
.loadContentsWrapper[data-type="work"][data-status="hide"] .contentsBlocksWrapper{
	opacity: 1;
	animation: contentsHide 0.3s both;
	pointer-events: none;
}

@keyframes contentsHide {
	100%{
		opacity: 0;
		transform: scale(90%);
	}
}


.loadContentsWrapper[data-type="work"][data-status="hide"] .onlyUseForCloseBackground{
	animation: backgroundHide 0.3s both;
	pointer-events: none;
}
@keyframes backgroundHide {
	0%{
		opacity: 0.3;
	}
	100%{
		opacity: 0;
	}
}

.loadContentsWrapper[data-type="work"][data-status="hide"] .an-Xmark{
	opacity: 0;
	pointer-events: none;
} */


/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Interaction
--------------------------------------------------------------*/

/* Website opning animation
--------------------------------------------- */
body{
	animation: fadeIn 0.5s both ease-out;
}

@keyframes fadeIn {
	0%{
		opacity: 0%;
	}
	100%{
		opacity: 100%;
	}
}


/* Main category click interaction
--------------------------------------------- */
.categoryEle{
	display: flex;
	align-items: center;
	gap: 2px;
	/* transition: 0.5s; */
}

.categoryEle[data-text-type="selected"] .an-arrow,
.categoryEle[data-text-type="selected"] .interactionText{
	left: 0;
	opacity: 1.0;
}

.an-arrow{
	position: relative;
	left: -20px;
	opacity: 0;
	transition: 0.35s left, 0.2s opacity;
	pointer-events: none;
}

.interactionText{
	position: relative;
	left: 0px;
}

/* half contents
--------------------------------------------- */
/* .worksWrapper,
.moreBtn{
	transition: transform 0.5s;
} */
/* .worksWrapper[data-status="standBy"],
.worksWrapper[data-status="standBy"] + .moreBtn{
	transform: translateY(-28.685714dvh);
} */
.halfContentsLoadWrapper{
	transition: opacity 0.3s;
}
.halfContentsLoadWrapper[data-status="show"]{
	opacity: 1.0;
}
.halfContentsLoadWrapper[data-status="standBy"]{
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
}

/* Main contents click interaction
--------------------------------------------- */
.titleInteractionWrapper{
	position: relative;
	/* left: -20px; */
	display: flex;
	align-items: center;
	width: calc(100% + 20px);
}
.titleBlock .an-arrow{
	position: relative;
	left: unset;
	transform: translateX(-10px);
	transition: left 0.35s, opacity 0.2s, transform 0.35s;
}
.titleBlock[data-text-type="hover"] .an-arrow:has(+ span:hover),
.titleBlock[data-status="now_hover"] .an-arrow{
	transform: translateX(0px);
	opacity: 1.0;
}


/* contents credit button interaction
--------------------------------------------- */
.contentsDetailMetaWrapper.openToggle{
	overflow: visible;
}
.contentsDetailMetaInformationToggleWrapper{
	opacity: 0;
	transition: opacity 0.5s;
}
.contentsDetailMetaWrapper.openToggle .contentsDetailMetaInformationToggleWrapper{
	opacity: 1.0;
}
.contentsDetailMetaCreditWrapper{
	position: relative;
	transition: left 0.35s, opacity 0.2s, color 0.3s;
}
.contentsDetailMetaCreditWrapper .an-arrow{
	position: absolute;
	left: -20px;
	opacity: 1.0;
	transition: 0.3s;
}
.contentsDetailMetaCreditWrapper:hover,
.contentsDetailMetaCreditWrapper[data-text-type="caption-on"]{
	color: var(--an-green);
}
.contentsDetailMetaCreditWrapper:hover img,
.contentsDetailMetaCreditWrapper[data-text-type="caption-on"] img{
	filter: invert(76%) sepia(67%) saturate(515%) hue-rotate(53deg) brightness(101%) contrast(94%);
}

/* contents page block load animation */
@keyframes contentsPageLoad {
	100%{
		transform: translateY(0px);
		opacity: 1.0;
	}
}

/* contents page image loading blur animation
--------------------------------------------- */
.progressiveImgEle{
	transition: filter 0.5s ease-in-out;
}
.loadingImg{
	filter: var(--an-blur);
}

/* dragging contents block 
--------------------------------------------- */
.no-select{
	user-select: none;
	-webkit-user-select : none;  
}


/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/* desktop */
.onlyMobile,
.onlyIpad{
	display: none;
}

/* ipad */
@media screen and (max-width: 1200px) {
	.onlyMobile{
		display: none;
	}
	.onlyIpad{
		display: block;
	}

	/* front */
	/* .worksWrapper{
		height: calc((170px * 4) + (40px * 3));
		overflow-y: auto;
	} */

	/* .worksWrapper[data-status="standBy"],
	.worksWrapper[data-status="standBy"] + .moreBtn{
		transform: translateY(-514px);
	} */

	.logoImgEle{
		left: 16px;
		bottom: 16px;
		height: 60px;
	}

	/* about */
	.aboutWrapper{
		grid-template-columns: 1fr 1fr;
		column-gap: 18px;
		row-gap: 24px;
		margin-bottom: 100px;
	}

	.infoIntroductionWrapper{
		order: 3;
	}
	.infoIntroductionBlock{
		margin-bottom: 39px;
	}
	.smallInfoWrapper{
		gap: 39px;
	}

	.peoplesWrapper{
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: -1;
		grid-row-end: 3;
		align-self: end;
	}
	.peoplesListWrapper{
		gap: 24px;
	}

	/* contents */
	.contentsWrapper{
		padding: 60px 24px 49px;
	}
	.contentsBlocksWrapper{
		flex-direction: column;
		gap: 15px;
	}
	.contentsPictureLoadContainer{
		width: 100% !important;
		height: 430px;
	}
	.contentsDividerControllerWrapper{
		display: none;
	}
	.contentsCreditLoadContainer{
		width: 100% !important;
		height: 480px;
	}

	.contentsDetailMetaCreditText{
		text-decoration: underline;
	}

	.contentsDetailVideoBlock iframe{
		height: calc((100vw - 88px) * 0.5625);
	}

	.contentsLightbox{
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw !important;
		height: 100dvh !important;
		padding: 12px;
		transform: unset;
	}

	.contentsWindowCloseBtn{
		position: absolute;
		top: 26px;
		left: 24px;
		opacity: 1;
		pointer-events: none;
		z-index: 999;
	}
	.contentsWindowCloseBtn:has(~ .contentsWrapper .contentsLightbox[data-status="show"]){
		opacity: 0;
	}
}

/* mobile */
@media screen and (max-width: 768px) {
	/* all */
	.onlyIpad{
		display: none;
	}
	.onlyMobile{
		display: block;
	}

	.mobileHeaderWrapper{
		position: fixed;
		left: 0;
		top: 0;
		background-color: white;
		z-index: 888;
	}
	.mobileHeaderWrapper .navigationListWrapper,
	.mobileHeaderWrapper #menu-primarymenu{
		display: flex;
		align-items: center;
		width: calc(100vw - 24px);
		height: 42px;
		border-bottom: 1px solid var(--an-black);
		padding: 16px 0;
		margin: 0 12px;
		gap: 8px;
	}
	.mobileHeaderWrapper #menu-primarymenu .menu-item:nth-of-type(1){
		pointer-events: none;
	}
	.mobileHeaderWrapper #menu-primarymenu .menu-item:nth-of-type(1) a{
		pointer-events: all !important;
	}
	.navigationWrapper .pageBtn:nth-of-type(1){
		display: inline;
	}
	.navigationWrapper .pageBtn:nth-of-type(1) a{
		pointer-events: all;
	}
	.navigationWrapper .pageBtn:not(.navigationWrapper .pageBtn:last-of-type)::after{
		margin: 0 0.2rem !important;
	}
	
	.pageBtn,
	.pageBtn:hover{
		text-decoration: none;
	}

	body:has( .halfContentsLoadWrapper[data-status="show"]),
	body:has( .loadContentsWrapper[data-status="blur"]){
		overflow: hidden;
	}
	.footerWrapper{
		background-color: transparent;
		backdrop-filter: unset;
	}
	.footerWrapper .navigationWrapper,
	.footerWrapper .footer_rightSide{
		display: none;
	}

	.logoImgEle{
		left: unset;
		right: 11px;
		bottom: 14px;
		height: 45px;
	}

	/* front */
	.categoryWrapper{
		position: sticky;
		left: 0;
		/* top: 42px; */
		top: 0;
		/* width: calc(100vw - 24px); */
		width: 100%;
		padding: 16px 0;
		border-bottom: 1px solid var(--an-black);
		background-color: var(--an-white);
		opacity: 1;
		transition: opacity 1s;
		z-index: 666;
	}
	.categoryList{
		display: flex;
		flex-wrap: wrap;
		max-width: 178px;
	}
	.an-arrow{
		display: none;
	}
	.categoryEle[data-text-type="selected"],
	.categoryEle[data-text-type="hover"]{
		text-decoration: none;
		color: var(--an-black);
	}
	.categoryEle:not(.categoryEle:last-of-type)::after,
	.navigationWrapper .pageBtn:not(.pageBtn:last-of-type)::after{
		content: '/';
		margin: 0 0.2rem 0 0.1rem;
		text-decoration: none !important;
	}
	[data-text-type="selected"]::after{
		font-weight: 400;
	}
	.interactionText{
		transition: none;
	}

	.loadContentsWrapper[data-status="blur"]{
		filter: unset;
	}
	.loadContentsWrapper[data-status="blur"] .categoryWrapper{
		/* display: none; */
		opacity: 0;
		z-index: 1;
	}

	.mainWrapper{
		height: 100dvh;
		padding: 42px 12px 0;
		/* overflow-y: auto; */
	}
	.mainWrapper::-webkit-scrollbar{
		display: none;
	}

	.main_topSide{
		display: block;
		/* overflow-x: hidden; */
	}
	.main_topSide[data-status="hide"]{
		display: none;
	}
	.worksWrapper{
		/* height: auto; */
		justify-content: flex-start;
		margin-top: 10px;
		margin-left: 0;
		padding-bottom: 50px;
		grid-template-columns: 1fr;
		gap: 24px 0;
	}
	.worksWrapper[data-status="show"],
	.worksWrapper[data-status="show"] + .moreBtn{
		transform: unset;
		opacity: 0;
	}

	.titleBlock{
		transform: none;
	}
	.titleBlock-gradient{
		display: none;
	}

	.workBlock{
		height: auto;
	}

	.yearArea{
		padding-left: 0;
	}
	.titleListWrapper{
		height: fit-content;
		padding-left: 0;
		overflow: visible;
	}
	.titleInteractionWrapper{
		width: calc(100vw - 24px);
	}

	.halfContentsLoadWrapper{
		position: fixed;
		height: calc(100dvh - 54px);
		padding-top: 0;
		padding-bottom: 104px;
		background-color: var(--an-white);
		z-index: 777;
		transition: none;
		overflow: auto;
	}

	.halfContentsLoadWrapper[data-status="show"]{
		top: 42px;
		height: auto;
		opacity: 1.0;
	}

	.main_imgSide{
		display: none;
	}

	/* work */
	.loadContentsWrapper[data-type="work"][data-status="hide"] .contentsWrapper{
		background-color: transparent;
	}
	.onlyUseForCloseBackground{
		display: none;
	}
	.contentsWrapper{
		display: block;
		padding: 42px 12px 104px;
		background-color: white;
		overflow: auto;
		pointer-events: all;
	}
	.contentsWrapper:has( .contentsLightbox[data-status="show"]){
		overflow: hidden;
	}
	.contentsBlocksWrapper{
		height: auto;
		gap: 0;
	}
	.contentsBlocksWrapper > .contentsCreditLoadContainer{
		display: unset;
	}

	.contentsPictureLoadContainer{
		height: auto;
		border: 0;
		margin-bottom: 20px;
	}
	.paginationWrapper{
		display: none;
	}

	.splide{
		left: -12px;
		width: calc(100% + 24px) !important;
		height: 320px;
	}
	.splide__track{
		padding: 0 12px !important;
		overflow: auto;
	}

	.splide__list{
		display: inline-flex;
	}
	.splide__list .splide__slide:last-child{
		margin-right: 0px !important;
	}

	.contentsDetailImageBlock .splide__list{
		/* width: 100vw; */
		min-height: unset;
		height: 100%;
		max-height: unset;
		/* padding-right: 12px; */
	}
	.contentsDetailImageBlock .splide__slide:last-child{
		/* padding-right: 12px; */
	}


	.splide__slide{
		width: max-content;
		height: 100%;
	}

	.progressiveImgEle{
		width: auto;
		height: 100%;
		object-fit: contain;
	}

	.contentsDetailImageBtnAreaTrigger{
		left: 0;
		width: 100%;
	}

	.contentsDetailMetaWrapper{
		margin-top: 10px;
	}

	.contentsDetailMetaCreditWrapper:hover{
		/* color: unset; */
	}

	.contentsCreditLoadContainer{
		height: auto;
		border: 0;
		padding: 0;
		overflow: visible;
	}
	

	.contentsLightbox{
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw !important;
		height: 100dvh !important;
		padding: 12px;
		transform: translateZ(0);
	}
	.contentsDetailVideoBlock iframe{
		height: calc((100vw - 24px) * 0.5625);
	}

	/* about */
	.updateAbout{
		position: fixed;
		left: 0;
		top: 42px;
		width: 100vw;
		height: calc(100dvh - 42px);
		padding: 12px;
		background-color: var(--an-white);
	}
	.aboutWrapper{
		display: block;
		/* width: 100vw; */
		/* height: 100vh; */
		padding: 0;
		margin-bottom: 0px;
	}
	#aboutCloseBtn{
		display: none;
	}


	.infoImgWrapper{
		width: 100%;
		margin-bottom: 16px;
	}
	.infoImgWrapper img{
		width: 100%;
	}
	.infoIntroductionWrapper{
		margin-bottom: 16px;
	}
	.infoIntroductionBlock{
		margin-bottom: 12px;
	}
	.smallInfoWrapper{
		gap: 12px;
	}



	.halfContentsLoadWrapper{
		position: fixed;
		height: calc(100dvh - 54px);
		padding-top: 0;
		padding-bottom: 104px;
		background-color: var(--an-white);
		z-index: 777;
		transition: none;
		overflow: auto;
	}

	.halfContentsLoadWrapper[data-status="show"]{
		top: 42px;
		height: auto;
		opacity: 1.0;
	}

	/* news */
	.newsWrapper{
		height: auto;
		padding: 20px 12px;
	}
	.newsListWrapper{
		display: block;
		height: auto;
		padding: 0;
		transform: rotate(0deg);
	}

	.newsEleBlock{
		width: 100%;
		padding: 0;
		transform: rotate(0deg);
		background-color: transparent;
	}
	.newsEleBlock:not(.newsEleBlock:nth-last-of-type(1))::after{
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		margin: 24px 0 48px 0;
		background-color: var(--an-black);
	}
	.newsBodyWrapper p:last-of-type{
		margin-bottom: 0;
	}

	.newsControlWrapper{
		display: none;
	}
}