@charset "UTF-8";
/*!
Theme Name: Everyday-Practice
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Everyday Practice
Author URI: https://everyday-practice.com
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/
/* Theme customization starts here
-------------------------------------------------------------- */
@import 'https://artsonje.org/wp-content/themes/kadence-child/fonts/font.css';
:root {
  --color-bggray: #ebebeb;
  --color-gray: #bfbfbf;
  --color-darkgray: #BFBFBF;
  --asjc-mrg: 1.25rem;
  --asjc-medium-mb: 1.3rem;
  --asjc-medium: 1.7rem;
  --asjc-semi: 2rem;
  --asjc-big: 2.5rem;
  --asjc-head: 55px;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 16px !important;
  overflow: auto;
}

body,
optgroup,
textarea {
  min-height: 100%;
  height: 100%;
  overflow: auto;
  font-size: 1rem !important;
  font-weight: 500;
  line-height: 1.4em !important;
  font-family: "Suisse", "Pretendard", sans-serif !important;
  background-color: var(--color-bggray) !important;
  color: black;
}

#wrapper {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 5rem;
}

.noScroll {
  overflow: hidden !important;
}

select {
  font-size: 1.4rem;
  line-height: 2.1rem;
  border-radius: 60px;
  border: none;
  font-weight: 400;
  font-family: "Suisse", "Pretendard", sans-serif !important;
  color: black;
  padding: 0.2rem 1rem !important;
  box-shadow: none;
  min-width: 15vw;
  background: var(--color-gray) url(https://artsonje.org/wp-content/uploads/2023/03/categoryArrow.svg) no-repeat calc(100% - 12px) 50% !important;
}

* {
  word-break: keep-all;
  box-sizing: border-box;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
}

h1 {
  font-size: 3.125rem !important;
  line-height: 1.1;
  font-weight: 400 !important;
}

h2 {
  font-size: 1.8125rem !important;
  line-height: 1.1;
  font-weight: 400 !important;
}

h3 {
  font-size: 1.25rem !important;
  line-height: 1.4;
  font-weight: 700 !important;
}

h4 {
  font-size: 1.1rem !important;
  line-height: 1.4;
  font-weight: 700 !important;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

@media (max-width: 480px) {
  p {
    font-size: 1.1rem;
    line-height: 1.65rem;
  }
  .termValue p {
    font-size: 1rem;
  }
}
.caption {
  font-size: 0.875rem;
}

@media (max-width: 1024px) {
  html {
    font-size: 15px !important;
  }
  h1 {
    font-size: 2.0833333333rem !important;
  }
}
@media (max-width: 720px) {
  html {
    font-size: 14px !important;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 13.5px !important;
  }
}
a:hover,
a:focus,
a:active {
  color: var(--color-random);
}

a {
  color: black;
  transition: none;
}

/* kadence initialize */
body {
  background: white;
}

.content-bg,
body.content-style-unboxed .site {
  background-color: transparent;
}

.entry-hero-container-inner {
  background: transparent !important;
}

.site-container,
.site-header-row-layout-contained,
.site-footer-row-layout-contained,
.entry-hero-layout-contained,
.comments-area,
.alignfull > .wp-block-cover__inner-container,
.alignwide > .wp-block-cover__inner-container {
  max-width: unset !important;
  padding-left: var(--ep-margin);
  padding-right: var(--ep-margin);
}

.wp-block-kadence-rowlayout {
  padding: 0 0 var(--ep-margin) 0;
}
.wp-block-kadence-rowlayout.full-row {
  margin-left: calc(-1 * var(--ep-margin));
  margin-right: calc(-1 * var(--ep-margin));
  width: calc(100% + var(--ep-margin) * 2);
}

.kt-row-column-wrap {
  padding: 0 !important;
  gap: var(--ep-margin);
}
.kt-row-column-wrap .wp-block-kadence-column {
  margin: 0;
}
.kt-row-column-wrap .wp-block-kadence-column .kt-inside-inner-col {
  padding-left: 0;
  padding-right: 0;
}

.site-bottom-footer-inner-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.entry,
.entry.single-entry {
  box-shadow: none !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.entry-hero-container-inner .entry-header {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: unset !important;
}

.entry-content-wrap {
  padding: 0;
}

.content-area {
  margin-top: var(--ep-margin) !important;
  margin-bottom: var(--ep-margin) !important;
}

.content-area ul {
  margin: 0;
  list-style: none !important;
}

.single-product .product .ep-shop-side-bar .notice ul li,
.visit-container ul li {
  padding: 0 0 0 1em;
}
.single-product .product .ep-shop-side-bar .notice ul li:before,
.visit-container ul li:before {
  content: "— ";
  position: absolute;
  left: 0;
}

a {
  text-decoration: none;
}

input,
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 {
  font-size: 1.4rem;
  line-height: 2.1rem;
  text-align: left;
  background-color: var(--color-gray);
  border-radius: 60px;
  border: none;
  font-weight: 400;
  font-family: "Suisse", "Pretendard", sans-serif !important;
  color: black;
  padding: 0.2rem 1rem !important;
  box-shadow: none;
  min-width: 15vw !important;
}

input::-moz-placeholder {
  color: black !important;
}

input::placeholder {
  color: black !important;
}

button,
.button,
.wp-block-button__link,
input[type=button],
input[type=reset],
input[type=submit] {
  border-radius: 0 !important;
  background: black;
  box-shadow: none;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

a.wp-block-button__link,
button#place_order,
a.button.checkout.wc-forward {
  padding: 10px 65px 10px 15px;
  border-radius: 0;
  font-size: 1.1rem;
  text-align: left !important;
  line-height: 1.4;
  background-repeat: no-repeat;
  background-position: calc(100% - 11px) 50%;
}
a.wp-block-button__link:hover, a.wp-block-button__link:focus,
button#place_order:hover,
button#place_order:focus,
a.button.checkout.wc-forward:hover,
a.button.checkout.wc-forward:focus {
  background-repeat: no-repeat;
  background-position: calc(100% - 11px) 50%;
  box-shadow: none !important;
}

body.no-header #inner-wrap .header-divider {
  display: none !important;
}
body.no-header .kb-lottie-container_8603ec-1e {
  display: none;
}

#kt-scroll-up.scroll-up-side-right {
  z-index: 10;
}

.kadence-scrollbar-fixer {
  margin-right: 0;
}

@media (max-width: 1024px) {
  #kt-scroll-up.scroll-up-side-right {
    right: var(--ep-margin);
  }
}
@media (max-width: 720px) {
  .content-style-boxed .content-bg:not(.loop-entry) {
    margin-left: 0;
    margin-right: 0;
  }
}
/* INTIALIZE END */
.page-template-default.page.page-id-10703 .header-section, .page-template-default.page.page-id-10703 .side-menu, .page-template-default.page.page-id-10703 .footer-section, .page-template-default.page.page-id-10703 .mobile-side-menu, .page-template-default.page.page-id-10703 .mobile-menu-trigger, .page-template-default.page.page-id-10703 .mobile-menu-container, .page-template-default.page.page-id-10705 .header-section, .page-template-default.page.page-id-10705 .side-menu, .page-template-default.page.page-id-10705 .footer-section, .page-template-default.page.page-id-10705 .mobile-side-menu, .page-template-default.page.page-id-10705 .mobile-menu-trigger, .page-template-default.page.page-id-10705 .mobile-menu-container {
  display: none !important;
}
.page-template-default.page.page-id-10703 #inner-wrap, .page-template-default.page.page-id-10705 #inner-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-default.page.page-id-10703 .content-area, .page-template-default.page.page-id-10705 .content-area {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-default.page.page-id-10703 .content-area p, .page-template-default.page.page-id-10705 .content-area p {
  font-size: 1.5rem;
}

.show {
  display: block !important;
}

