@charset "UTF-8";
.table-scroll-wrap {
  width: 100%;
  overflow-x: auto;
}
.table-scroll-wrap table {
  min-width: 1300px;
}
form input,
form button,
form textarea,
form label,
form ::placeholder {
  color: #000;
  font-size: 16px;
  line-height: 18px;
}
form .required_input {
  display: inline-block;
  margin: 0 5px 0 5px;
  color: #ee425e;
}
textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}
input.single_block {
  width: 100%;
}
input.single_half {
  width: 50%;
}
input[type='text'],
input[type='search'],
input[type='number'],
input[type='password'],
input[type='tel'],
input[type='email'] {
  display: inline-block;
  padding: 10px;
  background: #fff;
  border: 1px solid #d9d9d9;
}
input[disabled] {
  background: #fafafa;
}
input[disabled]::placeholder {
  color: #d9d9d9;
}
input:focus {
  border-color: #5e82f4;
}
input:focus::placeholder {
  color: #222;
}
input[data-input-error] {
  border-color: #ee425e;
}
input[data-input-error]::placeholder {
  color: #ee425e;
}
.custom_date.single {
  display: inline-block;
}
.custom_date.multi {
  font-size: 0;
}
.custom_date.multi .tilde {
  width: 30px;
  color: #000;
  font-size: 17px;
  line-height: 37px;
  text-align: center;
  vertical-align: top;
}
.custom_date .date_wrap {
  display: inline-block;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-size: 0;
}
.custom_date .date_wrap input {
  display: inline-block;
  width: 120px;
  border: none;
  font-size: 15px;
  vertical-align: top;
}
.custom_date .date_wrap .datepicker_wrap {
  display: inline-block;
  width: 37px;
  height: 37px;
  font-size: 15px;
  vertical-align: top;
}
.custom_date .date_wrap .picker_button {
  position: relative;
  width: 37px;
  height: 37px;
}
.custom_date .date_wrap .picker_button:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  background: #f0f0f0 url(/site/staff/images/admin-icons_bg.svg#calendar) no-repeat 0 -84px;
  background-size: 100% auto;
  transform: translate(-50%, -50%);
}
.custom_date .date_wrap .picker_button span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}
.custom_select {
  display: inline-block;
  position: relative;
}
.custom_select .select_button {
  position: relative;
  padding: 10px 50px 10px 10px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  color: #707070;
}
.custom_select .select_button[disabled] {
  background: #fafafa;
  color: #a3a3a3;
}
.custom_select .select_button:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  opacity: 0.6;
  width: 10px;
  height: 6px;
  background: url(../../site/main/images/contents/development_icon_bg.svg) no-repeat 0 -22px;
  background-size: 100% auto;
  transform: translateY(-50%);
}
.custom_select .select_button.active:before {
  background-position: 0 -52px;
}
.custom_select .option_group {
  display: none;
  position: absolute;
  top: 49px;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(25, 37, 76, 0.07);
}
.custom_select .option_group button {
  display: block;
  padding: 5px;
}
.custom_check,
.custom_radio {
  min-height: 22px;
  margin: 1px 10px 1px 0;
}
.custom_check input,
.custom_radio input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}
.custom_check label,
.custom_radio label {
  position: relative;
  min-height: 22px;
  padding: 2px 0 0 30px;
}
.custom_check label:before,
.custom_radio label:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: url(../../site/main/images/contents/development_icon_bg.svg) no-repeat;
  background-size: 100% auto;
}
.custom_check label:focus,
.custom_radio label:focus {
  display: none;
}
.custom_check input:focus + label:before,
.custom_radio input:focus + label:before {
  outline: 2px dashed #5e82f4;
}
.custom_check.none_text,
.custom_radio.none_text {
  margin: 0;
}
.custom_check.none_text label,
.custom_radio.none_text label {
  width: 22px;
  height: 22px;
  margin: 0 auto;
  padding: 0;
}
.custom_check label:before {
  background-position: 0 -247px;
}
.custom_check input:checked + label:before {
  background-position: 0 -269px;
}
.custom_check.disabled label:before {
  background-position: 0 -745px;
}
.custom_radio label:before {
  background-position: 0 -680px;
}
.custom_radio input:checked + label:before {
  background-position: 0 -659px;
}
.custom_radio.disabled label:before {
  background-position: 0 -308px;
}
.toggle {
  height: 27px;
  border: none;
  font-size: 0;
}
.toggle label {
  display: inline-block;
}
.toggle input[type='checkbox'] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}
.toggle input:focus + label {
  outline: 2px dashed #5e82f4;
}
.toggle .toggle_ui {
  display: inline-block;
  position: relative;
  width: 52px;
  height: 28px;
  margin: 0 3px;
  font-size: 0;
  background-color: #969696;
  /*border:3px solid #e1e6e8;*/
  border-radius: 26px;
  vertical-align: middle;
  transition: background-color 0.3s;
}
.toggle .toggle_ui:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 100%;
  transition: left 0.3s, background-color 0.3s;
  transform: translateY(-50%);
}
.toggle .toggle_ui:after {
  content: 'OFF';
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  color: #fff;
  font-family: PP;
  font-size: 10px;
  line-height: 12px;
}
.toggle input:checked ~ label .toggle_ui {
  background: #5e82f4;
  transition: background-color 0.3s;
}
.toggle input:checked ~ label .toggle_ui:before {
  left: 32px;
  transition: left 0.3s, background-color 0.3s;
}
.toggle input:checked ~ label .toggle_ui:after {
  content: 'ON';
  right: inherit;
  left: 10px;
}
.toggle[data-element-name='toggle'] + * {
  display: none;
}
.toggle[data-element-name='toggle'].active + * {
  display: block;
}
.toggle[data-element-name='toggle'].active + .toggle_cotnent {
  display: inline-block;
  vertical-align: middle;
}
.form_file_single {
  font-size: 0;
}
.form_file_single .file {
  display: inline-block;
  width: 350px;
  height: 40px;
  padding: 0 10px;
  vertical-align: middle;
  border: 1px solid #d9d9d9;
  color: #333;
  font-size: 15px;
}
.form_file_single label {
  display: inline-block;
  margin: 0 0 0 6px;
  padding: 10px 20px;
  border: 1px solid #969696;
  color: #333;
  cursor: pointer;
  font-size: 15px;
  vertical-align: middle;
}
.form_file_single [type='file'] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}
.form_file_single input[type='file']:focus + label {
  outline: 2px dashed #969696;
}
.form_file_single .alternative,
.form_file_single .file_list {
  display: none;
}
.form_address {
  width: 500px;
}
.form_address .zipcode {
  display: block;
  font-size: 0;
}
.form_address .zipcode input,
.form_address .zipcode button {
  display: inline-block;
  font-size: 15px;
}
.form_address .zipcode button {
  margin: 0 0 0 5px;
}
.form_address > input[type='text'] {
  display: block;
  width: 100%;
  margin: 5px 0 0;
}
.form_address [readonly] {
  cursor: default;
}
/* 게시판 목록, 프로그램페이지 목록 페이지 정보 */
.page_information {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 25px auto 0;
  padding: 0 0 15px;
  border-bottom: 1px solid #000;
  color: #969696;
  font-family: Georgia;
}
.page_information:after {
  content: '';
  display: block;
  clear: both;
}
.page_information .page_number,
.page_information .board_search,
.page_information .collection_link {
  display: block;
  float: left;
  width: 50%;
}
.page_information .collection_link {
  text-align: right;
}
.page_information .current_page {
  color: #000;
}
.page_information .logout_button {
  display: inline-block;
  position: relative;
  height: 26px;
  padding: 2px 36px 0 0;
  box-sizing: border-box;
}
.page_information .logout_button span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  background: #000;
  border-radius: 100%;
}
.page_information .logout_button span svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
  fill: #fff;
}
/* 게시판 정보 */
.board_information {
  width: 100%;
  max-width: 1600px;
  margin: 25px auto 0;
  color: #969696;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
}
.board_information strong {
  color: #000;
  font-weight: 400;
}
/* 게시물 목록 검색 */
.board_search button {
  border: none;
}
.board_search button span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}
.board_search .search_form {
  display: none;
  position: absolute;
  bottom: -114px;
  left: 0;
  z-index: 1;
  width: calc(100% - 114px);
  min-height: 66px;
  padding: 10px 100px 10px 10px;
  background: #fff;
  border: 2px solid #000;
  text-align: center;
}
.board_search .search_form.program_form {
  bottom: -110px;
}
.board_search .search_form [type='submit'] {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 70px;
  height: 70px;
  transform: translateY(-50%);
}
.board_search .search_form [type='submit'] svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  transform: translate(-50%, -50%);
}
.board_search .search_form [type='text'] {
  width: 100%;
  height: auto;
  border: none;
  line-height: 66px;
  text-align: center;
}
.board_search .search_form [type='text']::placeholder {
  color: #666;
  font-size: 24px;
  line-height: 26px;
}
.board_search .search_button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
}
.board_search .search_button svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
}
.board_search .search_button.close {
  display: none;
}
/* 페이징 */
.pagination {
  width: 100%;
  max-width: 1600px;
  margin: 80px auto 10px;
  text-align: center;
}
.pagination a {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 7px;
  background: #fff;
  border-radius: 100%;
  color: #969696;
  font-size: 14px;
  line-height: 24px;
  vertical-align: top;
  transition: all 0.3s;
}
.pagination a:hover,
.pagination a.current {
  background: #000;
  color: #fff;
}
.pagination .page_arr {
  position: relative;
  width: auto;
  border-radius: 14px;
  background: #fff;
  color: #000;
}
.pagination .page_arr svg {
  display: block;
  position: absolute;
  top: 50%;
  width: 22px;
  height: 12px;
  transform: translateY(-50%);
}
.pagination .page_arr:hover {
  background: #000;
}
.pagination .page_arr:hover svg {
  fill: #fff;
}
.pagination .page_arr.prev {
  margin: 0 95px 0 0;
  padding: 0 10px 0 60px;
}
.pagination .page_arr.prev svg {
  left: 10px;
}
.pagination .page_arr.next {
  margin: 0 0 0 95px;
  padding: 0 60px 0 10px;
}
.pagination .page_arr.next svg {
  right: 10px;
}
/* 전시회 상태 */
.exhibition_stat {
  display: inline-block;
  position: relative;
  color: #000;
  font-family: PP;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  text-align: center;
}
.exhibition_stat:before {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto 14px;
  background: #ededed;
  border-radius: 100%;
}
.exhibition_stat:after {
  display: block;
  position: absolute;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  background: url(../../site/main/images/contents/development_icon_bg.svg) no-repeat;
  background-size: 24px auto;
}
.exhibition_stat.current:after {
  top: 17px;
  width: 24px;
  height: 24px;
  background-position: 0 -629px;
}
.exhibition_stat.past:after {
  top: 25px;
  width: 24px;
  height: 13px;
  background-position: 0 -390px;
}
.exhibition_stat.coming:after {
  top: 17px;
  left: 53%;
  width: 24px;
  height: 24px;
  background-position: 0 -766px;
}
.object_center_wrap {
  width: 1600px;
  margin: 0 auto;
  overflow: hidden;
}
/* 일반 게시판, qna 목록 */
.post-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 22px auto 0;
  padding: 0.1% 0 0;
}
/* 이미지, 텍스트 게시물 목록 */
.board-list {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.board-list.post_none {
  margin: 60px auto;
  padding: 0 0 60px;
  border-bottom: 1px solid #000;
  text-align: center;
}
/* 테이블 목록 */
.table_list {
  border-bottom: 1px solid #000;
}
.table_list thead th {
  padding: 20px 18px;
  border-bottom: 1px solid #000;
  color: #000;
}
.table_list tbody td {
  padding: 20px 18px;
  border-bottom: 1px solid #e5e5e5;
}
.table_list tbody .last_line td {
  border-bottom: none;
}
.detail_list {
  margin: 60px auto 0;
}
.detail_list > li {
  margin: 0 0 60px;
  padding: 0 0 60px;
  border-bottom: 1px solid #000;
}
.detail_list a {
  display: block;
  margin: 0;
}
.detail_list a:after {
  content: '';
  display: block;
  clear: both;
}
.detail_list a div {
  display: inline-block;
  float: left;
}
.detail_list a .image {
  position: relative;
  width: 600px;
  height: 320px;
  overflow: hidden;
  background: #f2f2f2;
}
.detail_list a .image svg,
.detail_list a .image img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.detail_list a .image svg {
  width: 100px;
  height: 110px;
  fill: #fff;
}
.detail_list a .image img {
  max-width: calc(100% - 80px);
  max-height: calc(100% - 80px);
}
.detail_list a .text {
  width: calc(100% - 680px);
  margin: 0 0 0 80px;
  padding: 40px 0 0;
  font-size: 16px;
}
.detail_list a .text span,
.detail_list a .text strong {
  display: block;
}
.detail_list a .text .space {
  display: inline-block;
  min-width: 44px;
  height: 44px;
  margin: 0 0 28px;
  padding: 15px 5px 7px;
  background: #000;
  color: #fff;
  font-family: Georgia;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  text-align: right;
  box-sizing: border-box;
}
.detail_list a .text .title {
  overflow: hidden;
  height: 80px;
  margin: 0 0 50px;
  color: #000;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}
.detail_list a .text .date,
.detail_list a .text .author {
  color: #000;
  text-align: right;
}
.detail_list a .text .date {
  margin: 0 0 5px;
  font-family: PP;
  font-weight: 300;
}
.page_information + .board_detail_list {
  margin: 60px auto 0;
}
/* 텍스트 게시물 목록 */
.default_list li {
  border-bottom: 1px solid #e5e5e5;
}
.default_list li:last-child {
  border-color: #000;
}
.default_list a {
  display: block;
  width: calc(100% - 50px);
  padding: 25px;
}
.default_list a:after {
  content: '';
  display: block;
  clear: both;
}
.default_list a .date,
.default_list a .title {
  display: block;
  float: left;
}
.default_list a .date {
  width: 100px;
  color: #000;
  font-family: Georgia;
  text-align: center;
}
.default_list a .date .month,
.default_list a .date .day {
  display: inline-block;
  vertical-align: top;
}
.default_list a .date .month {
  margin: 10px 5px 0;
  font-size: 16px;
  line-height: 18px;
}
.default_list a .date .day {
  font-size: 30px;
  line-height: 32px;
}
.default_list a .title {
  display: block;
  position: relative;
  width: calc(100% - 140px);
  height: 36px;
  margin: 0 0 0 40px;
  padding: 9px 0 0 0;
  font-size: 20px;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.default_list a .notification {
  display: inline-block;
  position: relative;
  /*position:absolute;top:0;left:0;*/
  width: 36px;
  height: 36px;
  background: #000;
  border-radius: 100%;
  vertical-align: middle;
}
.default_list a .notification svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 13px;
  fill: #fff;
  transform: translate(-50%, -50%);
}
/* 텍스트 게시물 목록 */
.qna_list li {
  border-bottom: 1px solid #e5e5e5;
}
.qna_list li:last-child {
  border-color: #000;
}
.qna_list .qna_question,
.qna_list .qna_answer {
  display: block;
  position: relative;
  width: calc(100% - 130px);
  padding: 40px 40px 40px 90px;
  box-sizing: content-box;
  border: none;
}
.qna_list .qna_question span,
.qna_list .qna_answer span {
  display: block;
  position: absolute;
  left: 35px;
  color: transparent;
  font-size: 0;
}
.qna_list .qna_question span {
  top: 50%;
  width: 34px;
  height: 28px;
  transform: translateY(-50%);
}
.qna_list .qna_question svg {
  display: block;
  width: 34px;
  height: 28px;
}
.qna_list .qna_question strong {
  display: block;
  color: #000;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}
.qna_list .qna_answer {
  border-top: 1px solid #e5e5e5;
}
.qna_list .qna_answer span {
  display: block;
  position: absolute;
  top: 30px;
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 100%;
}
.qna_list .qna_answer span svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 16px;
  fill: #fff;
  transform: translate(-50%, -50%);
}
.qna_list .qna_answer .author_btn_area {
  margin: 10px 0 0;
  text-align: right;
}
.qna_list .qna_answer .link_button {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 5px 20px;
  color: #000;
  font-family: PP;
  font-size: 14px;
  font-weight: 300;
}
.qna_list .qna_answer .link_button svg {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 16px 0 0;
}
/* 이미지 게시물 목록 */
.photo_list {
  display: flex;
  width: calc(100% + 60px);
  max-width: inherit;
  margin: 60px 0 60px -60px;
  padding: 0 0 50px;
  border-bottom: 1px solid #000;
}
.photo_list li {
  flex-shrink: 0;
  width: calc(20% - 60px);
  height: auto;
  margin: 0 0 30px 60px;
}
.photo_list li a {
  display: block;
  width: 100%;
}
.photo_list .image {
  width: 100%;
  margin: 0 0 20px;
}
.photo_list .image.no-image {
  position: relative;
  height: 320px;
  background: #ededed;
}
.photo_list .image.no-image svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 78px;
  height: 88px;
  fill: #fff;
  transform: translate(-50%, -50%);
}
.photo_list .image img {
  width: 100%;
  height: auto;
}
.photo_list.arrange_four_pieces {
  width: calc(100% + 33px);
  margin: 60px 0 60px -33px;
}
.photo_list.arrange_four_pieces li {
  width: calc(25% - 33px);
  margin: 0 0 30px 33px;
}
.photo_list.arrange_four_pieces li a {
  position: relative;
  overflow: hidden;
}
.photo_list.arrange_four_pieces li a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: all 0.5s;
}
.photo_list.arrange_four_pieces li a:hover:before,
.photo_list.arrange_four_pieces li a:focus:before {
  opacity: 1;
}
.photo_list.arrange_four_pieces li a:hover .exhibit_information,
.photo_list.arrange_four_pieces li a:focus .exhibit_information {
  top: 50%;
  opacity: 1;
}
.photo_list.arrange_four_pieces li .image {
  width: 100%;
  height: auto;
  margin: 0;
}
.photo_list .author_information span {
  display: block;
}
.photo_list .author_information .name_eng {
  margin: 0 0 10px;
  color: #969696;
  font-family: Georgia;
  font-size: 16px;
  line-height: 18px;
}
.photo_list .author_information .name {
  color: #000;
  font-size: 24px;
  line-height: 26px;
}
.photo_list .exhibit_information {
  position: absolute;
  top: 120%;
  left: 15px;
  right: 15px;
  width: calc(100% - 30px);
  z-index: 2;
  transform: translateY(-55%);
  opacity: 0;
  transition: all 0.5s;
}
.photo_list .exhibit_information span {
  display: block;
  color: #fff;
  text-align: center;
}
.photo_list .exhibit_information .exhibit_name {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}
.photo_list .exhibit_information .author_name {
  line-height: 18px;
}
/* 작가목록 */
.author-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: calc(100% + 20px);
  margin: 30px 0 0 -20px;
}
.author-list li {
  display: flex;
  flex: 0 0 calc(25% - 20px);
  width: calc(25% - 20px);
  margin: 0 0 20px 20px;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  line-height: 0;
}
.author-list li a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 20px 80px 20px 30px;
  box-sizing: border-box;
  font-size: 0;
}
.author-list li a::before {
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
}
.author-list li a .image {
  display: flex;
  align-items: center;
  position: absolute;
  top: 5px;
  right: -100px;
  bottom: 5px;
  opacity: 0;
  width: 80px;
  height: calc(100% - 10px);
  background: #fafafa;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: opacity 1s ease, right 0.5s ease;
}
.author-list li a .image img,
.author-list li a .image svg {
  display: block;
  margin: 0 auto;
}
.author-list li a .image img {
  max-width: 90%;
  max-height: 90%;
}
.author-list li a .image svg {
  max-width: 70%;
  max-height: 70%;
}
.author-list li a .author_information {
  display: inline-block;
  width: calc(100% - 1px);
  font-size: 16px;
  line-height: 20px;
  vertical-align: middle;
}
.author-list li a:hover .image {
  right: 5px;
  opacity: 1;
}
/* 게시물 상세보기 - 테이블 */
.rental_detail_view {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.board-view {
  border-top: 1px solid #000;
}
.board-view tbody th,
.board-view tbody td {
  padding: 23px 0;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.board-view tbody th {
  color: #000;
}
.board-view tbody td {
  color: #666;
}
/* 게시판 상세 보기 - 기본 */
.post_view {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 0;
}
.post_view.artfair_view {
  width: 100%;
  max-width: 1600px;
}
.post_view.author_view {
  max-width: 1600px;
}
.post_view .title {
  display: block;
  margin: 0 0 44px;
  color: #000;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}
.post_view .title:before {
  display: block;
  width: 1px;
  height: 48px;
  margin: 0 auto 50px;
  background: #ebebeb;
}
.post_view .post_info {
  margin: 0 0 60px;
  font-size: 0;
  text-align: center;
}
.post_view .date {
  display: inline-block;
  color: #969696;
  font-family: Georgia;
  font-size: 16px;
}
.post_view .post_content {
  padding: 80px 190px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.post_view .post_content .post_image_area {
  display: block;
  margin: 0 0 30px;
  text-align: center;
}
.post_view .post_content .post_image_area .image_wrap {
  display: inline-block;
  position: relative;
  width: auto;
}
.post_view .post_content .post_image_area .zoom {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
  opacity: 0.5;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  transition: all 0.3s;
}
.post_view .post_content .post_image_area .zoom:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  background: url(../../site/main/images/contents/development_icon_bg.svg) no-repeat 0 -249px;
  background-size: 100% auto;
  transform: translate(-50%, -50%);
}
.post_view .post_content .post_image_area .zoom span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}
.post_view .post_content .post_image_area .zoom:hover {
  opacity: 1;
}
.post_view .post_content .post_image_area + .post_text_area {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 40px;
}
.post_view .post_content .post_text_area .youtube_frame {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 50px;
  padding-top: 56.25%;
}
.post_view .post_content .post_text_area .youtube_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post_view .post_content .attachment_list {
  padding: 20px 0 0;
  border-top: 1px solid #d9d9d9;
}
.post_view .post_arrow {
  margin: 70px 0 0;
}
.post_view .post_arrow:after {
  content: '';
  display: block;
  clear: both;
}
.post_view .post_arrow a {
  display: block;
  position: relative;
  border-radius: 16px;
  font-family: PP;
  font-size: 14px;
  font-weight: 300;
}
.post_view .post_arrow a:hover {
  background: #000;
  color: #fff;
}
.post_view .post_arrow a:hover svg {
  fill: #fff;
}
.post_view .post_arrow a.link_prev {
  margin: 0 15px 0 0;
  padding: 0 10px 0 60px;
}
.post_view .post_arrow a.link_prev svg {
  left: 10px;
}
.post_view .post_arrow a.link_next {
  margin: 0 0 0 15px;
  padding: 0 60px 0 10px;
}
.post_view .post_arrow a.link_next svg {
  right: 10px;
}
.post_view .post_arrow .link_prev {
  float: left;
}
.post_view .post_arrow .link_next {
  float: right;
}
.post_view .post_arrow svg {
  display: block;
  position: absolute;
  top: 50%;
  width: 22px;
  height: 12px;
  transform: translateY(-50%);
}
.post_view .board_move_link {
  font-size: 0;
  text-align: center;
}
.board_view_visual {
  position: relative;
}
.board_view_visual .visualBackgroundRenewal img {
  width: 100%;
  height: auto;
  max-width: initial;
  max-height: initial;
}
.board_view_visual .sub_header {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}
[data-lazy-load="list"] > li > button {
  opacity: 0;
  transform: translateY(150px);
  transition: opacity 1.5s ease, transform 1.5s ease;
}
[data-lazy-load="list"] > li.target-show > * {
  opacity: 1;
  transform: translateY(0);
}
.visual_view {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: initial;
  padding: 1px 0 0;
}
.visual_view h4 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}
.visual_view .title {
  display: block;
  width: 100%;
  max-width: 1600px;
  margin: -70px auto 70px;
  text-align: left;
}
.visual_view .title:before {
  display: none;
}
.visual_view .title .space {
  display: inline-block;
  margin: 0 0 80px;
  padding: 60px 10px 10px 50px;
  background: #000;
  color: #fff;
  font-family: Georgia;
  font-size: 32px;
  font-weight: bold;
  line-height: 34px;
  text-align: right;
}
.visual_view .title .space_title {
  display: block;
  font-family: PP,PTD;
  font-size: 60px;
  font-weight: 500;
  line-height: 62px;
}
.visual_view article h5 {
  color: #000;
  font-family: PP;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
.visual_view .exhibition_detail,
.visual_view .author_note,
.visual_view .author_about {
  width: calc(100% - 200px);
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0 0 200px;
}
.visual_view .exhibit_review,
.visual_view .exhibit_vr {
  position: relative;
  width: calc(100% - 200px);
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 0 200px;
}
.visual_view .exhibit_review h5,
.visual_view .exhibit_vr h5 {
  position: absolute;
  top: 0;
  left: 0;
}
.visual_view .exhibition_detail {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  margin: 0 auto 200px;
}
.visual_view .exhibition_detail:after {
  content: '';
  display: block;
  clear: both;
}
.visual_view .exhibition_detail h5 {
  flex: 0 0 100%;
  margin: 0 0 20px;
}
.visual_view .exhibition_detail .exhibition_information,
.visual_view .exhibition_detail .exhibition_data_link {
  display: block;
  float: left;
}
.visual_view .exhibition_detail .exhibition_information {
  flex: 0 0 400px;
  width: 400px;
  height: 137px;
  padding: 12px 0 0;
  border-bottom: 1px solid #000;
}
.visual_view .exhibition_detail .exhibition_information.intro_link_use {
  height: auto;
  border-bottom: none;
}
.visual_view .exhibition_detail .exhibition_information > li {
  display: block;
  margin: 0 0 15px;
  color: #000;
}
.visual_view .exhibition_detail .exhibition_information > li span {
  display: inline-block;
  margin: 0 17px 0 0;
  color: #adadad;
}
.visual_view .exhibition_detail .exhibition_information > li.exhibition_intro_link {
  margin: 50px 0 0;
}
.visual_view .exhibition_detail .exhibition_information > li.exhibition_intro_link a {
  display: block;
  height: 60px;
  padding: 21px 0 0;
  background: #000;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}
.visual_view .exhibition_detail .exhibition_information > li.exhibition_intro_link a span,
.visual_view .exhibition_detail .exhibition_information > li.exhibition_intro_link a svg {
  display: inline-block;
  width: auto;
  margin: 0;
  color: #fff;
}
.visual_view .exhibition_detail .exhibition_information > li.exhibition_intro_link a svg {
  width: 16px;
  height: 16px;
  margin: 0 0 0 10px;
  fill: #fff;
}
.visual_view .exhibition_detail .exhibition_data_link {
  display: flex;
  flex: 0 0 calc(100% - 600px);
  justify-content: right;
  width: calc(100% - 600px);
  margin: 0 0 0 200px;
}
.visual_view .exhibition_detail .exhibition_data_link:after {
  content: '';
  display: block;
  clear: both;
}
.visual_view .exhibition_detail .exhibition_data_link li {
  flex: 0 0 calc(25% - 70px);
  width: calc(25% - 70px);
  margin: 0 0 0 70px;
}
.visual_view .exhibition_detail .exhibition_data_link a {
  display: block;
  position: relative;
  height: 46px;
  padding: 61px 0 41px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
}
.visual_view .exhibition_detail .exhibition_data_link a span {
  display: block;
}
.visual_view .exhibition_detail .exhibition_data_link a div {
  display: inline-block;
  vertical-align: bottom;
}
.visual_view .exhibition_detail .exhibition_data_link a div.single_line {
  margin: 22px 0 0;
}
.visual_view .exhibition_detail .exhibition_data_link a svg {
  display: block;
  position: absolute;
  top: 87px;
  right: 0;
  width: 12px;
  height: 12px;
  fill: #000;
}
.visual_view .exhibition_detail .exhibition_data_link a svg.download {
  width: 14px;
  height: 14px;
}
.visual_view .exhibition_detail .exhibition_data_link a svg.ebook {
  width: 10px;
  height: 10px;
}
.visual_view .exhibition_detail .exhibition_data_link .ebook_wrap {
  display: block;
  position: relative;
  height: 90px;
  padding: 34px 0 24px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
}
.visual_view .exhibition_detail .exhibition_data_link .ebook_wrap .artNm {
  display: block;
  margin: 0 0 15px;
}
.visual_view .exhibition_detail .exhibition_data_link .ebook_wrap a {
  position: relative;
  height: auto;
  margin: 5px 0;
  padding: 0;
  border-top: none;
  border-bottom: none;
}
.visual_view .exhibition_detail .exhibition_data_link .ebook_wrap a svg {
  top: 5px;
}
.visual_view .exhibition_detail.exbiNo64 .exhibition_information {
  height: 170px;
}
.visual_view .exhibition_detail.exbiNo64 .exhibition_data_link {
  width: calc(100% - 500px);
  margin: 0 0 0 100px;
}
.visual_view .exhibition_detail.exbiNo64 .exhibition_data_link li {
  width: calc(25% - 50px);
  margin: 0 0 0 50px;
}
.visual_view .exhibition_detail.exbiNo64 .exhibition_data_link .ebook_wrap {
  height: 125px;
}
.visual_view .author_note {
  position: relative;
  z-index: 0;
  margin: 0 auto 80px;
  padding: 85px 0 0 200px;
}
.visual_view .author_note:before {
  display: block;
  position: absolute;
  top: 0;
  left: 200px;
  width: 50px;
  height: 35px;
  background: url(../../site/main/images/contents/development_icon_bg.svg) no-repeat 0 -1461px;
  background-size: 100% auto;
}
.visual_view .author_note h5 {
  display: inline-block;
  position: relative;
  margin: 0 0 15px;
}
.visual_view .author_note p {
  display: block;
  color: #000;
  font-size: 36px;
  line-height: 50px;
}
.visual_view .author_note p:before {
  display: none;
}
.visual_view .author_about h5,
.visual_view .author_exhibit h5 {
  position: relative;
  padding: 0;
  margin: 0;
}
.visual_view .author_about h5:before,
.visual_view .author_exhibit h5:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 150px;
  width: 150px;
  height: 1px;
  background: #000;
}
.visual_view .author_about {
  margin: 0 auto 150px;
}
.visual_view .author_about p {
  margin: 40px 0 0 150px;
}
.visual_view .author_exhibit {
  width: calc(100% - 200px);
  max-width: 1400px;
  margin: 0 auto 160px;
  padding: 0 0 0 200px;
}
.visual_view .exhibit_review {
  margin: 0 auto 140px;
}
.visual_view .exhibit_review p {
  color: #666;
  font-size: 17px;
  font-style: italic;
  line-height: 29px;
}
.visual_view .exhibit_vr {
  margin: 0 auto 170px;
}
.visual_view .exhibit_vr .vr_list {
  width: calc(100% + 60px);
  margin: 0 0 0 -60px;
}
.visual_view .exhibit_vr .vr_list:after {
  content: '';
  display: block;
  clear: both;
}
.visual_view .exhibit_vr .vr_list li {
  display: block;
  float: left;
  width: calc(33.333333% - 60px);
  margin: 0 0 0 60px;
  vertical-align: top;
}
.visual_view .exhibit_vr .vr_list .image {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 30px;
}
.visual_view .exhibit_vr .vr_list .image img {
  width: 100%;
}
.visual_view .exhibit_vr .vr_list .image svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 35px;
  transform: translate(-50%, -50%);
  fill: #fff;
}
.visual_view .board_move_link {
  text-align: center;
}
.visual_view .board_move_link .board_button {
  width: calc(100% - 40px);
  max-width: 360px;
  margin: 0 20px;
}
.author_view h4 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}
.author_view h4,
.brief_history h5 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}
.author_introduction {
  margin: 0 0 55px;
  padding: 0.01% 0 0;
}
.author_introduction .name,
.author_introduction .birth {
  display: block;
  width: 100%;
  max-width: 1600px;
  text-align: center;
}
.author_introduction .name {
  margin: 50px auto 0;
  color: #000;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
}
.author_introduction .name .eng_name {
  display: inline-block;
  margin: 0 0 0 10px;
  font-family: PP;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
}
.author_introduction .birth {
  margin: 20px auto 60px;
  color: #969696;
  font-family: Georgia;
  font-size: 16px;
  line-height: 18px;
}
.author_introduction .birth:after {
  display: block;
  width: 1px;
  height: 48px;
  margin: 25px auto 0;
  background: #969696;
}
.author_introduction .photo {
  display: block;
  position: relative;
  width: 100%;
  min-height: 172px;
  text-align: center;
}
.author_introduction .photo .photo_background {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  overflow: hidden;
  color: #f7f7f7;
  font-family: Georgia;
  font-size: 170px;
  font-weight: 600;
  line-height: 220px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}
