.block-wrapper{
  padding-bottom: 0px !important;
}
.map-contaner {
  position: relative;
  align-items: stretch;
  display: grid;
  grid-template-columns: 70% 30%;
}
@media (max-width: 991.98px) {
  .map-contaner {
    grid-template-columns: 100%;
  }
}
.map-list {
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  overflow-y: auto;
  height: 100vh;
}
.map-list .list-posts {
  position: relative;

  padding: 1rem;
  height: 100%;
  overflow-y: auto;
}
.list-posts-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.list-posts-container li{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1rem;
	
	padding: 0.75rem 0;
	border-bottom: 1px solid #e9ecef;
	transition: all 0.2s ease;
}

.list-posts-container li:hover {
	background-color: #f8f9fa;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	border-radius: 8px;
}

.artnet-gallery-list-item {
	cursor: pointer;
}

.list-posts-thumbnail{
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid #e9ecef;
	flex-shrink: 0;
	background: #f8f9fa;
	display: flex;
	align-items: center;
	justify-content: center;
}

.list-posts-thumbnail img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.list-posts-thumbnail-empty {
	background: #e9ecef;
	color: #adb5bd;
	font-size: 24px;
}

.list-posts-container li p{
	margin-bottom: 0px;
}

.list-posts-content {
	flex: 1;
	min-width: 0;
}

.list-posts-content-inner {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 0.5rem;
}

.list-posts-title {
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	color: #1a1a1a;
	transition: color 0.2s ease;
	flex: 1;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list-posts-title:hover {
	color: #1c479e;
	text-decoration: none;
}

.list-posts-title strong {
	font-weight: 700;
	color: #1c479e;
}

.list-posts-address {
	margin: 0.25rem 0;
	font-size: 13px;
	color: #6c757d;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.list-posts-address i {
	color: #1c479e;
	font-size: 14px;
}

.post-tags {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 0.5rem;
	color: #6c757d;
	font-size: 12px;
}

.post-tag-item {
	display: flex;
	align-items: center;
	gap: 0.375rem;
}

.post-tag-item i {
	font-size: 13px;
	color: #1c479e;
}

.post-tag-link {
	color: #6c757d;
	text-decoration: none;
	transition: color 0.2s ease;
}

.post-tag-link:hover {
	color: #1c479e;
	text-decoration: none;
}

/* 로딩 상태 */
.artnet-gallery-loading {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 3rem 1rem;
	border: none !important;
}

.artnet-gallery-loading-spinner {
	width: 40px;
	height: 40px;
	border: 3px solid #e9ecef;
	border-top-color: #1c479e;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
	margin-bottom: 1rem;
}

@keyframes spin {
	to { transform: rotate(360deg); }
}

.artnet-gallery-loading p {
	margin: 0;
	color: #6c757d;
	font-size: 14px;
}

/* 에러 상태 */
.artnet-gallery-error {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 3rem 1rem;
	border: none !important;
	text-align: center;
}

.artnet-gallery-error p {
	margin: 0 0 1rem 0;
	color: #dc3545;
	font-size: 14px;
}

.artnet-gallery-retry-btn {
	padding: 0.5rem 1.5rem;
	background: #1c479e;
	color: #ffffff;
	border: none;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease;
}

.artnet-gallery-retry-btn:hover {
	background: #1d489d;
	transform: translateY(-1px);
	box-shadow: 0 2px 8px rgba(28, 71, 158, 0.3);
}

/* 빈 목록 상태 */
.artnet-gallery-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3rem 1rem;
	border: none !important;
	text-align: center;
}

.artnet-gallery-empty p {
	margin: 0;
	color: #6c757d;
	font-size: 14px;
}

#bo_fx {
  bottom: 0px;
}
/*지도표시*/
.wrap {
  position: absolute;
  left: 0;
  bottom: 52px;
  min-width: 288px;
  max-width: 300px;
  margin-left: -144px;
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
}
.wrap * {
  padding: 0;
  margin: 0;
}
.wrap .info {
  min-width: 286px;
  position: relative;
  border-radius: 5px;
  border-bottom: 2px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fff;
}
.wrap .info:nth-child(1) {
  border: 0;
  box-shadow: 0px 1px 2px #888;
}
.info .title {
  padding: 0px 0 0 10px;
  height: 30px;
  background: #eee;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
}
.info .close {
  position: absolute;
  top: 2px;
  right: 10px;
  color: #888;
  width: 17px;
  height: 17px;
}
.info .close:hover {
  cursor: pointer;
}
.info .body {
  position: relative;
  clear: both;
}
.info .desc {
  position: relative;
  margin: 10px;
}
.desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}

