/* article post style */
.article-post {
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.article-post .post-gallery {
  margin-bottom: 20px;
}
.article-post .post-content {
  margin-bottom: 20px;
}
.article-post .post-content h2 {
  color: #333333;

  font-weight: 500;
  margin: 0 0 10px;
  font-size: 17px;
  margin-bottom: 7px;
}
.article-post .post-content h2 a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #0b0b0b;
}

.article-post .post-content h2 i:before {
  margin-left: 5px;
  font-size: 12px;
}
.article-post .post-content h2 a:hover {
  color: #f44336;
}
.article-post .post-content span.post-rating {
  display: inline-block;
}
.article-post .post-content span.post-rating i {
  font-size: 12px;
  color: #f7ca18;
  line-height: 10px;
}
.article-post .post-content p {
  margin-bottom: 13px;
  margin-top: 15px;
}

/*추가*/
.article-post {
  min-height: 550px;
}

.article-post .post-content .post-detail {
  margin-top: 10px;
  font-size: 15px;
}
.article-post .post-content .post-detail li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 3px;
}
.article-post .post-content .post-detail li label {
  position: absolute;
  left: 0px;
}
/* 지도 섹션 (아트넷 스타일) */
.artnet-exhibition-map-section {
  margin: 3rem 0;
  padding: 0;
}

.artnet-exhibition-map-container {
  width: 100%;
  max-width: 100%;
}

.artnet-exhibition-map-card {
  background: #ffffff;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.artnet-exhibition-map-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.artnet-exhibition-map-header {
  padding: 1.5rem 2rem;
  background: #f8f9fa;
  border-bottom: 2px solid #e9ecef;
}

.artnet-exhibition-map-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
}

.artnet-exhibition-map-title i {
  font-size: 22px;
  color: #1c479e;
}

.artnet-exhibition-map-content {
  padding: 0;
  position: relative;
}

.artnet-exhibition-map {
  width: 100%;
  height: 500px;
  border-radius: 0;
}

/* 지도 커스텀 오버레이 (아트넷 스타일) */
.artnet-map-overlay {
  position: relative;
  width: 360px;
  max-width: 90vw;
}

.artnet-map-overlay-card {
  background: #ffffff;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.artnet-map-overlay-header {
  padding: 1rem 1.25rem;
  background: #f8f9fa;
  border-bottom: 2px solid #e9ecef;
}

.artnet-map-overlay-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.4;
  word-break: break-word;
  white-space: normal;
  overflow-wrap: break-word;
}

.artnet-map-overlay-body {
  padding: 1.25rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.artnet-map-overlay-thumb {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
}

.artnet-map-overlay-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artnet-map-overlay-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.artnet-map-overlay-addr,
.artnet-map-overlay-tel {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
}

.artnet-map-overlay-addr i,
.artnet-map-overlay-tel i {
  flex-shrink: 0;
  font-size: 16px;
  color: #1c479e;
  margin-top: 2px;
}

.artnet-map-overlay-addr span,
.artnet-map-overlay-tel span {
  flex: 1;
  word-break: break-word;
  white-space: normal;
  overflow-wrap: break-word;
}

.artnet-map-overlay-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.25rem;
}

.artnet-map-overlay-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 13px;
  color: #1c479e;
  text-decoration: none;
  transition: all 0.2s ease;
  word-break: break-word;
  white-space: normal;
  overflow-wrap: break-word;
}

.artnet-map-overlay-link span {
  word-break: break-word;
  white-space: normal;
  overflow-wrap: break-word;
}

.artnet-map-overlay-link:hover {
  color: #1d489d;
  text-decoration: underline;
}

.artnet-map-overlay-link i {
  font-size: 14px;
}

/* 기존 지도 스타일 (호환성 유지) */
.wrap {
  position: absolute;
  left: 0;
  bottom: 40px;
  margin-left: -160px;
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
}
.wrap * {
  padding: 0;
  margin: 0;
}
.wrap .info {
  display: block;
  width: 100%;
  width: 320px;
  border-radius: 5px;
  border-bottom: 2px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 15px;
  background: #fff;
  position: relative;
  bottom: 5px;
}
.wrap .info:nth-child(1) {
  border: 0;
  box-shadow: 0px 1px 2px #888;
}
.info h3 {
  font-size: 15px;
  width: 100%;
  margin-bottom: 10px;
  white-space: normal;
  line-height: 20px;
}
.info .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #888;
  width: 17px;
  height: 17px;
  background: url('http://t1.daumcdn.net/localimg/localimages/07/mapapidoc/overlay_close.png');
}
.info .close:hover {
  cursor: pointer;
}
.info .desc {
  font-size: 14px;
  white-space: normal;
  padding-left: 10px;
}

.info img {
  padding: 2px;
  border: 1px solid #ddd;
}

.info .link {
  color: #5085bb;
}
.no_image img {
  width: 100%;
}
.store_tit {
  font-size: 17px;
  display: block;
}

/*글리스트*/

/*버튼그룹*/
#bo_fx {
  margin: 20px 0;
}
#bo_fx .btn-group-justified > .btn-group > .btn {
  border-left-width: 0px !important;
  margin-left: -1px;
}
#bo_fx .btn-group-justified > .btn-group:first-child > .btn {
  border-left-width: 1px !important;
}

/*글보기*/

.section-title {
  font-size: 1.7em;
  font-weight: 600;
  text-align: center;
  line-height: 1.4em;
}
.bo_v_info {
  text-align: center;
  display: inline;
}
.bo_v_info > ul > li {
  display: inline-block;
  color: #868686;
  padding: 5px 8px;
}

/* 게시판 읽기 */
#bo_v {
  margin-bottom: 20px;
  padding: 0;
  background: #fff;
  box-sizing: border-box;
}

/* 전시 헤더 영역 (포스터 + 정보) */
.exhibition-header {
  margin-bottom: 3rem;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

.exhibition-header-container {
  display: flex;
  gap: 5rem;
  align-items: stretch;
  margin-top: 2rem;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: nowrap;
  max-width: 1199.98px;
  margin: 4rem auto;
}

.exhibition-poster {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 400px;
  max-width: 400px;
  min-width: 300px;
  background: #f8f8f8;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
}

.exhibition-poster .poster-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-width: 100%;
}

.exhibition-info {
  flex: 1;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.exhibition-title {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 0rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.exhibition-details {
  margin-bottom: 2rem;
}

.detail-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e8e8e8;
}

.detail-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.detail-label {
  flex: 0 0 80px;
  font-size: 15px;
  color: #666;
  margin-right: 1.5rem;
}

.detail-value {
  flex: 1;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1.6;
  word-break: break-word;
}

/* 좋아요/저장/공유 버튼 - 기존 스타일 (하위 호환성) */
.exhibition-actions:not(.artnet-view-exhibition-actions) {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e8e8e8;
  width: 100%;
  box-sizing: border-box;
}

.exhibition-actions:not(.artnet-view-exhibition-actions) .action-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 12px 24px;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  background: #fff;
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  box-sizing: border-box;
  white-space: nowrap;
  flex-shrink: 0;
}

.exhibition-actions:not(.artnet-view-exhibition-actions) .action-btn strong {
  font-weight: 600;
}

/* 공유하기 모달 */
.share-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.share-modal.show {
  display: block;
  opacity: 1;
  visibility: visible;
}

.share-modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
}

.share-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translate(-50%, -48%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.share-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #e8e8e8;
  background: #fafafa;
}

.share-modal-header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
}

.share-modal-close {
  background: none;
  border: none;
  font-size: 24px;
  color: #666;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.share-modal-close:hover {
  background: #f0f0f0;
  color: #1a1a1a;
}

.share-modal-body {
  padding: 2.5rem 2rem;
}

.share-modal-body #bo_v_sns,
.share-modal-body .sns-share-list {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.share-modal-body #bo_v_sns:before {
  display: none;
}

.share-modal-body #bo_v_sns li,
.share-modal-body .sns-share-list li {
  margin: 0;
  padding: 0;
}

