@charset "UTF-8";
main {
  position: relative;
  margin: 0;
  background: #fff;
}
main button {
  border: none;
}
.content_section {
  position: relative;
  box-sizing: border-box;
}
.content_section h3 {
  display: block;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 30px;
  color: #000;
  font-family: Georgia;
  font-size: 40px;
  font-weight: bold;
  line-height: 42px;
}
.content_section .more_wrap {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1600px;
  height: 0;
  transform: translateX(-50%);
}
.content_section .more_wrap .more {
  top: 5px;
}
.content_section .more {
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  color: #000;
  font-family: PP;
  font-size: 16px;
  line-height: 18px;
}
.content_section .more svg {
  display: none;
}
.content_section .more.no-more {
  opacity: 0.3;
  cursor: default;
}
.event-object {
  opacity: 0;
  transform: translateY(70px);
  transition: all 1.3s;
}
.event-object.display {
  opacity: 1;
  transform: translateY(0);
}
.visualBanner {
  width: 100%;
  max-width: 1760px;
  height: auto;
  margin: 0 auto;
}
.visualBanner .visual_slide {
  position: relative;
  overflow: hidden;
}
.visualBanner .slide_list {
  display: flex;
  width: 100%;
  height: 100%;
}
.visualBanner .slide_list .list_item {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  max-height: 685px;
}
.visualBanner .slide_button {
  display: block;
  height: 0;
}
.visualBanner .slide_button .previous,
.visualBanner .slide_button .next {
  display: block;
  position: absolute;
  z-index: 1000;
  width: 36px;
  height: 72px;
  top: 50%;
  transform: translateY(-50%);
}
.visualBanner .slide_button .previous span,
.visualBanner .slide_button .next span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}
.visualBanner .slide_button .previous svg,
.visualBanner .slide_button .next svg {
  width: 36px;
  height: 72px;
  fill: #fff;
}
.visualBanner .slide_button .previous {
  left: 0;
}
.visualBanner .slide_button .next {
  right: 0;
}
.visualBanner .slide_dot {
  display: block;
  position: absolute;
  right: 80px;
  bottom: 120px;
  z-index: 1000;
  font-size: 0;
}
.visualBanner .slide_dot li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 10px;
}
.visualBanner .slide_dot button {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.visualBanner .slide_dot button:before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}
.visualBanner .slide_dot button span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}
.visualBanner .slide_dot .slick-active button:before {
  height: 20px;
}
.promotionArea {
  width: 100%;
  max-width: 1600px;
  height: 580px;
  margin: 0 auto;
  padding: 140px 0 180px;
  /*&.animation_active{
    p{opacity:1;margin:0 0 0 150px;}
  }*/
}
.promotionArea p {
  opacity: 1;
  width: calc(100% - 400px - 150px);
  margin: 0 0 0 150px;
  color: #000;
  font-size: 36px;
  font-weight: 300;
  line-height: 50px;
  transition: all 0.7s;
}
.promotionArea .link_area {
  display: block;
  position: absolute;
  top: 215px;
  right: 150px;
  width: 240px;
  border-bottom: 1px solid #000;
}
.promotionArea .link_area a {
  display: block;
  width: 100%;
  padding: 25px 0 35px;
  border-top: 1px solid #000;
  color: #000;
  font-size: 18px;
  line-height: 20px;
}
.exhibitionArea {
  height: 1227px;
  padding: 0 0 175px;
}
.exhibitionArea .more_wrap .more {
  top: 20px;
}
.exhibition_wrap {
  position: relative;
  height: calc(100% - 92px);
}
.exhibition_wrap:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 80%;
  height: 100%;
  background: #fbfaf6;
}
.space_list {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0.01% 0 0;
  /*.exhibition_image{position:absolute;top:155px;left:50%;opacity:0;z-index:0;width:500px;height:709px;transform:translateX(-50%);
    img{position:absolute;top:50%;left:50%;width:auto;height:auto;box-shadow:40px 40px 50px rgba(0,0,0,.2);transform:translate(-50%, -50%);}
  }*/
}
.space_list .space_tab {
  display: block;
  width: 100%;
  margin: 150px 0 0;
  text-align: right;
}
.space_list .space_tab button {
  display: inline-block;
  position: relative;
  width: 180px;
  height: 36px;
  overflow: hidden;
  margin: 0 0 15px;
  border: none;
  font-family: PP;
  font-size: 0;
  text-align: right;
}
.space_list .space_tab .text,
.space_list .space_tab .number {
  display: inline-block;
  color: #000;
  vertical-align: middle;
}
.space_list .space_tab .text {
  position: relative;
  top: -40px;
  opacity: 0;
  font-size: 30px;
  line-height: 34px;
  transition: all 0.4s;
}
.space_list .space_tab .number {
  margin: 0 0 0 5px;
  font-size: 0;
}
.space_list .space_tab .number em {
  display: inline-block;
  width: 15px;
  margin: 4px 0 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  vertical-align: middle;
}
.space_list .space_tab .number em:nth-child(2) {
  text-align: center;
}
.space_list .space_tab .current .text {
  opacity: 1;
  top: 0;
}
.space_list .space_tab .current .number em {
  font-weight: 400;
}
.space_list .space_information {
  opacity: 0;
}
.space_list .space_information.current {
  opacity: 1;
}
.space_list .exhibition_title {
  position: absolute;
  top: 125px;
  left: 0;
  opacity: 0;
  z-index: 0;
  text-align: left;
}
.space_list .exhibition_title .stat,
.space_list .exhibition_title .title,
.space_list .exhibition_title .date {
  display: block;
  color: #000;
}
.space_list .exhibition_title .stat,
.space_list .exhibition_title .date {
  font-family: PP;
}
.space_list .exhibition_title .stat {
  margin: 0 0 20px;
}
.space_list .exhibition_title .title {
  width: 660px;
  margin: 0 0 35px;
  font-size: 60px;
  line-height: 70px;
}
.space_list .exhibition_title .date:before {
  display: block;
  width: 1px;
  height: 85px;
  margin: 0 0 40px 10px;
  background: #000;
}
.space_list .current .exhibition_title {
  top: 125px;
  opacity: 1;
  z-index: 1;
  animation: exhibitTitleWeb 1.5s alternate;
}
@keyframes exhibitTitleWeb {
  0% {
    top: 155px;
    opacity: 0;
  }
  60% {
    top: 155px;
    opacity: 0;
  }
  100% {
    top: 125px;
    opacity: 1;
  }
}
@keyframes exhibitTitleTablet {
  0% {
    top: 95px;
    opacity: 0;
  }
  60% {
    top: 95px;
    opacity: 0;
  }
  100% {
    top: 65px;
    opacity: 1;
  }
}
@keyframes exhibitTitleMobile {
  0% {
    top: 65px;
    opacity: 0;
  }
  60% {
    top: 65px;
    opacity: 0;
  }
  100% {
    top: 35px;
    opacity: 1;
  }
}
.space_list .exhibition_image {
  position: absolute;
  top: 155px;
  right: 0;
  opacity: 0;
  z-index: 0;
  width: calc(100% - 710px);
  height: 709px;
}
.space_list .exhibition_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  box-shadow: 40px 40px 50px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
}
.space_list .current .exhibition_image {
  top: 125px;
  opacity: 1;
  z-index: 1;
  animation: exhibitImageWeb 0.5s alternate;
}
@keyframes exhibitImageWeb {
  0% {
    top: 155px;
    opacity: 0;
  }
  40% {
    top: 155px;
  }
  100% {
    top: 125px;
    opacity: 1;
  }
}
@keyframes exhibitImageTablet {
  0% {
    top: 80px;
    opacity: 0;
  }
  40% {
    top: 80px;
  }
  100% {
    top: 50px;
    opacity: 1;
  }
}
@keyframes exhibitImageMobile {
  0% {
    top: 200px;
    opacity: 0;
  }
  40% {
    top: 200px;
  }
  100% {
    top: 170px;
    opacity: 1;
  }
}
.space_list .exhibition_post {
  position: absolute;
  top: 700px;
  right: 0;
  z-index: 0;
  opacity: 0;
  width: 360px;
}
.space_list .exhibition_post .author_title,
.space_list .exhibition_post .author_name {
  display: block;
  color: #000;
}
.space_list .exhibition_post .author_title {
  margin: 0 0 25px;
  font-family: PP;
}
.space_list .exhibition_post .author_name {
  margin: 0 0 15px;
}
.space_list .exhibition_post .author_name em {
  color: #808080;
  font-size: 15px;
}
.space_list .exhibition_post p {
  height: 184px;
  overflow: hidden;
  color: #808080;
  text-align: left;
}
.space_list .current .exhibition_post {
  top: 670px;
  opacity: 1;
  z-index: 1;
  animation: exhibitPostWeb 2s alternate;
}
@keyframes exhibitPostWeb {
  0% {
    top: 700px;
    opacity: 0;
  }
  80% {
    top: 700px;
    opacity: 0;
  }
  100% {
    top: 670px;
    opacity: 1;
  }
}
@keyframes exhibitPostTablet {
  0% {
    top: 390px;
    opacity: 0;
  }
  80% {
    top: 390px;
    opacity: 0;
  }
  100% {
    top: 360px;
    opacity: 1;
  }
}
@keyframes exhibitPostMobile {
  0% {
    top: 330px;
    opacity: 0;
  }
  80% {
    top: 330px;
    opacity: 0;
  }
  100% {
    top: 300px;
    opacity: 1;
  }
}
@keyframes exhibitPostSMobile {
  0% {
    top: 580px;
    opacity: 0;
  }
  80% {
    top: 580px;
    opacity: 0;
  }
  100% {
    top: 550px;
    opacity: 1;
  }
}
.onExhibitionArea {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0 235px;
}
.onExhibitionArea .onExhibit_list {
  display: block;
  width: calc(100% + 60px);
  margin: 0 0 0 -60px;
}
.onExhibitionArea .onExhibit_list:after {
  content: '';
  display: block;
  clear: both;
}
.onExhibitionArea .onExhibit_list .list_item {
  float: left;
  width: calc(25% - 60px);
  margin: 0 0 0 60px;
  padding: 0 0 35px;
  border-bottom: 1px solid #000;
}
.onExhibitionArea a {
  display: block;
}
.onExhibitionArea .image {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 0 30px;
  background: #f2f2f2;
  /* 260416 수정사항 적용
    img{display:block;position:absolute;top:50%;left:50%;width:auto;height:auto;min-width:inherit;min-height:inherit;max-width:~"calc(100% - 60px)";max-height:~"calc(100% - 60px)";box-shadow:5px 5px 20px rgba(0,0,0,0);transition:all .3s;transform:translate(-50%,-50%);}
    &.no-image{position:relative;
      svg{display:block;position:absolute;top:50%;left:50%;width:64px;height:70px;transform:translate(-50%, -50%);fill:#fff;}
    }*/
}
.onExhibitionArea .image img {
  display: block;
  width: 100%;
  height: auto;
  min-width: inherit;
  min-height: inherit;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
.onExhibitionArea .image.no-image {
  position: relative;
}
.onExhibitionArea .image.no-image svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 70px;
  transform: translate(-50%, -50%);
  fill: #fff;
}
.onExhibitionArea a:hover {
  /*.image{
      img{max-width:100%;max-height:100%;transform:translate(~"calc(-50% - 10px)",-50%);box-shadow:5px 5px 20px rgba(0,0,0,.2);}
    }*/
}
.onExhibitionArea a:hover .author_name {
  font-weight: 700;
}
.onExhibitionArea .author_name,
.onExhibitionArea .exhibit_title,
.onExhibitionArea .exhibit_information {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.onExhibitionArea .author_name {
  margin: 0;
  color: #000;
  font-family: PP;
  font-size: 14px;
  line-height: 16px;
}
.onExhibitionArea .exhibit_title {
  margin: 0 0 15px;
  color: #000;
  font-size: 24px;
  line-height: 26px;
}
.onExhibitionArea .exhibit_information {
  color: #808080;
  font-size: 14px;
  line-height: 16px;
}
.onExhibitionArea .slide_dot {
  display: none;
}
.upComingArea {
  width: 100%;
  max-width: 1600px;
  height: 650px;
  margin: 0 auto;
  padding: 0 0 200px;
}
.upComingArea.no-contents {
  height: 430px;
}
.upComingArea h3 {
  position: absolute;
  top: 0;
  left: 0;
}
.upComingArea .schedule_list {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0.001% 0 0;
}
.upComingArea .schedule_list li {
  display: block;
  position: relative;
  margin: 40px 0 0 100px;
  border-bottom: 1px solid #e6e6e6;
}
.upComingArea .schedule_list a {
  display: block;
  position: relative;
  width: calc(100% - 415px);
  padding: 0 0 50px 415px;
}
.upComingArea .schedule_list .date {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  font-family: Georgia;
  font-size: 50px;
  line-height: 52px;
}
.upComingArea .schedule_list .date .month {
  display: inline-block;
  margin: 0 0 0 10px;
  font-family: PP;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}
.upComingArea .schedule_list .title {
  display: block;
  width: 100%;
  overflow: hidden;
  color: #000;
  font-size: 24px;
  line-height: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upComingArea .schedule_list .author {
  display: block;
  margin: 15px 0 0;
  color: #808080;
  font-size: 16px;
  line-height: 18px;
}
.upComingArea .no_schedule {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0 0;
  text-align: center;
}
.upComingArea .no_schedule .no_schedule_title {
  display: block;
  margin: 20px 0 0 100px;
  color: #000;
  font-family: Georgia;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
}
.upComingArea .no_schedule .no_schedule_text {
  display: block;
  margin: 30px 0 0 100px;
  padding: 0 0 50px;
  border-bottom: 1px solid #e6e6e6;
  color: #808080;
}
.upComingArea .more {
  top: 10px;
}
.artFairArea {
  height: 732px;
}
.artFairArea .artFair_grid {
  height: 640px;
  overflow: hidden;
  overflow-y: auto;
}
.artFairArea .artFair_grid ul {
  position: relative;
  width: calc(100% + 5px);
  margin: 0 0 0 -5px;
}
.artFairArea .artFair_grid li {
  margin: 0 0 5px 5px;
}
.artFairArea .artFair_grid .grid-sizer,
.artFairArea .artFair_grid .grid-item {
  width: calc(10% - 5px);
}
.artFairArea .artFair_grid .grid-item--width2 {
  width: calc(20% - 5px);
}
.artFairArea .artFair_grid a {
  display: block;
  position: relative;
  width: 100%;
}
.artFairArea .artFair_grid .image {
  position: relative;
}
.artFairArea .artFair_grid .image:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  transition: all 0.3s;
}
.artFairArea .artFair_grid .image img {
  width: 100%;
}
.artFairArea .artFair_grid .text {
  display: block;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  height: 60px;
  color: #fff;
  opacity: 0;
  transition: all 0.3s;
  /* 36px */
  /* 17px */
  /* 0px */
}
.artFairArea .artFair_grid .text .title,
.artFairArea .artFair_grid .text .author,
.artFairArea .artFair_grid .text .date {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.artFairArea .artFair_grid .text .author,
.artFairArea .artFair_grid .text .date {
  display: block;
  font-size: 13px;
  line-height: 17px;
}
.artFairArea .artFair_grid .text .title {
  bottom: 26px;
}
.artFairArea .artFair_grid .text .author {
  bottom: 7px;
}
.artFairArea .artFair_grid .text .date {
  bottom: -10px;
}
.artFairArea .artFair_grid a:hover .image img {
  width: 150%;
}
.artFairArea .artFair_grid a:hover .image:before {
  opacity: 1;
}
.artFairArea .artFair_grid a:hover .text {
  opacity: 1;
}
.artFairArea .artFair_grid a:hover .text .title {
  bottom: 36px;
}
.artFairArea .artFair_grid a:hover .text .author {
  bottom: 17px;
}
.artFairArea .artFair_grid a:hover .text .date {
  bottom: 0;
}
.authorNoteArea {
  width: 100%;
  max-width: 1200px;
  height: 615px;
  margin: 0 auto;
  padding: 200px 0 250px;
}
.authorNoteArea .post_wrap {
  position: relative;
}
.authorNoteArea .slide_list {
  height: 165px;
  margin: 0 80px 0 0;
  overflow: hidden;
  border-left: 1px solid #000;
}
.authorNoteArea a {
  display: block;
  position: relative;
  padding: 5px 0;
}
.authorNoteArea a:after {
  content: '';
  display: block;
  clear: both;
}
.authorNoteArea .image,
.authorNoteArea .text {
  display: block;
  float: left;
}
.authorNoteArea .image {
  width: 210px;
}
.authorNoteArea .image svg {
  display: block;
  width: 50px;
  height: 35px;
  margin: 0 auto;
}
.authorNoteArea .image .img_wrap {
  display: block;
  width: 80px;
  height: 80px;
  margin: 30px auto 0;
  border-radius: 100%;
  overflow: hidden;
}
.authorNoteArea .text {
  width: calc(100% - 210px);
  padding: 20px 0;
}
.authorNoteArea .text .name {
  display: block;
  margin: 0 0 30px;
  color: #000;
  font-family: PP;
}
.authorNoteArea .text .post {
  overflow: hidden;
  height: 60px;
  font-size: 17px;
  line-height: 21px;
}
.authorNoteArea .slide_dot {
  display: block;
  position: absolute;
  top: 80px;
  right: 0;
  width: 20px;
}
.authorNoteArea .slide_dot li {
  width: 20px;
  height: 20px;
  margin: 0 0 5px;
}
.authorNoteArea .slide_dot button {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.authorNoteArea .slide_dot button:before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.authorNoteArea .slide_dot button span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}
.authorNoteArea .slide_dot .current button:before,
.authorNoteArea .slide_dot .currnt:before,
.authorNoteArea .slide_dot .slick-active button:before {
  height: 100%;
  transition: all 0.3s;
}
.promotionNoticeArea {
  width: 100%;
  max-width: 1760px;
  height: 750px;
  margin: 0 auto;
  padding: 0 0 120px;
}
.promotionNoticeArea:after {
  content: '';
  display: block;
  clear: both;
}
.promotionNoticeArea .promotionSlide_area,
.promotionNoticeArea .text_area {
  display: block;
  position: relative;
  float: left;
  height: 630px;
}
.promotionNoticeArea .promotionSlide_area {
  position: relative;
  width: 880px;
}
.promotionNoticeArea .promotionSlide_area .slide_list {
  display: flex;
  width: 100%;
  height: 630px;
  overflow: hidden;
}
.promotionNoticeArea .promotionSlide_area .slide_list .slick-list {
  width: 100%;
  height: 100%;
}
.promotionNoticeArea .promotionSlide_area .slide_list .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
.promotionNoticeArea .promotionSlide_area .slide_list .slick-list .slick-track .slick-slide {
  width: 100%;
  height: 100%;
}
.promotionNoticeArea .promotionSlide_area .slide_list .list_item {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.promotionNoticeArea .promotionSlide_area .slide_list .list_item .slick-list {
  width: 100%;
  height: 100%;
}
.promotionNoticeArea .promotionSlide_area .slide_list .list_item .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
.promotionNoticeArea .promotionSlide_area .slide_list .list_item .slick-list .slick-track .slick-slide {
  width: 100%;
  height: 100%;
}
.promotionNoticeArea .promotionSlide_area .slide_arrows {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
}
.promotionNoticeArea .promotionSlide_area .slide_arrows button {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
}
.promotionNoticeArea .promotionSlide_area .slide_arrows button svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  fill: #fff;
}
.promotionNoticeArea .promotionSlide_area .previous {
  left: 30px;
}
.promotionNoticeArea .promotionSlide_area .next {
  right: 30px;
}
.promotionNoticeArea .text_area {
  width: calc(100% - 880px);
  background: #fbfaf6;
}
.promotionNoticeArea .text_area .promotion_text {
  margin: 95px 0 60px 85px;
  font-size: 36px;
  font-weight: 300;
  line-height: 42px;
}
.promotionNoticeArea .text_area .notice {
  position: relative;
  width: calc(100% - 85px);
  max-width: 460px;
  margin: 0 0 0 85px;
}
.promotionNoticeArea .text_area .notice .title {
  display: block;
  margin: 0 0 25px;
  padding: 0 0 25px;
  border-bottom: 1px solid #000;
  color: #000;
  font-family: PP;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
.promotionNoticeArea .text_area .notice .post_none {
  display: block;
  padding: 10px 0 30px;
  color: #333;
  text-align: center;
}
.promotionNoticeArea .text_area .notice .list_item {
  margin: 0 0 5px;
}
.promotionNoticeArea .text_area .notice a {
  display: block;
  width: 100%;
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.promotionNoticeArea .text_area .notice .more {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}
.promotionNoticeArea .text_area .notice .more svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
}
.promotionNoticeArea .text_area .space_area {
  display: block;
  position: absolute;
  right: 135px;
  bottom: 65px;
  color: #000;
  font-family: PP;
  font-size: 125px;
  letter-spacing: -10px;
  line-height: 127px;
}
.artFairArea + .promotionNoticeArea {
  margin: 250px auto 0;
}
.move_top {
  position: fixed;
  right: 0;
  top: 50%;
  width: 58px;
  height: 58px;
  background: #fff;
  border: 1px solid #e5e5e5;
  transform: translateY(-50%);
}
.move_top svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
}
.main_popup {
  display: block;
  position: absolute;
  top: 150px;
  left: 150px;
  z-index: 1000;
  visibility: visible;
  width: 500px;
  height: 530px;
}
.main_popup .layer_cont img {
  width: 500px;
  height: 500px;
}
.main_popup .layer_put {
  padding: 3px 0;
  overflow: hidden;
  background: #000;
}
.main_popup .layer_put:after {
  content: '';
  display: block;
  clear: both;
}
.main_popup .layer_put div:nth-child(1) {
  float: left;
  padding: 0 0 0 10px;
  color: #fff;
  font-weight: bold;
}
.main_popup .layer_put div:nth-child(2) {
  float: right;
  padding: 0 10px 0 0;
  font-weight: bold;
}
.main_popup .layer_put div:nth-child(2) a {
  color: #ffff00;
}
@media screen and (max-width: 1601px) {
  header {
    position: relative;
    transform: none;
  }
  main {
    position: static;
    margin: 0;
  }
  .content_section h3 {
    width: calc(100% - 60px);
    margin: 0 auto 30px;
    font-size: 24px;
    line-height: 26px;
  }
  .content_section .more_wrap {
    width: calc(100% - 60px);
  }
  .space_list {
    width: calc(100% - 60px);
    /*.exhibition_title{width:440px;
      .title{width:100%;}
    }*/
  }
  .onExhibitionArea {
    width: calc(100% - 60px);
  }
  .onExhibitionArea h3 {
    width: 100%;
  }
  .onExhibitionArea .more_wrap {
    width: 100%;
  }
  .upComingArea h3 {
    left: 30px;
  }
  .upComingArea .more {
    right: 30px;
  }
}
@media screen and (max-width: 1401px) {
  .promotionArea {
    /*&.animation_active{
      p{margin:0 0 0 80px;}
    }*/
  }
  .promotionArea p {
    width: calc(100% - 350px - 80px);
    margin: 0 0 0 80px;
  }
  .promotionArea p br {
    display: none;
  }
  .promotionArea .link_area {
    right: 80px;
  }
}
@media screen and (max-width: 1351px) {
  .space_list {
    /*.exhibition_image{width:350px;height:495px;}*/
  }
}
@media screen and (max-width: 1201px) {
  .exhibitionArea {
    height: 800px;
    padding: 0 0 80px;
  }
  .space_list .exhibition_title {
    top: 65px;
    width: 350px;
  }
  .space_list .exhibition_title .title {
    width: 100%;
    margin: 0 0 10px;
    font-size: 36px;
    line-height: 46px;
  }
  .space_list .exhibition_title .date:before {
    height: 60px;
    margin: 0 0 10px 10px;
  }
  .space_list .exhibition_image {
    width: calc(100% - 380px);
  }
  .space_list .exhibition_post {
    top: 360px;
    left: 0;
    right: initial;
    text-align: left;
  }
  .space_list .current .exhibition_title {
    top: 65px;
    animation: exhibitTitleTablet 2.5s alternate;
  }
  .space_list .current .exhibition_image {
    top: 50px;
    animation: exhibitImageTablet 1.5s alternate;
  }
  .space_list .current .exhibition_post {
    top: 360px;
    animation: exhibitPostTablet 3.5s alternate;
  }
}
@media screen and (max-width: 1001px) {
  .space_list {
    /*.exhibition_title{top:35px;width:250px;}
    .exhibition_image{right:100px;}*/
  }
  .space_list .space_tab button {
    width: 60px;
    height: 26px;
  }
  .space_list .space_tab .text {
    top: 0;
    width: 14px;
    height: 26px;
    font-size: 0;
    line-height: 0;
  }
  .space_list .space_tab .text:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 2px;
    background: #000;
    transform: translateY(-50%);
  }
  .space_list .space_tab .number em {
    margin: 0;
  }
  .space_list .space_tab .current .text {
    top: 0;
  }
  .space_list .exhibition_post {
    top: 300px;
    width: 260px;
  }
  .space_list .current .exhibition_title {
    top: 35px;
    animation: exhibitTitleMobile 2.5s alternate;
  }
  .space_list .current .exhibition_post {
    top: 300px;
    animation: exhibitPostMobile 3.5s alternate;
  }
  .promotionArea {
    height: 500px;
    padding: 100px 0;
  }
  .promotionArea p {
    width: calc(100% - 380px - 80px);
    font-size: 30px;
    line-height: 38px;
  }
  .move_top {
    display: none;
  }
}
@media screen and (max-width: 801px) {
  .event-object {
    opacity: initial;
    transform: none;
    transition: initial;
  }
  .event-object.display {
    opacity: initial;
    transform: none;
  }
  .content_section h3,
  .content_section .more_wrap {
    width: calc(100% - 40px);
  }
  .visualBanner {
    height: auto;
  }
  .visualBanner .slide_button {
    display: none;
  }
  .visualBanner .slide_dot {
    right: 30px;
    bottom: 50px;
  }
  .visualBanner .slide_dot li {
    width: 16px;
    height: 16px;
  }
  .visualBanner .slide_dot .slick-active button:before {
    height: 16px;
  }
  .promotionArea {
    height: 445px;
    padding: 55px 0;
    /*&.animation_active{
      p{margin:0 240px 0 30px;}
      .link_area{opacity:1;}
    }*/
  }
  .promotionArea:after {
    content: '';
    display: block;
    clear: both;
  }
  .promotionArea p {
    display: block;
    width: calc(100% - 190px - 80px);
    margin: 0 240px 0 30px;
    font-size: 22px;
    line-height: 32px;
  }
  .promotionArea .link_area {
    display: block;
    float: right;
    position: static;
    width: 160px;
    opacity: 1;
    margin: 0 30px 0 0;
    transition: all 0.7s;
  }
  .promotionArea .link_area a {
    padding: 18px 0 30px;
    font-size: 14px;
    font-weight: 500;
  }
  .exhibitionArea h3 {
    width: calc(100% - 40px);
    margin: 0 20px 30px;
  }
  .exhibition_wrap:before {
    width: 60%;
  }
  .onExhibitionArea {
    width: calc(100% - 40px);
    height: auto;
    margin: 0 20px;
    padding: 0 0 70px;
  }
  .onExhibitionArea h3,
  .onExhibitionArea .more_wrap {
    width: 100%;
  }
  .onExhibitionArea .onExhibit_list {
    width: calc(100% + 30px);
    margin: 0 0 0 -30px;
  }
  .onExhibitionArea .onExhibit_list .list_item {
    width: calc(50% - 30px);
    margin: 0 0 30px 30px;
    padding: 0;
  }
  .onExhibitionArea .image {
    width: 100%;
    height: 210px;
    margin: 0 0 20px;
    overflow: hidden;
    text-align: center;
  }
  .onExhibitionArea .author_name {
    margin: 0 0 25px;
    font-size: 12px;
    line-height: 14px;
  }
  .onExhibitionArea .exhibit_title {
    display: block;
    overflow: hidden;
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .onExhibitionArea .exhibit_information {
    font-size: 12px;
    line-height: 14px;
  }
  .upComingArea {
    width: calc(100% - 60px);
    height: auto;
    margin: 0 30px;
    padding: 0 0 60px;
  }
  .upComingArea.no-contents {
    height: auto;
  }
  .upComingArea h3 {
    position: static;
    width: 100%;
    margin: 0 auto 40px;
  }
  .upComingArea .schedule_list li {
    margin: 30px 0 0 100px;
  }
  .upComingArea .schedule_list a {
    width: calc(100% - 160px);
    padding: 10px 0 30px 160px;
  }
  .upComingArea .schedule_list .date {
    font-size: 28px;
    line-height: 30px;
  }
  .upComingArea .schedule_list .month {
    font-size: 14px;
    line-height: 16px;
  }
  .upComingArea .schedule_list .title {
    font-size: 18px;
    line-height: 20px;
  }
  .upComingArea .schedule_list .author {
    font-size: 14px;
    line-height: 16px;
  }
  .upComingArea .no_schedule {
    padding: 0;
  }
  .upComingArea .more {
    right: 0;
  }
  .artFairArea {
    height: auto;
  }
  .artFairArea h3 {
    width: calc(100% - 40px);
    margin: 0 20px 30px;
  }
  .artFairArea .artFair_grid {
    height: 250px;
  }
  .artFairArea .artFair_grid .grid-sizer,
  .artFairArea .artFair_grid .grid-item {
    width: calc(16.666667% - 5px);
  }
  .artFairArea .artFair_grid .grid-item--width2 {
    width: calc(33.333333% - 5px);
  }
  .artFairArea .artFair_grid a .image:before {
    display: none;
  }
  .artFairArea .artFair_grid a .text {
    display: none;
  }
  .authorNoteArea {
    height: auto;
    padding: 100px 0;
  }
  .authorNoteArea .post_wrap {
    margin: 0 30px;
  }
  .promotionNoticeArea {
    height: auto;
    margin: 80px 0 0;
    padding: 0 0 100px;
  }
  .promotionNoticeArea .promotionSlide_area {
    height: 380px;
  }
  .promotionNoticeArea .promotionSlide_area .slide_wrap {
    height: 100%;
  }
  .promotionNoticeArea .promotionSlide_area .slide_list {
    height: 100%;
  }
  .promotionNoticeArea .promotionSlide_area .slick-track {
    height: 100%;
  }
  .promotionNoticeArea .promotionSlide_area .slick-track * {
    height: 100%;
  }
  .promotionNoticeArea .promotionSlide_area .slide_arrows {
    display: none;
  }
  .promotionNoticeArea .text_area {
    height: 380px;
  }
  .promotionNoticeArea .text_area .promotion_text {
    margin: 30px 20px 25px 40px;
    font-size: 24px;
    line-height: 30px;
  }
  .promotionNoticeArea .text_area .notice {
    width: auto;
    margin: 0 20px 0 40px;
  }
  .promotionNoticeArea .text_area .space_area {
    right: 30px;
    bottom: 25px;
    font-size: 60px;
    letter-spacing: -3px;
    line-height: 62px;
  }
  .authorNoteArea + .promotionNoticeArea {
    margin: 40px 0 0;
  }
  .main_popup {
    top: 72px;
    left: 50%;
    width: 100%;
    max-width: 500px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 790px) {
  .visualBanner .slide_dot {
    bottom: 15px;
  }
  .visualBanner .slide_dot li {
    width: 14px;
    height: 14px;
    overflow: hidden;
  }
  .promotionArea {
    height: auto;
    padding: 30px 0;
  }
  .promotionArea p {
    width: calc(100% - 40px);
    margin: 0 20px 40px;
    font-size: 20px;
    line-height: 24px;
  }
  .exhibitionArea {
    height: 580px;
    margin: 35px 0 0;
    padding: 0 0 30px;
  }
  .exhibition_wrap:before {
    bottom: initial;
    width: 80%;
    height: 440px;
  }
  .space_list {
    width: calc(100% - 40px);
  }
  .space_list .space_tab {
    margin: 100px 0 0;
  }
  .space_list .space_tab button {
    z-index: 1;
    font-size: 13px;
  }
  .space_list .space_tab .number em {
    font-size: 14px;
    line-height: 16px;
  }
  .space_list .exhibition_title .title {
    font-size: 28px;
    line-height: 38px;
  }
  .space_list .exhibition_title .date:before {
    display: inline-block;
    width: 30px;
    height: 1px;
    margin: 0 20px 0 0;
    vertical-align: middle;
  }
  .space_list .exhibition_image {
    top: 170px;
    left: 0;
    right: initial;
    width: 100%;
    height: 280px;
    transform: none;
  }
  .space_list .exhibition_image img {
    max-width: 100%;
    max-height: 100%;
  }
  .space_list .exhibition_post {
    top: 550px;
    width: 100%;
  }
  .space_list .current .exhibition_image {
    top: 170px;
    animation: exhibitImageMobile 1.5s alternate;
  }
  .space_list .current .exhibition_post {
    top: 550px;
    animation: exhibitPostSMobile 3.5s alternate;
  }
  .artFairArea + .promotionNoticeArea {
    margin: 150px auto 0;
  }
}
@media screen and (max-width: 640px) {
  .artFairArea .artFair_grid .grid-sizer,
  .artFairArea .artFair_grid .grid-item,
  .artFairArea .artFair_grid .grid-item--width2 {
    width: calc(33.333333% - 5px);
  }
}
@media screen and (max-width: 571px) {
  .content_section .more_wrap .more {
    width: 24px;
    height: 24px;
    font-size: 0;
  }
  .content_section .more_wrap .more svg {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    transform: translate(-50%, -50%);
  }
  .promotionNoticeArea .promotionSlide_area {
    width: 100%;
    height: auto;
  }
  .promotionNoticeArea .text_area {
    width: 100%;
    height: auto;
  }
  .promotionNoticeArea .text_area .promotion_text {
    margin: 20px;
  }
  .promotionNoticeArea .text_area .notice {
    margin: 0 20px 30px 20px;
  }
  .promotionNoticeArea .text_area .space_area {
    position: static;
    margin: 0 20px 30px 20px;
    text-align: right;
  }
  .upComingArea .no_schedule .no_schedule_title {
    margin: 20px 0 0 0;
  }
  .upComingArea .no_schedule .no_schedule_text {
    margin: 30px 0 0 0;
  }
  .authorNoteArea .post_wrap {
    margin: 0 20px;
  }
  .authorNoteArea .image {
    width: calc(100% - 30px);
    margin: 0 0 0 30px;
  }
  .authorNoteArea .image svg {
    width: 35px;
    height: 25px;
    margin: 0;
  }
  .authorNoteArea .image .img_wrap {
    display: none;
  }
  .authorNoteArea .text {
    float: none;
    width: calc(100% - 30px);
    margin: 0 0 0 30px;
  }
  .main_popup {
    top: 60px;
  }
}
@media screen and (max-width: 540px) {
  .main_popup {
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
    height: auto;
    transform: none;
  }
  .main_popup .layer_cont img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 515px) {
  .onExhibitionArea .onExhibit_list {
    width: 100%;
    margin: 0;
  }
  .onExhibitionArea .onExhibit_list .list_item {
    width: 100%;
    margin: 0 0 30px;
  }
  .onExhibitionArea .slide_dot {
    display: block;
    width: 100%;
    font-size: 0;
    text-align: center;
  }
  .onExhibitionArea .slide_dot li {
    display: inline-block;
  }
  .onExhibitionArea .slide_dot li button {
    position: relative;
    width: 14px;
    height: 14px;
    margin: 0 2px;
  }
  .onExhibitionArea .slide_dot li button:before {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000;
    transition: all 0.3s;
  }
  .onExhibitionArea .slide_dot li.slick-active button:before {
    height: 14px;
  }
}
@media screen and (min-width: 1000px) {
  .visualBanner .slide_button {
    width: 100%;
    height: 0;
  }
  .visualBanner .slide_button .previous,
  .visualBanner .slide_button .next {
    width: 25%;
    height: 100%;
  }
  .visualBanner .slide_button .previous svg,
  .visualBanner .slide_button .next svg {
    display: block;
    position: absolute;
    top: 50%;
    width: 36px;
    height: 72px;
    transform: translateY(-50%);
    opacity: 1;
    transition: all 0.3s;
  }
  .visualBanner .slide_button .previous:hover svg,
  .visualBanner .slide_button .next:hover svg {
    opacity: 0;
  }
  .visualBanner .slide_button .previous svg {
    left: 60px;
  }
  .visualBanner .slide_button .previous:hover {
    cursor: url(/common/images/slideLeft.cur) 0 0, auto;
  }
  .visualBanner .slide_button .next svg {
    right: 60px;
  }
  .visualBanner .slide_button .next:hover {
    cursor: url(/common/images/slideRight.cur) 0 0, auto;
  }
}
/*# sourceMappingURL=mainLayout.css.map */