.page-id-4058, .page-id-4383, .page-id-8943, .page-id-4385, .page-id-8941, .page-id-8674, .page-id-8939, .page-id-8826, .page-id-11207, .page-id-11205 {
  background-color: #FFFF63 !important;
}
.page-id-4058 .main-menu .menu-item:hover .sub-menu::after, .page-id-4383 .main-menu .menu-item:hover .sub-menu::after, .page-id-8943 .main-menu .menu-item:hover .sub-menu::after, .page-id-4385 .main-menu .menu-item:hover .sub-menu::after, .page-id-8941 .main-menu .menu-item:hover .sub-menu::after, .page-id-8674 .main-menu .menu-item:hover .sub-menu::after, .page-id-8939 .main-menu .menu-item:hover .sub-menu::after, .page-id-8826 .main-menu .menu-item:hover .sub-menu::after, .page-id-11207 .main-menu .menu-item:hover .sub-menu::after, .page-id-11205 .main-menu .menu-item:hover .sub-menu::after {
  background-color: #FFFF63;
}
.page-id-4058 .wp-block-kadence-advancedgallery .slick-list .kb-slide-item.kb-gallery-slide-item.slick-slide .kb-gal-image-radius, .page-id-4383 .wp-block-kadence-advancedgallery .slick-list .kb-slide-item.kb-gallery-slide-item.slick-slide .kb-gal-image-radius, .page-id-8943 .wp-block-kadence-advancedgallery .slick-list .kb-slide-item.kb-gallery-slide-item.slick-slide .kb-gal-image-radius, .page-id-4385 .wp-block-kadence-advancedgallery .slick-list .kb-slide-item.kb-gallery-slide-item.slick-slide .kb-gal-image-radius, .page-id-8941 .wp-block-kadence-advancedgallery .slick-list .kb-slide-item.kb-gallery-slide-item.slick-slide .kb-gal-image-radius, .page-id-8674 .wp-block-kadence-advancedgallery .slick-list .kb-slide-item.kb-gallery-slide-item.slick-slide .kb-gal-image-radius, .page-id-8939 .wp-block-kadence-advancedgallery .slick-list .kb-slide-item.kb-gallery-slide-item.slick-slide .kb-gal-image-radius, .page-id-8826 .wp-block-kadence-advancedgallery .slick-list .kb-slide-item.kb-gallery-slide-item.slick-slide .kb-gal-image-radius, .page-id-11207 .wp-block-kadence-advancedgallery .slick-list .kb-slide-item.kb-gallery-slide-item.slick-slide .kb-gal-image-radius, .page-id-11205 .wp-block-kadence-advancedgallery .slick-list .kb-slide-item.kb-gallery-slide-item.slick-slide .kb-gal-image-radius {
  background-color: #e6e658;
}
.page-id-4058 .main-menu .collectionMenu a:hover::after, .page-id-4383 .main-menu .collectionMenu a:hover::after, .page-id-8943 .main-menu .collectionMenu a:hover::after, .page-id-4385 .main-menu .collectionMenu a:hover::after, .page-id-8941 .main-menu .collectionMenu a:hover::after, .page-id-8674 .main-menu .collectionMenu a:hover::after, .page-id-8939 .main-menu .collectionMenu a:hover::after, .page-id-8826 .main-menu .collectionMenu a:hover::after, .page-id-11207 .main-menu .collectionMenu a:hover::after, .page-id-11205 .main-menu .collectionMenu a:hover::after {
  content: " - ";
  width: 200vw;
  position: absolute;
  left: -100vw;
  top: 55px;
  height: 100%;
  z-index: 1;
  background-color: #FFFF63;
}
@media (max-width: 1450px) {
  .page-id-4058 .main-menu .collectionMenu a:hover::after, .page-id-4383 .main-menu .collectionMenu a:hover::after, .page-id-8943 .main-menu .collectionMenu a:hover::after, .page-id-4385 .main-menu .collectionMenu a:hover::after, .page-id-8941 .main-menu .collectionMenu a:hover::after, .page-id-8674 .main-menu .collectionMenu a:hover::after, .page-id-8939 .main-menu .collectionMenu a:hover::after, .page-id-8826 .main-menu .collectionMenu a:hover::after, .page-id-11207 .main-menu .collectionMenu a:hover::after, .page-id-11205 .main-menu .collectionMenu a:hover::after {
    top: 49px;
  }
}
@media (max-width: 1250px) {
  .page-id-4058 .main-menu .collectionMenu a:hover::after, .page-id-4383 .main-menu .collectionMenu a:hover::after, .page-id-8943 .main-menu .collectionMenu a:hover::after, .page-id-4385 .main-menu .collectionMenu a:hover::after, .page-id-8941 .main-menu .collectionMenu a:hover::after, .page-id-8674 .main-menu .collectionMenu a:hover::after, .page-id-8939 .main-menu .collectionMenu a:hover::after, .page-id-8826 .main-menu .collectionMenu a:hover::after, .page-id-11207 .main-menu .collectionMenu a:hover::after, .page-id-11205 .main-menu .collectionMenu a:hover::after {
    top: 42px;
  }
}

.single-exhibition .exhibitionMenu > a {
  border-bottom: 2px solid black;
}
.single-exhibition .exhibitionMenu .sub-menu {
  display: flex;
}
.single-exhibition .exhibitionMenu .sub-menu .exhibitionNav {
  background-color: black;
}
.single-exhibition .exhibitionMenu .sub-menu .exhibitionNav a {
  color: white !important;
}
@media (max-width: 1024px) {
  .single-exhibition .exhibitionMenu {
    border-bottom: 0px;
  }
  .single-exhibition .exhibitionMenu a {
    color: var(--color-random);
  }
}

.single-program .exhibitionMenu > a {
  border-bottom: 2px solid black;
}
.single-program .exhibitionMenu .sub-menu {
  display: flex;
}
.single-program .exhibitionMenu .sub-menu .programNav {
  background-color: black;
}
.single-program .exhibitionMenu .sub-menu .programNav a {
  color: white !important;
}

.single-publication .exhibitionMenu > a {
  border-bottom: 2px solid black;
}
.single-publication .exhibitionMenu .sub-menu {
  display: flex;
}
.single-publication .exhibitionMenu .sub-menu .archiveNav {
  background-color: black;
}
.single-publication .exhibitionMenu .sub-menu .archiveNav a {
  color: white !important;
}

.single-public_program .learningMenu > a {
  border-bottom: 2px solid black;
}
.single-public_program .learningMenu .sub-menu {
  display: flex;
}
.single-public_program .learningMenu .sub-menu .PublicNav {
  background-color: black;
}
.single-public_program .learningMenu .sub-menu .PublicNav a {
  color: white !important;
}

.single-education_program .learningMenu > a {
  border-bottom: 2px solid black;
}
.single-education_program .learningMenu .sub-menu {
  display: flex;
}
.single-education_program .learningMenu .sub-menu .educationNav {
  background-color: black;
}
.single-education_program .learningMenu .sub-menu .educationNav a {
  color: white !important;
}

.single-docent .learningMenu > a {
  border-bottom: 2px solid black;
}
.single-docent .learningMenu .sub-menu {
  display: flex;
}
.single-docent .learningMenu .sub-menu .docentNav {
  background-color: black;
}
.single-docent .learningMenu .sub-menu .docentNav a {
  color: white !important;
}

.single-collection .collectionMenu > a {
  border-bottom: 2px solid black;
}

/* HEADER */
.header-icon {
  height: 2.3rem;
  width: auto;
  cursor: pointer;
}
.header-icon .pathBlack {
  fill: black;
}
.header-icon .pathWhite {
  fill: white;
}
.header-icon:hover .pathBlack {
  fill: var(--color-random);
}

.lang-switcher {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  height: 2.3rem;
  background-color: black;
  border-radius: 30px;
}
.lang-switcher li {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  padding: 0 0.8rem 0 0.2rem;
}
.lang-switcher li a {
  color: white !important;
}
.lang-switcher li.lang-item-en {
  padding: 0 0.8rem 0 0.2rem;
}
.lang-switcher li.lang-item-ko {
  padding: 0 0.2rem 0 0.8rem;
}
.lang-switcher li.current-lang {
  background-color: white;
  padding: 0 0.8rem;
  border-radius: 30px;
  border: 1px solid black;
}
.lang-switcher li.current-lang a {
  color: black !important;
}
.lang-switcher .lang-item:hover a {
  color: var(--color-random);
}

.header-section {
  z-index: 10;
  width: 100%;
  padding: 1rem var(--asjc-mrg);
}
.header-section > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.right-menu {
  justify-content: center;
}
.right-menu > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 0.3rem;
}
.right-menu > div figure {
  margin: 0 !important;
}
.right-menu > div figure img {
  width: auto;
  height: 2.3rem !important;
}
@media (max-width: 1450px) {
  .right-menu > div figure img {
    height: 2rem !important;
  }
}
@media (max-width: 1250px) {
  .right-menu > div figure img {
    height: 1.75rem !important;
  }
}

.page-id-23 .current-menu-item > a, .page-id-8901 .current-menu-item > a {
  border-bottom: 2px solid black;
}
@media (max-width: 1024px) {
  .page-id-23 .current-menu-item > a, .page-id-8901 .current-menu-item > a {
    border-bottom: none;
    color: var(--color-random);
  }
}

.mobile-main-menu, .mobile-main-menu-en {
  list-style: none;
  margin: 0;
}
.mobile-main-menu .menu-item, .mobile-main-menu-en .menu-item {
  font-size: calc(6vw + 8px);
  line-height: calc((6vw + 8px) * 1.2);
}
.mobile-main-menu .sub-menu, .mobile-main-menu-en .sub-menu {
  list-style: none;
  margin: 0 0 0 1rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, margin 0.5s ease-in-out;
}
.mobile-main-menu .sub-menu .menu-item, .mobile-main-menu-en .sub-menu .menu-item {
  font-size: calc(2.5vw + 13px);
  line-height: 1.3em;
}
.mobile-main-menu .sub-menu.open, .mobile-main-menu-en .sub-menu.open {
  max-height: 500px;
  margin: 0.25rem 0 1rem 1rem;
}
.mobile-main-menu .sub-menu.active-submenu .current_page_item a, .mobile-main-menu-en .sub-menu.active-submenu .current_page_item a {
  color: var(--color-random);
}