.share-modal-body #bo_v_sns li a,
.share-modal-body .sns-share-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem;
  border-radius: 12px;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.share-modal-body #bo_v_sns li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.share-modal-body #bo_v_sns li a:hover::before,
.share-modal-body .sns-share-list li a:hover::before {
  opacity: 1;
}

.share-modal-body #bo_v_sns li a:hover,
.share-modal-body .sns-share-list li a:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.share-modal-body #bo_v_sns li a i,
.share-modal-body .sns-share-list li a i {
  font-size: 36px;
  margin-bottom: 0.75rem;
  display: block;
  line-height: 1;
  z-index: 1;
  position: relative;
}

.share-modal-body #bo_v_sns li a span,
.share-modal-body .sns-share-list li a span {
  font-size: 13px;
  line-height: 1.3;
  z-index: 1;
  position: relative;
  text-align: center;
  font-weight: 500;
}

.share-modal-body #bo_v_sns li .sns_f,
.share-modal-body .sns-share-list li .sns_f {
  background: linear-gradient(135deg, #1877f2 0%, #0d5fcc 100%);
}

.share-modal-body #bo_v_sns li .sns_t,
.share-modal-body .sns-share-list li .sns_t {
  background: linear-gradient(135deg, #1da1f2 0%, #0d8bd9 100%);
}

.share-modal-body #bo_v_sns li .sns_g,
.share-modal-body .sns-share-list li .sns_g {
  background: linear-gradient(135deg, #dd4b39 0%, #c23321 100%);
}

.share-modal-body #bo_v_sns li .sns_k,
.share-modal-body .sns-share-list li .sns_k {
  background: linear-gradient(135deg, #fee500 0%, #fdd835 100%);
  color: #000;
}

.share-modal-body #bo_v_sns li .sns_k span {
  color: #000;
}

.share-modal-body #bo_v_sns li img,
.share-modal-body .sns-share-list li img {
  width: 36px;
  height: 36px;
  z-index: 1;
  position: relative;
}

/* 공유 모달 반응형 */
@media (max-width: 767.98px) {
  .share-modal-content {
    width: 95%;
    max-width: 360px;
  }

  .share-modal-header {
    padding: 1.25rem 1.5rem;
  }

  .share-modal-header h3 {
    font-size: 18px;
  }

  .share-modal-body {
    padding: 2rem 1.5rem;
  }

  

  .share-modal-body #bo_v_sns li a,
  .share-modal-body .sns-share-list li a {
   
    padding: 0.875rem 0.5rem;
  }

  .share-modal-body #bo_v_sns li a i,
  .share-modal-body .sns-share-list li a i {
    font-size: 32px;
    margin-bottom: 0.5rem;
  }

  .share-modal-body #bo_v_sns li a span,
  .share-modal-body .sns-share-list li a span {
    font-size: 12px;
  }
}

@media (max-width: 480px) {  

  .share-modal-body #bo_v_sns li a,
  .share-modal-body .sns-share-list li a {   
    padding: 0.75rem;
  }

  .share-modal-body #bo_v_sns li a i,
  .share-modal-body .sns-share-list li a i {
    font-size: 28px;
    margin-bottom: 0.4rem;
  }

  .share-modal-body #bo_v_sns li a span,
  .share-modal-body .sns-share-list li a span {
    font-size: 11px;
  }
}

.action-btn:hover {
  background: #f8f8f8;
  border-color: #1a1a1a;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.action-btn i {
  font-size: 16px;
}

.action-like {
  color: #e74c3c;
}

.action-like:hover {
  background: #fee;
  border-color: #e74c3c;
}

.action-count {
  font-weight: 600;
  margin-left: 0.25rem;
}

/* 상세정보 섹션 */
.exhibition-detail-section {
  margin: 3rem 0;
  padding: 2.5rem 0;
  border-top: 2px solid #e8e8e8;
}

.exhibition-detail-section .section-title {
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e8e8e8;
}

.detail-content {
  margin-top: 1.5rem;
}

.detail-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.info-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.25rem;
  background: #fafafa;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
}

.info-label {
  font-size: 13px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.info-value {
  font-size: 15px;
  color: #1a1a1a;
  line-height: 1.6;
}

.info-link {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.info-link:hover {
  color: #d4af37;
  text-decoration: underline;
}

.info-link i {
  margin-right: 0.5rem;
  color: #888;
}

.link-hit {
  display: inline-block;
  font-size: 12px;
  color: #999;
  margin-top: 0.25rem;
}

#bo_v_table {
  position: absolute;
  top: 0;
  right: 16px;
  margin: 0;
  padding: 0 5px;
  height: 25px;
  background: #ff3061;
  color: #fff;
  font-weight: bold;
  line-height: 2.2em;
}

#bo_v_title {
  text-align: center;
  font-size: 1em;
}
#bo_v_title .bo_v_cate {
  display: inline-block;
  line-height: 26px;
  background: #3497d9;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #1977b5;
  padding: 0 10px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 2px 5px rgb(33, 135, 202);
  -moz-box-shadow: inset 0 2px 5px rgb(33, 135, 202);
  box-shadow: inset 0 2px 5px rgb(33, 135, 202);
}
#bo_v_title .bo_v_tit {
  display: block;
  font-size: 1.8em;
  margin: 5px 0 0;
  word-break: break-all;
  text-align: center;
}

#bo_v_info {
  padding: 10px 0 15px;
  margin: 0 0 20px;
  border-bottom: 1px solid #ddd;
  color: #666;

}
#bo_v_info:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}
#bo_v_info h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#bo_v_info strong {
  display: inline-block;
  margin: 0 10px 0 0;
  font-weight: normal;
}

#bo_v_info .profile_img img {
  border-radius: 50%;
}

#bo_v_info .if_view {
  display: inline-block;
  background: url(./img/icon_view.png) no-repeat 50% 50%;
  height: 15px;
  width: 20px;
  overflow: hidden;
  text-indent: -999px;
  vertical-align: middle;
  margin-right: 3px;
}
#bo_v_info .if_comment {
  display: inline-block;
  background: url(./img/icon_comment.png) no-repeat 50% 50%;
  height: 15px;
  width: 20px;
  overflow: hidden;
  text-indent: -999px;
  vertical-align: middle;
  margin-right: 3px;
}

#bo_v_file {
  margin: 10px 0;
  border: 1px solid #d4d4d4;
  margin: 0px;
  font-size: 15px;
}
#bo_v_file h2 {
  padding: 10px;
  background: #f3f3f3;
}
#bo_v_file ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}
#bo_v_file li {
  padding: 5px 10px;
  position: relative;
}
#bo_v_file a {
  display: inline-block;
  color: #3497d9;
  text-decoration: underline;
  word-wrap: break-word;
}
#bo_v_file a:focus,
#bo_v_file a:hover,
#bo_v_file a:active {
  text-decoration: none;
}
#bo_v_file img {
  float: left;
  margin: 0 10px 0 0;
}
.bo_v_file_cnt {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #888;
  font-size: 0.92em;
}

#bo_v_link {
  border: 1px solid #d4d4d4;
  margin: 0px;
  font-size: 15px;
}
#bo_v_link h2 {
  padding: 10px;
  border-bottom: 1px solid #e8e8e8;
  background: #f3f3f3;
  margin: 0px;
  font-size: 15px;
}
#bo_v_link ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}
#bo_v_link li {
  padding: 5px 10px;
  position: relative;
}
#bo_v_link a {
  color: #3497d9;
  text-decoration: underline;
  word-wrap: break-word;
}
#bo_v_link a:focus,
#bo_v_link a:hover,
#bo_v_link a:active {
  text-decoration: none;
}
.bo_v_link_cnt {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #888;
  font-size: 0.92em;
}

#bo_v_top {
  zoom: 1;
  margin-top: 10px;
}
#bo_v_top:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}
#bo_v_top h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#bo_v_top ul {
  padding: 0;
  list-style: none;
  word-break: break-all;
}