.author_introduction .photo .image {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 272px;
}
.author_introduction .photo .image img {
  width: 100%;
  height: auto;
}
.author_introduction .intro_text {
  width: 100%;
  max-width: 1200px;
  margin: 90px auto 0;
  padding: 0 0 120px;
  border-bottom: 1px solid #000;
}
.author_introduction .intro_text p {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.author_introduction .intro_text p:before {
  display: block;
  width: 50px;
  height: 36px;
  margin: 0 auto 55px;
  background: url(../../site/main/images/contents/development_icon_bg.svg#quot) no-repeat 0 -1460px;
  background-size: 100% auto;
}
.brief_history {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 110px;
  padding: 0 0 45px;
  border-bottom: 1px solid #000;
}
.brief_history .visible_wrap {
  position: relative;
  height: auto;
  overflow: hidden;
}
.brief_history .visible_wrap.hidden_wrap {
  height: 755px;
  transition: all 0.3s;
}
.brief_history .visible_wrap.hidden_wrap:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: #fff;
  background: linear-gradient(0deg, #ffffff 0%, #ffffff 25%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  transition: all 0.3s;
}
.brief_history .visible_wrap.hidden_wrap.active:after {
  opacity: 0;
}
.brief_history .title {
  display: block;
  margin: 0 0 10px;
  font-size: 16px;
  text-align: left;
}
.brief_history .title:before {
  display: none;
}
.brief_history .post {
  position: relative;
  margin: 0 0 35px;
  color: #666;
  font-size: 16px;
  line-height: 18px;
}
.brief_history .post .year {
  display: inline-block;
  width: 40px;
  margin: 0 10px 0 0;
  text-align: right;
}
.brief_history p.post {
  line-height: 28px;
}
.brief_history ul.post li {
  position: relative;
  margin: 0 0 10px;
}
.brief_history .expansion_button {
  display: none;
  width: 400px;
  margin: 10px auto 0;
  padding: 15px;
  border: 1px solid #000;
  text-align: center;
  box-sizing: border-box;
}
.brief_history .expansion_button:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 3px 25px 0 0;
  background: url(../../site/main/images/contents/development_icon_bg.svg) no-repeat 0 -339px;
  background-size: 100% auto;
  vertical-align: top;
}
.brief_history .expansion_button span {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  vertical-align: middle;
}
.brief_history .expansion_button.active:before {
  height: 2px;
  margin: 10px 25px 0 0;
  background-position: 0 -345px;
}
.brief_history .hidden_wrap + .expansion_button {
  display: block;
}
.author_view .work_list h5,
.author_view .exhibition_list h5 {
  margin: 0 0 50px;
  color: #000;
  font-family: Georgia;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}
.author_view .work_list,
.author_view .exhibition_list {
  position: relative;
  width: 100%;
  max-width: 1600px;
}
.author_view .work_list .slide_list,
.author_view .exhibition_list .slide_list {
  width: 100%;
  overflow: hidden;
}
.author_view .work_list .slide_list:after,
.author_view .exhibition_list .slide_list:after {
  content: '';
  display: block;
  clear: both;
}
.author_view .work_list.slide_none .slide_list,
.author_view .exhibition_list.slide_none .slide_list {
  font-size: 0;
  text-align: center;
}
.author_view .work_list.slide_none .list_item,
.author_view .exhibition_list.slide_none .list_item {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.author_view .work_list .list_item,
.author_view .exhibition_list .list_item {
  display: block;
  float: left;
}
.author_view .work_list .list_item a,
.author_view .exhibition_list .list_item a {
  display: block;
  position: relative;
  overflow: hidden;
  width: calc(100% - 60px);
  height: auto;
  margin: 0 30px;
  padding: 0;
}
.author_view .work_list .slide_count,
.author_view .exhibition_list .slide_count {
  display: none;
  margin: 50px 0 0;
  color: #808080;
  font-family: Georgia;
  font-size: 15px;
  text-align: center;
}
.author_view .work_list .slide_count .current,
.author_view .exhibition_list .slide_count .current {
  color: #000;
}
.author_view .work_list .slide_arrows,
.author_view .exhibition_list .slide_arrows {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
}
.author_view .work_list .slide_arrows button,
.author_view .exhibition_list .slide_arrows button {
  display: block;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 72px;
  transform: translateY(0);
}
.author_view .work_list .slide_arrows button span,
.author_view .exhibition_list .slide_arrows button span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}
.author_view .work_list .slide_arrows button svg,
.author_view .exhibition_list .slide_arrows button svg {
  width: 36px;
  height: 72px;
}
.author_view .work_list .slide_arrows button.previous,
.author_view .exhibition_list .slide_arrows button.previous {
  left: -80px;
}
.author_view .work_list .slide_arrows button.next,
.author_view .exhibition_list .slide_arrows button.next {
  right: -80px;
}
.author_view .work_list {
  margin: 0 auto 130px;
}
.author_view .work_list .list_item {
  width: 20%;
}
.author_view .work_list .list_item a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.5s;
}
.author_view .work_list .list_item a .image {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
}
.author_view .work_list .list_item a .text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  transform: translateY(350%);
  opacity: 0;
  transition: all 0.5s;
}
.author_view .work_list .list_item a .work_title {
  display: block;
  margin: 0 15px 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}