.main-menu {
  display: flex;
  font-size: 2.3rem;
  gap: 2rem;
  line-height: 2.53rem;
  -webkit-font-smoothing: antialiased;
  list-style: none !important;
  margin: 0 !important;
}
.main-menu li:hover > a {
  color: var(--color-random);
  border-bottom: 2px solid var(--color-random);
}
.main-menu .sub-menu a {
  border-bottom: 0 !important;
}
.main-menu .current-menu-parent > a {
  border-bottom: 2px solid black;
}
.main-menu .sub-menu {
  list-style: none !important;
  margin: 0 !important;
  position: absolute;
  display: none;
  gap: 0.25rem;
  padding-top: 0.85rem;
}
.main-menu .sub-menu li {
  background-color: white;
  border: 1px solid black;
  border-radius: 60px;
  font-size: 1.1rem !important;
  line-height: 1.1rem !important;
  white-space: pre;
}
.main-menu .sub-menu li:hover {
  background-color: black;
}
.main-menu .sub-menu li:hover a {
  color: white;
}
.main-menu .sub-menu li a {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding: 0.35rem 0.7rem 0.3rem 0.7rem !important;
}
.main-menu .sub-menu li.current-menu-item {
  background-color: black;
}
.main-menu .sub-menu li.current-menu-item a {
  color: white !important;
}
.main-menu .supportMenu .sub-menu {
  right: 0;
}
.main-menu .menu-item:hover .sub-menu {
  display: flex;
}
.main-menu .menu-item:hover .sub-menu li {
  z-index: 2;
}
.main-menu .menu-item:hover .sub-menu::after {
  content: " - ";
  width: 200vw;
  position: absolute;
  left: -100vw;
  top: 7px;
  height: 100%;
  z-index: 1;
  background-color: var(--color-bggray);
}
.main-menu .collectionMenu a:hover::after {
  content: " - ";
  width: 200vw;
  position: absolute;
  left: -100vw;
  top: 55px;
  height: 100%;
  z-index: 1;
  background-color: var(--color-bggray);
}
@media (max-width: 1450px) {
  .main-menu .collectionMenu a:hover::after {
    top: 49px;
  }
}
@media (max-width: 1250px) {
  .main-menu .collectionMenu a:hover::after {
    top: 43px;
  }
}
.main-menu .current-menu-parent .sub-menu {
  display: flex;
}

@media (max-width: 1450px) {
  .main-menu {
    font-size: 2rem;
    line-height: 2rem;
    gap: 1.7rem;
  }
  .lang-switcher {
    height: 2rem;
  }
  .lang-switcher li {
    font-size: 1.5rem;
    padding: 0 0.7rem 0 0.2rem;
  }
  .lang-switcher li.lang-item-en {
    padding: 0 0.7rem 0 0.2rem;
  }
  .lang-switcher li.lang-item-ko {
    padding: 0 0.2rem 0 0.7rem;
  }
  .lang-switcher li.current-lang {
    padding: 0 0.7rem;
  }
  .header-icon {
    height: 2rem;
  }
}
@media (max-width: 1024px) {
  .page-id-23 .current-menu-item, .page-id-8901 .current-menu-item {
    border-bottom: none;
  }
  .main-menu {
    flex-direction: column;
    font-size: 2rem;
    line-height: 2rem;
    gap: 1.7rem;
  }
  .main-menu .menu-item {
    width: -moz-fit-content;
    width: fit-content;
  }
  .main-menu .sub-menu {
    list-style: none !important;
    margin: 0 !important;
    position: absolute;
    display: none;
    gap: 0.25rem;
    padding-top: 0.85rem;
  }
  .main-menu .sub-menu li {
    background-color: white;
    border: 1px solid black;
    border-radius: 60px;
    font-size: 1.1rem !important;
    line-height: 1.1rem !important;
    white-space: pre;
    padding: 0.3rem 0.7rem !important;
  }
  .main-menu .sub-menu li.current-menu-item {
    background-color: black;
  }
  .main-menu .sub-menu li.current-menu-item a {
    color: white !important;
  }
  .main-menu .supportMenu .sub-menu {
    right: 0;
  }
  .main-menu .menu-item:hover .sub-menu {
    display: flex;
  }
  .main-menu .menu-item:hover .sub-menu li {
    z-index: 2;
  }
  .main-menu .menu-item:hover .sub-menu::after {
    content: " - ";
    width: 200vw;
    position: absolute;
    left: -100vw;
    top: 7px;
    height: 100%;
    z-index: 1;
    background-color: var(--color-bggray);
  }
  .main-menu .current-menu-parent .sub-menu {
    display: flex;
  }
}
@media (max-width: 1250px) {
  .main-menu {
    font-size: 1.75rem;
    line-height: 1.75rem;
    gap: 1rem;
  }
  .lang-switcher {
    height: 1.75rem;
  }
  .lang-switcher li {
    font-size: 1.4rem;
    padding: 0 0.6rem 0 0.2rem;
  }
  .lang-switcher li.lang-item-en {
    padding: 0 0.6rem 0 0.2rem;
  }
  .lang-switcher li.lang-item-ko {
    padding: 0 0.2rem 0 0.6rem;
  }
  .lang-switcher li.current-lang {
    padding: 0 0.6rem;
  }
  .header-icon {
    height: 1.75rem;
  }
}
@media (max-width: 1075px) {
  .main-menu {
    font-size: 1.65rem;
    line-height: 1.65rem;
    gap: 0.8rem;
  }
  .right-menu > div figure img {
    height: 1.65rem !important;
  }
  .lang-switcher {
    height: 1.65rem;
  }
  .lang-switcher li {
    font-size: 1.3rem;
    padding: 0 0.5rem 0 0.2rem;
  }
  .lang-switcher li.lang-item-en {
    padding: 0 0.5rem 0 0.2rem;
  }
  .lang-switcher li.lang-item-ko {
    padding: 0 0.2rem 0 0.5rem;
  }
  .lang-switcher li.current-lang {
    padding: 0 0.5rem;
  }
  .header-icon {
    height: 1.65rem !important;
  }
}
@media (max-width: 1024px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: block;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
}
/* 서치바 */
.searchResult {
  padding-top: 4rem;
}
.searchResult .wp-block-search__inside-wrapper {
  background-color: white;
  border-radius: 60px;
}
.searchResult .wp-block-search__inside-wrapper input {
  cursor: text;
  background-color: transparent !important;
  height: 3rem;
  margin: 0 0 0 1rem !important;
  padding: 0.2rem 0 0.2rem 0.5rem !important;
  border: 0 !important;
  font-size: 1.5rem !important;
  color: black !important;
  box-shadow: none !important;
}
.searchResult .wp-block-search__inside-wrapper input::-moz-placeholder {
  color: black;
}
.searchResult .wp-block-search__inside-wrapper input::placeholder {
  color: black;
}
.searchResult .wp-block-search__inside-wrapper button {
  border-radius: 60px !important;
  padding: 0.4em 1.5em 0.4em 0em !important;
}
.searchResult .wp-block-search__inside-wrapper button:hover {
  box-shadow: none !important;
}
.searchResult .wp-block-search__inside-wrapper button svg {
  transform: scaleX(-1);
}
.searchResult .wp-block-search__inside-wrapper button svg path {
  transform: scale(1.5);
  transform-origin: center;
}

.error p {
  font-size: 1.5rem;
  padding-left: 1.5rem;
}
.error form {
  display: none;
}

.search-section-desktop, .search-section-mobile {
  display: none;
  z-index: 100;
  position: absolute;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background-color: rgba(187, 187, 187, 0.65);
}

.search-bar {
  display: none;
  z-index: 1000;
  width: 60%;
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.search-bar .wp-block-search__inside-wrapper {
  border: 0 !important;
  border-radius: 60px !important;
  height: 5rem;
}
.search-bar .wp-block-search__inside-wrapper input {
  cursor: text;
  background-color: white !important;
  margin: 0 0 0 1rem !important;
  padding: 0.2rem 0 0.2rem 0.5rem !important;
  border: 0 !important;
  font-size: 2.5rem !important;
  color: black !important;
  box-shadow: none !important;
}
.search-bar .wp-block-search__inside-wrapper input::-moz-placeholder {
  color: black;
}
.search-bar .wp-block-search__inside-wrapper input::placeholder {
  color: black;
}
.search-bar .wp-block-search__inside-wrapper button {
  color: black;
  padding: 0 2rem 0 0.5rem;
  background-color: transparent !important;
}
.search-bar .wp-block-search__inside-wrapper button svg {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  transform: scaleX(-1);
}
.search-bar .wp-block-search__inside-wrapper button path {
  transform: scale(1.5);
  transform-origin: center;
}
.search-bar .wp-block-search__inside-wrapper button:hover {
  box-shadow: none !important;
}

@media (max-width: 1024px) {
  .search-bar {
    width: 90%;
  }
  .search-bar .wp-block-search__inside-wrapper {
    height: 4rem;
    background-color: white;
  }
  .search-bar .wp-block-search__inside-wrapper input {
    font-size: 1.75rem !important;
  }
  .search-bar .wp-block-search__inside-wrapper button svg {
    width: 2.3rem;
    height: 2.3rem;
  }
}
@media (max-width: 720px) {
  .search-bar {
    width: 90%;
  }
  .search-bar .wp-block-search__inside-wrapper {
    height: 3.5rem;
  }
  .search-bar .wp-block-search__inside-wrapper input {
    font-size: 1.5rem !important;
  }
  .search-bar .wp-block-search__inside-wrapper button {
    padding: 0 1rem 0 0.5rem;
  }
  .search-bar .wp-block-search__inside-wrapper button svg {
    width: 2rem;
    height: 2rem;
  }
}
#archive-container {
  padding: 2rem 0 2rem 0;
  gap: 0.9rem;
}
#archive-container article {
  border-radius: 15px !important;
  background-color: white;
  border: 1px solid black;
}
#archive-container .post-thumbnail {
  border-radius: 15px 15px 0 0;
}
#archive-container .entry-content-wrap {
  padding: 1rem 1rem 0 1rem;
}