#bo_v_bot {
  zoom: 1;
  margin-top: 10px;
}
#bo_v_bot:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}
#bo_v_bot h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#bo_v_bot ul {
  padding: 0;
  list-style: none;
}

.bo_v_com {
  margin: 20px 0;
  float: right;
}
.bo_v_com li {
  float: left;
  margin-left: 5px;
}

.bo_v_left {
  margin: 20px 0;
  float: left;
}
.bo_v_left li {
  float: left;
  margin-right: 5px;
}

.bo_v_nb {
  margin: 20px 0;
  position: relative;
  clear: both;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.bo_v_nb:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}
.bo_v_nb li {
  border-top: 1px solid #ddd;
  padding: 13px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.bo_v_nb li:hover {
  background: #f6f6f6;
}
.bo_v_nb li i {
  font-size: 13px;
}
.bo_v_nb li .nb_tit {
  display: inline-block;
  padding-right: 20px;
  color: #4567b5;
}
.bo_v_nb li .nb_date {
  float: right;
  color: #888;
}

#bo_v_atc {
  min-height: 200px;
  height: auto !important;
  height: 200px;
}
#bo_v_atc_title {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#bo_v_img {
  width: 100%;
  overflow: hidden;
  zoom: 1;
}
#bo_v_img:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}
#bo_v_img a.view_image {
  display: block;
}
#bo_v_img img {
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}

#bo_v_con {
  margin: 10px 0 30px;
  width: 100%;
  line-height: 1.7em;
  min-height: 200px;
  word-break: break-all;
  overflow: hidden;
}
#bo_v_con a {
  color: #000;
  text-decoration: underline;
}
#bo_v_con img {
  max-width: 100%;
  height: auto;
  margin: 0 auto !important;
  display: block !important;
}

#bo_v_con img.img-responsive {
  margin: 3rem auto;
  display: block;
}
#bo_v_con p, #bo_v_con p span, #bo_v_con p strong{
  font-size: 16px !important;
  line-height: 1.5 !important;
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#bo_v_act {
  margin-bottom: 30px;
  text-align: center;
}
#bo_v_act .bo_v_act_gng {
  position: relative;
}
#bo_v_act a {
  margin-right: 5px;
  vertical-align: middle;
}
#bo_v_act a:hover {
  background-color: #f3f3f3;
}
#bo_v_act_good,
#bo_v_act_nogood {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  padding: 10px 0;
  width: 165px;
  background: #ff3061;
  color: #fff;
  text-align: center;
}
#bo_v_act .bo_v_good {
  display: inline-block;
  border: 1px solid #000;
  width: 70px;
  height: 70px;
  padding-top: 40px;
  background: url(./img/icon_good.png) 25px 18px no-repeat;
  border-radius: 50%;
  font-style: italic;
}
#bo_v_act .bo_v_nogood {
  display: inline-block;
  border: 1px solid #000;
  width: 70px;
  height: 70px;
  padding-top: 40px;
  background: url(./img/icon_bad.png) 25px 18px no-repeat;
  border-radius: 50%;
  font-style: italic;
}


/* 게시판 댓글 */
.cmt_btn {
  background: url('./img/cmt_btn.png') no-repeat 85px 8px;
  text-align: left;
  width: 100%;
  border: 0;
  color: #ed6478;
  font-size: 1.25em;
  margin: 20px 0 0px;
  padding: 0 0 10px;
}
.cmt_btn_op {
  background: url('./img/cmt_btn.png') no-repeat 85px -23px;
}

#bo_vc h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#bo_vc article {
  margin: 20px 0;
  position: relative;
}
#bo_vc article .profile_img img {
  border-radius: 50%;
}

#bo_vc header:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}
#bo_vc header .icon_reply {
  position: absolute;
  top: 15px;
  left: -20px;
}
#bo_vc .member,
#bo_vc .guest,
#bo_vc .sv_member,
#bo_vc .sv_guest {
  font-weight: bold;
}
.bo_vc_hdinfo {
  float: right;
  font-style: italic;
  color: #777;
}
#bo_vc h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#bo_vc .cmt_contents {
  padding: 15px;
  margin: 10px 0 0;
  background: #f8fafb;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  line-height: 1.8em;
}
#bo_vc p a {
  text-decoration: underline;
}
#bo_vc p a.s_cmt {
  text-decoration: underline;
  color: #ed6479;
}
#bo_vc_empty {
  margin: 0;
  padding: 30px 0 !important;
  color: #777;
  text-align: center;
}
#bo_vc #bo_vc_winfo {
  float: left;
}

.bo_vc_act {
  text-align: right;
  margin: 0;
  list-style: none;
  zoom: 1;
}
.bo_vc_act:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}
.bo_vc_act li {
  display: inline-block;
}
.bo_vc_act li a {
  padding: 0 5px;
  line-height: 23px;
}

.bo_vc_w {
  position: relative;
  margin: 10px 0;
  display: block;
}
.bo_vc_w textarea.form-control {
  min-height: 48px !important;
}
.bo_vc_w textarea.form-control.on {
  min-height: 150px !important;
}
.bo_vc_w:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}
.bo_vc_w h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.bo_vc_w #char_cnt {
  display: block;
  margin: 0 0 5px;
}

.bo_vc_w_info {
  margin: 10px 0;
  float: left;
}
.bo_vc_w_info:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}
.bo_vc_w_info .frm_input {
  float: left;
  margin-right: 5px;
}
.bo_vc_w_info #captcha {
  padding-top: 10px;
  display: block;
  clear: both;
}
.bo_vc_w .btn_confirm {
  float: right;
  margin-top: 10px;
}
.bo_vc_w .btn_confirm i {
  font-size: 18px;
}
.bo_vc_w .btn_confirm .checkbox label::after {
  color: #797979;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 0;
  margin-left: -21px;
  padding-left: 0px;
  padding-top: 0px;
  position: absolute;
  top: 2px;
  width: 16px;
}
.bo_vc_w .btn_submit {
  height: 45px;
  padding: 0 20px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 1.083em;
}
.bo_vc_w_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}

#bo_vc_send_sns {
  display: inline-block;
}
#bo_vc_sns {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
#bo_vc_sns:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}
#bo_vc_sns li {
  float: left;
  margin: 0 5px 0 0;
}
#bo_vc_sns .sns_li_f {
  border-radius: 3px;
  background: #3a589b;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 10px;
}
#bo_vc_sns .sns_li_t {
  border-radius: 3px;
  background: #00aced;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 10px;
}
#bo_vc_sns .sns_li_off {
  background: #bbb;
}
#bo_vc_sns a {
  display: inline-block;
  padding: 0 15px 0 5px;
}
#bo_vc_sns input {
  margin: 0 5px 0 0;
}

@media (max-width: 1200px) {
  .article-post {
    min-height: 470px;
  }
}

@media (max-width: 992px) {
  .article-post .post-content h2 {
    font-size: 18px;
  }
  .article-post {
    min-height: inherit;
  }
}

@media (max-width: 768px) {
  .article-post {
    min-height: inherit;
  }
  .article-post .post-content h2 {
    font-size: 19px;
  }

  .article-post .post-content .post-detail {
    font-size: 15px;
  }
}
@media (max-width: 510px) {
  .article-post .post-gallery {
    margin-left: -15px;
    margin-right: -15px;
  }

  .article-post .post-content h2 {
    font-size: 18px;
  }
}

.gallery {
  display: grid;
  align-items: stretch;
  justify-items: stretch;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  padding: 0px;
  font-size: 14px;
}

.gallery-item {
  overflow: hidden;
  position: relative;
  padding: 0rem;
  padding-bottom: 1rem;
  display: grid;
  grid-template-rows: 1fr 0.55fr;
  /* background: #fff;
  border-radius: 8px; 
  border: rgb(224, 224, 224) 1px solid;
  box-shadow: 0 2px 8px #0000001a; */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.post-gallery {
  position: relative;
  width: 100%;
  /* max-width: 300px; */
  aspect-ratio: 210 / 297;
  overflow: hidden;
  background-color: #ffffff;
  border: rgb(224, 224, 224) 1px solid;
  box-shadow: 0 2px 8px #0000001a;
  border-radius: 16px;
  /* border-bottom: rgba(233, 233, 233, 1) 1px solid; */
}
.gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.3s ease;
  object-fit: cover;
}
.post-gallery a.category-post {
  position: absolute;
  top: 10px;
  left: 10px;
}