.author_view .work_list .list_item a .work_date {
  display: block;
  font-family: PP;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}
.author_view .work_list .list_item a:hover:before {
  opacity: 1;
}
.author_view .work_list .list_item a:hover .text {
  opacity: 1;
  transform: translateY(-50%);
  animation: workText 0.7s alternate;
}
@keyframes workText {
  0% {
    opacity: 0;
    transform: translateY(350%);
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
  }
}
.author_view .exhibition_list {
  margin: 0 auto 100px;
}
.author_view .exhibition_list .list_item {
  width: 25%;
}
.author_view .exhibition_list .list_item .image {
  position: relative;
  width: 100%;
  height: 340px;
  overflow: hidden;
  background: #000;
}
.author_view .exhibition_list .list_item .image.no-image svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 78px;
  height: 88px;
  fill: #fff;
  transform: translate(-50%, -50%);
}
.author_view .exhibition_list .list_item .image img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.author_view .exhibition_list .list_item .exhibit_title {
  display: block;
  margin: 20px 5px 0;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}
.author_view .exhibition_list .list_item .exhibit_date {
  display: block;
  margin: 15px 5px 0;
  color: #666;
  font-family: PP;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  text-align: center;
}
.author_view .authorExhibit_detail_list {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  /*.exhibit_count{display:block;width:100%;max-width:1600px;margin:15px auto;color:#808080;font-family:Georgia;font-size:16px;line-height:18px;text-align:center;
      .current{color:#000;}
    }*/
  /*.slide_button{position:absolute;top:50%;left:50%;width:100%;max-width:1810px;height:0;transform:translateX(-50%);
      button{display:block;position:absolute;top:0;width:90px;height:104px;transform:translateY(-50%);
        &.slide_prev{left:0;}
        &.slide_next{right:0;}
      }
      svg{display:block;position:absolute;top:50%;left:50%;width:36px;height:72px;transform:translate(-50%, -50%);}
      span{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip-path:polygon(0 0,0 0,0 0);}
    }*/
}
.author_view .authorExhibit_detail_list .close_button {
  display: block;
  position: relative;
  width: 46px;
  height: 46px;
  margin: 28px auto 0;
  background: #000;
  border-radius: 100%;
}
.author_view .authorExhibit_detail_list .close_button svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  fill: #fff;
}
.author_view .authorExhibit_detail_list .close_button span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}
.author_view .authorExhibit_detail_list .detail_item_wrap {
  width: 100%;
  max-width: 1600px;
  height: calc(100% - 114px);
  margin: 20px auto;
  overflow: hidden;
  text-align: center;
  /*.slick-list,.slick-track,.slick-slide,.slick-slide > div{height:100%;}*/
}
.author_view .authorExhibit_detail_list .detail_item_wrap .list_item {
  float: none;
  width: calc(100% - 10px);
  height: 100%;
  margin: 0 5px;
}
.author_view .authorExhibit_detail_list .detail_item_wrap .image {
  position: relative;
  width: 100%;
  height: calc(100% - 66px);
  margin: 0 0 20px;
  text-align: center;
}
.author_view .authorExhibit_detail_list .detail_item_wrap .image img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
.author_view .authorExhibit_detail_list .image_information {
  width: 100%;
  text-align: center;
}
.author_view .authorExhibit_detail_list .image_information span {
  display: block;
  color: #000;
}
.author_view .authorExhibit_detail_list .image_information .exhibit_title {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 20px;
}
.author_view .authorExhibit_detail_list .image_information .exhibit_name {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 18px;
}
.author_view .authorExhibit_detail_list .image_information .exhibit_info {
  margin: 0 0 25px;
  color: #666;
  font-size: 14px;
  line-height: 16px;
}
.author_view .authorExhibit_detail_list .image_information .info_link {
  font-size: 0;
  text-align: center;
}
.author_view .authorExhibit_detail_list .image_information .info_link a {
  display: inline-block;
  width: 198px;
  margin: 0 10px;
  padding: 12px 0;
  border: 1px solid #000;
  color: #000;
  font-size: 16px;
  line-height: 18px;
}
.artfair_view h4,
.artfair_view h5 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}
.artfair_view .work_detail .work_image {
  position: relative;
  width: 100%;
  max-width: 1600px;
  height: 725px;
  overflow: hidden;
  margin: 0 auto 60px;
}
.artfair_view .work_detail .work_image img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
.artfair_view .work_detail .work_image.no-image {
  background: #000;
}
.artfair_view .work_detail .work_image.no-image svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 78px;
  height: 88px;
  fill: #fff;
  transform: translate(-50%, -50%);
}
.artfair_view .work_detail .work_image .image_original {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 75px;
  padding: 5px 10px 8px 40px;
  background: rgba(0, 0, 0, 0.7);
  transform: translateX(-50%);
  color: #fff;
  opacity: 0.8;
  /*&:after{display:block;position:absolute;left:0;bottom:0;width:100%;height:1px;background:#fff;}*/
}
.artfair_view .work_detail .work_image .image_original svg {
  display: block;
  position: absolute;
  top: 8px;
  left: 10px;
  width: 20px;
  height: 20px;
  fill: #fff;
}
.artfair_view .work_detail .work_post a {
  color: #333;
}
.artfair_view .work_detail .work_post a:after {
  display: block;
  width: 0;
  height: 1px;
  background: #000;
  transition: all 0.3s;
}
.artfair_view .work_detail .work_post a svg {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 0 0 15px;
  vertical-align: middle;
}
.artfair_view .work_detail .work_post a:hover:after {
  width: 100%;
}
.artfair_view .work_detail .work_post .title {
  display: block;
  margin: 0 auto 80px;
  text-align: center;
}
.artfair_view .work_detail .work_post .title:before {
  display: none;
}
.artfair_view .work_detail .work_post .title strong {
  display: block;
  margin: 0 0 20px;
  font-size: 32px;
  line-height: 34px;
}
.artfair_view .work_detail .work_post .title a {
  color: #000;
  font-size: 18px;
  line-height: 20px;
}
.artfair_view .work_detail .work_post .work_information {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 35px;
  padding: 0 0 25px;
  border-bottom: 1px solid #000;
}
.site-smc .artfair_view .work_detail .work_post .work_information{font-size:20px;line-height:22px;}
.artfair_view .work_detail .work_post .work_information li {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 80px;
  color: #333;
  font-weight: 400;
}
.artfair_view .work_detail .work_post .work_information strong {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  color: #000;
  font-weight: 500;
}
.artfair_view .work_detail .work_post .work_explanation {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px;
  color: #888;
}
.site-smc .artfair_view .work_detail .work_post .work_explanation{font-size:20px;line-height:30px;}
.artfair_view .work_detail .work_post .contact_information {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 80px;
  padding: 100px 0;
  background: #f7f7f7;
}
.artfair_view .work_detail .work_post .contact_information .info_wrap {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.artfair_view .work_detail .work_post .contact_information strong {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  font-family: PP;
  font-weight: 400;
}
.artfair_view .work_detail .work_post .contact_information ul {
  margin: 0 0 0 200px;
}
.artfair_view .work_detail .work_post .contact_information li {
  margin: 20px 0 0;
  color: #888;
}
.artfair_view .work_detail .work_post .contact_information li:first-child {
  margin: 0;
}
.artfair_view .work_detail .work_post .contact_information span {
  display: block;
  margin: 0 0 5px;
  color: #000;
  font-weight: 500;
}
.artfair_view .work_detail .work_post .contact_information a {
  color: #888;
}
.artfair_view .work_detail .work_post .contact_information a:after {
  display: none;
}
.board_move_link .link_button,
.board_link_wrap .link_button {
  display: inline-block;
  margin: 0 20px;
  padding: 5px 20px;
  color: #000;
  font-family: PP;
  font-size: 14px;
  font-weight: 300;
}
.board_move_link .link_button svg,
.board_link_wrap .link_button svg {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 16px 0 0;
}
.board_link_wrap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.board_link_wrap:after {
  content: "";
  display: table;
  clear: both;
}
.board_link_wrap .left,
.board_link_wrap .right {
  display: block;
  width: 50%;
}
.board_link_wrap .left {
  float: left;
}
.board_link_wrap .left .link_button {
  margin: 0 20px 0 0;
}
.board_link_wrap .right {
  float: right;
  text-align: right;
}
.board_link_wrap .right .link_button {
  margin: 0 0 0 20px;
}
.board_button {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 360px;
  padding: 20px;
  background: #fff;
  border: 1px solid #333;
  box-sizing: border-box;
  line-height: 18px;
  vertical-align: top;
}
.board_button:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  transition: 0.3s ease-out;
}
.board_button span {
  display: inline-block;
  position: relative;
  color: #000;
  font-size: 16px;
  line-height: 18px;
  transition: 0.3s;
}
.board_button svg {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 2px 15px 0 0;
  fill: #000;
  vertical-align: top;
  transition: 0.3s;
}
.board_button.small {
  width: auto;
  max-width: initial;
  padding: 7px 14px 9px;
}
.board_button.small span {
  color: #333;
  font-size: 15px;
  line-height: 17px;
}
.board_button.small svg {
  fill: #6a6a6a;
}
.board_button.round {
  border-color: #d9d9d9;
  border-radius: 20px;
  overflow: hidden;
}
.board_button:hover:before {
  width: 100%;
}
.board_button:hover span {
  color: #fff;
  transition: 0.2s 0.1s;
}
.board_button:hover svg {
  fill: #fff;
  transition: 0.2s 0.1s;
}
.board_button.black {
  background: #000;
}
.board_button.black span {
  color: #fff;
}
.board_button.black:before {
  background: #fff;
}
.board_button.black:hover span {
  color: #000;
}
.board_button.black:hover svg {
  fill: #000;
}
.board_button.active:before {
  width: 100%;
}
.board_button.active span {
  color: #fff;
}
.calendar_area .date_title {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
  font-size: 0;
  text-align: center;
}
.calendar_area .date_title button,
.calendar_area .date_title a,
.calendar_area .date_title strong {
  display: inline-block;
  vertical-align: top;
}
.calendar_area .date_title button,
.calendar_area .date_title a {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 10px 0 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  text-align: center;
}
.calendar_area .date_title button svg,
.calendar_area .date_title a svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 10px;
  transform: translate(-50%, -50%);
}
.calendar_area .date_title button span,
.calendar_area .date_title a span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}
.calendar_area .date_title .month {
  margin: 0 35px;
  color: #000;
  font-family: Georgia;
  font-size: 30px;
  font-weight: normal;
  line-height: 36px;
}
.calendar_area .date_wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 20px;
  padding: 19px 0 0;
  border-top: 1px solid #000;
}
.calendar_area .date_wrap:after {
  content: "";
  display: table;
  clear: both;
}
.calendar_area .date_wrap .calendar,
.calendar_area .date_wrap .rental_period {
  display: block;
  float: left;
}
.calendar_area .date_wrap .calendar {
  width: calc(100% - 370px - 60px);
}
.calendar_area .date_wrap .calendar .week:after,
.calendar_area .date_wrap .calendar .date:after {
  content: "";
  display: table;
  clear: both;
}
.calendar_area .date_wrap .calendar .week > li,
.calendar_area .date_wrap .calendar .date > li {
  display: block;
  float: left;
  width: 14.285714%;
  text-align: center;
}
.calendar_area .date_wrap .calendar .week {
  border-bottom: 1px solid #000;
}
.calendar_area .date_wrap .calendar .week li span {
  display: block;
  padding: 29px 0;
  color: #000;
  font-family: PP;
  font-size: 14px;
  line-height: 16px;
}
.calendar_area .date_wrap .calendar .date > li {
  min-height: 134px;
  padding: 5px 0 0;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: content-box;
}
.calendar_area .date_wrap .calendar .date button {
  display: block;
  position: relative;
  width: 100%;
  border: none;
  text-align: center;
}
.calendar_area .date_wrap .calendar .date button span {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  padding: 10px 0;
  /*background:#000;*/
  border: 1px solid transparent;
  box-sizing: border-box;
  border-radius: 100%;
  font-family: Georgia;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}