.info .img {
  width: 73px;
  height: 71px;
  border: 1px solid #ddd;
  color: #888;
  overflow: hidden;
  float: left;
  margin: 10px;
}
.info:after {
  content: '';
  position: absolute;
  margin-left: -12px;
  left: 50%;
  bottom: -12px;
  width: 22px;
  height: 12px;
  background: url('http://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png');
}
.info .link {
  color: #5085bb;
  text-decoration: none !important;
}

/*글리스트*/

/*버튼그룹*/
#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;
}

.list-posts-title {
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}

/*글보기*/

.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_share {
  position: relative;
  margin: 0px 0;
  text-align: right;
}
.bo_v_snswr {
  position: relative;
  display: inline-block;
  margin-left: -1px;
}
.bo_v_snswr .btn {
  position: relative;
}
.bo_v_snswr .btn:before {
  position: absolute;
  right: 35px;
  border-right: #f14447 1px solid;
}
.bo_v_snswr .btn i {
  margin-right: 5px;
  position: relative;
  top: 1px;
  display: inline-block;

  color: #333;
  text-align: center;
  width: 30px;
  vertical-align: top;
}
.bo_v_snswr .btn i:after {
  border-right: 1px solid rgba(49, 58, 70, 0.2);
  height: 34px;
}
#bo_v_sns {
  display: inline;
  padding: 0;
  list-style: none;
  zoom: 1;
}
#bo_v_sns:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}

#bo_v_sns li {
  float: left;
  text-align: center;
}
#bo_v_sns li a {
  font-size: 14px;
  padding: 7px 10px;
  outline: none !important;
  font-family: 'Nunito Sans', sans-serif;
}
#bo_v_sns li .sns_f {
  display: block;
  background: #415b92;
}
#bo_v_sns li .sns_t {
  display: block;
  background: #35b3dc;
}
#bo_v_sns li .sns_g {
  display: block;
  background: #d5503a;
}
#bo_v_sns li img {
  vertical-align: top;
}

/* 게시판 읽기 */
#bo_v {
  margin-bottom: 20px;
  padding: 20px 0px;
  background: #fff;
  box-sizing: border-box;
}

#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;
  text-align: center;
}
#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 .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .member,
#bo_v_info .guest {
}
#bo_v_info .profile_img {
}
#bo_v_info .profile_img img {
  border-radius: 50%;
}
#bo_v_info .sv_member {
}
#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;
}
#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;
}
#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;
}
#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;
}

#bo_v_share {
  position: relative;
  margin: 20px 0;
  text-align: right;
}
#bo_v_share .btn {
  padding: 0 10px 0 0;
  color: #555;
  font-weight: normal;
  font-size: 1em;
  line-height: 30px;
  height: 32px;
  border-radius: 0;
  border-color: #d5d5d5;
}
#bo_v_share .btn:hover {
  background: #fff;
}
#bo_v_share .btn i {
  margin-right: 5px;
  background: #eee;
  color: #333;
  text-align: center;
  width: 30px;
  line-height: 30px;
  vertical-align: top;
}
#bo_v_share .btn_share {
}
#bo_v_share .btn_share:hover {
}

.bo_v_snswr {
  position: relative;
  display: inline-block;
  margin-left: -1px;
}
#bo_v_sns {
  display: none;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -90px;
  width: 180px;
  padding: 0;
  list-style: none;
  zoom: 1;
}
#bo_v_sns:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}
#bo_v_sns:before {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 84px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #415b92 transparent transparent transparent;
}
#bo_v_sns li {
  float: left;
  width: 60px;
  text-align: center;
}
#bo_v_sns li a {
  height: 40px;
  padding: 10px 0;
}
#bo_v_sns li .sns_f {
  display: block;
  background: #415b92;
}
#bo_v_sns li .sns_t {
  display: block;
  background: #35b3dc;
}
#bo_v_sns li .sns_g {
  display: block;
  background: #d5503a;
}
#bo_v_sns.show_kakao {
  width: 240px;
  margin-left: -120px;
}
#bo_v_sns li .sns_k {
  display: block;
  background: #fbe300;
}
#bo_v_sns li img {
  vertical-align: top;
}