@media (max-width: 575.98px) {
  .gallery-item {
    grid-template-rows: 1fr 0.45fr;
  }
  .gallery-item img {
    object-fit: cover;
  }
}

.gallery-body {
  padding: 1rem;
}
.gallery-item h2 {
  color: #333333;
  font-weight: 500;
  margin: 10px 0 10px;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 7px;
  font-weight: 600;
  word-wrap: break-word;
  word-break: keep-all;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-item h2 .checkbox label {
  min-height: 16px !important;
}

.gallery-item h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #0b0b0b;
}

.gallery-item h2 i:before {
  margin-left: 5px;
  font-size: 12px;
}
.gallery-item h2 a:hover {
  color: #f44336;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-item .post-detail {
  margin-top: 10px;
  font-size: 14px;
}
.gallery-item .post-detail li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 3px;
}
.gallery-item .post-detail li label {
  position: absolute;
  left: 0px;
}
@media (max-width: 1599.98px) {
  .gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1199.98px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-item {
    grid-template-rows: 1fr 0.45fr;
  }
}

/*
@media (max-width: 767.98px) {
    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}
*/

@media (max-width: 575.98px) {
  .gallery {
    grid-template-columns: repeat(1, 1fr);
  }
  .gallery-item {
    grid-template-rows: 1fr 0.45fr;
  }
}

/* 전시 상세 페이지 반응형 */
@media (max-width: 991.98px) {
  .exhibition-header-container {
    flex-direction: column;
    gap: 2rem;
    flex-wrap: wrap;
  }

  .exhibition-poster {
    flex: 1 1 auto;
    max-width: 100%;
    width: 100%;
    min-width: 0;
  }

  .exhibition-info {
    width: 100%;
    min-width: 0;
  }

  .exhibition-title {
    font-size: 28px;
  }

  .detail-info-grid {
    grid-template-columns: 1fr;
  }
  
  .share-popup {
    right: auto;
    left: 0;
  }
  
  .share-popup:before {
    right: auto;
    left: 20px;
  }
}

@media (max-width: 767.98px) {
  .exhibition-header-container {
    gap: 1.5rem;
  }

  .exhibition-title {
    font-size: 24px;
  }

  .exhibition-actions {
    flex-direction: row;
    gap: 0.5rem;
  }

  .action-btn {
    flex: 1;
    min-width: 0;
    padding: 10px 16px;
    font-size: 14px;
    justify-content: center;
  }

  .detail-item {
    flex-direction: column;
    gap: 0.5rem;
  }

  .detail-label {
    flex: none;
    margin-right: 0;
  }

  .exhibition-detail-section {
    margin: 2rem 0;
    padding: 1.5rem 0;
  }

  .exhibition-detail-section .section-title {
    font-size: 20px;
  }
  
  .share-popup {
    right: auto;
    left: 0;
    min-width: 180px;
  }
  
  .share-popup:before {
    right: auto;
    left: 20px;
  }
}

@media (max-width: 575.98px) {
  .exhibition-header {
    margin-bottom: 2rem;
  }

  .exhibition-title {
    font-size: 22px;
    margin-bottom: 1.5rem;
  }

  .exhibition-details {
    margin-bottom: 1.5rem;
  }

  .detail-item {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  .exhibition-actions {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }

  .action-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}

/* ============================================
   전시 작성 페이지 스타일
   ============================================ */

.artnet-exhibition-write {
    padding: 2rem 0;
    /* background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 50%, #f5f7fa 100%); */
    min-height: 100vh;
}

.artnet-exhibition-write-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.artnet-exhibition-write-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 3rem 2.5rem;
    animation: slideUp 0.6s ease-out;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 헤더 */
.artnet-exhibition-write-header {
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #e9ecef;
}

.artnet-exhibition-write-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    letter-spacing: -0.5px;
    line-height: 1.4;
}

/* 폼 */
.artnet-exhibition-write-form {
    width: 100%;
}

/* 폼 그룹 */
.artnet-form-group {
    margin-bottom: 2rem;
}

.artnet-form-label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
    letter-spacing: -0.2px;
}

.artnet-required {
    color: #e74c3c;
    margin-left: 0.25rem;
}

.artnet-form-field {
    width: 100%;
}

/* 입력 필드 */
.artnet-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.artnet-input-icon {
    position: absolute;
    left: 1rem;
    font-size: 18px;
    color: #6c757d;
    z-index: 1;
    pointer-events: none;
}

.artnet-form-input {
    width: 100%;
    padding: 0.875rem 1rem 0.875rem 3rem;
    font-size: 15px;
    line-height: 1.5;
    color: #1a1a1a;
    background: #f8f9fa;
    border: 2px solid transparent;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-family: inherit;
    box-sizing: border-box;
}

.artnet-form-input:focus {
    outline: none;
    background: #ffffff;
    border-color: #1c479e;
    box-shadow: 0 0 0 4px rgba(28, 71, 158, 0.1);
}

.artnet-form-input:hover:not(:focus) {
    background: #f0f2f5;
    border-color: #d0d5db;
}

.artnet-form-input::placeholder {
    color: #adb5bd;
}

/* 비밀번호 토글 */
.artnet-password-toggle {
    position: absolute;
    right: 1rem;
    background: none;
    border: none;
    color: #6c757d;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    z-index: 1;
    transition: color 0.3s ease;
}

.artnet-password-toggle:hover {
    color: #1c479e;
}

/* 셀렉트 */
.artnet-form-select {
    width: 100%;
    padding: 0.875rem 1rem 0.875rem 3rem;
    font-size: 15px;
    line-height: 1.5;
    color: #1a1a1a;
    background: #f8f9fa;
    border: 2px solid transparent;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-family: inherit;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236c757d' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 3rem;
    cursor: pointer;
}

.artnet-form-select:focus {
    outline: none;
    background-color: #ffffff;
    border-color: #1c479e;
    box-shadow: 0 0 0 4px rgba(28, 71, 158, 0.1);
}

.artnet-form-select:hover:not(:focus) {
    background-color: #f0f2f5;
    border-color: #d0d5db;
}

/* 날짜 범위 */
.artnet-date-range-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.artnet-date-separator {
    font-size: 18px;
    font-weight: 600;
    color: #6c757d;
    flex-shrink: 0;
}