.calendar_area .date_wrap .calendar .date button.disabled span {
  color: #969696;
}
.calendar_area .date_wrap .calendar .date button.disabled span:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  height: 1px;
  background: #969696;
  transform: translateY(-1px);
}
.calendar_area .date_wrap .calendar .date button.today span {
  border: 1px solid #e6e6e6;
  color: #969696;
}
.calendar_area .date_wrap .calendar .date button.today span:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  height: 1px;
  background: #969696;
  transform: translateY(-1px);
}
.calendar_area .date_wrap .calendar .date button.closed span {
  color: #969696;
}
.calendar_area .date_wrap .calendar .date button[disabled] {
  cursor: not-allowed;
}
.calendar_area .date_wrap .calendar .date button.startDay:before,
.calendar_area .date_wrap .calendar .date button.endDay:before {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: #ededed;
}
.calendar_area .date_wrap .calendar .date button.startDay:before {
  right: 0;
}
.calendar_area .date_wrap .calendar .date button.startDay span {
  background: #000;
  border-color: #000;
  color: #fff;
}
.calendar_area .date_wrap .calendar .date button.endDay:before {
  left: 0;
}
.calendar_area .date_wrap .calendar .date button.endDay span {
  background: #fff;
  border-color: #050505;
  color: #000;
}
.calendar_area .date_wrap .calendar .date button.selectDay {
  background: #ededed;
}
.calendar_area .date_wrap .calendar .date .space_list {
  margin: 7px 0 0;
}
.calendar_area .date_wrap .calendar .date .space_list .reservation {
  display: block;
  margin: 0 0 5px;
  color: #7a7a7a;
  font-size: 13px;
  line-height: 15px;
}
.calendar_area .date_wrap .calendar .date .space_list .reservation:before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 6px 0 0;
  border: 1px solid;
  border-radius: 100%;
  box-sizing: content-box;
}
.calendar_area .date_wrap .calendar .date .space_list .reservation.available:before {
  background: #000;
  border-color: #000;
}
.calendar_area .date_wrap .calendar .date .space_list .reservation.unavailable {
  text-decoration: line-through;
}
.calendar_area .date_wrap .calendar .date .space_list .reservation.unavailable:before {
  background: #fff;
  border-color: #9d9d9d;
}
.calendar_area .date_wrap .calendar .date .space_list .reservation.closed:before {
  display: none;
}
.calendar_area .date_wrap .calendar .calendar_legend {
  margin: 20px 0 0;
  font-size: 0;
}
.calendar_area .date_wrap .calendar .calendar_legend:after {
  content: "";
  display: table;
  clear: both;
}
.calendar_area .date_wrap .calendar .calendar_legend span {
  display: block;
  float: left;
  color: #666;
  font-size: 16px;
  line-height: 18px;
}
.calendar_area .date_wrap .calendar .calendar_legend .reservation {
  position: relative;
  margin: 0 15px 0 0;
  padding: 0 0 0 16px;
}
.calendar_area .date_wrap .calendar .calendar_legend .reservation:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-radius: 100%;
  transform: translatey(-50%);
}
.calendar_area .date_wrap .calendar .calendar_legend .reservation.available:before {
  background: #000;
  border-color: #000;
}
.calendar_area .date_wrap .calendar .calendar_legend .reservation.unavailable {
  text-decoration: line-through;
}
.calendar_area .date_wrap .calendar .calendar_legend .reservation.unavailable:before {
  background: #fff;
  border-color: #9d9d9d;
}
.calendar_area .date_wrap .calendar .calendar_legend .reservation_caution {
  float: right;
  color: #f05;
}
.calendar_area .date_wrap .calendar .calendar_legend .reservation_caution svg {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 2px 5px 0;
  fill: #f05;
  vertical-align: top;
}
.calendar_area .date_wrap .rental_period {
  width: 370px;
  margin: 0 0 0 60px;
}
.calendar_area .date_wrap .rental_period .title {
  display: block;
  margin: 0 0 20px;
  padding: 26px 0;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}