/* 게시판 댓글 */
.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 {
}
#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 {
}
#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;
}

#wr_secret {
}
.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;
  float: left;
}
#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;
}

.html5fileupload .add,
.html5fileupload {
  float: left;
  width: 100%;
}
.html5fileupload .add:before,
.html5fileupload:before {
  content: '';
  font-family: 'Glyphicons Halflings';
  font-size: 20px;
  color: #dbdbdb;
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 0;
}

.html5fileupload .add:after,
.html5fileupload:after {
  font-family: 'Nanum Gothic', sans-serif;
  content: '이미지를 여기에 드래그하거나 클릭하여 추가하십시오!';
  font-size: 15px;
  color: #bbbbbb;
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 0;
}

.html5fileupload .file {
  background-color: #ffffff;
  min-height: 185px;
  height: 185px !important;
  position: relative;
  z-index: 1;
  border-top: 1px solid #dddddd;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 20%;
  float: left;
  text-align: center;
}
.html5fileupload .file .preview {
  height: 150px;
  width: 150px;
  background-size: cover;
  background-position: center;
  background-color: white;
  float: none;
  vertical-align: middle;
  margin: 5px;
}
.html5fileupload .file .inner {
  float: none;
  text-align: center;
  width: 100% !important;
}
.html5fileupload .file .inner .content {
  display: none;
}
.html5fileupload .file .tools {
  display: none;
}
.html5fileupload .file:hover .tools {
  display: block;
}
.html5fileupload .file .name {
  padding: 5px 5px 5px 5px;
  width: 100%;
  display: block;
}
.html5fileupload .notvalid {
  font-weight: bold;
  color: #d9534f;
  padding: 5px 5px 5px 5px;
}

.map-wrap {
  display: flex;
  height: 100vh;
  flex-direction: column;
  align-items: stretch;
  min-height: 100% !important;
}

.form-write {
  max-width: 992px;
  margin: 25px auto;
}

.reg_title h2 {
  text-align: center;
  font-weight: 400;
}
.reg_title h2 p {
  color: #a6a6a6;
  font-size: 15px;
}
@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;
  }
  .col-md-2.map-list {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .block-wrapper {
    padding-top: 70px;
  }
  .article-post {
    min-height: inherit;
  }
  .article-post .post-content h2 {
    font-size: 19px;
  }
  .article-post .post-content .post-detail {
    font-size: 15px;
  }
  .col-md-2.map-list {
    position: relative;
    width: 100%;
    height: 70vh !important;
    background-color: rgba(255, 255, 255, 1);
  }
  .map-wrap {
    height: 30vh !important;
  }
  .col-md-2.map-list .list-posts {
    padding-top: 0px;
  }
}
@media (max-width: 510px) {
  .article-post .post-gallery {
    margin-left: -15px;
    margin-right: -15px;
  }

  .article-post .post-content h2 {
    font-size: 18px;
  }
}

/* 아트넷 리스트 버튼 스타일 */
.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:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(28, 71, 158, 0.1);
}

.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: 2rem 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-actions .row,
.artnet-list-actions .col-lg-3,
.artnet-list-actions .col-lg-6,
.artnet-list-actions .col-md-6,
.artnet-list-actions .col-sm-3,
.artnet-list-actions .col-sm-5,
.artnet-list-actions .col-sm-6,
.artnet-list-actions .col-sm-9,
.artnet-list-actions .col-xs-4,
.artnet-list-actions .col-xs-8,
.artnet-list-actions .col-ls-12,
.artnet-list-actions .pull-right {
    display: none !important;
}

.artnet-list-actions .btn-group,
.artnet-list-actions .btn-group-justified,
.artnet-list-actions .m-b-10,
.artnet-list-actions .form-group,
.artnet-list-actions ul.form-group {
    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;
}