/* 주소 검색 */
.artnet-address-zip {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.artnet-address-zip .artnet-input-wrapper {
    flex: 1;
}

.artnet-btn-address-search {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    background: #1c479e;
    border: 2px solid #1c479e;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.artnet-btn-address-search:hover {
    background: #1d489d;
    border-color: #1d489d;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(28, 71, 158, 0.3);
}

.artnet-btn-address-search i {
    font-size: 16px;
}

.artnet-address-fields {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.artnet-address-info {
    display: block;
    margin-top: 0.5rem;
    font-size: 14px;
    color: #6c757d;
}

/* 알림 박스 */
.artnet-alert-box {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-radius: 8px;
    margin-bottom: 0;
}

.artnet-alert-warning {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
}

.artnet-alert-info {
    background: #d1ecf1;
    border-left: 4px solid #1c479e;
}

.artnet-alert-box i {
    font-size: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}

.artnet-alert-warning i {
    color: #856404;
}

.artnet-alert-info i {
    color: #1c479e;
}

.artnet-alert-box strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.artnet-alert-warning strong {
    color: #856404;
}

.artnet-alert-info strong {
    color: #1c479e;
}

.artnet-alert-box p {
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
}

.artnet-alert-warning p {
    color: #856404;
}

.artnet-alert-info p {
    color: #0c5460;
}

/* 체크박스 그룹 */
.artnet-checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.artnet-checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.artnet-checkbox {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.artnet-checkbox-custom {
    width: 20px;
    height: 20px;
    border: 2px solid #d0d5db;
    border-radius: 4px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.artnet-checkbox:checked + .artnet-checkbox-label .artnet-checkbox-custom {
    background: #1c479e;
    border-color: #1c479e;
}

.artnet-checkbox:checked + .artnet-checkbox-label .artnet-checkbox-custom::after {
    content: '';
    width: 6px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin-top: -2px;
}

.artnet-checkbox-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 15px;
    color: #495057;
    user-select: none;
}

.artnet-checkbox-text {
    line-height: 1.5;
}

/* 임시 저장 버튼 */
.artnet-btn-autosave {
    margin-top: 0.75rem;
    padding: 0.5rem 1rem;
    font-size: 14px;
    font-weight: 500;
    color: #6c757d;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.artnet-btn-autosave:hover {
    background: #e9ecef;
    border-color: #adb5bd;
    color: #495057;
}

/* 글자 수 카운트 */
.artnet-char-count-desc {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 0.75rem;
}

.artnet-char-count-desc strong {
    color: #1c479e;
    font-weight: 600;
}

.artnet-char-count-wrap {
    margin-top: 0.75rem;
    text-align: right;
    font-size: 14px;
    color: #6c757d;
}

/* 파일 입력 */
.artnet-file-upload-wrapper {
    width: 100%;
}

.artnet-input-group {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
}

.artnet-file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}

.artnet-input-group-text {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.25rem;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    background: #1c479e;
    border: 2px solid #1c479e;
    border-radius: 8px 0 0 8px;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    user-select: none;
}

.artnet-input-group-text:hover {
    background: #1d489d;
    border-color: #1d489d;
}

.artnet-input-group-text:active {
    transform: scale(0.98);
}

.artnet-input-group-text i {
    font-size: 18px;
}

.artnet-file-input-display {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0.875rem 1rem;
    font-size: 15px;
    color: #495057;
    background: #f8f9fa;
    border: 2px solid transparent;
    border-left: none;
    border-radius: 0 8px 8px 0;
    min-height: 48px;
    transition: all 0.3s ease;
    pointer-events: none;
}

.artnet-input-group:hover .artnet-file-input-display {
    background: #f0f2f5;
    border-color: #d0d5db;
}

.artnet-file-input:focus + .artnet-file-input-display {
    background: #ffffff;
    border-color: #1c479e;
    box-shadow: 0 0 0 4px rgba(28, 71, 158, 0.1);
}

.artnet-file-name {
    color: #6c757d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.artnet-file-input:valid + .artnet-file-input-display .artnet-file-name {
    color: #1a1a1a;
}

.artnet-file-delete {
    margin-top: 0.75rem;
}

/* 버튼 액션 */
.artnet-form-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    padding-top: 2.5rem;
    border-top: 2px solid #e9ecef;
}

.artnet-btn-cancel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    font-size: 16px;
    font-weight: 600;
    color: #6c757d;
    background: #ffffff;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 140px;
}

.artnet-btn-cancel:hover {
    background: #f8f9fa;
    border-color: #adb5bd;
    color: #495057;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.artnet-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background: #1c479e;
    border: 2px solid #1c479e;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 140px;
}

.artnet-submit-btn:hover {
    background: #1d489d;
    border-color: #1d489d;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(28, 71, 158, 0.3);
}

.artnet-submit-btn i {
    font-size: 18px;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .artnet-exhibition-write-container {
        padding: 1.5rem 1rem;
    }

    .artnet-exhibition-write-card {
        padding: 2rem 1.5rem;
    }

    .artnet-exhibition-write-title {
        font-size: 26px;
    }

    .artnet-date-range-wrapper {
        flex-direction: column;
        gap: 0.75rem;
    }

    .artnet-date-separator {
        display: none;
    }

    .artnet-address-zip {
        flex-direction: column;
    }

    .artnet-btn-address-search {
        width: 100%;
        justify-content: center;
    }

    .artnet-form-actions {
        flex-direction: column;
    }

    .artnet-btn-cancel,
    .artnet-submit-btn {
        width: 100%;
        min-width: auto;
    }
}

@media (max-width: 480px) {
    .artnet-exhibition-write-container {
        padding: 1rem 0.75rem;
    }

    .artnet-exhibition-write-card {
        padding: 1.75rem 1.25rem;
    }

    .artnet-exhibition-write-title {
        font-size: 22px;
    }

    .artnet-form-label {
        font-size: 15px;
    }

    .artnet-form-input,
    .artnet-form-select {
        font-size: 14px;
        padding: 0.75rem 0.875rem 0.75rem 2.75rem;
    }

    .artnet-input-icon {
        left: 0.875rem;
        font-size: 16px;
    }
    
    .artnet-input-group-text {
        padding: 0.75rem 1rem;
        font-size: 14px;
    }
    
    .artnet-input-group-text span {
        display: none;
    }
    
    .artnet-file-input-display {
        padding: 0.75rem 0.875rem;
        font-size: 14px;
    }
}

/* 기존 스타일 충돌 방지 - artnet 클래스가 없는 경우에만 기존 스타일 적용 */
.artnet-exhibition-write .form-group.row:not(.artnet-form-group) {
    margin-bottom: 0;
}

.artnet-exhibition-write .form-group.row:not(.artnet-form-group) .col-md-2,
.artnet-exhibition-write .form-group.row:not(.artnet-form-group) .col-md-10 {
    padding: 0;
    width: 100%;
}

.artnet-exhibition-write .form-group.row:not(.artnet-form-group) .control-label {
    display: none;
}

/* Bootstrap filestyle 플러그인과의 충돌 방지 */
.artnet-exhibition-write .artnet-file-upload-wrapper .filestyle {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    z-index: -1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.artnet-exhibition-write .artnet-file-upload-wrapper .bootstrap-filestyle {
    display: none !important;
}

.artnet-exhibition-write .artnet-file-upload-wrapper .bootstrap-filestyle .group-span-filestyle {
    display: none !important;
}

/* 기존 버튼 스타일 숨김 (artnet 스타일 사용) */
.artnet-exhibition-write .btn-group:not(.artnet-form-actions) {
    display: none !important;
}

.artnet-exhibition-write .text-center:not(.artnet-form-actions) {
    display: none !important;
}

/* ============================================
   게시물 보기 페이지 버튼 스타일 - 아트넷 디자인
   ============================================ */

/* 공유 버튼 영역 */
.artnet-view-share {
    margin: 2rem 0;
    text-align: right;
}

/* 버튼 액션 컨테이너 */
.artnet-view-actions {
    margin: 3rem 0;
    padding: 0;
}

.artnet-view-actions-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.artnet-view-actions-group {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.artnet-view-actions-left {
    flex: 1;
    min-width: 0;
}

.artnet-view-actions-right {
    flex-shrink: 0;
}

/* 버튼 기본 스타일 */
.artnet-view-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    font-size: 15px;
    font-weight: 600;
    color: #495057;
    background: #ffffff;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-sizing: border-box;
}

.artnet-view-btn:hover {
    background: #f8f9fa;
    border-color: #adb5bd;
    color: #1a1a1a;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.artnet-view-btn:active {
    transform: translateY(0);
}

.artnet-view-btn i {
    font-size: 16px;
    line-height: 1;
}

.artnet-view-btn span {
    line-height: 1;
}

/* 버튼 타입별 스타일 */
.artnet-view-btn-primary {
    color: #ffffff;
    background: #1c479e;
    border-color: #1c479e;
}

.artnet-view-btn-primary:hover {
    background: #1d489d;
    border-color: #1d489d;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(28, 71, 158, 0.3);
}

.artnet-view-btn-secondary {
    color: #495057;
    background: #ffffff;
    border-color: #dee2e6;
}

.artnet-view-btn-secondary:hover {
    background: #f8f9fa;
    border-color: #adb5bd;
    color: #1a1a1a;
}

.artnet-view-btn-like {
    color: #e74c3c;
    background: #ffffff;
    border-color: #e74c3c;
}

.artnet-view-btn-like:hover {
    background: #fee;
    border-color: #e74c3c;
    color: #e74c3c;
}

.artnet-view-btn-count {
    margin-left: 0.25rem;
    font-weight: 600;
}

.artnet-view-btn-count strong {
    font-weight: 700;
}

/* 이전/다음글 네비게이션 */
.artnet-view-nav {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px solid #e9ecef;
}

.artnet-view-nav-item {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #1a1a1a;
}

.artnet-view-nav-item:hover {
    background: #ffffff;
    border-color: #1c479e;
    box-shadow: 0 4px 12px rgba(28, 71, 158, 0.1);
    text-decoration: none;
    transform: translateY(-2px);
    color: #1a1a1a;
}

.artnet-view-nav-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px;
    font-weight: 600;
    color: #6c757d;
}