@media (max-width: 1024px) {
  #archive-container {
    padding: 2rem 0.7rem 2rem 0.7rem;
  }
}
.navigation.pagination {
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}
.navigation.pagination .nav-links .page-numbers {
  display: inline-block;
  background-color: white;
  color: black;
  width: 2.2rem;
  height: 2.2rem;
  text-align: center;
  line-height: 2.3rem;
  border-radius: 30px;
  margin: 0 !important;
  min-width: auto !important;
  border: 0px !important;
}
.navigation.pagination .nav-links .page-numbers.current {
  background-color: black;
  color: white;
  border-color: transparent !important;
}

/* SIDE MENU */
.side-menu {
  z-index: 99;
  position: fixed;
  right: 0;
  top: 8.5rem;
}
.side-menu a {
  color: white !important;
}
.side-menu ul {
  flex-direction: column;
  align-items: flex-start;
}
.side-menu ul li {
  align-items: flex-start !important;
  background-color: black !important;
  color: white;
  width: 200%;
  transform: translateX(20%);
  font-size: var(--asjc-medium);
  font-weight: 400;
  line-height: calc(var(--asjc-medium) * 1);
  padding: 0;
  border-radius: 30px;
  transition: transform 0.5s;
}
.side-menu ul li:first-child {
  background-color: var(--color-random) !important;
  height: calc(var(--asjc-medium) * 4);
  line-height: calc(var(--asjc-medium) * 1.3);
}
.side-menu ul li:last-child {
  background-color: var(--color-gray) !important;
}
.side-menu ul li:hover {
  transform: translateX(3%);
}
.side-menu ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.7rem 1.25rem;
}

body.page-id-161 {
  overflow: hidden;
}

.home .side-menu {
  position: fixed !important;
  right: 0;
  bottom: 9rem;
  top: auto;
  height: -moz-fit-content;
  height: fit-content;
}

/* FOOTER */
.kadence-before-wrapper-item {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  z-index: 19;
}
.kadence-before-wrapper-item svg {
  pointer-events: all !important;
}

.footer-section {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: var(--asjc-mrg) var(--asjc-mrg) 1.3rem var(--asjc-mrg);
  transition: transform 0.3s ease-in-out;
}
.footer-section > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer-section svg {
  display: block;
}

.footer-section.scroll-down {
  transform: translateY(100%);
  transition-duration: 0.3s;
}

.logo-section > div {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin: 0 !important;
}
.logo-section figure {
  margin: 0;
}
.logo-section p {
  margin: 0;
  padding-right: var(--asjc-mrg);
  display: flex;
  align-items: flex-end;
  font-weight: 500;
  line-height: 1rem;
}

.a-section {
  align-items: flex-start;
  justify-content: flex-end;
}
.a-section .a-footer > div {
  display: flex;
  flex-direction: row;
}
.a-section .a-svg {
  padding-right: 1.5rem;
}

.sj-section {
  align-items: center;
  flex: 0 0 auto !important;
}
.sj-section .sj-svg {
  padding-right: 1.5rem;
}

.c-section {
  align-items: flex-end;
}
.c-section .c-footer > div {
  display: flex;
  flex-direction: row;
}
.c-section > div {
  width: 100% !important;
  justify-content: flex-end !important;
}

/* MAIN PAGE */
/* 메인페이지 슬라이더 */
@media (min-width: 1025px) {
  #carouselDesktop {
    display: block;
  }
  #carouselMobile {
    display: none;
  }
}
@media (max-width: 1024px) {
  #carouselDesktop {
    display: none;
  }
  #carouselMobile {
    display: block;
  }
  .home .footer-section {
    display: none;
  }
  .home #primary {
    padding: 0 !important;
  }
  .home .entry-content.single-content {
    padding-top: 0 !important;
    margin: 0 !important;
  }
  .home .mb-logo-container {
    padding: 4.8rem 0.9rem 0 0.9rem;
  }
}
.home .content-area {
  width: 100vw;
  padding: 0 !important;
}

.myCarousel {
  opacity: 0;
  margin-top: 2.5rem;
  height: auto;
  width: 100vw !important;
}

.myCarousel.visible {
  opacity: 100;
  transition: opacity 1s ease-in;
}

#carouselDesktop .owl-stage-outer {
  overflow: visible;
}
#carouselDesktop .owl-nav {
  position: fixed;
  top: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -300%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 var(--asjc-mrg);
}
#carouselDesktop .owl-nav .owl-prev, #carouselDesktop .owl-nav .owl-next {
  background-color: black;
  opacity: 1 !important;
  border-radius: 30px !important;
  width: 2rem;
  height: 2rem;
}
#carouselDesktop .owl-nav .owl-prev span, #carouselDesktop .owl-nav .owl-next span {
  display: none;
}
#carouselDesktop .owl-nav .owl-next::after {
  content: "";
  background: url(https://artsonje.org/wp-content/uploads/2023/07/arrowRight.svg) no-repeat 50% 50%;
  display: inline-block;
  height: 2rem;
  width: 2rem;
}
#carouselDesktop .owl-nav .owl-prev::after {
  content: "";
  background: url(https://artsonje.org/wp-content/uploads/2023/07/arrowLeft.svg) no-repeat 50% 50%;
  display: inline-block;
  height: 2rem;
  width: 2rem;
}
#carouselDesktop .owl-dots {
  display: none;
}
#carouselDesktop .owl-stage {
  cursor: grab;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
}
#carouselDesktop .slide {
  width: auto;
  height: auto;
  list-style: none;
}
#carouselDesktop .slide img {
  transition: all 2s ease;
  transform-origin: 0% 0%;
  border-radius: 60px;
  width: 200px;
  max-width: 20vw;
  max-height: 35vh;
  height: auto;
  width: auto;
  box-shadow: 1px 3px 8px 2px rgba(0, 0, 0, 0.3);
}
#carouselDesktop .slide .slide-info {
  padding: 1rem 0 0 0.3rem;
}
#carouselDesktop .slide .slide-info .slide-type {
  padding: 0.1rem 0.7rem;
  margin-bottom: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  border: 1px solid black;
  background-color: transparent;
  color: black;
}
#carouselDesktop .center .slide img {
  border-radius: 15px;
  width: 200px;
  max-width: 50vw;
  max-height: 60vh;
  height: auto;
  width: auto;
  transition: all 2s ease;
}
#carouselDesktop .center .slide-type {
  background-color: black !important;
  color: white !important;
  transition: all 0.2s ease;
}
#carouselDesktop .center a {
  font-size: 2rem;
  line-height: 2.8rem;
  transition: all 2s ease;
}
#carouselDesktop .pre-center .slide img {
  border: 2px solid red;
  max-width: 50vw;
  max-height: 60vh;
  height: auto;
  width: auto;
  transition: none;
}
#carouselDesktop .pre-reset .slide img {
  border: 2px solid yellow;
  border-radius: 15px;
  width: 200px;
  max-width: 20vw;
  max-height: 35vh;
  height: auto;
  width: auto;
  transition: all 2s ease;
}
#carouselDesktop .slide-blank {
  width: 20vw;
  height: 40vh;
}

.swiper::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}

.swiper {
  position: absolute !important;
  top: 0;
  padding: 12.6rem 0.9rem 5rem 0.9rem !important;
  width: 100%;
  height: 100vh;
  overflow: scroll !important;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.swiper .swiper-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  height: auto !important;
  margin-bottom: 3rem;
}
.swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.swiper .swiper-wrapper .swiper-slide .slide-info {
  position: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: all 0.5s;
  padding: 0.8rem 1rem 1rem 1rem;
}
.swiper .swiper-wrapper .swiper-slide .slide-info .slide-type {
  border-radius: 30px;
  border: 1px solid var(--color-random);
  background-color: transparent;
  color: var(--color-random);
  padding: 0.25rem 0.9rem 0.15rem 0.9rem;
  font-size: 0.9rem;
  line-height: 1.26rem;
  white-space: pre;
  transition: all 1s;
}
.swiper .swiper-wrapper .swiper-slide .slide-info a {
  color: black;
  font-size: 1.2rem;
  line-height: 1.44rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  word-break: word-break;
  width: 90%;
  text-align: center;
}
.swiper .swiper-wrapper .swiper-slide img {
  transition: all 1s;
  border-radius: 90px;
  box-shadow: 1px 3px 8px 2px rgba(0, 0, 0, 0.3);
}
.swiper .swiper-wrapper .swiper-slide.active .slide-type {
  border: 1px solid var(--color-random);
  background-color: var(--color-random);
  color: white;
}
.swiper .swiper-wrapper .swiper-slide.active img {
  border-radius: 20px;
}