/* 반응형 디자인 */
@media (max-width: 767.98px) {
    .artnet-list-actions {
        margin: 1.5rem 0;
    }

    .artnet-list-actions-container {
        flex-direction: column;
        gap: 1rem;
    }

    .artnet-list-actions-group {
        width: 100%;
        justify-content: flex-start;
    }

    .artnet-list-actions-left {
        width: 100%;
    }

    .artnet-list-actions-right {
        width: 100%;
        justify-content: flex-start;
    }

    .artnet-list-btn {
        padding: 0.625rem 1rem;
        font-size: 13px;
    }

    .artnet-list-btn i {
        font-size: 14px;
    }

    .artnet-list-btn span {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .artnet-list-actions-container {
        gap: 0.75rem;
    }

    .artnet-list-actions-group {
        gap: 0.5rem;
    }

    .artnet-list-btn {
        padding: 0.5rem 0.875rem;
        font-size: 12px;
        gap: 0.375rem;
    }

    .artnet-list-btn i {
        font-size: 13px;
    }

    .artnet-list-btn span {
        font-size: 12px;
    }
}

/* ============================================
   갤러리 작성 페이지 스타일 - 아트넷 디자인
   ============================================ */

.artnet-exhibition-write {
    padding: 2rem 0;
    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-info {
    font-size: 16px;
    color: #6c757d;
    margin-top: 0.75rem;
    line-height: 1.6;
}

/* 폼 */
.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-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-alert-box {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.artnet-alert-warning {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
}

.artnet-alert-box i {
    font-size: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}

.artnet-alert-warning i {
    color: #856404;
}

.artnet-alert-box strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #856404;
    margin-bottom: 0.5rem;
}

.artnet-alert-box p {
    font-size: 14px;
    color: #856404;
    margin: 0;
    line-height: 1.6;
}

/* 체크박스 그룹 */
.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-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-content-wrapper {
    width: 100%;
}

/* 버튼 액션 */
.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;
    gap: 0.5rem;
    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-btn-cancel i {
    font-size: 18px;
}

.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;
}

.artnet-captcha-wrapper {
    width: 100%;
}

/* Clockpicker 스타일 개선 */
.artnet-exhibition-write .clockpicker-popover {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.artnet-exhibition-write .clockpicker-popover .popover-title {
    background: #f8f9fa;
    border-bottom: 2px solid #e9ecef;
    color: #1a1a1a;
    font-weight: 600;
}

.artnet-exhibition-write .clockpicker-popover .popover-content {
    background: #ffffff;
}

/* 기존 스타일 충돌 방지 */
.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;
}

/* 반응형 디자인 */
@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-btn-address-search {
        padding: 0.75rem 1rem;
        font-size: 14px;
    }
    
    .artnet-btn-address-search span {
        display: none;
    }
    
    .artnet-file-input-display {
        padding: 0.75rem 0.875rem;
        font-size: 14px;
    }
}

/* ============================================
   갤러리 이미지 업로드 컴포넌트 - 아트넷 스타일
   ============================================ */

.artnet-gallery-upload-area {
    margin-bottom: 2rem;
}

/* 드롭존 */
.artnet-gallery-upload-dropzone {
    position: relative;
    background: #f8f9fa;
    border: 2px dashed #e9ecef;
    border-radius: 16px;
    padding: 3rem 2rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.artnet-gallery-upload-dropzone:hover {
    border-color: #1c479e;
    background: #f0f7ff;
}

.artnet-gallery-upload-dropzone.dragover {
    border-color: #1c479e;
    background: #e8f0fe;
    transform: scale(1.02);
}

.artnet-gallery-upload-dropzone-content {
    width: 100%;
}

.artnet-gallery-upload-dropzone-content i {
    font-size: 48px;
    color: #1c479e;
    margin-bottom: 1rem;
    display: block;
}

.artnet-gallery-upload-dropzone-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.5rem 0;
}

.artnet-gallery-upload-dropzone-content p {
    font-size: 14px;
    color: #6c757d;
    margin: 0 0 1.5rem 0;
}

.artnet-gallery-upload-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 2rem;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background: #1c479e;
    border: 2px solid #1c479e;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.artnet-gallery-upload-btn:hover {
    background: #1d489d;
    border-color: #1d489d;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(28, 71, 158, 0.3);
}

.artnet-gallery-upload-btn i {
    font-size: 18px;
}