.artnet-view-nav-item:hover .artnet-view-nav-header {
    color: #1c479e;
}

.artnet-view-nav-header i {
    font-size: 18px;
}

.artnet-view-nav-label {
    letter-spacing: -0.2px;
}

.artnet-view-nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.artnet-view-nav-subject {
    flex: 1;
    min-width: 0;
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.artnet-view-nav-date {
    flex-shrink: 0;
    font-size: 14px;
    color: #6c757d;
    white-space: nowrap;
}

/* 전시 페이지 전용 액션 버튼 */
.artnet-view-exhibition-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e8e8e8;
    width: 100%;
    box-sizing: border-box;
}

.artnet-view-exhibition-actions .artnet-view-btn {
    /* flex: 1; */
    min-width: 0;
    justify-content: center;
}

/* 반응형 디자인 */
@media (max-width: 991.98px) {
    .artnet-view-actions-container {
        flex-direction: column;
        gap: 1.5rem;
    }

    .artnet-view-actions-group {
        width: 100%;
        justify-content: flex-start;
    }

    .artnet-view-actions-right {
        width: 100%;
        justify-content: flex-start;
    }

    .artnet-view-exhibition-actions {
        flex-direction: row;
    }

    .artnet-view-exhibition-actions .artnet-view-btn {
        flex: 1;
        min-width: 120px;
    }
}

@media (max-width: 767.98px) {
    .artnet-view-actions {
        margin: 2rem 0;
    }

    .artnet-view-actions-container {
        gap: 1rem;
    }

    .artnet-view-actions-group {
        width: 100%;
        gap: 0.5rem;
    }

    .artnet-view-btn {
        flex: 1;
        min-width: 0;
        padding: 0.75rem 1rem;
        font-size: 14px;
    }

    .artnet-view-btn span {
        display: none;
    }

    .artnet-view-btn i {
        font-size: 18px;
    }

    .artnet-view-nav-item {
        padding: 1rem 1.25rem;
    }

    .artnet-view-nav-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .artnet-view-nav-subject {
        width: 100%;
        white-space: normal;
        word-break: break-word;
    }

    .artnet-view-exhibition-actions {
        flex-direction: column;
    }

    .artnet-view-exhibition-actions .artnet-view-btn {
        width: 100%;
        min-width: auto;
    }

    .artnet-view-exhibition-actions .artnet-view-btn span {
        display: inline;
    }
}

@media (max-width: 480px) {
    .artnet-view-btn {
        padding: 0.625rem 0.875rem;
        font-size: 13px;
    }

    .artnet-view-btn i {
        font-size: 16px;
    }

    .artnet-view-nav-item {
        padding: 0.875rem 1rem;
    }

    .artnet-view-nav-subject {
        font-size: 15px;
    }

    .artnet-view-nav-date {
        font-size: 13px;
    }
}

/* 기존 스타일과의 충돌 방지 */
.artnet-view-actions .row,
.artnet-view-actions .col-lg-6,
.artnet-view-actions .col-lg-3,
.artnet-view-actions .col-sm-6,
.artnet-view-actions .col-sm-5,
.artnet-view-actions .col-xs-12 {
    padding: 0;
    margin: 0;
    width: auto;
    float: none;
}

.artnet-view-actions .btn-group,
.artnet-view-actions .btn-group-justified,
.artnet-view-actions .m-b-10 {
    display: none !important;
}

.artnet-view-actions .btn,
.artnet-view-actions .btn-default,
.artnet-view-actions .btn-danger,
.artnet-view-actions .waves-effect {
    display: none !important;
}

.artnet-view-nav .bo_v_nb {
    display: none !important;
}

.artnet-view-nav .bo_v_nb li {
    display: none !important;
}

/* ============================================
   첨부파일 및 관련링크 섹션 스타일 - 아트넷 디자인
   ============================================ */

/* 섹션 공통 스타일 */
.artnet-view-section {
    margin: 3rem 0;
    padding: 0;
}

.artnet-view-section-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
    letter-spacing: -0.3px;
}

.artnet-view-section-title i {
    font-size: 22px;
    color: #1c479e;
}

.artnet-view-section-title span {
    line-height: 1;
}

/* 첨부파일 리스트 */
.artnet-view-file-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.artnet-view-file-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.artnet-view-file-item:hover {
    background: #ffffff;
    border-color: #1c479e;
    box-shadow: 0 4px 12px rgba(28, 71, 158, 0.1);
    transform: translateY(-2px);
}

.artnet-view-file-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1c479e;
    border-radius: 10px;
    color: #ffffff;
    font-size: 20px;
}

.artnet-view-file-item:hover .artnet-view-file-icon {
    background: #1d489d;
    transform: scale(1.05);
}

.artnet-view-file-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.artnet-view-file-link {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    text-decoration: none;
    color: #1a1a1a;
    transition: color 0.3s ease;
}

.artnet-view-file-link:hover {
    color: #1c479e;
    text-decoration: none;
}

.artnet-view-file-name {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
    word-break: break-word;
}

.artnet-view-file-link:hover .artnet-view-file-name {
    color: #1c479e;
}

.artnet-view-file-desc {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.4;
}

.artnet-view-file-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    font-size: 13px;
    color: #6c757d;
    margin-top: 0.25rem;
}

.artnet-view-file-size {
    font-weight: 500;
    color: #495057;
}

.artnet-view-file-separator {
    color: #adb5bd;
}

.artnet-view-file-download {
    color: #6c757d;
}

.artnet-view-file-date {
    color: #6c757d;
}

/* 관련링크 리스트 */
.artnet-view-link-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.artnet-view-link-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.artnet-view-link-item:hover {
    background: #ffffff;
    border-color: #1c479e;
    box-shadow: 0 4px 12px rgba(28, 71, 158, 0.1);
    transform: translateY(-2px);
}

.artnet-view-link-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1c479e;
    border-radius: 10px;
    color: #ffffff;
    font-size: 20px;
}

.artnet-view-link-item:hover .artnet-view-link-icon {
    background: #1d489d;
    transform: scale(1.05);
}

.artnet-view-link-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.artnet-view-link-url {
    display: block;
    text-decoration: none;
    color: #1a1a1a;
    transition: color 0.3s ease;
}

.artnet-view-link-url:hover {
    color: #1c479e;
    text-decoration: none;
}

.artnet-view-link-text {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
    word-break: break-word;
    display: block;
}

.artnet-view-link-url:hover .artnet-view-link-text {
    color: #1c479e;
}

.artnet-view-link-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    font-size: 13px;
    color: #6c757d;
    margin-top: 0.25rem;
}

.artnet-view-link-hit {
    color: #6c757d;
}