/*
.swiper {
    padding: 1rem 0.7rem !important;
    width: 100%;
    height: 100vh;
    overflow: visible !important;
    .swiper-slide {
        transform: translateZ(0);
        height: auto !important;
        .slide-info {
            position: absolute;
            width: 100%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 5px;
            transition: all 0.5s;
            .slide-type {
                border-radius: 30px;
                border: 1px solid black;
                background-color: black;
                color: white;
                padding: 0.3rem 0.9rem 0.25rem 0.9rem;
                font-size: 1rem;
                line-height: calc(1rem * 1.4);
            }
            a {
                color: white;
                font-size: 1.6rem;
                line-height: calc(1.6rem * 1.1);
                font-weight: 600;
                -webkit-font-smoothing: antialiased;
                word-break: word-break;
                width: 90%;
                text-align: center;
            }
        }
        img {
            transition: all 0.5s;
            border-radius: 80px;            
            box-shadow: 0px 0px 9.943873405456543px 1.9887746572494507px rgba(0, 0, 0, 0.25);
        }        
    }
    .swiper-slide-active img {
        border-radius: 30px;
    }
    // .swiper-slide-prev img {
    //     filter: blur(3px);
    //     opacity: 90%;
    // }
    // .swiper-slide-prev .slide-info {
    //     filter: blur(3px);
    //     opacity: 90%;
    // }
}
*/
.mb-logo-container {
  padding: 0.9rem 0.7rem 0 0.7rem;
}
.mb-logo-container > div {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.mb-logo-container .mb-asj {
  width: 100%;
}
.mb-logo-container .mb-asj > div {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.mb-logo-container .mb-space {
  width: calc(100vw - 6.3rem - 7rem - 5.6rem + 85rem);
}
.mb-logo-container .mb-c {
  min-width: auto !important;
}
.mb-logo-container .mb-c > div {
  width: -moz-fit-content;
  width: fit-content;
}
.mb-logo-container .mb-svg {
  transition: all 0.2s ease-in;
}
.mb-logo-container .mb-svg.logoChange svg {
  height: 4rem !important;
  transition: all 0.2s ease-in;
}
.mb-logo-container .mb-svg.logoChange path {
  transition: all 0.2s ease-in;
  fill: var(--color-random) !important;
}

/* CONTENT */
.content-area {
  width: 80vw;
  padding: 0 var(--asjc-mrg);
  padding-bottom: 10rem;
}

.page-id-161 .content-area {
  width: 100vw;
  padding-top: 2.5rem;
}

.collection-wrapper {
  padding: 4rem 0 0 0;
}
.collection-wrapper .fwpl-result {
  background-color: white;
  aspect-ratio: auto 1/1;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.facet-container {
  padding: 4rem 0 2rem 0;
}
.facet-container > div {
  display: flex;
  flex-direction: row;
}
.facet-container .facet-section {
  flex: auto !important;
}
.facet-container .facet-section > div {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media (max-width: 1450px) {
  .facet-container .facet-section > div {
    gap: 0.5rem;
  }
}
.facet-container .facet-section .facetwp-facet {
  margin: 0 !important;
  cursor: pointer;
}
.facet-container .facet-section .facetwp-facet select, .facet-container .facet-section .facetwp-facet option {
  cursor: pointer;
}
.facet-container .icon-section {
  flex: auto !important;
  justify-content: center;
}
.facet-container #view-icons {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  justify-content: flex-end;
}
.facet-container #view-icons svg {
  cursor: pointer;
}
.facet-container svg.icon path {
  fill: var(--color-random);
  stroke: black;
}
.facet-container svg.icon.viewing path {
  fill: black;
  stroke: var(--color-random);
}

.page-id-182 .facet-container, .page-id-8898 .facet-container, .page-id-23 .facet-container, .page-id-8901 .facet-container {
  padding: 2rem 0 !important;
}

.page-id-182 .gallery-section, .page-id-8898 .gallery-section, .page-id-23 .content-section, .page-id-8901 .content-section {
  padding-top: 4rem;
}

.page-id-23 .content-section, .page-id-8901 .content-section {
  margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
  .page-id-182 .facet-container, .page-id-8898 .facet-container, .page-id-23 .facet-container, .page-id-8901 .facet-container {
    padding: 2rem 0 0 0 !important;
  }
  .page-id-182 .gallery-section, .page-id-8898 .gallery-section, .page-id-23 .content-section, .page-id-8901 .content-section {
    padding-top: 0;
  }
}
.list-section .fwpl-result {
  padding-bottom: 2rem;
  font-weight: 600;
  min-width: 0;
}
.list-section .fwpl-result .fwpl-item.el-ue1s1t {
  font-size: 1.15rem;
  line-height: 1.61rem;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1024px) {
  .list-section .fwpl-result .fwpl-item.el-ue1s1t {
    font-size: 1.3rem;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
  }
}
.list-section .fwpl-result .fwpl-item.el-0z43fc, .list-section .fwpl-result .fwpl-item.el-e0otxq {
  display: flex;
  align-items: flex-start;
}
.list-section .fwpl-result .fwpl-col {
  min-width: 0;
}
.list-section .fwpl-item.el-wms8c {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.list-section .fwpl-item.el-wms8c a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid black;
  background-color: lightgray;
  background-image: url("https://artsonje.org/wp-content/uploads/2023/08/asjc_thumb.jpg");
  background-size: contain;
}
.list-section .fwpl-item.el-wms8c a img {
  min-width: 100%;
  min-height: 100%;
  max-width: min(100%, 100vh - 150px);
  max-height: min(100%, 100vw - 30px);
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-section .fwpl-row.el-kcqhxg > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  gap: 0.4rem;
  padding: 0.65rem 0.25rem;
}
.list-section .facetwp-facet {
  padding-top: 3rem;
}
.list-section .facetwp-pager {
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}
.list-section .facetwp-pager .facetwp-page {
  background-color: white;
  color: black;
  width: 2.2rem;
  height: 2.2rem;
  text-align: center;
  line-height: 2.3rem;
  border-radius: 30px;
}
.list-section .facetwp-pager .facetwp-page .next, .list-section .facetwp-pager .facetwp-page .prev {
  white-space: pre !important;
}
.list-section .facetwp-pager .facetwp-page:hover {
  background-color: var(--color-random);
}
.list-section .facetwp-pager .facetwp-page.active {
  background-color: black;
  color: white;
}
.list-section .facetwp-pager .facetwp-page.dots, .list-section .facetwp-pager .facetwp-page.prev, .list-section .facetwp-pager .facetwp-page.next {
  background-color: transparent;
  color: black;
}
.list-section .facetwp-pager .facetwp-page.prev {
  margin: 0 2rem;
}
.list-section .facetwp-pager .facetwp-page.dots, .list-section .facetwp-pager .facetwp-page.prev, .list-section .facetwp-pager .facetwp-page.next {
  background-color: transparent;
  color: black;
}

.list-section.gallery-view .fwpl-result .fwpl-item.el-0z43fc span.fwpl-term.fwpl-tax-program_type, .list-section.gallery-view .fwpl-result .fwpl-item.el-0z43fc span.fwpl-term.fwpl-tax-exhibition_type, .list-section.gallery-view .fwpl-result .fwpl-item.el-0z43fc span.fwpl-term.fwpl-tax-public_program_type, .list-section.gallery-view .fwpl-result .fwpl-item.el-0z43fc span.fwpl-term.fwpl-tax-education_program_type, .list-section.gallery-view .fwpl-result .fwpl-item.el-e0otxq span.fwpl-term.fwpl-tax-program_type, .list-section.gallery-view .fwpl-result .fwpl-item.el-e0otxq span.fwpl-term.fwpl-tax-exhibition_type, .list-section.gallery-view .fwpl-result .fwpl-item.el-e0otxq span.fwpl-term.fwpl-tax-public_program_type, .list-section.gallery-view .fwpl-result .fwpl-item.el-e0otxq span.fwpl-term.fwpl-tax-education_program_type, .list-section.dense-gallery-view .fwpl-result .fwpl-item.el-0z43fc span.fwpl-term.fwpl-tax-program_type, .list-section.dense-gallery-view .fwpl-result .fwpl-item.el-0z43fc span.fwpl-term.fwpl-tax-exhibition_type, .list-section.dense-gallery-view .fwpl-result .fwpl-item.el-0z43fc span.fwpl-term.fwpl-tax-public_program_type, .list-section.dense-gallery-view .fwpl-result .fwpl-item.el-0z43fc span.fwpl-term.fwpl-tax-education_program_type, .list-section.dense-gallery-view .fwpl-result .fwpl-item.el-e0otxq span.fwpl-term.fwpl-tax-program_type, .list-section.dense-gallery-view .fwpl-result .fwpl-item.el-e0otxq span.fwpl-term.fwpl-tax-exhibition_type, .list-section.dense-gallery-view .fwpl-result .fwpl-item.el-e0otxq span.fwpl-term.fwpl-tax-public_program_type, .list-section.dense-gallery-view .fwpl-result .fwpl-item.el-e0otxq span.fwpl-term.fwpl-tax-education_program_type {
  background-color: black !important;
  color: white;
  padding: 0.15rem 0.65rem;
  border-radius: 30px;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.35rem;
  white-space: pre;
}
.list-section.gallery-view .fwpl-result .fwpl-item.el-zq67a8, .list-section.dense-gallery-view .fwpl-result .fwpl-item.el-zq67a8 {
  display: none;
}

.fwpl-col.el-p89hu2 .fwpl-item.el-ue1s1t a {
  word-break: break-all !important;
}

.list-section.list-view .fwpl-result .fwpl-row.el-kcqhxg > div {
  justify-content: flex-start;
  align-items: center;
}
.list-section.list-view .fwpl-result .fwpl-row.el-kcqhxg > div .fwpl-item {
  height: 100%;
}
.list-section.list-view .fwpl-result .fwpl-row.el-kcqhxg > div .fwpl-item span {
  height: 100%;
}
.list-section.list-view .fwpl-result .fwpl-row.el-kcqhxg > div .fwpl-item.el-ue1s1t {
  order: 2;
}
.list-section.list-view .fwpl-result .fwpl-row.el-kcqhxg > div .fwpl-item.el-0z43fc, .list-section.list-view .fwpl-result .fwpl-row.el-kcqhxg > div .fwpl-item.el-zq67a8, .list-section.list-view .fwpl-result .fwpl-row.el-kcqhxg > div .fwpl-item.el-e0otxq {
  order: 1;
  align-items: center;
  min-width: 10rem;
}
.list-section.list-view .fwpl-result .fwpl-row.el-kcqhxg > div .fwpl-item.el-0z43fc span.fwpl-term.fwpl-tax-program_type, .list-section.list-view .fwpl-result .fwpl-row.el-kcqhxg > div .fwpl-item.el-0z43fc span.fwpl-term.fwpl-tax-exhibition_type, .list-section.list-view .fwpl-result .fwpl-row.el-kcqhxg > div .fwpl-item.el-0z43fc span.fwpl-term.fwpl-tax-public_program_type, .list-section.list-view .fwpl-result .fwpl-row.el-kcqhxg > div .fwpl-item.el-zq67a8 span.fwpl-term.fwpl-tax-program_type, .list-section.list-view .fwpl-result .fwpl-row.el-kcqhxg > div .fwpl-item.el-zq67a8 span.fwpl-term.fwpl-tax-exhibition_type, .list-section.list-view .fwpl-result .fwpl-row.el-kcqhxg > div .fwpl-item.el-zq67a8 span.fwpl-term.fwpl-tax-public_program_type, .list-section.list-view .fwpl-result .fwpl-row.el-kcqhxg > div .fwpl-item.el-e0otxq span.fwpl-term.fwpl-tax-program_type, .list-section.list-view .fwpl-result .fwpl-row.el-kcqhxg > div .fwpl-item.el-e0otxq span.fwpl-term.fwpl-tax-exhibition_type, .list-section.list-view .fwpl-result .fwpl-row.el-kcqhxg > div .fwpl-item.el-e0otxq span.fwpl-term.fwpl-tax-public_program_type {
  font-size: 1.15rem;
  line-height: 1.725rem;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1024px) {
  .list-section.list-view .fwpl-result .fwpl-row.el-kcqhxg > div .fwpl-item.el-0z43fc, .list-section.list-view .fwpl-result .fwpl-row.el-kcqhxg > div .fwpl-item.el-zq67a8, .list-section.list-view .fwpl-result .fwpl-row.el-kcqhxg > div .fwpl-item.el-e0otxq {
    min-width: 7rem;
  }
  .list-section.list-view .fwpl-result .fwpl-row.el-kcqhxg > div .fwpl-item.el-ue1s1t a {
    word-break: break-all !important;
  }
}

#myContainer .list-view .fwpl-layout {
  grid-gap: 1rem !important;
  grid-template-columns: repeat(1, 1fr) !important;
}

#myContainer.gallery-view .fwpl-layout {
  grid-template-columns: repeat(4, 1fr) !important;
}