/* 업로드 리스트 */
.artnet-gallery-upload-list {
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.artnet-gallery-upload-item {
    position: relative;
    background: #ffffff;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    width: calc(25% - 1.125rem);
    min-width: 200px;
    cursor: move;
}

.artnet-gallery-upload-item:hover {
    border-color: #1c479e;
    box-shadow: 0 4px 12px rgba(28, 71, 158, 0.1);
    transform: translateY(-2px);
}

.artnet-gallery-upload-item.dragging {
    opacity: 0.5;
    transform: scale(0.95);
}

.artnet-gallery-upload-item-uploading {
    border-color: #1c479e;
}

.artnet-gallery-upload-item-success {
    border-color: #28a745;
}

.artnet-gallery-upload-item-error {
    border-color: #dc3545;
}

.artnet-gallery-upload-item-pending {
    border-color: #ffc107;
}

/* 아이템 컨텐츠 */
.artnet-gallery-upload-item-content {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem;
}

/* 미리보기 래퍼 */
.artnet-gallery-upload-preview-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* 미리보기 */
.artnet-gallery-upload-preview {
    position: relative;
    width: 100%;
    padding-top: 100%; /* 1:1 비율 */
    background: #f8f9fa;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.artnet-gallery-upload-preview img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.artnet-gallery-upload-preview i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: #adb5bd;
}

/* 정보 영역 */
.artnet-gallery-upload-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.artnet-gallery-upload-name {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.artnet-gallery-upload-size {
    font-size: 12px;
    color: #6c757d;
}

/* 진행률 바 */
.artnet-gallery-upload-progress {
    width: 100%;
    height: 4px;
    background: #e9ecef;
    border-radius: 2px;
    overflow: hidden;
    margin-top: 0.5rem;
}

.artnet-gallery-upload-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #1c479e 0%, #3498db 100%);
    border-radius: 3px;
    transition: width 0.3s ease;
}

.artnet-gallery-upload-item-success .artnet-gallery-upload-progress-bar {
    background: #28a745;
}

.artnet-gallery-upload-item-error .artnet-gallery-upload-progress-bar {
    background: #dc3545;
}

/* 상태 */
.artnet-gallery-upload-status {
    font-size: 12px;
    font-weight: 500;
    color: #6c757d;
}

.artnet-gallery-upload-status-success {
    color: #28a745;
}

.artnet-gallery-upload-status-error {
    color: #dc3545;
}

.artnet-gallery-upload-status-pending {
    color: #ffc107;
}

.artnet-gallery-upload-status-uploading {
    color: #1c479e;
}

/* 액션 버튼 */
.artnet-gallery-upload-actions {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 10;
    display: flex;
    gap: 0.5rem;
}

.artnet-gallery-upload-move {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    background: rgba(28, 71, 158, 0.9);
    border: none;
    border-radius: 50%;
    color: #ffffff;
    cursor: move;
    transition: all 0.3s ease;
    font-size: 14px;
}

.artnet-gallery-upload-move:hover {
    background: rgba(28, 71, 158, 1);
    transform: scale(1.1);
}

.artnet-gallery-upload-move i {
    font-size: 16px;
}

.artnet-gallery-upload-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    background: rgba(220, 53, 69, 0.9);
    border: none;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.artnet-gallery-upload-remove:hover {
    background: rgba(220, 53, 69, 1);
    transform: scale(1.1);
}

.artnet-gallery-upload-remove i {
    font-size: 16px;
}

/* 반응형 디자인 */
@media (max-width: 1200px) {
    .artnet-gallery-upload-item {
        width: calc(33.333% - 1rem);
    }
}

@media (max-width: 768px) {
    .artnet-gallery-upload-item {
        width: calc(50% - 0.75rem);
    }

    .artnet-gallery-upload-item-content {
        padding: 0.875rem;
    }
}

@media (max-width: 480px) {
    .artnet-gallery-upload-dropzone {
        padding: 2rem 1.5rem;
        min-height: 150px;
    }

    .artnet-gallery-upload-dropzone-content i {
        font-size: 36px;
    }

    .artnet-gallery-upload-dropzone-content h3 {
        font-size: 18px;
    }

    .artnet-gallery-upload-dropzone-content p {
        font-size: 13px;
    }

    .artnet-gallery-upload-btn {
        padding: 0.75rem 1.5rem;
        font-size: 14px;
    }

    .artnet-gallery-upload-item {
        width: 100%;
        min-width: auto;
    }

    .artnet-gallery-upload-item-content {
        padding: 0.75rem;
    }
}

/* 기존 html5fileupload 스타일 숨김 */
.artnet-exhibition-write .html5fileupload {
    display: none !important;
}

/* 기존 bo_m_info 테이블 스타일 숨김 (Artnet 스타일 사용 시) */
.artnet-gallery-info .row,
.artnet-gallery-info .col-md-12,
.artnet-gallery-info .table,
.artnet-gallery-info .table-res-2 {
    display: none !important;
}

/* ============================================
   갤러리 정보 섹션 스타일 - 아트넷 디자인
   ============================================ */

.artnet-gallery-info {
    margin: 2rem 0;
    padding: 0;
}

.artnet-gallery-info-container {
    width: 100%;
}

.artnet-gallery-info-card {
    background: #ffffff;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.artnet-gallery-info-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.artnet-gallery-info-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-gallery-info-title i {
    font-size: 22px;
    color: #1c479e;
}

.artnet-gallery-info-title span {
    line-height: 1;
}

.artnet-gallery-info-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.artnet-gallery-info-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.artnet-gallery-info-item:last-child {
    border-bottom: none;
}

.artnet-gallery-info-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 140px;
    font-size: 15px;
    font-weight: 600;
    color: #495057;
    flex-shrink: 0;
}