.calendar_area .date_wrap .rental_period .end {
  border-bottom: 1px solid #e5e5e5;
}
.calendar_area .date_wrap .rental_period .day_label {
  display: block;
  margin: 11px 0 20px;
  color: #000;
}
.calendar_area .date_wrap .rental_period .data_date {
  display: block;
  margin: 0 0 36px;
  color: #000;
  font-size: 16px;
  line-height: 18px;
}
.calendar_area .date_wrap .rental_period .data_date .null {
  color: #969696;
}
.calendar_area .date_wrap .rental_period .data_date span {
  display: inline-block;
  margin: 0 10px 0 0;
}
.calendar_area .date_wrap .rental_period .data_date em {
  display: inline-block;
  margin: 0 7px 0 0;
  font-family: Georgia;
  font-size: 24px;
  line-height: 28px;
}
.calendar_area .date_wrap .rental_period .board_button {
  max-width: inherit;
  margin: 40px 0 0;
  text-align: center;
}
.calendar_area .date_wrap .rental_period .board_button svg {
  margin: 2px 0 0 13px;
}
.rental_notice {
  width: 100%;
  max-width: 1600px;
  margin: 74px auto 0;
  padding: 118px 0;
  background: #f7f7f7;
}
.rental_notice .notice_wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.rental_notice .notice_wrap:after {
  content: "";
  display: table;
  clear: both;
}
.rental_notice .notice_wrap .title,
.rental_notice .notice_wrap .text {
  display: block;
  float: left;
}
.rental_notice .notice_wrap .title {
  width: 170px;
  color: #000;
  font-family: PP;
  font-weight: 400;
}
.rental_notice .notice_wrap .text {
  width: calc(100% - 170px - 30px);
  margin: 0 0 0 30px;
}
.rental_notice .notice_wrap .text .text_title {
  display: block;
  margin: 0 0 10px;
  color: #000;
}
.rental_notice .notice_wrap .text .text_title .heading_information {
  display: inline-block;
  margin: 0 0 0 30px;
  color: #a4a4a4;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  vertical-align: bottom;
}
.rental_notice .notice_wrap .text .text_title .heading_information svg {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 1px 7px 0 0;
  fill: #989898;
  vertical-align: top;
}
.rental_notice .notice_wrap .text p {
  position: relative;
  padding: 0 0 0 10px;
  color: #939393;
}
.rental_notice .notice_wrap .text p:before {
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 1px;
  background: #939393;
}
.rental_notice .notice_wrap .text > p,
.rental_notice .notice_wrap .text .notice_list > li {
  margin: 0 0 24px;
}
.rental_notice .notice_wrap .text .notice_list .bg_point_box {
  background: #fff;
}
.rental_notice .notice_wrap .text .notice_list li li {
  position: relative;
  padding: 0 0 0 10px;
  color: #939393;
}
.rental_notice .notice_wrap .text .notice_list li li:before {
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 1px;
  background: #939393;
}
.rental_notice .notice_wrap .text .notice_list li li li:before {
  width: 3px;
  height: 3px;
}
.rental_notice .notice_wrap .text .notice_list li ol li {
  margin: 0;
  padding: 0;
}
.rental_notice .notice_wrap .text .notice_list li ol li:before {
  display: none;
}
.rental_form {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.rental_form .form_division {
  margin: 0 0 67px;
}
.rental_form .select_information {
  padding: 50px 0;
  background: #f7f7f7;
}
.rental_form .select_information:after {
  content: "";
  display: table;
  clear: both;
}
.rental_form .select_information .space_select,
.rental_form .select_information .period_detail {
  display: block;
  float: left;
  box-sizing: border-box;
}
.rental_form .select_information .item_title {
  color: #000;
  font-weight: 500;
}
.rental_form .select_information .space_select {
  position: relative;
  width: 520px;
  padding: 0 70px;
}
.rental_form .select_information .space_select:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 100px;
  background: #969696;
  transform: translateY(-50%);
}
.rental_form .select_information .space_select .space_link {
  display: inline-block;
  position: relative;
  height: 24px;
  padding: 4px 36px 0 0;
  color: #666;
  font-size: 14px;
  line-height: 16px;
}
.rental_form .select_information .space_select .space_link span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: #ededed;
  border-radius: 100%;
  text-align: center;
  vertical-align: top;
}
.rental_form .select_information .space_select .space_link svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  fill: #363636;
  vertical-align: middle;
  transform: translate(-50%, -50%);
}
.rental_form .select_information .space_select .space_list {
  width: calc(100% + 20px);
  margin: 18px 0 0 -20px;
}
.rental_form .select_information .space_select .space_list:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 100px;
  background: #969696;
  transform: translateY(-50%);
}
.rental_form .select_information .space_select .space_list li {
  display: block;
  position: relative;
  float: left;
  width: calc(25% - 20px);
  margin: 0 0 0 20px;
}
.rental_form .select_information .space_select .space_list li input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}
.rental_form .select_information .space_select .space_list li label {
  display: block;
  position: relative;
  width: 100%;
  height: 60px;
  padding: 20px 0 0;
  border: 1px solid #333;
  box-sizing: border-box;
  text-align: center;
}
.rental_form .select_information .space_select .space_list li label:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.rental_form .select_information .space_select .space_list li label span {
  position: relative;
}
.rental_form .select_information .space_select .space_list li label svg {
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  width: 10px;
  height: 10px;
  fill: #fff;
}
.rental_form .select_information .space_select .space_list li input:checked + label:before {
  background: #000;
}
.rental_form .select_information .space_select .space_list li input:checked + label span {
  color: #fff;
}
.rental_form .select_information .space_select .space_list li input:disabled + label {
  border-color: #969696;
  cursor: not-allowed;
}
.rental_form .select_information .space_select .space_list li input:disabled + label span {
  color: #969696;
  text-decoration: line-through;
}
.rental_form .select_information .period_detail {
  width: calc(100% - 520px);
  padding: 0 80px;
}
.rental_form .select_information .period_detail:after {
  content: "";
  display: table;
  clear: both;
}
.rental_form .select_information .period_detail > * {
  display: block;
  float: left;
}
.rental_form .select_information .period_detail .item_title {
  display: block;
  margin: 0 0 35px;
}
.rental_form .select_information .period_detail .period_date {
  color: #000;
}
.rental_form .select_information .period_detail .period_date em {
  display: inline-block;
  margin: 0 8px;
  font-family: Georgia;
  font-size: 24px;
  font-weight: normal;
  line-height: 26px;
}
.rental_form .select_information .period_detail .period_date em.year {
  margin: 0 8px 0 0;
}
.rental_form .select_information .period_detail .period_date.start_date {
  margin: 0 7px 0 0;
}
.rental_form .select_information .period_detail .period_date.end_date {
  margin: 0 0 0 7px;
}
.rental_form .select_information .period_detail .tilde {
  margin: 60px 0 0;
  font-family: Georgia;
  font-size: 24px;
  line-height: 26px;
}
.rental_form .rental_title {
  display: block;
  margin: 0 0 10px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}
.rental_form .agree_conditions {
  border-top: 1px solid #000;
}
.rental_form .agree_conditions > li .button_wrap {
  padding: 18px 29px;
  border-bottom: 1px solid #e5e5e5;
}
.rental_form .agree_conditions > li .button_wrap:after {
  content: "";
  display: table;
  clear: both;
}
.rental_form .agree_conditions > li .button_wrap .custom_check {
  float: left;
}
.rental_form .agree_conditions > li .button_wrap .conditionViewButton {
  float: right;
  position: relative;
  margin: 5px 0 0;
  padding: 0 30px 0 0;
  border: none;
  color: #222;
}
.rental_form .agree_conditions > li .button_wrap .conditionViewButton svg {
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
  width: 10px;
  height: 6px;
  margin: 0 0 0 20px;
  fill: #000;
  transition: all 0.3s;
}
.rental_form .agree_conditions > li .button_wrap .conditionViewButton.active svg {
  transform: rotate(180deg);
}
.rental_form .agree_conditions .conditionTextWrap {
  overflow: hidden;
  overflow-y: auto;
  height: 0;
  background: #f7f7f7;
  transition: all 0.3s;
}
.rental_form .agree_conditions .conditionTextWrap.active {
  height: 305px;
}
.rental_form .agree_conditions .conditionTextWrap .inner_wrap {
  padding: 37px 29px;
  line-height: 30px;
}
.title_float:after {
  content: "";
  display: table;
  clear: both;
}
.title_float > :nth-child(1) {
  float: left;
}
.title_float > :nth-child(2) {
  float: right;
}
.form_comment {
  position: relative;
  margin: 15px 0 0;
  color: #969696;
  font-size: 15px;
  line-height: 23px;
}
.form_comment.exist_icon {
  padding: 0 0 0 21px;
}
.form_comment.exist_icon svg {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  fill: #969696;
}
.information_box.rental_content {
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
}
.information_box.rental_content .information_box_title span svg.line_check {
  width: 24px;
  height: 16px;
}
.rental_form_btn {
  text-align: center;
}
.rental_form_btn .board_button {
  text-align: center;
}
.rental_check_form {
  width: 400px;
  margin: 33px auto 0;
  border-top: 1px solid #000;
}
.rental_check_form li {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.rental_check_form li:after {
  content: "";
  display: table;
  clear: both;
}
.rental_check_form li label {
  display: block;
  float: left;
  width: 170px;
  margin: 10px 0 0;
}
.rental_check_form li input {
  display: block;
  float: left;
  width: calc(100% - 170px);
}
.rental_layout {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.rental_companion {
  text-align: center;
}
/* 모달 공통 */
.popup_layer {
  display: none;
  position: fixed;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 450px;
  height: 300px;
  padding: 50px 35px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
  text-align: left;
  transform: translate(-50%, -50%);
}
.popup_layer .title {
  display: block;
  padding: 0 0 10px;
  border-bottom: 1px solid #333;
  color: #000;
}
.popup_layer .text {
  height: calc(100% - 35px - 30px);
  margin: 15px 0;
  overflow-y: auto;
}
.popup_layer .popup_close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border: none;
}
.popup_layer .popup_close svg {
  display: block;
  width: 30px;
  height: 30px;
}
.popup_layer .popup_close span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}
/* 250217 main 스타일추가 */
@keyframes bounceDelay {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
html.detailLayerRenewal-view {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.exhibitListRenewal {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0 110px;
  font-size: 0;
}
.exhibitListRenewal .listItem {
  flex: 0 0 25%;
  position: relative;
  width: 25%;
  margin: 0 0 40px;
}
.exhibitListRenewal .listItem .exbiDetailButton,
.exhibitListRenewal .listItem .exbiDetailLink {
  display: block;
  position: relative;
  width: calc(100% - 40px);
  height: 100%;
  margin: 0 0 0 40px;
}
.exhibitListRenewal .listItem .exbiDetailButton::before,
.exhibitListRenewal .listItem .exbiDetailLink::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 50px;
  height: 50px;
  margin: auto;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  transition: z-index 0.2s, opacity 0.5s;
}
.exhibitListRenewal .listItem .exbiDetailButton svg,
.exhibitListRenewal .listItem .exbiDetailLink svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 16px;
  height: 16px;
  margin: auto;
  opacity: 0;
  transition: z-index 0.2s, opacity 0.5s;
}
.exhibitListRenewal .listItem .exbiDetailButton .image,
.exhibitListRenewal .listItem .exbiDetailLink .image {
  display: flex;
  align-items: center;
  height: calc(100% - 45px);
  padding: 14px;
  background: #f2f2f2;
  box-sizing: border-box;
}
.site_cbart-osco .exhibitListRenewal .listItem .exbiDetailButton .image,
.site_cbart-osco .exhibitListRenewal .listItem .exbiDetailLink .image {
  height: auto;
  padding:0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.exhibitListRenewal .listItem .exbiDetailButton .image img,
.exhibitListRenewal .listItem .exbiDetailLink .image img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.exhibitListRenewal .listItem .exbiDetailButton .image.no-image,
.exhibitListRenewal .listItem .exbiDetailLink .image.no-image{min-height:150px;}
.exhibitListRenewal .listItem .exbiDetailButton .image.no-image img,
.exhibitListRenewal .listItem .exbiDetailLink .image.no-image img{width:90px;}
.exhibitListRenewal .listItem .exbiDetailButton .wrkartName,
.exhibitListRenewal .listItem .exbiDetailLink .wrkartName,
.exhibitListRenewal .listItem .exbiDetailButton .authrName,
.exhibitListRenewal .listItem .exbiDetailLink .authrName {
  display: block;
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 16px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.exhibitListRenewal .listItem .exbiDetailButton .authrName,
.exhibitListRenewal .listItem .exbiDetailLink .authrName {
  margin: 3px 0 0;
}
.exhibitListRenewal .listItem .exbiDetailButton:hover::before,
.exhibitListRenewal .listItem .exbiDetailLink:hover::before {
  z-index: 0;
  opacity: 0.8;
}
.exhibitListRenewal .listItem .exbiDetailButton:hover svg,
.exhibitListRenewal .listItem .exbiDetailLink:hover svg {
  z-index: 1;
  opacity: 1;
}
.exhibitListRenewal .detailLayerRenewal {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(230, 230, 230, 0.95);
}
.exhibitListRenewal .detailLayerRenewal::-webkit-scrollbar {
  width: 6px;
}
.exhibitListRenewal .detailLayerRenewal::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}
.exhibitListRenewal .detailLayerRenewal::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 6px;
}
.exhibitListRenewal .detailLayerRenewal::-webkit-scrollbar-button {
  display: none;
}
.exhibitListRenewal .detailLayerRenewal .closeButton {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  transition: width 0.4s, height 0.4s;
}
.exhibitListRenewal .detailLayerRenewal .closeButton em {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  opacity: 1;
  background: #000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s;
}
.exhibitListRenewal .detailLayerRenewal .closeButton svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  fill: #fff;
}
.exhibitListRenewal .detailLayerRenewal .closeInformation {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 52%;
  z-index: 1;
  padding: 10px 35px;
  background: #000000;
  border-radius: 30px;
  transition: opacity 0.4s;
}
.exhibitListRenewal .detailLayerRenewal .closeInformation p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.exhibitListRenewal .detailLayerRenewal .closeInformation p strong {
  color: #ffd700;
}
.exhibitListRenewal .detailLayerRenewal .closeInformation svg {
  display: block;
  position: absolute;
  top: 50%;
  left: -10px;
  width: 14px;
  height: 16px;
  transform: translateY(-50%);
}
.exhibitListRenewal .detailLayerRenewal .scrollWrap {
  display: block;
  position: relative;
  height: calc(100% - 50px);
  margin: 50px 0 0;
}
.exhibitListRenewal .detailLayerRenewal .scrollWrap::before,
.exhibitListRenewal .detailLayerRenewal .scrollWrap::after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.1);
}
.exhibitListRenewal .detailLayerRenewal .scrollWrap::before {
  top: 0;
  opacity: var(--before-opacity, 0);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}
.exhibitListRenewal .detailLayerRenewal .scrollWrap::after {
  bottom: 0;
  opacity: var(--after-opacity, 1);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}