#myContainer.dense-gallery-view .fwpl-layout {
  grid-template-columns: repeat(6, 1fr) !important;
}

@media (max-width: 1450px) {
  #myContainer.gallery-view .fwpl-layout {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  #myContainer.dense-gallery-view .fwpl-layout {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 1024px) {
  #myContainer.gallery-view .fwpl-layout {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  #myContainer.dense-gallery-view .fwpl-layout {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 720px) {
  #myContainer.gallery-view .fwpl-layout {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  #myContainer.dense-gallery-view .fwpl-layout {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.list-section.list-view .fwpl-layout, #myDefault.list-view .fwpl-layout {
  word-break: break-word;
  grid-template-columns: repeat(1, 1fr) !important;
  grid-gap: 0px !important;
}
.list-section.list-view .fwpl-layout .fwpl-result, #myDefault.list-view .fwpl-layout .fwpl-result {
  padding: 0.5rem 0 !important;
  border-bottom: 1.5px solid black;
}
.list-section.list-view .fwpl-layout .fwpl-result .fwpl-item.el-wms8c, #myDefault.list-view .fwpl-layout .fwpl-result .fwpl-item.el-wms8c {
  display: none !important;
}
.list-section.list-view .fwpl-layout .fwpl-result .fwpl-row.el-kcqhxg > div, #myDefault.list-view .fwpl-layout .fwpl-result .fwpl-row.el-kcqhxg > div {
  padding: 0;
}
.list-section.list-view .fwpl-layout .fwpl-result .fwpl-item.el-ue1s1t, #myDefault.list-view .fwpl-layout .fwpl-result .fwpl-item.el-ue1s1t {
  font-size: 1.3rem;
  line-height: 1.82rem;
  -webkit-font-smoothing: antialiased;
}
.list-section.list-view .fwpl-layout .fwpl-result.r1, #myDefault.list-view .fwpl-layout .fwpl-result.r1 {
  border-top: 1.5px solid black;
}
.list-section.list-view a, #myDefault.list-view a {
  word-break: break-all !important;
}
.list-section.list-view a.facetwp-page.next, .list-section.list-view a.facetwp-page.prev, #myDefault.list-view a.facetwp-page.next, #myDefault.list-view a.facetwp-page.prev {
  word-break: unset !important;
  white-space: pre !important;
}

#myDefault.list-view .fwpl-col.fwpl-col.el-0m80qb {
  display: flex;
  justify-content: flex-start;
}
#myDefault.list-view .fwpl-col.fwpl-col.el-0m80qb .fwpl-item.el-ue1s1t {
  flex: 1;
}
#myDefault.list-view .fwpl-col.fwpl-col.el-0m80qb .fwpl-item.el-cc8kxs {
  display: flex;
  flex: 0.15;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  #myDefault.list-view .fwpl-col.fwpl-col.el-0m80qb {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}

/* Single Page */
.title-section > div {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 0 3rem 0;
}
.title-section > div .program-term, .title-section > div .exhibition-term, .title-section > div .post-term {
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color-random);
  color: white;
  padding: 0.2rem 0.8rem;
  border-radius: 30px;
  line-height: initial;
  margin: 0 !important;
}
.title-section > div .title-name {
  font-size: var(--asjc-big);
  font-weight: 600;
  line-height: calc(var(--asjc-big) * 1.4);
  -webkit-font-smoothing: antialiased;
  margin: 1.5rem 0;
  width: 100%;
}
.title-section > div .title-time,
.title-section > div .title-place {
  margin: 0;
  font-size: var(--asjc-medium);
  font-weight: 600;
  line-height: calc(var(--asjc-medium) * 1.4);
}
.title-section > div .title-place {
  -webkit-font-smoothing: antialiased;
}

.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.kb-gallery-ul ul.splide__pagination.splide__pagination--ltr {
  margin-bottom: 0.5em !important;
}
.kb-gallery-ul ul.splide__pagination.splide__pagination--ltr li:before {
  display: none !important;
}