.artnet-gallery-info-label i {
    font-size: 18px;
    color: #1c479e;
    flex-shrink: 0;
}

.artnet-gallery-info-value {
    flex: 1;
    min-width: 0;
    font-size: 15px;
    color: #1a1a1a;
    word-break: break-word;
    line-height: 1.6;
}

/* 반응형 디자인 */
@media (max-width: 767.98px) {
    .artnet-gallery-info {
        margin: 1.5rem 0;
    }

    .artnet-gallery-info-card {
        padding: 1.5rem;
    }

    .artnet-gallery-info-title {
        font-size: 18px;
        margin-bottom: 1.25rem;
        padding-bottom: 0.875rem;
    }

    .artnet-gallery-info-title i {
        font-size: 20px;
    }

    .artnet-gallery-info-item {
        flex-direction: column;
        gap: 0.5rem;
        padding: 0.875rem 0;
    }

    .artnet-gallery-info-label {
        min-width: auto;
        font-size: 14px;
    }

    .artnet-gallery-info-label i {
        font-size: 16px;
    }

    .artnet-gallery-info-value {
        font-size: 14px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .artnet-gallery-info-card {
        padding: 1.25rem;
    }

    .artnet-gallery-info-title {
        font-size: 17px;
    }

    .artnet-gallery-info-label {
        font-size: 13px;
    }

    .artnet-gallery-info-value {
        font-size: 13px;
    }
}

/* ============================================
   게시물 보기 페이지 스타일 - 아트넷 디자인
   ============================================ */

/* 추천/비추천 액션 영역 (아트넷 스타일) */
.artnet-view-actions {
  margin: 2rem 0;
  padding: 0;
}

.artnet-view-actions-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* 추천/비추천 버튼 */
.artnet-view-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 15px;
  font-weight: 600;
  color: #495057;
  background: #ffffff;
  border: 2px solid #dee2e6;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  box-sizing: border-box;
  position: relative;
}

.artnet-view-action-btn:hover {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.artnet-view-action-btn:active {
  transform: translateY(0);
}

.artnet-view-action-btn i {
  font-size: 18px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.artnet-view-action-btn:hover i {
  transform: scale(1.1);
}

.artnet-view-action-count {
  font-weight: 700;
  line-height: 1;
  margin-left: 0.25rem;
}

/* 추천 버튼 스타일 */
.artnet-view-action-like {
  color: #e74c3c;
  border-color: #e74c3c;
  background: #ffffff;
}

.artnet-view-action-like:hover {
  background: #fee;
  border-color: #e74c3c;
  color: #e74c3c;
  box-shadow: 0 4px 12px rgba(231, 76, 60, 0.2);
}

.artnet-view-action-like i {
  color: #e74c3c;
}

/* 비추천 버튼 스타일 */
.artnet-view-action-dislike {
  color: #6c757d;
  border-color: #dee2e6;
  background: #ffffff;
}

.artnet-view-action-dislike:hover {
  background: #f8f9fa;
  border-color: #adb5bd;
  color: #495057;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.artnet-view-action-dislike i {
  color: #6c757d;
}

/* 비활성화 상태 */
.artnet-view-action-disabled {
  cursor: default;
  opacity: 0.6;
}

.artnet-view-action-disabled:hover {
  transform: none;
  box-shadow: none;
}

/* 메시지 표시 영역 */
#bo_v_act_good,
#bo_v_act_nogood {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
  background: #1c479e;
  color: #ffffff;
  border-radius: 6px;
  font-size: 13px;
  white-space: nowrap;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

#bo_v_act_good::before,
#bo_v_act_nogood::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom-color: #1c479e;
}

/* 공유 버튼 영역 */
.artnet-view-share {
    margin: 2rem 0;
    text-align: right;
}

/* 버튼 액션 컨테이너 (버튼 영역용) */
#bo_v_top.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-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-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-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: 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;
    }
}