/* 반응형 디자인 */
@media (max-width: 767.98px) {
    .artnet-view-section {
        margin: 2rem 0;
    }

    .artnet-view-section-title {
        font-size: 18px;
        margin-bottom: 1.25rem;
        padding-bottom: 0.875rem;
    }

    .artnet-view-section-title i {
        font-size: 20px;
    }

    .artnet-view-file-item,
    .artnet-view-link-item {
        padding: 1rem 1.25rem;
        gap: 0.875rem;
    }

    .artnet-view-file-icon,
    .artnet-view-link-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .artnet-view-file-name,
    .artnet-view-link-text {
        font-size: 15px;
    }

    .artnet-view-file-desc {
        font-size: 13px;
    }

    .artnet-view-file-meta,
    .artnet-view-link-meta {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .artnet-view-section-title {
        font-size: 17px;
    }

    .artnet-view-file-item,
    .artnet-view-link-item {
        padding: 0.875rem 1rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .artnet-view-file-icon,
    .artnet-view-link-icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .artnet-view-file-info,
    .artnet-view-link-info {
        width: 100%;
    }

    .artnet-view-file-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .artnet-view-file-separator {
        display: none;
    }
}

/* 기존 스타일과의 충돌 방지 */
.artnet-view-section #bo_v_file h2,
.artnet-view-section #bo_v_link h2 {
    display: none !important;
}

.artnet-view-section #bo_v_file ul,
.artnet-view-section #bo_v_link ul {
    display: none !important;
}

.artnet-view-section #bo_v_file li,
.artnet-view-section #bo_v_link li {
    display: none !important;
}

/* ============================================
   게시판 목록 페이지 버튼 및 검색폼 스타일 - 아트넷 디자인
   ============================================ */

/* 상단 헤더 영역 */
.artnet-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding: 1.25rem 1.5rem;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    flex-wrap: wrap;
    gap: 1rem;
}

.artnet-list-header-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.artnet-list-total {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
}

.artnet-list-page {
    font-size: 15px;
    color: #6c757d;
}

.artnet-list-header-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

/* 버튼 기본 스타일 */
.artnet-list-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    font-size: 14px;
    font-weight: 600;
    color: #495057;
    background: #ffffff;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-sizing: border-box;
}

.artnet-list-btn:hover {
    background: #f8f9fa;
    border-color: #adb5bd;
    color: #1a1a1a;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.artnet-list-btn:active {
    transform: translateY(0);
}

.artnet-list-btn i {
    font-size: 16px;
    line-height: 1;
}

.artnet-list-btn span {
    line-height: 1;
}

/* 버튼 타입별 스타일 */
.artnet-list-btn-primary {
    color: #ffffff;
    background: #1c479e;
    border-color: #1c479e;
}

.artnet-list-btn-primary:hover {
    background: #1d489d;
    border-color: #1d489d;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(28, 71, 158, 0.3);
}

.artnet-list-btn-secondary {
    color: #495057;
    background: #ffffff;
    border-color: #dee2e6;
}

.artnet-list-btn-secondary:hover {
    background: #f8f9fa;
    border-color: #adb5bd;
    color: #1a1a1a;
}

/* 하단 액션 버튼 영역 */
.artnet-list-actions {
    margin: 3rem 0;
    padding: 0;
}

.artnet-list-actions-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
}

.artnet-list-actions-group {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.artnet-list-actions-left {
    flex: 1;
    min-width: 0;
}

.artnet-list-actions-right {
    flex-shrink: 0;
}

/* 검색폼 영역 */
.artnet-list-search {
    margin: 3rem 0;
    padding: 0;
}

.artnet-list-search-container {
    padding: 2rem 2.5rem;
    background: #ffffff;
    border: 2px solid #e9ecef;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    max-width: 768px;
    margin: 0 auto;
}

.artnet-list-search-title {
    
    display: none;
    align-items: center;
    gap: 0.75rem;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
    letter-spacing: -0.3px;
}

.artnet-list-search-title i {
    font-size: 22px;
    color: #1c479e;
}

.artnet-list-search-title span {
    line-height: 1;
}

.artnet-list-search-form {
    width: 100%;
}

.artnet-list-search-fields {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: flex-end;
}

.artnet-list-search-field {
    flex: 1;
    min-width: 200px;
}

.artnet-list-search-field-input {
    flex: 2;
    min-width: 300px;
}

.artnet-list-search-select-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.artnet-list-search-select {
    width: 100%;
    padding: 0.875rem 3rem 0.875rem 1rem;
    font-size: 15px;
    line-height: 1.5;
    color: #1a1a1a;
    background: #f8f9fa;
    border: 2px solid transparent;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-family: inherit;
    appearance: none;
    cursor: pointer;
    box-sizing: border-box;
}

.artnet-list-search-select:focus {
    outline: none;
    background-color: #ffffff;
    border-color: #1c479e;
    box-shadow: 0 0 0 4px rgba(28, 71, 158, 0.1);
}

.artnet-list-search-select:hover:not(:focus) {
    background-color: #f0f2f5;
    border-color: #d0d5db;
}

.artnet-list-search-select-icon {
    position: absolute;
    right: 1rem;
    font-size: 16px;
    color: #6c757d;
    pointer-events: none;
    z-index: 1;
}

.artnet-list-search-input-wrapper {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
}

.artnet-list-search-input {
    flex: 1;
    padding: 0.875rem 1rem;
    font-size: 15px;
    line-height: 1.5;
    color: #1a1a1a;
    background: #f8f9fa;
    border: 2px solid transparent;
    border-radius: 8px 0 0 8px;
    transition: all 0.3s ease;
    font-family: inherit;
    box-sizing: border-box;
}

.artnet-list-search-input:focus {
    outline: none;
    background: #ffffff;
    border-color: #1c479e;
    box-shadow: 0 0 0 4px rgba(28, 71, 158, 0.1);
}

.artnet-list-search-input:hover:not(:focus) {
    background: #f0f2f5;
    border-color: #d0d5db;
}

.artnet-list-search-input::placeholder {
    color: #adb5bd;
}

.artnet-list-search-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    background: #1c479e;
    border: 2px solid #1c479e;
    border-left: none;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-sizing: border-box;
}

.artnet-list-search-submit:hover {
    background: #1d489d;
    border-color: #1d489d;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(28, 71, 158, 0.3);
}

.artnet-list-search-submit:active {
    transform: translateY(0);
}

.artnet-list-search-submit i {
    font-size: 16px;
    line-height: 1;
}

.artnet-list-search-submit span {
    line-height: 1;
}

/* 반응형 디자인 */
@media (max-width: 991.98px) {
    .artnet-list-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .artnet-list-header-actions {
        width: 100%;
        justify-content: flex-start;
    }

    .artnet-list-actions-container {
        flex-direction: column;
        gap: 1.5rem;
    }

    .artnet-list-actions-group {
        width: 100%;
        justify-content: flex-start;
    }

    .artnet-list-actions-right {
        width: 100%;
        justify-content: flex-start;
    }

    .artnet-list-search-fields {
        flex-direction: column;
        gap: 1rem;
    }

    .artnet-list-search-field,
    .artnet-list-search-field-input {
        width: 100%;
        min-width: auto;
    }

    .artnet-list-search-input-wrapper {
        flex-direction: column;
    }

    .artnet-list-search-input {
        border-radius: 8px;
        border-right: 2px solid transparent;
    }

    .artnet-list-search-submit {
        border-radius: 8px;
        border-left: 2px solid #1c479e;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .artnet-list-header {
        padding: 1rem 1.25rem;
    }

    .artnet-list-header-info {
        width: 100%;
    }

    .artnet-list-btn {
        flex: 1;
        min-width: 0;
        padding: 0.625rem 1rem;
        font-size: 13px;
    }

    .artnet-list-btn span {
        display: none;
    }

    .artnet-list-btn i {
        font-size: 18px;
    }

    .artnet-list-search-container {
        padding: 1.5rem 1.25rem;
    }

    .artnet-list-search-title {
        font-size: 18px;
        margin-bottom: 1.25rem;
        padding-bottom: 0.875rem;
    }

    .artnet-list-search-title i {
        font-size: 20px;
    }
}

/* 지도 섹션 반응형 */
@media (max-width: 767.98px) {
    .artnet-exhibition-map-section {
        margin: 2rem 0;
    }
    
    .artnet-exhibition-map-header {
        padding: 1.25rem 1.5rem;
    }
    
    .artnet-exhibition-map-title {
        font-size: 18px;
    }
    
    .artnet-exhibition-map-title i {
        font-size: 20px;
    }
    
    .artnet-exhibition-map {
        height: 400px;
    }
    
    .artnet-map-overlay {
        width: 320px;
    }
    
    .artnet-map-overlay-header {
        padding: 0.875rem 1rem;
    }
    
    .artnet-map-overlay-title {
        font-size: 15px;
    }
    
    .artnet-map-overlay-body {
        padding: 1rem;
        flex-direction: column;
    }
    
    .artnet-map-overlay-thumb {
        width: 100%;
        height: 120px;
    }
}