.exhibitListRenewal .detailLayerRenewal .scrollWrap .scrollDetail {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.exhibitListRenewal .detailLayerRenewal .scrollWrap .scrollDetail::-webkit-scrollbar {
  width: 6px;
}
.exhibitListRenewal .detailLayerRenewal .scrollWrap .scrollDetail::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}
.exhibitListRenewal .detailLayerRenewal .scrollWrap .scrollDetail::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 6px;
}
.exhibitListRenewal .detailLayerRenewal .scrollWrap .scrollDetail::-webkit-scrollbar-button {
  display: none;
}
.exhibitListRenewal .detailLayerRenewal .imageArea {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: calc(100% - 100px);
  margin: 0 0 35px;
  padding: 40px 0 0;
  font-size: 0;
  line-height: 0;
  text-align: center;
  transition: height 0.4s, margin 0.4s;
}
.exhibitListRenewal .detailLayerRenewal .imageArea img {
  display: inline-block;
  max-width: inherit;
  /*max-height: inherit; 260422 전시 > 작품목록 상세보기 깨져서 max-height:100%로 수정함.*/
  max-height: 100%;
  margin: auto;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
}
.exhibitListRenewal .detailLayerRenewal .imageArea svg {
  display: block;
  position: absolute;
  left: 0;
  bottom: -35px;
  right: 0;
  width: 20px;
  height: 14px;
  margin: 0 auto;
  animation: bounceDelay 1s infinite;
}
.exhibitListRenewal .detailLayerRenewal .imageTitle {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  min-height: 50px;
  padding: 14px 0;
  box-sizing: border-box;
  transform: translateX(-50%);
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.exhibitListRenewal .detailLayerRenewal .imageInformation {
  display: block;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding: 25px;
  overflow: hidden;
  /*background:rgba(255,255,255,.5);*/
  box-sizing: border-box;
  font-size: 16px;
  line-height: 18px;
  transition: bottom 2s;
}
.exhibitListRenewal .detailLayerRenewal .imageInformation .infor-inner-wrap {
  display: inline-block;
  position: relative;
}
.exhibitListRenewal .detailLayerRenewal .imageInformation .infor-inner-wrap > span {
  display: block;
  margin: 0 0 10px;
}
.exhibitListRenewal .detailLayerRenewal .imageInformation .infor-inner-wrap .wrkart-title {
  margin: 0 0 23px;
  font-size: 16px;
  line-height: 18px;
}
.exhibitListRenewal .detailLayerRenewal .imageInformation .infor-inner-wrap .wrkart-name {
  display: flex;
  margin: 0 0 13px;
}
.exhibitListRenewal .detailLayerRenewal .imageInformation .infor-inner-wrap .wrkart-name a {
  display: inline-block;
  margin: 0 0 0 20px;
}
.exhibitListRenewal .detailLayerRenewal .imageInformation .infor-inner-wrap .wrkart-name a:first-child {
  margin: 0;
}
.exhibitListRenewal .detailLayerRenewal .imageInformation .infor-inner-wrap .wrkart-name svg {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 5px 0 0 5px;
  vertical-align: top;
}
.exhibitListRenewal .detailLayerRenewal .imageInformation .infor-inner-wrap .wrkart-info {
  margin: 0 0 40px;
  font-size: 0;
}
.exhibitListRenewal .detailLayerRenewal .imageInformation .infor-inner-wrap .wrkart-info span {
  display: inline-block;
  margin: 0 0 0 10px;
  color: #666;
  font-size: 14px;
  line-height: 16px;
  vertical-align: top;
}
.exhibitListRenewal .detailLayerRenewal .imageInformation .infor-inner-wrap .wrkart-info span:first-child {
  margin: 0;
}
.exhibitListRenewal .detailLayerRenewal .imageInformation .infor-inner-wrap .wrkart-explanation {
  position: relative;
  height: calc(100% - 132px);
  padding: 35px 0 0;
  overflow: hidden;
  box-sizing: border-box;
  border-top: 1px solid #000;
  line-height: 24px;
}
.exhibitListRenewal .detailLayerRenewal .imageInformation .infor-inner-wrap .wrkart-explanation .explan-inner-wrap {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 15px 35px 10px;
  box-sizing: border-box;
}
.exhibitListRenewal .detailLayerRenewal .imageInformation .infor-inner-wrap .wrkart-explanation .explan-inner-wrap::-webkit-scrollbar {
  width: 6px;
}
.exhibitListRenewal .detailLayerRenewal .imageInformation .infor-inner-wrap .wrkart-explanation .explan-inner-wrap::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}
.exhibitListRenewal .detailLayerRenewal .imageInformation .infor-inner-wrap .wrkart-explanation .explan-inner-wrap::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 6px;
}
.exhibitListRenewal .detailLayerRenewal .imageInformation .infor-inner-wrap .wrkart-explanation .explan-inner-wrap::-webkit-scrollbar-button {
  display: none;
}
.exhibitListRenewal .detailLayerRenewal .imageInformation .infor-inner-wrap .wrkart-explanation .explan-inner-wrap > div {
  padding: 20px 0;
  letter-spacing: 0.05em;
  line-height: 36px;
}
.exhibitListRenewal.authorWrkartList {
  justify-content: center;
  width: 100%;
  margin: 0;
}
.exhibitListRenewal.authorWrkartList .listItem .exbiDetailButton {
  margin: 0 20px;
}
.exhibitListRenewal.artfairList {
  width: calc(100% + 40px);
  margin: 60px 0 0 -40px;
  padding: 0 0 50px;
  border-bottom: 1px solid #000;
}
.authrAllView {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.authrAllView .toggleButton {
  display: block;
  position: relative;
  width: 80px;
  height: 24px;
  padding: 3px 20px 0 5px;
  background: #dedede;
  border-radius: 3px;
  text-align: left;
  vertical-align: top;
}
.authrAllView .toggleButton em {
  display: inline-block;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  vertical-align: top;
}
.authrAllView .toggleButton::before,
.authrAllView .toggleButton::after {
  display: block;
  position: absolute;
  background: #333;
  transition: transform 0.2s ease-in;
}
.authrAllView .toggleButton::before {
  top: 10px;
  right: 6px;
  width: 11px;
  height: 1px;
}
.authrAllView .toggleButton::after {
  top: 5px;
  right: 11px;
  width: 1px;
  height: 11px;
}
.authrAllView .toggleButton.active::after {
  transform: rotate(90deg);
}
.authrAllView .toggleLayer {
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  /*overflow:hidden;*/
  z-index: -100;
  opacity: 0;
  background: #f1f3f5;
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.01);
  border-radius: 5px;
  transition: opacity 0.5s ease-in;
}
.authrAllView .toggleLayer > ul {
  min-width: 80px;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
}
.authrAllView .toggleLayer > ul > li {
  margin: 10px 0 0;
  white-space: nowrap;
}
.authrAllView .toggleLayer > ul > li:first-child {
  margin: 0;
}
.authrAllView .toggleButton.active + .toggleLayer {
  z-index: 1;
  opacity: 1;
}
@media screen and (max-width: 1730px) {
  .exhibit_list_detail .detail_item_wrap {
    margin: 0 65px;
  }
  .exhibit_list_detail .slide_button {
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
    transform: translateY(-50%);
  }
  .exhibit_list_detail .slide_button button {
    width: 36px;
  }
}
@media screen and (max-width: 1600px) {
  .page_information {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
  .object_center_wrap {
    width: auto;
    margin: 0 30px;
  }
  .board-list {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
  .board-list.photo_list {
    width: calc(100% + 60px);
    margin: 60px 0 60px -60px;
  }
  .detail_list {
    margin: 60px 30px 0;
  }
  .board_link_wrap {
    width: calc(100% - 40px);
    margin: 20px 20px 0;
  }
  .rental_layout .page_information {
    width: 100%;
    margin: 0;
  }
  .rental_layout .board-list {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 1500px) {
  .exhibit_list_detail .detail_item_wrap .image {
    width: 52%;
  }
  .exhibit_list_detail .detail_item_wrap .image_information {
    width: calc(48% - 60px);
  }
}
@media screen and (max-width: 1430px) {
  .visual_view .title {
    width: calc(100% - 60px);
    margin: -70px 30px 70px;
  }
  .visual_view .exhibition_detail,
  .visual_view .author_note,
  .visual_view .author_about {
    width: calc(100% - 160px);
    margin: 0 30px;
    padding: 0 0 0 100px;
  }
  .visual_view .exhibition_detail {
    margin: 0 30px 200px;
  }
  .visual_view .exhibition_detail .exhibition_data_link {
    flex: 0 0 calc(100% - 500px);
    width: calc(100% - 500px);
    margin: 0 0 0 100px;
  }
  .visual_view .exhibition_detail .exhibition_data_link li {
    flex: 0 0 calc(25% - 40px);
    width: calc(25% - 40px);
    margin: 0 0 0 40px;
  }
  .visual_view .author_note {
    margin: 0 30px 80px;
    padding: 85px 0 0 100px;
  }
  .visual_view .author_note::before {
    left: 105px;
  }
  .visual_view .author_about {
    margin: 0 30px 150px;
  }
  .visual_view .author_exhibit {
    width: calc(100% - 160px);
    margin: 0 30px 150px;
    padding: 0 0 0 100px;
  }
  .visual_view .exhibit_vr {
    width: calc(100% - 360px);
    margin: 0 30px 170px;
    padding: 0 0 0 300px;
  }
}
@media screen and (max-width: 1400px) {
  .visual_view .exhibition_detail .exhibition_information {
    width: calc(100% - 840px);
  }
  .visual_view .exhibition_detail .exhibition_data_link {
    width: 640px;
  }
  .visual_view .exhibition_detail .exhibition_data_link li {
    width: 90px;
  }
  .visual_view .exhibition_detail.exbiNo64 .exhibition_information {
    width: calc(100% - 780px);
  }
  .visual_view .exhibition_detail.exbiNo64 .exhibition_data_link {
    width: 680px;
  }
  .author_view .author_introduction .photo .photo_background {
    font-size: 120px;
    line-height: 170px;
  }
}
@media screen and (max-width: 1300px) {
  .artfair_view .work_image {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
  .artfair_view .work_detail .work_post .title {
    margin: 0 30px 80px;
  }
  .artfair_view .work_detail .work_post .work_information {
    max-width: 800px;
  }
  .artfair_view .work_detail .work_post .work_explanation {
    max-width: 800px;
  }
  .artfair_view .work_detail .work_post .contact_information {
    width: calc(100% - 60px);
    padding: 100px 30px;
  }
}
@media screen and (max-width: 1260px) {
  .rental_layout {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
  .calendar_area {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
  .rental_notice .notice_wrap {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
}
@media screen and (max-width: 1200px) {
  .visual_view .title {
    margin: -50px auto 70px;
  }
  .visual_view .exhibition_detail,
  .visual_view .author_note,
  .visual_view .author_about {
    width: calc(100% - 60px);
    padding: 0;
  }
  .visual_view .exhibition_detail {
    margin: 0 30px 0;
  }
  .visual_view .exhibition_detail.exbiNo64 .exhibition_information {
    width: calc(100% - 700px);
  }
  .visual_view .exhibition_detail.exbiNo64 .exhibition_data_link {
    width: 660px;
    margin: 0 0 0 40px;
  }
  .visual_view .exhibition_detail.exbiNo64 .exhibition_data_link li {
    width: calc(25% - 40px);
    margin: 0 0 0 40px;
  }
  .visual_view .author_note {
    margin: 60px 30px 80px;
    padding: 85px 0 0 0;
  }
  .visual_view .author_note:before {
    left: 0;
  }
  .visual_view .author_about {
    margin: 0 30px 150px;
  }
  .visual_view .author_exhibit {
    width: calc(100% - 60px);
    margin: 0 30px 150px;
    padding: 0;
  }
  .visual_view .exhibit_vr {
    width: calc(100% - 260px);
    padding: 0 0 0 200px;
  }
  .post_view {
    width: calc(100% - 60px);
    margin: 20px 30px 0;
  }
  .post_view.artfair_view,
  .post_view.visual_view {
    width: 100%;
    margin: 0 auto;
  }
  .rental_form .table {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 1160px) {
  .rental_form .select_information .space_select {
    width: 420px;
    padding: 0 30px;
  }
  .rental_form .select_information .period_detail {
    width: calc(100% - 420px);
    padding: 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .exhibitListRenewal .detailLayerRenewal {
    /*&.showAnimation{
        .closeButton{
          em{opacity:.5;}
          &:hover{
            em{opacity:.5;}
            + .closeInformation{display:none;}
          }
        }
      }*/
  }
  .exhibitListRenewal .detailLayerRenewal .closeButton em {
    opacity: 0.5;
  }
  .exhibitListRenewal .detailLayerRenewal .closeButton:hover em {
    opacity: 0.5;
  }
  .exhibitListRenewal .detailLayerRenewal .imageInformation .infor-inner-wrap {
    width: 94%;
    height: 80%;
  }
  .author-list li {
    flex: 0 0 calc(33.333333% - 20px);
    width: calc(33.333333% - 20px);
    margin: 0 0 20px 20px;
  }
}
@media screen and (max-height: 650px) {
  .visual_view .exhibit_list_detail .close_button {
    position: absolute;
    top: 15px;
    left: calc(50% - 45px);
    width: 36px;
    height: 36px;
    margin: 0;
  }
  .visual_view .exhibit_list_detail .exhibit_count {
    position: absolute;
    top: 24px;
    left: calc(50% + 5px);
    width: auto;
    margin: 0;
  }
  .visual_view .exhibit_list_detail .list_height_wrap {
    height: calc(100% - 70px - 10px);
    margin: 70px 0 10px;
  }
  .visual_view .exhibit_list_detail .detail_item_wrap .image {
    height: 100%;
  }
  .visual_view .exhibit_list_detail .detail_item_wrap .image_information {
    height: calc(100% - 30px);
    overflow: hidden;
    padding: 15px 0;
  }
  .visual_view .exhibit_list_detail .detail_item_wrap .image_information .exhibit_explanation {
    position: relative;
    width: calc(100% - 15px);
    height: calc(100% - 117px - 35px - 1px);
    padding: 35px 15px 0 0;
  }
  .visual_view .exhibit_list_detail .detail_item_wrap .image_information .exhibit_explanation:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background: #fff;
    background: linear-gradient(0deg, #ffffff 0%, #ffffff 25%, rgba(255, 255, 255, 0) 100%);
  }
}
@media screen and (max-width: 1000px) {
  .board_search .search_form {
    bottom: -88px;
    min-height: 40px;
  }
  .board_search .search_form.program_form {
    bottom: -84px;
  }
  .board_search .search_form [type='text'] {
    line-height: 40px;
  }
  .board_search .search_form [type='text']::placeholder {
    color: #666;
    font-size: 18px;
    line-height: 20px;
  }
  .detail_list {
    margin: 30px 30px 0;
  }
  .detail_list > li {
    margin: 0 0 30px;
    padding: 0 0 30px;
  }
  .detail_list a div {
    display: block;
    float: none;
  }
  .detail_list a .image,
  .detail_list a .text {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .detail_list a .text {
    padding: 30px 0 0;
  }
  .detail_list a .text .space {
    margin: 0 0 10px;
  }
  .detail_list a .text .title {
    height: auto;
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 24px;
  }
  .board-list.photo_list {
    width: calc(100% + 30px);
    margin: 30px 0 30px -30px;
  }
  .photo_list li {
    width: calc(25% - 30px);
    margin: 0 0 30px 30px;
  }
  .photo_list.arrange_four_pieces li {
    width: calc(33.333333% - 33px);
  }
  .photo_list .author_information .name_eng {
    font-size: 14px;
    line-height: 16px;
  }
  .photo_list .author_information .name {
    font-size: 20px;
    line-height: 22px;
  }
  .photo_list .exhibit_information .exhibit_name {
    font-size: 18px;
    line-height: 22px;
  }
  .visual_view .title {
    margin: -30px auto 70px;
  }
  .visual_view .title .space {
    margin: -1px 0 50px;
    padding: 30px 10px 10px 25px;
    font-size: 24px;
    line-height: 26px;
  }
  .visual_view .title .space_title {
    font-size: 40px;
    line-height: 42px;
  }
  .visual_view .exhibition_detail .exhibition_information {
    flex: 0 0 calc(100% - 620px);
    width: calc(100% - 620px);
  }
  .visual_view .exhibition_detail .exhibition_data_link {
    flex: 0 0 520px;
    width: 520px;
    margin: 0 0 0 100px;
  }
  .visual_view .exhibition_detail .exhibition_data_link li {
    margin: 0 0 0 40px;
  }
  .visual_view .exhibition_detail.exbiNo64 .exhibition_information {
    width: 100%;
    height: 130px;
    border-bottom: none;
  }
  .visual_view .exhibition_detail.exbiNo64 .exhibition_information.intro_link_use {
    position: relative;
    width: calc(100% - 200px);
    height: auto;
    padding: 0 200px 0 0;
  }
  .visual_view .exhibition_detail.exbiNo64 .exhibition_information.intro_link_use li.exhibition_intro_link {
    position: absolute;
    top: 15px;
    right: 0;
    width: 200px;
    height: 40px;
    margin: 0;
  }
  .visual_view .exhibition_detail.exbiNo64 .exhibition_information.intro_link_use li.exhibition_intro_link a {
    max-width: 200px;
    height: 40px;
    padding: 10px 0 0;
  }
  .visual_view .exhibition_detail.exbiNo64 .exhibition_data_link {
    width: calc(100% + 30px);
    margin: 0 0 0 -30px;
  }
  .visual_view .author_note {
    padding: 45px 0 0;
  }
  .visual_view .author_note:before {
    width: 30px;
    height: 21px;
    background-position: 0 -876px;
  }
  .visual_view .author_note p {
    font-size: 22px;
    line-height: 28px;
  }
  .visual_view .author_exhibit .exhibitListRenewal.authorWrkartList .listItem {
    flex: 0 0 33.333333%;
    width: 33.333333%;
  }
  .visual_view .author_exhibit .exhibitListRenewal.artfairList .listItem {
    flex: 0 0 33.333333%;
    width: 33.333333%;
  }
  .visual_view .exhibit_list_detail .detail_item_wrap {
    margin: 0 50px;
  }
  .visual_view .exhibit_list_detail .detail_item_wrap .list_item {
    padding: 0 15px 0 10px;
    overflow-y: auto;
  }
  .visual_view .exhibit_list_detail .detail_item_wrap .list_item::-webkit-scrollbar {
    width: 5px;
  }
  .visual_view .exhibit_list_detail .detail_item_wrap .list_item::-webkit-scrollbar-thumb {
    height: 30%;
    background: #bbb;
    border-radius: 30px;
  }
  .visual_view .exhibit_list_detail .detail_item_wrap .list_item::-webkit-scrollbar-track {
    background: #d9d9d9;
  }
  .visual_view .exhibit_list_detail .detail_item_wrap .image {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  .visual_view .exhibit_list_detail .detail_item_wrap .image_information {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .visual_view .exhibit_list_detail .detail_item_wrap .image_information .exhibit_explanation {
    width: 100%;
    height: auto;
    overflow: initial;
    padding: 35px 0;
  }
  .visual_view .exhibit_list_detail .slide_button button {
    width: 20px;
    height: 40px;
  }
  .visual_view .exhibit_list_detail .slide_button svg {
    width: 100%;
    height: 100%;
  }
  .author_introduction {
    margin: 0 20px 55px;
  }
  .author_introduction .name {
    margin: 20px auto 0;
    font-size: 36px;
    line-height: 38px;
  }
  .author_introduction .photo .photo_background {
    font-size: 80px;
    line-height: 140px;
  }
  .post_view .post_content {
    padding: 50px 100px;
  }
  .artfair_view .work_detail .work_image {
    height: 340px;
  }
  .artfair_view .work_detail .work_image img {
    position: relative;
    top: inherit;
    transform: translateX(-50%);
  }
  .rental_form .select_information .space_select {
    width: 370px;
  }
  .rental_form .select_information .space_select .space_list {
    width: calc(100% + 10px);
    margin: 0 0 0 -10px;
  }
  .rental_form .select_information .space_select .space_list li {
    width: calc(25% - 10px);
    margin: 0 0 0 10px;
  }
  .rental_form .select_information .period_detail {
    width: calc(100% - 370px);
  }
  .rental_form .select_information .period_detail .tilde {
    font-size: 18px;
    line-height: 20px;
  }
  .rental_form .select_information .period_detail .period_date em {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 855px) {
  .rental_form .select_information .space_select {
    width: calc(100% - 60px);
    margin: 0 30px 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #000;
  }
  .rental_form .select_information .space_select:before {
    display: none;
  }
  .rental_form .select_information .space_select .space_list:before {
    display: none;
  }
  .rental_form .select_information .period_detail {
    width: calc(100% - 60px);
    margin: 0 30px;
    padding: 0;
  }
  .rental_form .select_information .period_detail .item_title {
    margin: 0 0 10px;
  }
  .rental_form .select_information .period_detail .tilde {
    margin: 35px 0 0;
  }
}
@media screen and (max-width: 850px) {
  .visual_view .exhibition_detail{display:block;}
  .visual_view .exhibition_detail .exhibition_information {
    display: inline-block;
    width: auto;
    border-bottom: none;
  }
  .visual_view .exhibition_detail .exhibition_data_link {
    flex-wrap:wrap;
    justify-content:left;
    width: calc(100% + 30px);
    margin: 0 0 0 -30px;
    font-size: 0;
    text-align: right;
  }
  .visual_view .exhibition_detail .exhibition_data_link li {
    flex:0 0 calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 0 0 30px 30px;
    font-size: 16px;
    text-align: left;
  }
  .visual_view .exhibition_detail .exhibition_data_link a {
    padding: 30px 0 20px;
  }
  .visual_view .exhibition_detail .exhibition_data_link a svg {
    top: 10px;
    right: 5px;
  }
  .visual_view .exhibition_detail.exbiNo64 .exhibition_data_link li {
    vertical-align: top;
  }
  .visual_view .exhibition_detail.exbiNo64 .exhibition_data_link li:nth-child(5) a {
    height: 90px;
    padding: 34px 0 24px;
  }
  .artfair_view .work_detail .work_post .work_information,
  .artfair_view .work_detail .work_post .work_explanation {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
  .artfair_view .work_detail .work_post .work_information {
    margin: 0 30px 35px;
  }
  .artfair_view .work_detail .work_post .work_explanation {
    margin: 0 30px 100px;
  }
  .pagination .page_arr.prev {
    margin: 0 30px 0 0;
  }
  .pagination .page_arr.next {
    margin: 0 0 0 30px;
  }
  .calendar_area .date_wrap {
    padding: 1px 0 0;
  }
  .calendar_area .date_wrap .calendar,
  .calendar_area .date_wrap .rental_period {
    float: none;
    width: 100%;
    margin: 0;
  }
  .calendar_area .date_wrap .rental_period {
    margin: 50px 0 0;
    border-top: 1px solid #000;
  }
  .calendar_area .date_wrap .rental_period .title {
    text-align: center;
  }
  .board_button {
    width: auto;
    max-width: inherit;
    min-width: 140px;
  }
}
@media screen and (max-width: 800px) {
  .board_information {
    margin: 0 auto 10px;
  }
  .detail_list a .text .title {
    height: auto;
    margin: 0 0 20px;
  }
  .author_view .author_introduction .photo .photo_background {
    font-size: 70px;
    line-height: 120px;
  }
  .author_view .author_introduction .photo .image {
    max-width: 200px;
  }
  .author_view .brief_history {
    margin: 0 auto 80px;
  }
  .author_view .work_list {
    margin: 0 auto 80px;
  }
  .author_view .work_list h5 {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 22px;
  }
  .author_view .work_list .list_item {
    width: 33.333333%;
  }
  .author_view .work_list .list_item a {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  .author_view .work_list .list_item a .work_title {
    font-size: 15px;
    line-height: 17px;
  }
  .author_view .work_list .list_item a .work_data {
    font-size: 13px;
    line-height: 15px;
  }
  .board-view .width200px {
    width: 100%;
  }
  .board-view tbody th {
    display: block;
    width: 100%;
    padding: 15px 10px 0;
    font-size: 14px;
    line-height: 16px;
    border-bottom: none;
  }
  .board-view tbody td {
    display: block;
    width: 100%;
    padding: 15px 10px;
  }
  .board-view tbody td > input[type=text] {
    width: 100%;
  }
  .board_view_visual .visual_background {
    height: 300px;
  }
  .rental_form .table.form_table tbody th {
    display: block;
    width: calc(100% - 20px);
    padding: 15px 10px 0;
    border-bottom: none;
  }
  .rental_form .table.form_table tbody td {
    display: block;
    width: calc(100% - 20px);
  }
  .rental_form .table.form_table tbody td > input[type=text] {
    width: 100%;
  }
  .rental_form .table tbody th {
    display: block;
    width: calc(100% - 20px);
    padding: 15px 10px 0;
    border-bottom: none;
  }
  .rental_form .table tbody td {
    display: block;
    width: calc(100% - 20px);
  }
  .rental_form .table tbody td > input[type=text] {
    width: 100%;
  }
  .rental_form .table .form_file_single label {
    width: 52px;
  }
  .rental_form .table .form_file_single .file {
    width: calc(100% - 100px);
  }
  .table.form_table tbody th {
    display: block;
    width: calc(100% - 20px);
    padding: 15px 10px 0;
    border-bottom: none;
  }
  .table.form_table tbody td {
    display: block;
    width: calc(100% - 20px);
  }
  .table.form_table tbody td > input[type=text] {
    width: 100%;
  }
  .table tbody th {
    display: block;
    width: calc(100% - 20px);
    padding: 15px 10px 0;
    border-bottom: none;
  }
  .table tbody td {
    display: block;
    width: calc(100% - 20px);
  }
  .table tbody td > input[type=text] {
    width: 100%;
  }
  .table .form_file_single label {
    width: 52px;
  }
  .table .form_file_single .file {
    width: calc(100% - 100px);
  }
  .exhibitListRenewal .detailLayerRenewal .closeButton {
    width: 50px;
    height: 50px;
  }
  .exhibitListRenewal .detailLayerRenewal .closeInformation {
    display: none;
  }
  .exhibitListRenewal .detailLayerRenewal .imageArea {
    height: calc(100% - 50px - 100px);
    margin: 50px 0 100px;
  }
  .exhibitListRenewal .detailLayerRenewal .imageTitle {
    padding: 0 0 38px 0;
    font-size: 15px;
    line-height: 19px;
  }
  .author-list li {
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 0 20px 20px;
  }
}
@media screen and (max-width: 770px) {
  .exhibitListRenewal .detailLayerRenewal {
    /*&.showAnimation{
        .scroll-icon{
          &.down{
            span{font-size:12px;line-height:14px;}
          }
        }
      }*/
  }
}
@media screen and (max-width: 700px) {
  .board_search .search_form {
    width: calc(100% - 84px);
    padding: 10px 70px 10px 10px;
  }
  .board_search .search_form [type='text']::placeholder {
    font-size: 16px;
    line-height: 18px;
  }
  .board_search .search_form [type='submit'] {
    right: 0;
  }
  .board_search .search_form [type='submit'] svg {
    width: 16px;
    height: 16px;
  }
  .board_information {
    width: calc(100% - 40px);
    margin: 0 20px 10px;
    font-size: 15px;
    line-height: 17px;
  }
  .default_list a {
    padding: 15px 10px;
    width: calc(100% - 20px);
  }
  .default_list a .date {
    width: 70px;
    margin: 2px 0 0;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
  }
  .default_list a .date .month {
    margin: 7px 5px 0;
    font-size: 14px;
    line-height: 16px;
  }
  .default_list a .date .day {
    font-size: 24px;
    line-height: 26px;
  }
  .default_list a .title {
    width: calc(100% - 94px);
    height: 18px;
    margin: 0 0 0 24px;
    padding: 9px 0;
    font-size: 16px;
    line-height: 18px;
  }
  .detail_list a .image {
    height: 200px;
  }
  .detail_list a .image img {
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px);
  }
  .detail_list a .title {
    font-size: 17px;
    line-height: 19px;
  }
  .detail_list a .text .date,
  .detail_list a .text .author {
    text-align: left;
  }
  .photo_list .author_information .name_eng {
    margin: 0 0 5px;
    font-size: 13px;
    line-height: 15px;
  }
  .photo_list .author_information .name {
    font-size: 15px;
    line-height: 19px;
  }
  .photo_list .exhibit_information .exhibit_name {
    font-size: 14px;
    line-height: 16px;
  }
  .photo_list .exhibit_information .author_name {
    font-size: 13px;
    line-height: 15px;
  }
  .board_view_visual .visual_background {
    top: 0;
    height: 300px;
  }
  .post_view {
    width: calc(100% - 40px);
    margin: 20px 20px 0;
  }
  .post_view.author_view {
    margin: 0 20px;
  }
  .post_view .title {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 18px;
  }
  .post_view .title:before {
    height: 24px;
    margin: 0 auto 20px;
  }
  .post_view .post_info {
    margin: 0 0 20px;
  }
  .post_view .post_arrow {
    margin: 35px 0 15px;
  }
  .visual_view .title,
  .visual_view .exhibition_detail,
  .visual_view .author_about,
  .visual_view .author_note {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  .visual_view .author_note {
    margin: 50px 20px 60px;
  }
  .visual_view .author_about {
    margin: 0 20px 100px;
  }
  .visual_view .author_about p {
    margin: 40px 0 0;
  }
  .visual_view .author_about h5,
  .visual_view .author_exhibit h5 {
    width: auto;
  }
  .visual_view .author_about h5::before,
  .visual_view .author_exhibit h5::before {
    width: auto;
    right: 0;
  }
  .visual_view .author_exhibit {
    width: calc(100% - 40px);
    margin: 0 20px 150px;
  }
  .visual_view .author_exhibit .exhibit_list {
    height: 480px;
  }
  .visual_view .author_exhibit .exhibit_list .image {
    height: 400px;
  }
  .visual_view .author_exhibit .exhibit_list .slide_arrows .previous,
  .visual_view .author_exhibit .exhibit_list .slide_arrows .next {
    visibility: hidden;
  }
  .visual_view .exhibit_review {
    width: calc(100% - 160px);
    padding: 0 30px 0 130px;
  }
  .visual_view .exhibit_vr {
    width: calc(100% - 240px);
    margin: 0 20px 170px;
  }
  .visual_view .exhibit_vr .vr_list {
    width: calc(100% + 20px);
    margin: 0 0 0 -20px;
  }
  .visual_view .exhibit_vr .vr_list li {
    width: calc(33.333333% - 20px);
    margin: 0 0 0 20px;
  }
  .author_introduction .name {
    margin: 0 auto;
    font-size: 20px;
    line-height: 22px;
  }
  .author_introduction .name .eng_name {
    margin: 0 0 0 5px;
    font-size: 14px;
    line-height: 18px;
  }
  .artfair_view .work_detail .work_post .title {
    font-size: 14px;
    line-height: 16px;
  }
  .artfair_view .work_detail .work_post .title strong {
    font-size: 20px;
    line-height: 22px;
  }
  .qna_list .qna_question {
    width: calc(100% - 80px);
    padding: 25px 25px 25px 55px;
  }
  .qna_list .qna_question span {
    left: 20px;
    width: 20px;
    height: 19px;
  }
  .qna_list .qna_question svg {
    width: 20px;
    height: 19px;
  }
  .qna_list .qna_question strong {
    font-size: 16px;
    line-height: 18px;
  }
  .qna_list .qna_answer {
    width: calc(100% - 80px);
    padding: 25px 25px 25px 55px;
  }
  .qna_list .qna_answer span {
    top: 25px;
    width: 24px;
    height: 24px;
    left: 17px;
  }
  .qna_list .qna_answer span svg {
    width: 14px;
    height: 12px;
  }
  .calendar_area .date_title button {
    margin: 5px 0 0;
  }
  .calendar_area .date_title .month {
    font-size: 20px;
    line-height: 26px;
  }
  .calendar_area .date_wrap .rental_period .title {
    font-size: 16px;
    line-height: 18px;
  }
  .rental_form .rental_title {
    font-size: 16px;
    line-height: 18px;
  }
  .sub_title {
    margin: 25px 0 15px;
    font-size: 16px;
    line-height: 22px;
  }
  .exhibitListRenewal {
    width: calc(100% + 20px);
    margin: 50px 0 0 -20px;
  }
  .exhibitListRenewal .listItem {
    flex: 0 0 calc(25% - 20px);
    width: calc(25% - 20px);
    margin: 0 0 20px 20px;
  }
  .exhibitListRenewal .listItem .exbiDetailButton {
    width: 100%;
    margin: 0;
  }
  .exhibitListRenewal.authorWrkartList {
    justify-content: center;
    width: 100%;
    margin: 0;
  }
  .exhibitListRenewal.authorWrkartList .listItem {
    flex: 0 0 33.333333%;
    width: 33.333333%;
    margin: 0 0 15px;
  }
  .exhibitListRenewal.authorWrkartList .listItem .exbiDetailButton {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  .exhibitListRenewal.artfairList {
    width: 100%;
    margin: 60px 0 0;
  }
  .exhibitListRenewal.artfairList .listItem {
    flex: 0 0 33.333333%;
    width: 33.333333%;
    margin: 0 0 15px;
  }
  .exhibitListRenewal.artfairList .listItem .exbiDetailLink {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
}
@media screen and (max-width: 680px) {
  .photo_list li {
    width: calc(33.333333% - 30px);
    margin: 0 0 30px 30px;
  }
  .pagination {
    position: relative;
    overflow: hidden;
    width: 330px;
    height: 24px;
    transition: all 0.3s;
  }
  .pagination .page_arr {
    position: absolute;
    top: 0;
  }
  .pagination .page_arr.prev {
    left: 0;
  }
  .pagination .page_arr.next {
    right: 0;
  }
  .pagination .page_num {
    display: none;
    margin: 0 auto 10px;
  }
  .pagination .page_num.current {
    display: block;
  }
  .pagination.active {
    height: 340px;
  }
  .pagination.active .page_num {
    display: block;
  }
  .board_view_visual .visual_background {
    height: 150px;
    background-position: 50% 10%;
  }
  .visual_view article h5 {
    font-size: 16px;
    line-height: 18px;
  }
  .visual_view .title .space {
    margin: -2px 0 20px;
    padding: 17px 5px 5px 20px;
    font-size: 18px;
    line-height: 22px;
  }
  .visual_view .title .space_title {
    font-size: 22px;
    line-height: 24px;
  }
  .visual_view .author_note p {
    font-size: 17px;
    line-height: 21px;
  }
  .visual_view .author_exhibit .exhibit_list:after {
    width: 70px;
  }
  .visual_view .author_exhibit .exhibit_list .slide_list .slick-list {
    padding: 0 !important;
  }
  .visual_view .author_exhibit .exhibit_list .image_number {
    left: 65px;
  }
  .visual_view .author_exhibit .exhibit_list .image {
    margin: 0 0 0 90px;
  }
  .visual_view .author_exhibit .exhibit_list .text {
    margin: 25px 10px 0 90px;
  }
  .visual_view .author_exhibit .exhibit_list .slide_arrows {
    width: calc(100% - 70px);
    left: 70px;
    transform: none;
  }
  .visual_view .author_exhibit .exhibit_list .slide_arrows .control {
    left: -6px;
  }
  .visual_view .exhibit_vr {
    width: calc(100% - 40px);
    margin: 0 20px 100px;
    padding: 0;
  }
  .visual_view .exhibit_vr h5 {
    position: static;
    margin: 0 0 10px;
  }
  .rental_notice {
    padding: 50px 0;
  }
  .site-main .visual_view .title {
    margin: -2px auto 70px;
  }
}
@media screen and (max-width: 600px) {
  .board_link_wrap {
    font-size: 0;
  }
  .board_link_wrap .link_button {
    margin: 0 5px;
    padding: 5px 10px;
    font-size: 14px;
  }
  .board_link_wrap .link_button svg {
    margin: 0 5px 0 0;
  }
  .board_move_link {
    font-size: 0;
  }
  .board_move_link .link_button {
    margin: 0 5px;
    padding: 5px 10px;
    font-size: 14px;
  }
  .board_move_link .link_button svg {
    margin: 0 5px 0 0;
  }
  .detail_list a div .image,
  .detail_list a div .text {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
  .photo_list li {
    width: calc(50% - 30px);
    margin: 0 0 30px 30px;
  }
  .photo_list.arrange_four_pieces li {
    width: calc(50% - 30px);
    margin: 0 0 30px 30px;
  }
  .post_view .post_content {
    padding: 40px 5%;
  }
  .visual_view .author_exhibit .exhibit_list {
    height: 400px;
  }
  .visual_view .author_exhibit .exhibit_list .image {
    height: 300px;
  }
  .visual_view .exhibit_review {
    width: calc(100% - 60px);
    padding: 0;
  }
  .visual_view .exhibit_review h5 {
    position: static;
    margin: 0 0 20px;
  }
  .rental_notice .notice_wrap .title {
    float: none;
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
  }
  .rental_notice .notice_wrap .text {
    float: none;
    width: 100%;
    margin: 0;
  }
  .rental_check_form {
    width: 100%;
  }
  .exhibitListRenewal .listItem {
    flex: 0 0 calc(33.333333% - 20px);
    width: calc(33.333333% - 20px);
  }
  .exhibitListRenewal .detailLayerRenewal .imageTitle {
    left: 30px;
    width: calc(100% - 30px - 135px);
    transform: none;
  }
  .exhibitListRenewal.authorWrkartList .listItem {
    flex: 0 0 50%;
    width: 50%;
  }
  .exhibitListRenewal.artfairList .listItem {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .calendar_area .date_wrap .calendar .mobile_scroll_wrap {
    position: relative;
    overflow-x: auto;
  }
  .calendar_area .date_wrap .calendar .week,
  .calendar_area .date_wrap .calendar .date {
    min-width: 670px;
  }
}
@media screen and (max-width: 550px) {
  .visual_view .exhibit_list_detail .close_button {
    position: absolute;
    top: 15px;
    left: calc(50% - 45px);
    width: 36px;
    height: 36px;
    margin: 0;
  }
  .visual_view .exhibit_list_detail .exhibit_count {
    position: absolute;
    top: 24px;
    left: calc(50% + 5px);
    width: auto;
    margin: 0;
  }
  .visual_view .exhibit_list_detail .list_height_wrap {
    height: calc(100% - 70px - 10px);
    margin: 70px 0 10px;
  }
  .visual_view .exhibit_list_detail .detail_item_wrap {
    margin: 0;
  }
  .visual_view .exhibit_list_detail .detail_item_wrap .list_item {
    padding: 0 20px;
  }
  .visual_view .exhibit_list_detail .detail_item_wrap .image {
    height: 280px;
  }
  .visual_view .exhibit_list_detail .slide_button button {
    visibility: hidden;
  }
  .visual_view .exhibition_detail.exbiNo64 .exhibition_information.intro_link_use {
    position: relative;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
  }
  .visual_view .exhibition_detail.exbiNo64 .exhibition_information.intro_link_use li.exhibition_intro_link {
    position: static;
    top: inherit;
    right: inherit;
    width: 100%;
  }
  .visual_view .exhibition_detail.exbiNo64 .exhibition_information.intro_link_use li.exhibition_intro_link a {
    margin: 0 0 0 auto;
  }
  .visual_view .exhibition_detail.exbiNo64 .exhibition_data_link {
    width: calc(100% + 30px);
    margin: 0 0 0 -30px;
  }
  .rental_check_form li label {
    width: 105px;
  }
  .rental_check_form li input {
    width: calc(100% - 105px);
  }
  .author-list {
    width: 100%;
    margin: 30px 0 0;
  }
  .author-list li {
    flex: 0 0 100%;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 485px) {
  .rental_form .select_information .period_detail > * {
    float: none;
  }
  .rental_form .select_information .period_detail .tilde {
    display: none;
  }
  .rental_form .select_information .period_detail .item_title {
    margin: 0;
  }
  .rental_form .select_information .period_detail .period_date.end_date {
    margin: 15px 0 0;
  }
  .visual_view .exhibition_detail.exbiNo64 .exhibition_information.intro_link_use li.exhibition_intro_link a {
    margin: 0 auto;
  }
  .visual_view .exhibition_detail.exbiNo64 .exhibition_data_link li {
    width: calc(50% - 30px);
    margin: 0 0 0 30px;
  }
  .visual_view .exhibition_detail.exbiNo64 .exhibition_data_link li:nth-child(1) .ebook_wrap,
  .visual_view .exhibition_detail.exbiNo64 .exhibition_data_link li:nth-child(2) .ebook_wrap {
    border-bottom: none;
  }
}
@media screen and (max-width: 470px) {
  .exhibitListRenewal {
    width: 100%;
    margin: 50px 0 0 0;
  }
  .exhibitListRenewal .listItem {
    flex: 0 0 100%;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .exhibitListRenewal .detailLayerRenewal .closeInformation br {
    display: none;
  }
  .exhibitListRenewal.authorWrkartList .listItem {
    flex: 0 0 100%;
    width: 100%;
  }
  .exhibitListRenewal.artfairList .listItem {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .rental_check_form li label,
  .rental_check_form li input {
    float: none;
    width: 100%;
  }
  .rental_check_form li label {
    margin: 0 0 5px;
  }
  .visual_view .exhibition_detail.exbiNo64 .exhibition_data_link .ebook_wrap > a {
    margin: 3px 0;
  }
}
@media screen and (max-width: 360px) {
  .calendar_area .date_wrap .calendar .calendar_legend span {
    float: none;
  }
  .calendar_area .date_wrap .calendar .calendar_legend .reservation_caution {
    width: 100%;
    margin: 10px 0 0;
    text-align: right;
  }
}
@media screen and (max-height: 550px) {
  .exhibitListRenewal .detailLayerRenewal .imageInformation .infor-inner-wrap {
    height: calc(100% - 60px);
    margin: 60px auto 0;
  }
}
/*# sourceMappingURL=programPageStyle.css.map */