.otherGallery .kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic img {
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-kadence-advancedgallery .kb-gal-image-radius {
  border-radius: 15px;
  background-color: #d9d9d9;
  margin: 0 !important;
}
.wp-block-kadence-advancedgallery .kt-blocks-carousel {
  padding: 0 !important;
}
.wp-block-kadence-advancedgallery .splide__pagination {
  bottom: 2% !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.wp-block-kadence-advancedgallery button.splide__pagination__page {
  outline: none;
  border: 1px solid black;
  background-color: white !important;
  opacity: 1 !important;
  width: 13px;
  height: 13px;
  border-radius: 50% !important;
  margin: 2px !important;
}
.wp-block-kadence-advancedgallery button.splide__pagination__page.is-active {
  background-color: var(--color-random) !important;
}
.wp-block-kadence-advancedgallery .splide__arrows.splide__arrows--ltr {
  position: absolute;
  height: 100%;
  width: 98%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wp-block-kadence-advancedgallery .kt-blocks-carousel .slick-prev,
.wp-block-kadence-advancedgallery .kt-blocks-carousel .slick-next {
  background-color: black;
  opacity: 1 !important;
  border-radius: 30px !important;
  width: 2rem;
  height: 2rem;
}
.wp-block-kadence-advancedgallery button.slick-next.slick-arrow,
.wp-block-kadence-advancedgallery button.slick-prev.slick-arrow {
  display: none !important;
}

.single .content-section strong, .single .content-section u {
  color: var(--color-random) !important;
}

.content-section {
  margin-bottom: 1rem;
}
.content-section .wp-block-kadence-dynamichtml .wp-block-button a {
  width: auto !important;
  padding: 0.5rem 1rem !important;
}
.content-section .wp-block-button a {
  background-color: black !important;
  color: white !important;
  border-radius: 30px !important;
}
.content-section ul {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: var(--global-md-spacing) !important;
  padding-left: 1.2rem;
}
.content-section ul li:before {
  content: "○";
  font-size: 11px;
  margin-left: -17px;
  padding-right: 0.5rem;
  vertical-align: 10%;
}

.content-section > div {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: flex-start;
}

.collection-section > div {
  flex-direction: column;
  align-items: flex-end;
}
.collection-section > div .collection-artist {
  background-color: var(--color-gray);
  min-width: auto !important;
  width: 100%;
}
@media (max-width: 1250px) {
  .collection-section > div .collection-artist {
    width: 100%;
  }
}
.collection-section > div .artist-title {
  font-size: 1.25rem;
  margin: 0 !important;
  line-height: calc(var(--asjc-semi) * 1.4);
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}
.collection-section > div .artist-text {
  font-size: 0.95rem;
  line-height: 1.58;
}

.collection-gallery .kb-gallery-figure {
  display: flex;
  flex-direction: column;
}
.collection-gallery .kb-gallery-figure .kadence-blocks-gallery-item__caption {
  line-height: 1.2rem;
  -webkit-font-smoothing: antialiased;
  text-align: left !important;
}

.gcontainer .gbtn {
  background-color: black !important;
  opacity: 1 !important;
  border-radius: 60px !important;
  width: 3rem;
  height: 3rem;
}
.gcontainer .gclose.gbtn {
  background-image: url(https://artsonje.org/wp-content/uploads/2023/04/close.svg);
  background-size: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
}
.gcontainer .gclose.gbtn svg {
  display: none;
}

.foundationLogo {
  padding: 2rem !important;
}
.foundationLogo figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
.foundationLogo figure img {
  max-width: 80%;
}

.half-row,
.field-content {
  flex: 1;
  background-color: white;
  border-radius: 15px;
  padding: 1rem 2rem 2rem 2rem;
}

.half-row {
  width: 100%;
  min-width: 50% !important;
}
.half-row img {
  height: auto !important;
}

.half-column {
  min-width: 40% !important;
}

.customField {
  padding: 1rem 2rem !important;
}

.poster-section {
  flex: 1;
  background-color: transparent;
  padding: 0;
  width: 50%;
}
.poster-section .single-poster {
  background-color: var(--color-darkgray);
  border-radius: 15px;
  padding: 1.5rem 2rem;
  margin-bottom: 1rem !important;
}
.poster-section .myBtn {
  padding: 0.2rem 1.25rem !important;
  transition: background-color 0.1s ease-in;
}
.poster-section .myBtn a {
  font-size: var(--asjc-medium);
  line-height: calc(var(--asjc-medium) * 1.4);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.poster-section .myBtn:hover {
  background-color: var(--color-random);
}
@media (max-width: 480px) {
  .poster-section .myBtn a {
    font-size: 1.3rem;
  }
}

.flex2 {
  flex: 2 !important;
}

.half-column > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.field-content .myTerm {
  display: flex;
  gap: 15px;
  align-items: baseline;
  line-height: 1.5rem !important;
}
.field-content .myTerm .termLabel {
  color: var(--color-random);
  white-space: pre;
}
.field-content .myTerm .termValue p {
  font-weight: 500;
}
.field-content .myLogo {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1.5px solid var(--color-bggray);
}
.field-content .myLogo img {
  height: auto !important;
  width: auto !important;
  max-width: 100%;
  max-height: 4rem;
}

.classic-title, .important-title {
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  margin: 0 0 1rem 0 !important;
}

.classic-title {
  font-size: var(--asjc-medium);
  line-height: calc(var(--asjc-medium) * 1.4);
}

.important-title {
  font-size: var(--asjc-semi);
  line-height: calc(var(--asjc-semi) * 1.4);
}

.important-text {
  font-size: 1.1rem;
  line-height: 1.65rem;
}

.half-title {
  font-size: calc(var(--asjc-medium) * 0.8);
  line-height: calc(var(--asjc-medium) * 0.8 * 1.4);
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  margin: 0 0 1rem 0 !important;
}

.facility-block .half-title {
  float: left;
}
.facility-block .noFloat {
  float: none;
}
.facility-block .half-caption {
  text-align: right;
  margin-bottom: 1.5rem !important;
}

.btnContainer .myBtn {
  width: -moz-fit-content;
  width: fit-content;
  background-color: black;
  padding: 0.25rem 0.75rem;
  border-radius: 30px;
}
.btnContainer .myBtn a {
  color: white !important;
}

/* 반응형 */
@media (max-width: 1024px) {
  .fixed {
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .kadence-element-wrap.vs-lg-false {
    z-index: 20;
  }
  .kadence-element-wrap {
    z-index: 10;
  }
  .kadence-element-wrap .mobile-side-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 2.7rem;
    margin: 0.9rem 0.7rem;
  }
  .kadence-element-wrap .mobile-side-menu .kt-inside-inner-col {
    display: flex;
    gap: 9px;
    height: 100%;
    padding: 0 0.7rem;
    background-color: var(--color-random);
    border-radius: 0.75rem;
  }
  .kadence-element-wrap .mobile-side-menu .kt-inside-inner-col .button-search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 !important;
  }
  .kadence-element-wrap .mobile-side-menu .kt-inside-inner-col .lang-switcher-mb {
    list-style: none !important;
    display: flex;
    align-items: center;
    margin: 0 !important;
  }
  .kadence-element-wrap .mobile-side-menu .kt-inside-inner-col .lang-switcher-mb a {
    color: white;
    opacity: 50%;
    padding: 0;
    background-image: none !important;
    background-color: unset !important;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 400;
  }
  .kadence-element-wrap .mobile-side-menu .kt-inside-inner-col .lang-switcher-mb .lang-item-ko a::after {
    content: "/";
    opacity: 50%;
  }
  .kadence-element-wrap .mobile-side-menu .kt-inside-inner-col .lang-switcher-mb .current-lang a {
    color: white;
    opacity: 100%;
  }
  .kadence-element-wrap .mobile-menu-trigger {
    position: fixed;
    top: 0;
    right: 0;
    width: 2.7rem;
    height: 2.7rem;
    margin: 0.9rem 0.7rem;
    cursor: pointer;
  }
  .kadence-element-wrap .mobile-menu-trigger .kt-inside-inner-col {
    height: 100%;
    padding: 0.4rem;
    background-color: var(--color-random);
    border-radius: 0.75rem;
  }
  .kadence-element-wrap .mobile-menu-trigger .kt-inside-inner-col .button-menu-trigger {
    height: 100%;
    transform: translateX(-0.2px);
    background-image: url(https://artsonje.org/wp-content/uploads/2023/04/hamburger.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .kadence-element-wrap .mobile-menu-trigger .kt-inside-inner-col .button-menu-trigger .wp-block-button {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
  }
  .kadence-element-wrap .mobile-menu-trigger.active .kt-inside-inner-col .button-menu-trigger {
    background-size: 90%;
    background-image: url(https://artsonje.org/wp-content/uploads/2023/04/close.svg);
  }
  .kadence-element-wrap .mobile-menu-trigger.active .button-menu-trigger {
    transform: translateX(0.3px);
  }
  .kadence-element-wrap .mobile-menu-container {
    position: fixed;
    top: 3.7rem;
    left: 0;
    width: calc(100vw - 1.4rem);
    height: calc(100% - 2.7rem - 2rem);
    margin: 0.5rem 0.7rem;
    padding: 1.4rem;
    border-radius: 1.25rem;
    background-color: var(--color-gray);
    z-index: 9999;
    overflow: hidden;
    transition: transform 0.3s;
    transform: translateX(100vw);
  }
  .kadence-element-wrap .mobile-menu-container .kt-inside-inner-col {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
  }
  .kadence-element-wrap .mobile-menu-container .kt-inside-inner-col .menu-list {
    align-items: flex-start;
    flex-grow: 1;
  }
  .kadence-element-wrap .mobile-menu-container .kt-inside-inner-col .menu-list .wp-block-navigation__container {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    max-width: 100%;
  }
  .kadence-element-wrap .mobile-menu-container .kt-inside-inner-col .menu-list .wp-block-navigation__container .wp-block-navigation-item {
    align-items: flex-start;
  }
  .kadence-element-wrap .mobile-menu-container .kt-inside-inner-col .menu-list .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content {
    padding: 0;
  }
  .kadence-element-wrap .mobile-menu-container .kt-inside-inner-col .menu-list .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content .wp-block-navigation-item__label {
    font-size: 1.875rem;
    line-height: 1.1;
  }
  .kadence-element-wrap .mobile-menu-container .kt-inside-inner-col .menu-list .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content:hover, .kadence-element-wrap .mobile-menu-container .kt-inside-inner-col .menu-list .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content:active, .kadence-element-wrap .mobile-menu-container .kt-inside-inner-col .menu-list .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content:focus {
    background-color: unset;
    box-shadow: unset;
  }
  .kadence-element-wrap .mobile-menu-container .kt-inside-inner-col .menu-list .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content[aria-expanded=true] {
    color: var(--color-random);
  }
  .kadence-element-wrap .mobile-menu-container .kt-inside-inner-col .menu-list .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-icon {
    display: none;
  }
  .kadence-element-wrap .mobile-menu-container .kt-inside-inner-col .menu-list .wp-block-navigation__container .wp-block-navigation-item.has-child {
    flex-direction: column;
  }
  .kadence-element-wrap .mobile-menu-container .kt-inside-inner-col .menu-list .wp-block-navigation__container .wp-block-navigation-item.has-child .wp-block-navigation__submenu-container {
    position: relative;
    flex-direction: column !important;
    transform: translateY(6px);
  }
  .kadence-element-wrap .mobile-menu-container .kt-inside-inner-col .menu-list .wp-block-navigation__container .wp-block-navigation-item.has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    padding-left: 2rem !important;
    background-color: unset;
    border: unset;
    border-radius: unset;
  }
  .kadence-element-wrap .mobile-menu-container .kt-inside-inner-col .menu-list .wp-block-navigation__container .wp-block-navigation-item.has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content span {
    color: rgb(54, 54, 54);
  }
  .kadence-element-wrap .mobile-menu-container .kt-inside-inner-col .menu-list .wp-block-navigation__container .wp-block-navigation-item.has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content span:hover {
    color: black;
  }
  .kadence-element-wrap .mobile-menu-container .kt-inside-inner-col .menu-list .wp-block-navigation__container .wp-block-navigation-item.has-child .wp-block-navigation__submenu-container::after {
    display: none;
  }
  .kadence-element-wrap .mobile-menu-container .kt-inside-inner-col .wrapper-sns-button {
    margin: 3rem 0 0.7rem;
  }
  .kadence-element-wrap .mobile-menu-container .kt-inside-inner-col .wrapper-sns-button .wp-block-column {
    display: flex;
    gap: 0.3125rem;
  }
  .kadence-element-wrap .mobile-menu-container .kt-inside-inner-col .wrapper-sns-button .wp-block-column figure {
    display: inline-block;
    margin: 0;
  }
  .kadence-element-wrap .mobile-menu-container .kt-inside-inner-col .button-outlink {
    margin-bottom: 0 !important;
  }
  .kadence-element-wrap .mobile-menu-container .kt-inside-inner-col .button-outlink .wp-block-button a {
    background-color: unset;
    color: black;
    padding: 0;
    font-size: 1rem;
    line-height: 1.7;
    background-image: none !important;
  }
  .kadence-element-wrap .mobile-menu-container .kt-inside-inner-col .button-outlink .wp-block-button a::after {
    content: "";
    background: url(https://artsonje.org/wp-content/uploads/2023/08/linkArrow4.svg) 6px;
    background-size: 15px auto;
    width: 30px;
    height: 22px;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    top: 0;
  }
  .kadence-element-wrap .mobile-menu-container .kt-inside-inner-col .newsletter-outlink {
    margin-bottom: 0.5rem !important;
  }
  .kadence-element-wrap .mobile-menu-container .kt-inside-inner-col .wrapper-footer-text {
    margin: 0;
  }
  .kadence-element-wrap .mobile-menu-container .kt-inside-inner-col .wrapper-footer-text p {
    margin: 0;
    font-weight: 500;
  }
  .kadence-element-wrap .mobile-menu-container .kt-inside-inner-col .wrapper-footer-text .footer-text {
    margin-bottom: 0.5rem;
  }
  .kadence-element-wrap .mobile-menu-container.active {
    transition: transform 0.3s;
    transform: translateX(0);
  }
}
@media (max-width: 1024px) {
  #inner-wrap .content-area {
    padding: var(--asjc-head) 0 var(--logo-height) 0 !important;
  }
  .home #inner-wrap .content-area {
    padding: 0 !important;
  }
  .single #inner-wrap .content-area {
    padding-top: 5rem !important;
  }
}
.list-section.gallery-view .fwpl-row.el-kcqhxg > div, .list-section.dense-gallery-view .fwpl-row.el-kcqhxg > div {
  flex-direction: column;
  gap: 0.2rem;
}
.list-section.gallery-view .fwpl-row.el-kcqhxg > div .fwpl-item.el-0z43fc, .list-section.dense-gallery-view .fwpl-row.el-kcqhxg > div .fwpl-item.el-0z43fc {
  order: 1;
}
.list-section.gallery-view .fwpl-row.el-kcqhxg > div .fwpl-item.el-ue1s1t, .list-section.dense-gallery-view .fwpl-row.el-kcqhxg > div .fwpl-item.el-ue1s1t {
  order: 2;
}

@media (max-width: 1024px) {
  .collectionBlock .fwpl-col {
    justify-content: space-between !important;
    gap: 0 !important;
  }
  .collectionBlock .fwpl-item.el-wd61un {
    order: 2 !important;
    line-height: 1.8em;
  }
  .collectionBlock .fwpl-item.el-ue1s1t {
    order: 1 !important;
  }
  .home #inner-wrap .content-area .single-content {
    margin: 0 !important;
  }
  #inner-wrap .content-area {
    width: auto;
  }
  #inner-wrap .content-area .single-content {
    margin: 0.9rem 0.7rem !important;
  }
  #inner-wrap .content-area .single-content .facet-container {
    padding: 0;
  }
  #inner-wrap .content-area .single-content .facet-section {
    margin-bottom: 1.5rem;
    padding: 0;
  }
  #inner-wrap .content-area .single-content .facet-section .kt-inside-inner-col {
    flex-wrap: wrap;
    row-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  #inner-wrap .content-area .single-content .facet-section .kt-inside-inner-col .facetwp-facet {
    width: calc((100% - 0.5rem) / 2);
  }
  #inner-wrap .content-area .single-content .facet-section .kt-inside-inner-col .facetwp-dropdown {
    min-width: unset;
    width: 100%;
  }
  #inner-wrap .content-area .single-content .facet-section .kt-inside-inner-col .facetwp-input-wrap {
    width: 100%;
  }
  #inner-wrap .content-area .single-content .facet-section .kt-inside-inner-col .facetwp-search {
    min-width: unset;
    width: 100%;
    text-align: left;
  }
  #inner-wrap .content-area .single-content .icon-section {
    display: none;
  }
  #inner-wrap .content-area .single-content .list-section .facetwp-template .fwpl-layout.gallery-view {
    grid-template-columns: 1fr !important;
  }
  #inner-wrap .content-area .single-content .list-section .fwpl-result {
    padding-bottom: 1rem;
  }
}
@media (max-width: 1450px) {
  .c-footer > div,
  .a-footer > div {
    flex-direction: column !important;
  }
  .logo-section p {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
}
@media (max-width: 1024px) {
  .c-footer,
  .a-footer {
    display: none;
  }
}
/* Single Page */
@media (max-width: 720px) {
  .title-section > div {
    padding: 0 0 1rem 0;
  }
  .title-section > div .title-name {
    font-size: var(--asjc-semi);
    font-weight: 600;
    line-height: calc(var(--asjc-semi) * 1.4);
    -webkit-font-smoothing: antialiased;
    margin: 0.8rem 0 0.6rem 0;
    width: 100%;
  }
  .title-section > div .title-time,
  .title-section > div .title-place {
    margin: 0;
    font-size: var(--asjc-medium-mb);
    font-weight: 600;
    line-height: calc(var(--asjc-medium-mb) * 1.4);
    -webkit-font-smoothing: antialiased;
  }
  .single .title-section > div {
    padding: 0 0 2rem 0;
  }
  .wp-block-kadence-advancedgallery {
    margin: 0 0 1rem 0;
  }
  .wp-block-kadence-advancedgallery .kt-blocks-carousel-init.kb-blocks-slider {
    margin: 0 !important;
  }
  .half-row,
  .field-content {
    flex: 1;
    background-color: white;
    border-radius: 15px;
    padding: 1rem 1.5rem 1.5rem 1.5rem;
  }
  .half-column {
    width: 100%;
  }
  .customField {
    padding: 1rem 1.5rem 1.5rem 1.5rem !important;
  }
  .content-section > div {
    flex-direction: column;
  }
  .poster-section {
    width: 70%;
  }
  .poster-section .single-poster {
    padding: 1rem;
  }
}