@media (max-width: 480px) {
    .artnet-exhibition-map-section {
        margin: 1.5rem 0;
    }
    
    .artnet-exhibition-map-header {
        padding: 1rem 1.25rem;
    }
    
    .artnet-exhibition-map-title {
        font-size: 16px;
    }
    
    .artnet-exhibition-map-title i {
        font-size: 18px;
    }
    
    .artnet-exhibition-map {
        height: 350px;
    }
    
    .artnet-map-overlay {
        width: 280px;
        max-width: 85vw;
    }
    
    .artnet-map-overlay-header {
        padding: 0.75rem 0.875rem;
    }
    
    .artnet-map-overlay-title {
        font-size: 14px;
    }
    
    .artnet-map-overlay-body {
        padding: 0.875rem;
        gap: 0.75rem;
    }
    
    .artnet-map-overlay-thumb {
        height: 100px;
    }
    
    .artnet-map-overlay-addr,
    .artnet-map-overlay-tel {
        font-size: 13px;
    }
    
    .artnet-map-overlay-link {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .artnet-list-header {
        padding: 0.875rem 1rem;
    }

    .artnet-list-total {
        font-size: 15px;
    }

    .artnet-list-page {
        font-size: 14px;
    }

    .artnet-list-search-container {
        padding: 1.25rem 1rem;
    }

    .artnet-list-search-title {
        font-size: 17px;
    }

    .artnet-list-search-select,
    .artnet-list-search-input {
        font-size: 14px;
        padding: 0.75rem 0.875rem;
    }

    .artnet-list-search-submit {
        padding: 0.75rem 1.25rem;
        font-size: 14px;
    }

    .artnet-list-search-submit span {
        display: none;
    }
}

/* 기존 스타일과의 충돌 방지 */
.artnet-list-header .row,
.artnet-list-header .list,
.artnet-list-header .col-xs-6 {
    padding: 0;
    margin: 0;
    width: auto;
    float: none;
}

.artnet-list-header .btn,
.artnet-list-header .btn-xs,
.artnet-list-header .btn-default {
    display: none !important;
}

.artnet-list-actions .row,
.artnet-list-actions .col-lg-3,
.artnet-list-actions .col-lg-6,
.artnet-list-actions .col-sm-5,
.artnet-list-actions .col-sm-6,
.artnet-list-actions .col-xs-4,
.artnet-list-actions .col-xs-8,
.artnet-list-actions .col-ls-12,
.artnet-list-actions .pull-right {
    padding: 0;
    margin: 0;
    width: auto;
    float: none;
}

.artnet-list-actions .btn-group,
.artnet-list-actions .btn-group-justified,
.artnet-list-actions .m-b-10 {
    display: none !important;
}

.artnet-list-actions .btn,
.artnet-list-actions .btn-default,
.artnet-list-actions .btn-primary,
.artnet-list-actions .waves-effect {
    display: none !important;
}

.artnet-list-search hr {
    display: none !important;
}

.artnet-list-search fieldset,
.artnet-list-search #bo_sch {
    display: none !important;
}

.artnet-list-search .form-inline,
.artnet-list-search .text-center {
    display: none !important;
}

.artnet-list-search .form-control,
.artnet-list-search .input-group,
.artnet-list-search .m-b-5,
.artnet-list-search .input-group-btn {
    display: none !important;
}

/* 포스터 업로드 스타일 */
.artnet-poster-upload {
    margin-bottom: 2rem;
}

.artnet-poster-preview-wrapper {
    width: 100%;
}

.artnet-poster-preview-container {
    position: relative;
}

.artnet-poster-preview-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.artnet-poster-preview-image {
    flex-shrink: 0;
    width: 120px;
    aspect-ratio: 210 / 297; /* A4 비율 (210mm:297mm) */
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.artnet-poster-preview-image:hover {
    border-color: #1c479e;
    box-shadow: 0 2px 8px rgba(28, 71, 158, 0.2);
}

.artnet-poster-preview-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.artnet-poster-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(28, 71, 158, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: #fff;
    border-radius: 6px;
}

.artnet-poster-preview-image:hover .artnet-poster-overlay {
    opacity: 1;
}

.artnet-poster-overlay i {
    font-size: 24px;
}

.artnet-poster-overlay span {
    font-size: 12px;
    font-weight: 500;
}

.artnet-poster-preview-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.artnet-poster-file-name {
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    word-break: break-all;
}

.artnet-poster-file-size {
    font-size: 12px;
    color: #6c757d;
}

.artnet-poster-actions {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.artnet-poster-btn-modify {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: #1c479e;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.artnet-poster-btn-modify:hover {
    background: #1d489d;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(28, 71, 158, 0.3);
}

.artnet-poster-btn-modify i {
    font-size: 16px;
}

.artnet-poster-btn-delete {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: #dc3545;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.artnet-poster-btn-delete:hover {
    background: #c82333;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(220, 53, 69, 0.3);
}

.artnet-poster-btn-delete i {
    font-size: 16px;
}

.artnet-poster-upload-area {
    width: 100%;
    padding: 2rem;
    border: 2px dashed #c8cbce;
    border-radius: 8px;
    background: #fafafa;
    text-align: center;
    transition: all 0.2s ease;
    cursor: pointer;
}

.artnet-poster-upload-area:hover {
    border-color: #1d489d;
    background: #f0f4ff;
}

.artnet-poster-preview-container.artnet-poster-drag-over {
    position: relative;
}

.artnet-poster-preview-container.artnet-poster-drag-over::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(28, 71, 158, 0.1);
    border: 3px dashed #1c479e;
    border-radius: 8px;
    z-index: 10;
    pointer-events: none;
}

.artnet-poster-upload-drag-hint {
    font-size: 11px;
    color: #adb5bd;
    margin-top: 0.25rem;
}

.artnet-poster-upload-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    width: 100%;
}

.artnet-poster-upload-label i {
    font-size: 48px;
    color: #6c757d;
    transition: color 0.2s ease;
}

.artnet-poster-upload-area:hover .artnet-poster-upload-label i {
    color: #1d489d;
}

.artnet-poster-upload-text {
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
}

.artnet-poster-upload-hint {
    font-size: 12px;
    color: #6c757d;
}

.artnet-poster-file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* 반응형 스타일 */
@media (max-width: 768px) {
    .artnet-poster-preview-item {
        flex-direction: column;
        align-items: stretch;
    }
    
    .artnet-poster-preview-image {
        width: 100%;
        aspect-ratio: 210 / 297; /* A4 비율 유지 */
    }
    
    .artnet-poster-actions {
        width: 100%;
        flex-direction: column;
    }
    
    .artnet-poster-btn-modify,
    .artnet-poster-btn-delete {
        width: 100%;
        justify-content: center;
    }
    
    .artnet-poster-upload-area {
        padding: 1.5rem 1rem;
    }
    
    .artnet-poster-upload-label i {
        font-size: 36px;
    }
    
    .artnet-poster-upload-text {
        font-size: 14px;
    }
    
    .artnet-poster-upload-hint {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .artnet-poster-preview-item {
        padding: 0.75rem;
    }
    
    .artnet-poster-preview-image {
        aspect-ratio: 210 / 297; /* A4 비율 유지 */
    }
    
    .artnet-poster-upload-area {
        padding: 1.25rem 0.75rem;
    }
    
    .artnet-poster-upload-label i {
        font-size: 32px;
    }
    
    .artnet-poster-upload-text {
        font-size: 13px;
    }
    
    .artnet-poster-upload-hint,
    .artnet-poster-upload-drag-hint {
        font-size: 10px;
    }
}