@media (max-width: 767.98px) {
    .artnet-view-actions {
        margin: 2rem 0;
    }

    #bo_v_top.artnet-view-actions {
        margin: 2rem 0;
    }

    .artnet-view-actions-container {
        gap: 1rem;
    }

    .artnet-view-actions-group {
        width: 100%;
        gap: 0.5rem;
        justify-content: center;
    }
    
    .artnet-view-action-btn {
        padding: 0.625rem 1.25rem;
        font-size: 14px;
    }
    
    .artnet-view-action-btn i {
        font-size: 16px;
    }

    .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-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-btn {
        padding: 0.625rem 0.875rem;
        font-size: 13px;
    }

    .artnet-view-btn i {
        font-size: 16px;
    }
    
    .artnet-view-action-btn {
        padding: 0.5rem 1rem;
        font-size: 13px;
    }
    
    .artnet-view-action-btn i {
        font-size: 14px;
    }
    
    .artnet-view-actions-group {
        gap: 0.5rem;
    }

    .artnet-view-nav-item {
        padding: 0.875rem 1rem;
    }

    .artnet-view-nav-subject {
        font-size: 15px;
    }

    .artnet-view-nav-date {
        font-size: 13px;
    }

    .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-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-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 {
    position: relative;
    padding: 1rem 1.25rem;
    padding-right: 3rem;
    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-title a {
    color: inherit;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-block;
}

.artnet-map-overlay-title a:hover {
    color: #1c479e;
    text-decoration: underline;
    transform: translateX(2px);
}

.artnet-map-overlay-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    background: rgba(0, 0, 0, 0.05);
    border: none;
    border-radius: 50%;
    color: #6c757d;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 10;
}

.artnet-map-overlay-close:hover {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
    transform: scale(1.1);
}

.artnet-map-overlay-close:active {
    transform: scale(0.95);
}

.artnet-map-overlay-close i {
    font-size: 16px;
    line-height: 1;
}

.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;
}

/* 지도 오버레이 반응형 디자인 */
@media (max-width: 767.98px) {
    .artnet-map-overlay {
        width: 320px;
    }
    
    .artnet-map-overlay-header {
        padding: 0.875rem 1rem;
        padding-right: 2.75rem;
    }
    
    .artnet-map-overlay-title {
        font-size: 15px;
    }
    
    .artnet-map-overlay-close {
        top: 0.625rem;
        right: 0.625rem;
        width: 26px;
        height: 26px;
    }
    
    .artnet-map-overlay-close i {
        font-size: 14px;
    }
    
    .artnet-map-overlay-body {
        padding: 1rem;
        flex-direction: column;
    }
    
    .artnet-map-overlay-thumb {
        width: 100%;
        height: 120px;
    }
}

@media (max-width: 480px) {
    .artnet-map-overlay {
        width: 280px;
        max-width: 85vw;
    }
    
    .artnet-map-overlay-header {
        padding: 0.75rem 0.875rem;
        padding-right: 2.5rem;
    }
    
    .artnet-map-overlay-title {
        font-size: 14px;
    }
    
    .artnet-map-overlay-close {
        top: 0.5rem;
        right: 0.5rem;
        width: 24px;
        height: 24px;
    }
    
    .artnet-map-overlay-close i {
        font-size: 13px;
    }
    
    .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;
    }
}

/* 기존 오버레이 스타일 숨김 (Artnet 스타일 사용 시) */
.artnet-map-overlay .wrap,
.artnet-map-overlay .info,
.artnet-map-overlay .title,
.artnet-map-overlay .body,
.artnet-map-overlay .desc,
.artnet-map-overlay .img,
.artnet-map-overlay .close {
    display: none !important;
}
