/* article post style */

.article-box{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}

@media (max-width: 1200px) {
	.article-box{
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (max-width: 992px) {
	.article-box{
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 768px) {
	.article-box{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 576px) {
	.article-box{
		grid-template-columns: repeat(1, 1fr);
	}
}
@media (max-width: 480px) {
	.article-box{
		grid-template-columns: repeat(1, 1fr);
	}
}
@media (max-width: 320px) {
	.article-box{
		grid-template-columns: repeat(1, 1fr);
	}
}
.article-post {
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
	
}
.article-post .post-gallery {
  margin-bottom: 20px;
	border-radius: 20px;
	overflow: hidden;
	aspect-ratio: 210 / 210;
	border: 1px solid #e0e0e0;
	box-shadow: 0 2px 8px #0000001a;
}
.article-post .post-gallery img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.article-post .post-content {
  margin-bottom: 20px;
	text-align: center;
}
.article-post .post-content h2 {
  color: #333333; 
  font-weight: 500;
  font-size:18px;
  margin: 0 0 10px;
  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 h2 a span{
	font-size: 0.85em;
}
.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 .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;
	
}

.article-post .post-content  ul.post-tags li{
	font-size:1.6em;
	position:relative;
}
.article-post .post-content  ul.post-tags li .badge-topbar{
	position:absolute;
}



/*지도표시*/
.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 .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;
}





/* media queries  */
@media screen and (min-width:768px) {
  .img-featured-container .description-container .caption {
    display: block;
  }
}




/*글보기*/

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



.profile-header {
    width: 100%;   
    margin-top: 0px;   
    position: relative;
    -moz-box-shadow: 0px 3px 0px 0px lightgrey;
    -webkit-box-shadow: 0px 3px 0px 0px lightgrey;
    box-shadow: 0px 0px 1px 0px lightgrey;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-size: 100%;
	border: 0px solid #e2e2e2;


}
.profile_img{
	max-width:120px;
	max-height:120px;
	min-width:60px;
	min-height:60px;
	overflow:hidden;
	-moz-box-shadow: 0px 3px 0px 0px lightgrey;
    -webkit-box-shadow: 0px 3px 0px 0px lightgrey;
    box-shadow: 0px 0px 1px 0px lightgrey;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
	margin:0 auto;
	margin-top:15px;
}
.profile-header h2{
	font-weight:600;
	color: #000;
	font-size:2.0em;
}
.profile-header h2 span{
	color:#909090;
	font-size:20px;
}

ul.profile-ul li{
	color:rgba(147,147,147,1.00);
	margin-bottom:15px;
	font-size:15px;
	line-height:18px;
	position:relative;
}
.profile-header .dropdown-box{
	position: relative;
	text-align:right;
	
	
}
.profile-header .dropdown-menu li{
	margin-bottom:5px;
}
.profile-header .dropdown-menu{
	left:auto;
	right:0px;
}

.ion-ios-group a{
	padding:0px 10px;
	color:#B8B8B8;
}

.follow{
	margin-left:-15px;
	margin-right:-15px;
	
	
}
.follow span{
	padding:0px 15px;
	display:inline-block;
}
.follow span i{
	margin-left:15px;
	color:#1D1D1D;
	font-style:normal;
}

.nav-tabs > li > a{
	font-size:16px;
	font-weight:400;
}

.btn_confirm {
    padding: 0px 0px 30px 0px;
}

.bo_v_good, .bo_v_nogood{
	position:relative;
}
.ion-ios-group{
	position:relative;
}
.ion-ios-group .badge{
	position:absolute;
	right:-5px;
	top:-15px;
}

#post-detail .ion-ios-group{
	float:right;
}

#related-works h3{
	font-weight:400;
	letter-spacing:-2px;
	margin-bottom:20px;
}



/*작가등록페이지*/


#career h4{
	font-weight:400;
}
#career p{
	padding-bottom:30px;
	color:#767676;
}
#career p:hover{
	color:#3D3D3D;
}

.post-works{
	margin-top:30px;
	
}
.post-works .btn{
	line-height:18px;
	position:relative;
	padding-bottom:18px !important;
}
.post-works .btn i{
	font-size:26px;
	position:relative;
	top:5px;
}

.cbp-l-grid-masonry-projects-title {
    font: 500 15px/22px "Noto Sans KR", sans-serif;
    color:#1B1B1B;
    text-align: center;
    display: block;
    margin-top: 12px;
}

.cbp-popup-wrap {
    height: 100%;
    text-align: center;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
       z-index: 99999 !important;
    padding: 0 10px;
}




#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 {display:inline-block;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}

#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:50%;padding:10px 0;width:165px;background:#ff3061;color:#fff;text-align:center; z-index:99;}
#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{}


.share-box{
	position:relative;
}

.bo_v_snswr{position:relative;display:inline-block;margin-left:-1px}
#bo_v_sns {display:none;position:absolute;top:-60px;right:0;margin-right:-70px;width:180px;padding:0;list-style:none;zoom:1; z-index:99}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns:before{content: "";position: absolute;bottom:-5px;left:145px;width: 0;height: 0;border-style: solid;border-width: 7px 6px 0 6px;border-color: #d5503a 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:10px 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:10px 0;position:relative}
#bo_vc article .profile_img{
	margin-top:0px;
}
#bo_vc article .profile_img img{border-radius:50%}
#bo_vc header { float:left; max-width:50px;}
#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; margin-right:5px; text-transform: capitalize;}
.bo_vc_hdinfo{float:right;font-style:italic;color:#777; font-size:12px;}
#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc .cmt_contents_wrap{
	margin:5px 0px 0px 55px
}
#bo_vc .cmt_contents {padding:5px  ;margin:0px;background: #f8fafb;border-radius:5px;border: 1px solid #e8e8e8;line-height:1.8em}
#bo_vc p a {text-decoration:none; padding-left:5px; font-size:13px; color:#989898;}
#bo_vc p a.s_cmt {text-decoration:none;color:#ed6479}
#bo_vc_empty {margin:0;padding:10px 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.autosize::placeholder {
 	  color: #CFCFCF !important;
      font-size:13px;
	  padding-top:20px;
}

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







.form-write{
	max-width:992px;
	margin:25px auto;
}
.reg_title{
	
}
.reg_title h2{
	text-align:center;
	font-weight:400;
}
.reg_title h2 p{
	color:#A6A6A6;
	font-size:15px;
}

/**회원아이콘 이미지 업로드*/
.html5fileupload.wr_profile_img{
	float:left;
	margin-right:15px;
}
.html5fileupload.wr_profile_img .add, .html5fileupload.wr_profile_img {
	width:120px;
	height:120px;
	padding:5px;
}
.html5fileupload.wr_profile_img .file .preview {
    height:110px;
    width:110px;
    background-size:contain;
    background-position: center;
    background-color: white;
	background-repeat:no-repeat;
    float: left;
    vertical-align: middle;
    margin: 0px;
}
.html5fileupload.wr_profile_img .notvalid {
    font-weight: 400;
	 height:110px;
    color: #d9534f;
   padding: 0px 0px 0px 0px;
}
.html5fileupload.wr_profile_img .tools {
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 999;
    display: inline-block;
}
.html5fileupload.wr_profile_img .btn {
    border-radius: 2px;
    font-size: 11px;
    padding:3px 6px;
    outline: none !important;
}

.html5fileupload.wr_profile_img .add{
	    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.html5fileupload.wr_profile_img .add:before, .html5fileupload.wr_profile_img:before {
      content: "\f2be";
  font: normal normal normal 14px/1 FontAwesome;
    font-size: 60px;
    color: #dbdbdb;
    position: absolute;
    top: 24%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 0;
}
.html5fileupload.wr_profile_img .add:before, .html5fileupload.wr_profile_img:before {
	 content: "\f1c5";
}


.html5fileupload.wr_profile_img .add:after, .html5fileupload.wr_profile_img:after {
   content: "";
    color: #bbbbbb;	
    position: absolute;
    top: 10%;
    left: 0;
    
    text-align: center;
    z-index: 0;
}
.html5fileupload.wr_profile_img .file{
	width:100%;
	border-top: 0px solid #dddddd;
	    z-index: 2;
}



.html5fileupload.wr_profile_img .file .inner{
	position:absolute;
}
.autosize, #wr_content {
				padding: 10px;
				vertical-align: top;
				min-height:100px;
				line-height:20px;
				
			}
			
/*작품상세보기*/
#post-detail{
	padding:20px 0px;
}
#post-detail .profile-header ul li{
	font-size: 15px;
	font-weight:400;
}
	
	
@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;
		
	}
	
.profile-header ul li {
   
    font-size: 14px;
    line-height: 18px;
   
}	
	
	
.nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff;
}

.nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified>li>a {
    margin-bottom: -1px;
}
.nav-tabs>li>a {
   padding: 9px 10px;
   font-size:15px;
}
#post-detail .ion-ios-group{
	float:left;
	}
	
}
@media (max-width:510px){
	.article-post .post-gallery{
	 margin-left:10px;
  margin-right:10px;
	
	}
  
	.article-post .post-content h2{
		font-size:18px;
    
	}
	
}

@media (max-width:420px){
	
.ion-ios-group {
	margin-right:-15px;     
}
.ion-ios-group a{
	    padding: 0px 15px;
}
}
@media (max-width:360px){
	
.ion-ios-group {
	margin-right:-15px;     
}
.ion-ios-group a{
	    padding: 0px 10px;
}
}
@media (max-width:320px){

.ion-ios-group a{
	    padding: 0px 7px;
}
	
}

/* ============================================
   아티스트 게시판 버튼 스타일 - 아트넷 디자인
   ============================================ */

/* 목록 페이지 상단 헤더 */
.artnet-artist-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-artist-list-header-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.artnet-artist-list-total {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
}

.artnet-artist-list-page {
    font-size: 15px;
    color: #6c757d;
}

.artnet-artist-list-header-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

/* 버튼 기본 스타일 */
.artnet-artist-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-artist-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-artist-btn:active {
    transform: translateY(0);
}

.artnet-artist-btn i {
    font-size: 16px;
    line-height: 1;
}

.artnet-artist-btn span {
    line-height: 1;
}

/* 버튼 타입별 스타일 */
.artnet-artist-btn-primary {
    color: #ffffff;
    background: #1c479e;
    border-color: #1c479e;
}

.artnet-artist-btn-primary:hover {
    background: #1d489d;
    border-color: #1d489d;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(28, 71, 158, 0.3);
}

.artnet-artist-btn-secondary {
    color: #495057;
    background: #ffffff;
    border-color: #dee2e6;
}

.artnet-artist-btn-secondary:hover {
    background: #f8f9fa;
    border-color: #adb5bd;
    color: #1a1a1a;
}

/* 목록 페이지 하단 액션 버튼 */
.artnet-artist-list-actions {
    margin: 3rem 0;
    padding: 0;
}

.artnet-artist-list-actions-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
}

.artnet-artist-list-actions-group {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.artnet-artist-list-actions-left {
    flex: 1;
    min-width: 0;
}

.artnet-artist-list-actions-right {
    flex-shrink: 0;
}

/* 검색폼 영역 */
.artnet-artist-list-search {
    margin: 3rem 0;
    padding: 0;
}

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

.artnet-artist-list-search-title span {
    line-height: 1;
}

.artnet-artist-list-search-form {
    width: 100%;
}

.artnet-artist-list-search-fields {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: flex-end;
}

.artnet-artist-list-search-field {
    flex: 1;
    min-width: 200px;
}

.artnet-artist-list-search-field-input {
    flex: 2;
    min-width: 300px;
}

.artnet-artist-list-search-select-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.artnet-artist-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-artist-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-artist-list-search-select:hover:not(:focus) {
    background-color: #f0f2f5;
    border-color: #d0d5db;
}

.artnet-artist-list-search-select-icon {
    position: absolute;
    right: 1rem;
    font-size: 16px;
    color: #6c757d;
    pointer-events: none;
    z-index: 1;
}

.artnet-artist-list-search-input-wrapper {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
}

.artnet-artist-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-artist-list-search-input:focus {
    outline: none;
    background: #ffffff;
    border-color: #1c479e;
    box-shadow: 0 0 0 4px rgba(28, 71, 158, 0.1);
}

.artnet-artist-list-search-input:hover:not(:focus) {
    background: #f0f2f5;
    border-color: #d0d5db;
}

.artnet-artist-list-search-input::placeholder {
    color: #adb5bd;
}

.artnet-artist-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-artist-list-search-submit:hover {
    background: #1d489d;
    border-color: #1d489d;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(28, 71, 158, 0.3);
}

.artnet-artist-list-search-submit:active {
    transform: translateY(0);
}

.artnet-artist-list-search-submit i {
    font-size: 16px;
    line-height: 1;
}

.artnet-artist-list-search-submit span {
    line-height: 1;
}

/* 상세 페이지 버튼 */
.artnet-artist-view-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 2px solid #e9ecef;
}

.artnet-artist-btn-group {
    position: relative;
    display: inline-block;
}

.artnet-artist-btn-dropdown {
    padding-right: 2.5rem;
}

.artnet-artist-btn-dropdown .bi-chevron-down {
    position: absolute;
    right: 0.75rem;
    font-size: 14px;
}

.artnet-artist-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 200px;
    padding: 0.5rem 0;
    margin: 0.25rem 0 0;
    background-color: #ffffff;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    list-style: none;
}

.artnet-artist-btn-group:hover .artnet-artist-dropdown-menu,
.artnet-artist-btn-group.open .artnet-artist-dropdown-menu {
    display: block;
}

.artnet-artist-dropdown-menu li {
    margin: 0;
    padding: 0;
}

.artnet-artist-dropdown-menu li a {
    display: block;
    padding: 0.75rem 1.25rem;
    color: #495057;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.artnet-artist-dropdown-menu li a:hover {
    background-color: #f8f9fa;
    color: #1c479e;
}

/* 작성 페이지 버튼 */
.artnet-artist-write-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 3rem 0;
    padding: 0;
}

/* 반응형 디자인 */
@media (max-width: 991.98px) {
    .artnet-artist-list-header {
        flex-direction: column;
        align-items: flex-start;
    }

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

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

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

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

    .artnet-artist-list-search-fields {
        flex-direction: column;
        gap: 1rem;
    }

    .artnet-artist-list-search-field,
    .artnet-artist-list-search-field-input {
        width: 100%;
        min-width: auto;
    }

    .artnet-artist-list-search-input-wrapper {
        flex-direction: column;
    }

    .artnet-artist-list-search-input {
        border-radius: 8px;
        border-right: 2px solid transparent;
    }

    .artnet-artist-list-search-submit {
        border-radius: 8px;
        border-left: 2px solid #1c479e;
        width: 100%;
    }

    .artnet-artist-view-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .artnet-artist-btn-group {
        width: 100%;
    }

    .artnet-artist-btn-group .artnet-artist-btn {
        width: 100%;
    }

    .artnet-artist-write-actions {
        flex-direction: column;
    }

    .artnet-artist-write-actions .artnet-artist-btn {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .artnet-artist-list-header {
        padding: 1rem 1.25rem;
    }

    .artnet-artist-list-header-info {
        width: 100%;
    }

    .artnet-artist-btn {
        flex: 1;
        min-width: 0;
        padding: 0.625rem 1rem;
        font-size: 13px;
    }

    .artnet-artist-btn span {
        display: none;
    }

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

    .artnet-artist-list-search-container {
        padding: 1.5rem 1.25rem;
    }
}

@media (max-width: 480px) {
    .artnet-artist-list-header {
        padding: 0.875rem 1rem;
    }

    .artnet-artist-list-total {
        font-size: 15px;
    }

    .artnet-artist-list-page {
        font-size: 14px;
    }

    .artnet-artist-list-search-container {
        padding: 1.25rem 1rem;
    }

    .artnet-artist-list-search-select,
    .artnet-artist-list-search-input {
        font-size: 14px;
        padding: 0.75rem 0.875rem;
    }

    .artnet-artist-list-search-submit {
        padding: 0.75rem 1.25rem;
        font-size: 14px;
    }

    .artnet-artist-list-search-submit span {
        display: none;
    }
}

/* 기존 스타일과의 충돌 방지 */
.artnet-artist-list-header .row,
.artnet-artist-list-header .list,
.artnet-artist-list-header .col-xs-6 {
    padding: 0;
    margin: 0;
    width: auto;
    float: none;
}

.artnet-artist-list-header .btn,
.artnet-artist-list-header .btn-xs,
.artnet-artist-list-header .btn-default {
    display: none !important;
}

.artnet-artist-list-actions .row,
.artnet-artist-list-actions .col-lg-3,
.artnet-artist-list-actions .col-lg-6,
.artnet-artist-list-actions .col-sm-5,
.artnet-artist-list-actions .col-sm-6,
.artnet-artist-list-actions .col-xs-4,
.artnet-artist-list-actions .col-xs-8,
.artnet-artist-list-actions .col-ls-12,
.artnet-artist-list-actions .pull-right {
    padding: 0;
    margin: 0;
    width: auto;
    float: none;
}

.artnet-artist-list-actions .btn-group,
.artnet-artist-list-actions .btn-group-justified,
.artnet-artist-list-actions .m-b-10 {
    display: none !important;
}

.artnet-artist-list-actions .btn,
.artnet-artist-list-actions .btn-default,
.artnet-artist-list-actions .btn-primary,
.artnet-artist-list-actions .waves-effect {
    display: none !important;
}

.artnet-artist-list-search hr {
    display: none !important;
}

.artnet-artist-list-search fieldset,
.artnet-artist-list-search #bo_sch {
    display: none !important;
}

.artnet-artist-list-search .form-inline,
.artnet-artist-list-search .text-center {
    display: none !important;
}

.artnet-artist-list-search .form-control,
.artnet-artist-list-search .input-group,
.artnet-artist-list-search .m-b-5,
.artnet-artist-list-search .input-group-btn {
    display: none !important;
}

.artnet-artist-view-actions .btn-group,
.artnet-artist-view-actions .btn-group-justified,
.artnet-artist-view-actions .pull-left,
.artnet-artist-view-actions .pull-right {
    display: none !important;
}

.artnet-artist-view-actions .btn,
.artnet-artist-view-actions .btn-pink,
.artnet-artist-view-actions .btn-default,
.artnet-artist-view-actions .waves-effect {
    display: none !important;
}

.artnet-artist-write-actions .btn-group,
.artnet-artist-write-actions .btn,
.artnet-artist-write-actions .btn-default,
.artnet-artist-write-actions .btn-inverse,
.artnet-artist-write-actions .waves-effect {
    display: none !important;
}

/* ============================================
   SNS 공유 버튼 스타일 - 아트넷 디자인
   ============================================ */

.artnet-artist-sns-share {
    position: relative;
    display: inline-block;
}

.artnet-artist-sns-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    font-size: 14px;
    font-weight: 600;
    color: #495057;
    background: #ffffff;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-sizing: border-box;
}

.artnet-artist-sns-share-btn:hover {
    background: #f8f9fa;
    border-color: #1c479e;
    color: #1c479e;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(28, 71, 158, 0.15);
}

.artnet-artist-sns-share-btn:active {
    transform: translateY(0);
}

.artnet-artist-sns-share-btn i {
    font-size: 16px;
    line-height: 1;
}

.artnet-artist-sns-share-btn span {
    line-height: 1;
}

.artnet-artist-sns-menu {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 0.5rem;
    display: none;
    flex-direction: column;
    min-width: 180px;
    padding: 0.5rem;
    background: #ffffff;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    z-index: 1000;
}

.artnet-artist-sns-share.active .artnet-artist-sns-menu {
    display: flex;
    animation: slideDown 0.3s ease-out;
}

.artnet-artist-sns-menu.show_kakao {
    min-width: 220px;
}

.artnet-artist-sns-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    margin-bottom: 0.25rem;
}

.artnet-artist-sns-item:last-child {
    margin-bottom: 0;
}

.artnet-artist-sns-item:hover {
    background: #f8f9fa;
    text-decoration: none;
    transform: translateX(4px);
    color: #1a1a1a;
}

.artnet-artist-sns-item i {
    font-size: 18px;
    width: 20px;
    text-align: center;
    line-height: 1;
}

.artnet-artist-sns-item span {
    line-height: 1;
    flex-grow: 1;
}

/* SNS별 색상 */
.artnet-artist-sns-twitter {
    color: #1da1f2;
}

.artnet-artist-sns-twitter:hover {
    background: #e8f5fe;
    color: #1da1f2;
}

.artnet-artist-sns-twitter i {
    color: #1da1f2;
}

.artnet-artist-sns-facebook {
    color: #1877f2;
}

.artnet-artist-sns-facebook:hover {
    background: #e7f2ff;
    color: #1877f2;
}

.artnet-artist-sns-facebook i {
    color: #1877f2;
}

.artnet-artist-sns-google {
    color: #ea4335;
}

.artnet-artist-sns-google:hover {
    background: #fef0ef;
    color: #ea4335;
}

.artnet-artist-sns-google i {
    color: #ea4335;
}

.artnet-artist-sns-kakao {
    color: #3c1e1e;
}

.artnet-artist-sns-kakao:hover {
    background: #fef9e7;
    color: #3c1e1e;
}

.artnet-artist-sns-kakao i {
    color: #fee500;
    background: #fee500;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 애니메이션 */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 반응형 디자인 */
@media (max-width: 767.98px) {
    .artnet-artist-sns-share-btn {
        padding: 0.5rem 0.875rem;
        font-size: 13px;
    }

    .artnet-artist-sns-share-btn span {
        display: none;
    }

    .artnet-artist-sns-share-btn i {
        font-size: 18px;
    }

    .artnet-artist-sns-menu {
        right: auto;
        left: 0;
        min-width: 160px;
    }

    .artnet-artist-sns-item {
        padding: 0.75rem 0.875rem;
        font-size: 13px;
    }

    .artnet-artist-sns-item span {
        display: none;
    }

    .artnet-artist-sns-item i {
        font-size: 20px;
        width: 24px;
    }
}

@media (max-width: 480px) {
    .artnet-artist-sns-menu {
        min-width: 140px;
    }

    .artnet-artist-sns-item {
        padding: 0.625rem 0.75rem;
    }
}

/* 기존 SNS 스타일과의 충돌 방지 */
.artnet-artist-sns-share .share-box,
.artnet-artist-sns-share .btn_share,
.artnet-artist-sns-share #bo_v_sns {
    display: none !important;
}

.artnet-artist-sns-share .share-box a,
.artnet-artist-sns-share .share-box ul,
.artnet-artist-sns-share .share-box li {
    display: none !important;
}

/* ============================================
   작가 프로필 헤더 - 아트넷 디자인
   ============================================ */
.artnet-artist-view-section{
	padding: 4rem 0;
}
.artnet-artist-profile-header {
    position: relative;
    width: 100%;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1a1a1a;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 2.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.artnet-artist-profile-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(26, 26, 26, 0.85) 0%,
        rgba(28, 71, 158, 0.75) 50%,
        rgba(26, 26, 26, 0.85) 100%
    );
    z-index: 1;
}

.artnet-artist-profile-content {
    position: relative;
    z-index: 2;
    padding: 3rem 2.5rem;
    min-height: 500px;
    display: grid;
    align-items: center;
	gap: 3rem;
}

.artnet-artist-profile-main {
    display: flex;
    align-items: center;
    gap: 3rem;
    width: 100%;
    flex-wrap: wrap;
}

.artnet-artist-profile-image-wrapper {
    flex-shrink: 0;
    position: relative;
}

.artnet-artist-profile-image {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    background: #ffffff;
    transition: all 0.3s ease;
}

.artnet-artist-profile-image:hover {
    transform: scale(1.05);
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.5);
}

.artnet-artist-profile-info {
    flex-grow: 1;
    color: #ffffff;
    min-width: 300px;
}

.artnet-artist-profile-name {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 1rem 0;
    line-height: 1.2;
    letter-spacing: -1px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.artnet-artist-profile-name-en {
    font-size: 28px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    margin-left: 0.5rem;
}

.artnet-artist-profile-meta {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.artnet-artist-profile-country {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.artnet-artist-profile-country i {
    font-size: 18px;
    color: #ffffff;
}

.artnet-artist-profile-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.artnet-artist-profile-actions .bo_v_good,
.artnet-artist-profile-actions .bo_v_nogood {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.artnet-artist-profile-actions .bo_v_good:hover,
.artnet-artist-profile-actions .bo_v_nogood:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.artnet-artist-profile-actions .bo_v_good i,
.artnet-artist-profile-actions .bo_v_nogood i {
    font-size: 20px;
    color: #ffffff;
}

.artnet-artist-profile-actions .badge {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
}

.artnet-artist-profile-link,
.artnet-artist-profile-scrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.artnet-artist-profile-link:hover,
.artnet-artist-profile-scrap:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

.artnet-artist-profile-link i,
.artnet-artist-profile-scrap i {
    font-size: 20px;
}

.artnet-artist-profile-actions .artnet-artist-sns-share {
    display: inline-block;
}

/* 반응형 디자인 */
@media (max-width: 991.98px) {
    .artnet-artist-profile-header {
        min-height: 400px;
    }

    .artnet-artist-profile-content {
        padding: 2rem 1.5rem;
        min-height: 400px;
    }

    .artnet-artist-profile-main {
        gap: 2rem;
        flex-direction: column;
        text-align: center;
    }

    .artnet-artist-profile-image {
        width: 150px;
        height: 150px;
    }

    .artnet-artist-profile-name {
        font-size: 36px;
    }

    .artnet-artist-profile-name-en {
        font-size: 24px;
    }

    .artnet-artist-profile-meta {
        justify-content: center;
    }

    .artnet-artist-profile-actions {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .artnet-artist-profile-header {
        min-height: 350px;
        border-radius: 16px;
    }

    .artnet-artist-profile-content {
        padding: 1.5rem 1rem;
        min-height: 350px;
    }

    .artnet-artist-profile-image {
        width: 120px;
        height: 120px;
        border-width: 4px;
    }

    .artnet-artist-profile-name {
        font-size: 28px;
    }

    .artnet-artist-profile-name-en {
        font-size: 20px;
    }

    .artnet-artist-profile-country {
        font-size: 14px;
        padding: 0.4rem 0.8rem;
    }

    .artnet-artist-profile-actions .bo_v_good,
    .artnet-artist-profile-actions .bo_v_nogood {
        padding: 0.6rem 1rem;
        font-size: 14px;
    }

    .artnet-artist-profile-link,
    .artnet-artist-profile-scrap {
        width: 42px;
        height: 42px;
    }

    .artnet-artist-profile-link i,
    .artnet-artist-profile-scrap i {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .artnet-artist-profile-header {
        min-height: 300px;
        border-radius: 12px;
    }

    .artnet-artist-profile-content {
        padding: 1rem;
        min-height: 300px;
    }

    .artnet-artist-profile-image {
        width: 100px;
        height: 100px;
        border-width: 3px;
    }

    .artnet-artist-profile-name {
        font-size: 24px;
        margin-bottom: 0.75rem;
    }

    .artnet-artist-profile-name-en {
        font-size: 18px;
        display: block;
        margin-left: 0;
        margin-top: 0.25rem;
    }

    .artnet-artist-profile-meta {
        margin-bottom: 1.5rem;
    }

    .artnet-artist-profile-actions {
        gap: 0.75rem;
    }
}

/* 기존 프로필 스타일 오버라이드 */
.artnet-artist-profile-header .card-box,
.artnet-artist-profile-header .profile-header,
.artnet-artist-profile-header .profile {
    display: none !important;
}

/* ============================================
   작가 탭 디자인 - 아트넷 스타일
   ============================================ */

.artnet-artist-tabs {
    margin-top: 2.5rem;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    border: 1px solid #e9ecef;
    overflow: hidden;
}

.artnet-artist-tab-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #f8f9fa;
    border-bottom: 2px solid #e9ecef;
    flex-wrap: wrap;
}

.artnet-artist-tab-item {
    flex: 1;
    min-width: 0;
    text-align: center;
}

.artnet-artist-tab-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1.25rem 1.5rem;
    font-size: 16px;
    font-weight: 600;
    color: #6c757d;
    text-decoration: none;
    border: none;
    background: transparent;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
}

.artnet-artist-tab-link:hover {
    color: #1c479e;
    background: rgba(28, 71, 158, 0.05);
    text-decoration: none;
}

.artnet-artist-tab-item.active .artnet-artist-tab-link,
.artnet-artist-tab-item.active .artnet-artist-tab-link:hover {
    color: #1c479e;
    background: #ffffff;
    border-bottom-color: #1c479e;
}

.artnet-artist-tab-link i {
    font-size: 18px;
    line-height: 1;
    flex-shrink: 0;
}

.artnet-artist-tab-link span {
    line-height: 1;
}

.artnet-artist-tab-content {
    padding: 0;
    min-height: 300px;
}

.artnet-artist-tab-pane {
    padding: 2.5rem;
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

.artnet-artist-tab-pane-works {
   background: #f8f9fa;
}
.artnet-artist-tab-pane.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 탭 패널 내부 스타일 */
.artnet-artist-tab-pane h4 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 1rem 0;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e9ecef;
    letter-spacing: -0.5px;
}

.artnet-artist-tab-pane h4:not(:first-child) {
    margin-top: 2.5rem;
}

.artnet-artist-tab-pane p {
    font-size: 16px;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 1.5rem;
}

.artnet-artist-tab-pane .empty_content {
    padding: 4rem 2rem;
    text-align: center;
    color: #6c757d;
    font-size: 16px;
}

/* 반응형 디자인 */
@media (max-width: 991.98px) {
    .artnet-artist-tab-list {
        flex-direction: column;
    }

    .artnet-artist-tab-item {
        flex: none;
        width: 100%;
    }

    .artnet-artist-tab-link {
        padding: 1rem 1.25rem;
        justify-content: flex-start;
        border-bottom: 1px solid #e9ecef;
        border-left: 3px solid transparent;
    }

    .artnet-artist-tab-item.active .artnet-artist-tab-link {
        border-bottom-color: #e9ecef;
        border-left-color: #1c479e;
    }

    .artnet-artist-tab-content {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .artnet-artist-tabs {
        border-radius: 12px;
        margin-top: 2rem;
    }

    .artnet-artist-tab-link {
        padding: 0.875rem 1rem;
        font-size: 15px;
    }

    .artnet-artist-tab-link i {
        font-size: 16px;
    }

    .artnet-artist-tab-content {
        padding: 1.5rem 1rem;
    }

    .artnet-artist-tab-pane h4 {
        font-size: 20px;
        margin-bottom: 0.875rem;
        padding-bottom: 0.5rem;
    }

    .artnet-artist-tab-pane p {
        font-size: 15px;
        margin-bottom: 1.25rem;
    }
}

@media (max-width: 480px) {
    .artnet-artist-tab-link span {
        display: none;
    }

    .artnet-artist-tab-link {
        justify-content: center;
        padding: 1rem;
    }

    .artnet-artist-tab-link i {
        font-size: 20px;
    }

    .artnet-artist-tab-content {
        padding: 1.25rem 0.75rem;
    }

    .artnet-artist-tab-pane h4 {
        font-size: 18px;
    }

    .artnet-artist-tab-pane p {
        font-size: 14px;
    }
}

/* 기존 탭 스타일 오버라이드 */
.artnet-artist-tabs .nav-tabs,
.artnet-artist-tabs .nav,
.artnet-artist-tabs .nav-justified,
.artnet-artist-tabs .navtab-bg {
    display: none !important;
}

.artnet-artist-tab-content .tab-content {
    display: none !important;
}

/* ============================================
   탭 패널 내부 디자인 - 아트넷 스타일
   ============================================ */

/* 빈 상태 (Empty State) */
.artnet-artist-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    text-align: center;
    min-height: 300px;
}

.artnet-artist-empty-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1c479e 0%, #1d489d 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    box-shadow: 0 8px 24px rgba(28, 71, 158, 0.2);
}

.artnet-artist-empty-icon i {
    font-size: 36px;
    color: #ffffff;
}

.artnet-artist-empty-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.75rem 0;
    letter-spacing: -0.5px;
}

.artnet-artist-empty-description {
    font-size: 16px;
    color: #6c757d;
    margin: 0 0 2rem 0;
    line-height: 1.6;
}

.artnet-artist-empty-actions {
    margin-top: 1rem;
}

/* 경력/이력 섹션 */
.artnet-artist-career-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.artnet-artist-career-item {
    display: flex;
    gap: 1.5rem;
    padding: 2rem;
    background: #ffffff;
    border: 2px solid #e9ecef;
    border-radius: 16px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.artnet-artist-career-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #1c479e 0%, #1d489d 100%);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.artnet-artist-career-item:hover {
    border-color: #1c479e;
    box-shadow: 0 8px 24px rgba(28, 71, 158, 0.1);
    transform: translateY(-2px);
}

.artnet-artist-career-item:hover::before {
    transform: scaleY(1);
}

.artnet-artist-career-icon {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #1c479e 0%, #1d489d 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(28, 71, 158, 0.2);
}

.artnet-artist-career-icon i {
    font-size: 28px;
    color: #ffffff;
}

.artnet-artist-career-content {
    flex-grow: 1;
    min-width: 0;
}

.artnet-artist-career-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 1rem 0;
    letter-spacing: -0.5px;
}

.artnet-artist-career-text {
    font-size: 16px;
    line-height: 1.8;
    color: #495057;
    word-break: break-word;
}

.artnet-artist-career-text p {
    margin-bottom: 1rem;
}

.artnet-artist-career-text p:last-child {
    margin-bottom: 0;
}

/* 작가소개 본문 */
.artnet-artist-profile-content-wrapper {
    width: 100%;
}

.artnet-artist-profile-body {
    font-size: 16px;
    line-height: 1.8;
    color: #495057;
    word-break: break-word;
}

.artnet-artist-profile-body img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    margin: 1.5rem 0;
}

.artnet-artist-profile-body p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.artnet-artist-profile-body p:last-child {
    margin-bottom: 0;
}

.artnet-artist-profile-body h1,
.artnet-artist-profile-body h2,
.artnet-artist-profile-body h3,
.artnet-artist-profile-body h4,
.artnet-artist-profile-body h5,
.artnet-artist-profile-body h6 {
    font-weight: 700;
    color: #1a1a1a;
    margin: 2rem 0 1rem 0;
    letter-spacing: -0.5px;
}

.artnet-artist-profile-body h1 {
    font-size: 32px;
}

.artnet-artist-profile-body h2 {
    font-size: 28px;
}

.artnet-artist-profile-body h3 {
    font-size: 24px;
}

.artnet-artist-profile-body h4 {
    font-size: 20px;
}

.artnet-artist-profile-body ul,
.artnet-artist-profile-body ol {
    margin: 1.5rem 0;
    padding-left: 2rem;
}

.artnet-artist-profile-body li {
    margin-bottom: 0.75rem;
    line-height: 1.8;
}

.artnet-artist-profile-body a {
    color: #1c479e;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.artnet-artist-profile-body a:hover {
    color: #1d489d;
    border-bottom-color: #1d489d;
}

.artnet-artist-profile-body blockquote {
    border-left: 4px solid #1c479e;
    padding-left: 1.5rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: #6c757d;
}

.artnet-artist-profile-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.artnet-artist-profile-body table th,
.artnet-artist-profile-body table td {
    padding: 1rem;
    border: 1px solid #e9ecef;
    text-align: left;
}

.artnet-artist-profile-body table th {
    background: #f8f9fa;
    font-weight: 600;
    color: #1a1a1a;
}

.artnet-artist-profile-body table tr:hover {
    background: #f8f9fa;
}

/* 작품 탭 내부 스타일 */
.artnet-artist-tab-pane #works {
    padding: 0;
}

/* 반응형 디자인 */
@media (max-width: 767.98px) {
    .artnet-artist-empty-state {
        padding: 3rem 1.5rem;
        min-height: 250px;
    }

    .artnet-artist-empty-icon {
        width: 64px;
        height: 64px;
    }

    .artnet-artist-empty-icon i {
        font-size: 28px;
    }

    .artnet-artist-empty-title {
        font-size: 20px;
    }

    .artnet-artist-empty-description {
        font-size: 15px;
    }

    .artnet-artist-career-item {
        flex-direction: column;
        padding: 1.5rem;
        gap: 1rem;
    }

    .artnet-artist-career-icon {
        width: 56px;
        height: 56px;
    }

    .artnet-artist-career-icon i {
        font-size: 24px;
    }

    .artnet-artist-career-title {
        font-size: 20px;
        margin-bottom: 0.75rem;
    }

    .artnet-artist-career-text {
        font-size: 15px;
    }

    .artnet-artist-profile-body {
        font-size: 15px;
    }

    .artnet-artist-profile-body h1 {
        font-size: 26px;
    }

    .artnet-artist-profile-body h2 {
        font-size: 22px;
    }

    .artnet-artist-profile-body h3 {
        font-size: 20px;
    }

    .artnet-artist-profile-body h4 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .artnet-artist-empty-state {
        padding: 2rem 1rem;
        min-height: 200px;
    }

    .artnet-artist-empty-icon {
        width: 56px;
        height: 56px;
    }

    .artnet-artist-empty-icon i {
        font-size: 24px;
    }

    .artnet-artist-empty-title {
        font-size: 18px;
    }

    .artnet-artist-empty-description {
        font-size: 14px;
    }

    .artnet-artist-career-item {
        padding: 1.25rem;
    }

    .artnet-artist-career-icon {
        width: 48px;
        height: 48px;
    }

    .artnet-artist-career-icon i {
        font-size: 20px;
    }

    .artnet-artist-career-title {
        font-size: 18px;
    }

    .artnet-artist-career-text {
        font-size: 14px;
    }

    .artnet-artist-profile-body {
        font-size: 14px;
    }

    .artnet-artist-profile-body h1 {
        font-size: 22px;
    }

    .artnet-artist-profile-body h2 {
        font-size: 20px;
    }

    .artnet-artist-profile-body h3 {
        font-size: 18px;
    }

    .artnet-artist-profile-body h4 {
        font-size: 16px;
    }
}

/* 기존 스타일 오버라이드 */
.artnet-artist-tab-pane .empty_content {
    display: none !important;
}

.artnet-artist-tab-pane .post-works {
    display: none !important;
}

/* ============================================
   작품 상세 페이지 (post_view) - 아트넷 스타일
   ============================================ */

.artnet-artist-post-view {
    padding: 2rem 0;
}

.artnet-artist-post-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* 작품 이미지 섹션 */
.artnet-artist-post-image-section {
    margin-bottom: 3rem;
}

.artnet-artist-post-image-wrapper {
    position: relative;
    background: #f8f9fa;
    /* border-radius: 20px; */
    overflow: hidden;
    max-width: 800px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    
    margin: 2rem auto;
   
}

.artnet-artist-post-image-wrapper a {
    display: block;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.artnet-artist-post-image-wrapper a:hover {
    transform: scale(1.02);
}

.artnet-artist-post-image {
    width: 100%;    
    height: auto;
    display: block;
    /* border-radius: 20px; */
}

.artnet-artist-post-info {
    text-align: center;
}

.artnet-artist-post-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 1.5rem 0;
    letter-spacing: -1px;
    line-height: 1.3;
}

.artnet-artist-post-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.artnet-artist-post-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 16px;
    color: #6c757d;
    font-weight: 500;
    padding: 0.5rem 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.artnet-artist-post-meta-item i {
    font-size: 18px;
    color: #1c479e;
}

/* 작가 정보 카드 */
.artnet-artist-post-author-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    border: 1px solid #e9ecef;
    margin-bottom: 3rem;
}

.artnet-artist-post-author-info {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e9ecef;
}

.artnet-artist-post-author-image {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #e9ecef;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.artnet-artist-post-author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.artnet-artist-post-author-details {
    flex-grow: 1;
}

.artnet-artist-post-author-name {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.5rem 0;
    line-height: 1.3;
}

.artnet-artist-post-author-name-en {
    font-size: 16px;
    font-weight: 400;
    color: #6c757d;
    margin-left: 0.5rem;
}

.artnet-artist-post-author-country {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 15px;
    color: #6c757d;
    margin: 0;
}

.artnet-artist-post-author-country i {
    font-size: 16px;
    color: #1c479e;
}

.artnet-artist-post-author-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.artnet-artist-post-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    color: #495057;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}

.artnet-artist-post-action-btn:hover {
    background: #ffffff;
    border-color: #1c479e;
    color: #1c479e;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(28, 71, 158, 0.2);
    text-decoration: none;
}

.artnet-artist-post-action-btn i {
    font-size: 18px;
}

.artnet-artist-post-action-count {
    background: rgba(28, 71, 158, 0.1);
    color: #1c479e;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
}

.artnet-artist-post-action-like {
    color: #e74c3c;
}

.artnet-artist-post-action-like:hover {
    background: #fff3f2;
    border-color: #e74c3c;
    color: #e74c3c;
}

.artnet-artist-post-action-like .artnet-artist-post-action-count {
    background: rgba(231, 76, 60, 0.1);
    color: #e74c3c;
}

.artnet-artist-post-action-dislike {
    color: #6c757d;
}

.artnet-artist-post-action-dislike:hover {
    background: #f8f9fa;
    border-color: #adb5bd;
    color: #495057;
}

/* 하단 버튼 영역 */
.artnet-artist-post-actions {
    margin-top: 3rem;
    padding-top: 2.5rem;
    border-top: 2px solid #e9ecef;
}

.artnet-artist-post-actions-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

.artnet-artist-post-actions-group {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

/* 이전/다음글 네비게이션 */
.artnet-artist-post-nav {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.artnet-artist-post-nav-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    text-decoration: none;
    color: #1a1a1a;
    transition: all 0.3s ease;
}

.artnet-artist-post-nav-item:hover {
    background: #ffffff;
    border-color: #1c479e;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(28, 71, 158, 0.1);
    text-decoration: none;
}

.artnet-artist-post-nav-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: #1c479e;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
}

.artnet-artist-post-nav-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.artnet-artist-post-nav-label {
    font-size: 13px;
    color: #6c757d;
    font-weight: 500;
}

.artnet-artist-post-nav-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
}

.artnet-artist-post-nav-date {
    font-size: 13px;
    color: #888;
}

/* 관련 작품 섹션 */
.artnet-artist-related-works {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 2px solid #e9ecef;
}

.artnet-artist-related-works-header {
    margin-bottom: 2rem;
}

.artnet-artist-related-works-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    letter-spacing: -0.5px;
}

.artnet-artist-related-works-title i {
    font-size: 28px;
    color: #1c479e;
}

/* 반응형 디자인 */
@media (max-width: 991.98px) {
    .artnet-artist-post-title {
        font-size: 28px;
    }

    .artnet-artist-post-meta {
        gap: 1rem;
    }

    .artnet-artist-post-author-card {
        padding: 1.5rem;
    }

    .artnet-artist-post-author-info {
        gap: 1rem;
    }

    .artnet-artist-post-author-image {
        width: 56px;
        height: 56px;
    }

    .artnet-artist-post-author-name {
        font-size: 20px;
    }

    .artnet-artist-post-actions-container {
        flex-direction: column;
        align-items: stretch;
    }

    .artnet-artist-post-actions-group {
        width: 100%;
        justify-content: center;
    }

    .artnet-artist-post-nav-item {
        padding: 1rem 1.25rem;
    }
}

@media (max-width: 767.98px) {
    .artnet-artist-post-view {
        padding: 1.5rem 0;
    }

    .artnet-artist-post-image-section {
        margin-bottom: 2rem;
    }

    .artnet-artist-post-image-wrapper {
        border-radius: 16px;
    }

    .artnet-artist-post-image {
        border-radius: 16px;
    }

    .artnet-artist-post-title {
        font-size: 24px;
        margin-bottom: 1rem;
    }

    .artnet-artist-post-meta {
        flex-direction: column;
        gap: 0.75rem;
    }

    .artnet-artist-post-meta-item {
        width: 100%;
        justify-content: center;
    }

    .artnet-artist-post-author-card {
        padding: 1.25rem;
        margin-bottom: 2rem;
    }

    .artnet-artist-post-author-info {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .artnet-artist-post-author-actions {
        justify-content: center;
    }

    .artnet-artist-post-action-btn {
        padding: 0.625rem 1rem;
        font-size: 14px;
    }

    .artnet-artist-post-action-btn span:not(.artnet-artist-post-action-count) {
        display: none;
    }

    .artnet-artist-post-action-btn i {
        margin-right: 0;
    }

    .artnet-artist-related-works-title {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .artnet-artist-post-title {
        font-size: 20px;
    }

    .artnet-artist-post-meta-item {
        font-size: 14px;
        padding: 0.4rem 0.8rem;
    }

    .artnet-artist-post-author-name {
        font-size: 18px;
    }

    .artnet-artist-post-author-name-en {
        font-size: 14px;
    }

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

    .artnet-artist-post-nav-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .artnet-artist-post-nav-title {
        font-size: 15px;
    }

    .artnet-artist-related-works-title {
        font-size: 20px;
    }
}

/* 기존 스타일 오버라이드 */
.artnet-artist-post-view #post-detail,
.artnet-artist-post-view .card-box,
.artnet-artist-post-view .m-t-20,
.artnet-artist-post-view .ion-ios-group,
.artnet-artist-post-view .pull-right,
.artnet-artist-post-view #bo_v_top,
.artnet-artist-post-view .bo_v_nb,
.artnet-artist-post-view #related-works {
    display: none !important;
}

/* ============================================
   댓글 페이지 - 아트넷 스타일
   ============================================ */

.artnet-artist-comments {
    margin-top: 3rem;
    padding-top: 2.5rem;
    border-top: 2px solid #e9ecef;
}

/* 댓글 목록 토글 버튼 */
.artnet-artist-comments-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1.25rem 1.5rem;
    background: #ffffff;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.artnet-artist-comments-toggle:hover {
    border-color: #1c479e;
    background: #f0f7ff;
    color: #1c479e;
    box-shadow: 0 4px 12px rgba(28, 71, 158, 0.15);
}

.artnet-artist-comments-toggle.active {
    border-color: #1c479e;
    background: #f0f7ff;
    color: #1c479e;
}

.artnet-artist-comments-toggle i:first-child {
    font-size: 20px;
    margin-right: 0.75rem;
    color: #1c479e;
}

.artnet-artist-comments-chevron {
    font-size: 16px;
    transition: transform 0.3s ease;
    color: #6c757d;
}

.artnet-artist-comments-toggle.active .artnet-artist-comments-chevron {
    transform: rotate(180deg);
    color: #1c479e;
}

/* 댓글 목록 */
.artnet-artist-comments-list {
    display: none;
    margin-top: 1.5rem;
}

.artnet-artist-comments-list.show {
    display: block;
}

/* 댓글 아이템 */
.artnet-artist-comment-item {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    position: relative;
}

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

.artnet-artist-comment-item[style*="margin-left"] {
    border-left: 3px solid #1c479e;
    padding-left: 1.25rem;
}

.artnet-artist-comment-header {
    margin-bottom: 1rem;
}

.artnet-artist-comment-profile {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.artnet-artist-comment-image {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #e9ecef;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.artnet-artist-comment-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.artnet-artist-comment-author {
    flex-grow: 1;
}

.artnet-artist-comment-author-name {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.25rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    line-height: 1.4;
}

.artnet-artist-comment-secret {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: #1c479e;
    font-size: 14px;
    font-weight: 500;
}

.artnet-artist-comment-secret i {
    font-size: 14px;
}

.artnet-artist-comment-date {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 13px;
    color: #6c757d;
}

.artnet-artist-comment-date i {
    font-size: 13px;
}

.artnet-artist-comment-content {
    margin-left: 64px;
}

.artnet-artist-comment-text {
    font-size: 15px;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 1rem;
    word-break: break-word;
}

.artnet-artist-comment-text p {
    margin-bottom: 0.5rem;
}

.artnet-artist-comment-text p:last-child {
    margin-bottom: 0;
}

.artnet-artist-comment-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.artnet-artist-comment-buttons {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.artnet-artist-comment-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 0.875rem;
    font-size: 13px;
    font-weight: 600;
    color: #6c757d;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.artnet-artist-comment-btn:hover {
    background: #ffffff;
    border-color: #1c479e;
    color: #1c479e;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(28, 71, 158, 0.15);
    text-decoration: none;
}

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

.artnet-artist-comment-btn-reply {
    color: #1c479e;
}

.artnet-artist-comment-btn-reply:hover {
    background: #f0f7ff;
    border-color: #1c479e;
    color: #1c479e;
}

.artnet-artist-comment-btn-edit {
    color: #6c757d;
}

.artnet-artist-comment-btn-edit:hover {
    background: #f8f9fa;
    border-color: #adb5bd;
    color: #495057;
}

.artnet-artist-comment-btn-delete {
    color: #e74c3c;
}

.artnet-artist-comment-btn-delete:hover {
    background: #fff3f2;
    border-color: #e74c3c;
    color: #e74c3c;
}

/* 빈 상태 */
.artnet-artist-comments-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem;
    text-align: center;
    background: #f8f9fa;
    border: 2px dashed #e9ecef;
    border-radius: 12px;
}

.artnet-artist-comments-empty-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #1c479e 0%, #1d489d 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    box-shadow: 0 4px 12px rgba(28, 71, 158, 0.2);
}

.artnet-artist-comments-empty-icon i {
    font-size: 28px;
    color: #ffffff;
}

.artnet-artist-comments-empty-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.5rem 0;
}

.artnet-artist-comments-empty-description {
    font-size: 15px;
    color: #6c757d;
    margin: 0;
}

/* 댓글 작성 폼 */
.artnet-artist-comment-write {
    margin-top: 2rem;
}

.artnet-artist-comment-write-card {
    background: #ffffff;
    border: 2px solid #e9ecef;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.artnet-artist-comment-write-content {
    margin-bottom: 1.5rem;
}

.artnet-artist-comment-write-textarea-wrapper {
    position: relative;
}

.artnet-artist-comment-write-textarea {
    width: 100%;
    min-height: 120px;
    padding: 1rem 1.25rem;
    font-size: 15px;
    line-height: 1.6;
    color: #1a1a1a;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    resize: vertical;
    transition: all 0.3s ease;
    font-family: inherit;
}

.artnet-artist-comment-write-textarea:focus {
    outline: none;
    border-color: #1c479e;
    background: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(28, 71, 158, 0.1);
}

.artnet-artist-comment-write-textarea::placeholder {
    color: #adb5bd;
}

.artnet-artist-comment-write-char-count {
    position: absolute;
    bottom: 0.75rem;
    right: 1rem;
    font-size: 12px;
    color: #6c757d;
    background: rgba(255, 255, 255, 0.9);
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    pointer-events: none;
}

.artnet-artist-comment-write-info {
    margin-bottom: 1.5rem;
}

.artnet-artist-comment-write-guest {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.artnet-artist-comment-write-input-group {
    flex: 1;
    min-width: 200px;
}

.artnet-artist-comment-write-input {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 14px;
    color: #1a1a1a;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.artnet-artist-comment-write-input:focus {
    outline: none;
    border-color: #1c479e;
    background: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(28, 71, 158, 0.1);
}

.artnet-artist-comment-write-input::placeholder {
    color: #adb5bd;
}

.artnet-artist-comment-write-sns {
    margin-bottom: 1rem;
}

.artnet-artist-comment-write-captcha {
    margin-bottom: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.artnet-artist-comment-write-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
}

.artnet-artist-comment-write-secret {
    display: flex;
    align-items: center;
}

.artnet-artist-comment-write-checkbox {
    display: none;
}

.artnet-artist-comment-write-checkbox-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    font-size: 14px;
    font-weight: 500;
    color: #6c757d;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
}

.artnet-artist-comment-write-checkbox-label:hover {
    background: #ffffff;
    border-color: #1c479e;
    color: #1c479e;
}

.artnet-artist-comment-write-checkbox:checked + .artnet-artist-comment-write-checkbox-label {
    background: #f0f7ff;
    border-color: #1c479e;
    color: #1c479e;
}

.artnet-artist-comment-write-checkbox-label i {
    font-size: 14px;
}

.artnet-artist-comment-write-submit {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 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;
}

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

.artnet-artist-comment-write-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.artnet-artist-comment-write-submit i {
    font-size: 16px;
}

/* 반응형 디자인 */
@media (max-width: 767.98px) {
    .artnet-artist-comments-toggle {
        padding: 1rem 1.25rem;
        font-size: 16px;
    }

    .artnet-artist-comment-item {
        padding: 1.25rem;
    }

    .artnet-artist-comment-image {
        width: 40px;
        height: 40px;
    }

    .artnet-artist-comment-content {
        margin-left: 56px;
    }

    .artnet-artist-comment-author-name {
        font-size: 15px;
    }

    .artnet-artist-comment-text {
        font-size: 14px;
    }

    .artnet-artist-comment-btn {
        padding: 0.4rem 0.75rem;
        font-size: 12px;
    }

    .artnet-artist-comment-btn span {
        display: none;
    }

    .artnet-artist-comment-btn i {
        margin-right: 0;
    }

    .artnet-artist-comment-write-card {
        padding: 1.5rem;
    }

    .artnet-artist-comment-write-guest {
        flex-direction: column;
    }

    .artnet-artist-comment-write-input-group {
        min-width: auto;
    }

    .artnet-artist-comment-write-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .artnet-artist-comment-write-submit {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .artnet-artist-comments-toggle {
        padding: 0.875rem 1rem;
        font-size: 15px;
    }

    .artnet-artist-comment-item {
        padding: 1rem;
    }

    .artnet-artist-comment-content {
        margin-left: 0;
        margin-top: 0.75rem;
    }

    .artnet-artist-comment-profile {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .artnet-artist-comment-buttons {
        width: 100%;
        justify-content: flex-start;
    }

    .artnet-artist-comment-write-card {
        padding: 1.25rem;
    }

    .artnet-artist-comment-write-textarea {
        min-height: 100px;
        font-size: 14px;
    }
}

/* 기존 스타일 오버라이드 - 더 강력한 우선순위 */
.artnet-artist-comments .cmt_btn,
.artnet-artist-comments .cmt_btn_op,
.artnet-artist-comments .cmt_btn.cmt_btn_op {
    display: none !important;
    visibility: hidden !important;
}

/* 댓글 목록 섹션 기존 스타일 숨김 */
.artnet-artist-comments #bo_vc h2:not(.sound_only),
.artnet-artist-comments #bo_vc article header,
.artnet-artist-comments #bo_vc article .profile_img,
.artnet-artist-comments #bo_vc .cmt_contents_wrap,
.artnet-artist-comments #bo_vc .cmt_contents,
.artnet-artist-comments #bo_vc .bo_vc_hdinfo,
.artnet-artist-comments #bo_vc .btn_b03,
.artnet-artist-comments #bo_vc_empty,
.artnet-artist-comments #bo_vc p,
.artnet-artist-comments #bo_vc .member,
.artnet-artist-comments #bo_vc .guest,
.artnet-artist-comments #bo_vc .sv_member,
.artnet-artist-comments #bo_vc .sv_guest {
    display: none !important;
    visibility: hidden !important;
}

/* 댓글 작성 폼 기존 스타일 숨김 */
.artnet-artist-comment-write.bo_vc_w,
.artnet-artist-comment-write .bo_vc_w_wr,
.artnet-artist-comment-write .bo_vc_w_info,
.artnet-artist-comment-write .btn_confirm,
.artnet-artist-comment-write .checkbox:not(.artnet-artist-comment-write-checkbox),
.artnet-artist-comment-write .checkbox-inline,
.artnet-artist-comment-write .btn-pink,
.artnet-artist-comment-write .waves-effect,
.artnet-artist-comment-write .w-md,
.artnet-artist-comment-write .waves-light {
    display: none !important;
    visibility: hidden !important;
}

/* 기존 댓글 스타일 완전히 오버라이드 */
.artnet-artist-comments #bo_vc article.row {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
}

.artnet-artist-comments #bo_vc article.row header {
    display: none !important;
    visibility: hidden !important;
}

.artnet-artist-comments #bo_vc article.row .profile_img {
    display: none !important;
    visibility: hidden !important;
}

/* 기존 댓글 작성 폼 스타일 오버라이드 */
.artnet-artist-comment-write.bo_vc_w {
    position: relative !important;
    margin: 2rem 0 !important;
    display: block !important;
}

.artnet-artist-comment-write.bo_vc_w:after {
    display: none !important;
}

.artnet-artist-comment-write.bo_vc_w h2:not(.sound_only) {
    position: absolute !important;
    font-size: 0 !important;
    line-height: 0 !important;
    overflow: hidden !important;
}

.artnet-artist-comment-write.bo_vc_w textarea.form-control:not(.artnet-artist-comment-write-textarea) {
    display: none !important;
}

.artnet-artist-comment-write.bo_vc_w #char_cnt:not(.artnet-artist-comment-write-char-count) {
    display: none !important;
}

/* 기존 댓글 버튼 스타일 숨김 */
.artnet-artist-comments #bo_vc .btn_b03,
.artnet-artist-comments #bo_vc a.btn_b03 {
    display: none !important;
    visibility: hidden !important;
}

/* SNS 공유 영역 스타일 조정 */
.artnet-artist-comment-actions #bo_vc_send_sns,
.artnet-artist-comment-actions #bo_vc_sns {
    display: inline-block !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.artnet-artist-comment-actions #bo_vc_sns li {
    float: none !important;
    display: inline-block !important;
    margin: 0 0.5rem 0 0 !important;
}

/* ============================================
   작가 등록 페이지 스타일
   ============================================ */

.artnet-artist-write {
    padding: 2rem 0;
   
    min-height: 100vh;
}

.artnet-artist-write-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 1rem;
}

.artnet-artist-write-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
}

/* 헤더 */
.artnet-artist-write-header {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #e9ecef;
}

.artnet-artist-write-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 1.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    letter-spacing: -1px;
}

.artnet-artist-write-title i {
    font-size: 32px;
    color: #1c479e;
}

.artnet-artist-write-info {
    margin-top: 1.5rem;
}

.artnet-alert {
    padding: 1.25rem 1.5rem;
    border-radius: 12px;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.artnet-alert-info {
    background: #e7f3ff;
    border: 1px solid #b3d9ff;
    color: #004085;
}

.artnet-alert i {
    font-size: 20px;
    color: #1c479e;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.artnet-alert-content {
    flex: 1;
}

.artnet-alert-content strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #1c479e;
}

.artnet-alert-content ul {
    margin: 0.75rem 0 0 0;
    padding-left: 1.25rem;
    list-style: disc;
}

.artnet-alert-content li {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

/* 폼 */
.artnet-artist-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;
    font-weight: 600;
}

.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;
    transition: color 0.3s ease;
}

.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:focus ~ .artnet-input-icon,
.artnet-form-input:focus + .artnet-input-icon {
    color: #1c479e;
}

.artnet-form-input:hover:not(:focus) {
    background: #f0f2f5;
    border-color: #d0d5db;
}

.artnet-form-input::placeholder {
    color: #adb5bd;
}

.artnet-form-input[readonly] {
    background: #f5f5f5;
    cursor: not-allowed;
    color: #6c757d;
}

/* 셀렉트 */
.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;
    box-sizing: border-box;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%236c757d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}

.artnet-form-select:focus {
    outline: none;
    background-color: #ffffff;
    border-color: #1c479e;
    box-shadow: 0 0 0 4px rgba(28, 71, 158, 0.1);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231c479e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.select2-container .select2-selection--single .select2-selection__rendered{
	padding-left: 36px !important;
}

.artnet-form-select:hover:not(:focus) {
    background-color: #f0f2f5;
    border-color: #d0d5db;
}

/* 텍스트에어리어 */
.artnet-form-textarea {
    width: 100%;
    padding: 0.875rem 1rem 0.875rem 3rem;
    font-size: 15px;
    line-height: 1.6;
    color: #1a1a1a;
    background: #f8f9fa;
    border: 2px solid transparent;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-family: inherit;
    box-sizing: border-box;
    resize: vertical;
    min-height: 120px;
}

.artnet-form-textarea:focus {
    outline: none;
    background: #ffffff;
    border-color: #1c479e;
    box-shadow: 0 0 0 4px rgba(28, 71, 158, 0.1);
}

.artnet-form-textarea:hover:not(:focus) {
    background: #f0f2f5;
    border-color: #d0d5db;
}

.artnet-form-textarea::placeholder {
    color: #adb5bd;
}

/* 입력 그룹 */
.artnet-input-group {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

.artnet-input-group .artnet-input-wrapper {
    flex: 1;
}

.artnet-input-group .artnet-artist-btn {
    flex-shrink: 0;
    white-space: nowrap;
}

/* 폼 행 (2개 필드 가로 배치) */
.artnet-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

/* 힌트 텍스트 */
.artnet-form-hint {
    font-size: 13px;
    color: #6c757d;
    margin-top: 0.5rem;
    line-height: 1.5;
}

.artnet-form-hint-error {
    color: #e74c3c;
}

.artnet-text-primary {
    color: #1c479e;
    font-weight: 600;
}

/* 체크박스 */
.artnet-checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.artnet-checkbox-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.artnet-checkbox {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.artnet-checkbox-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 15px;
    color: #495057;
    cursor: pointer;
    user-select: none;
    padding: 0.5rem 0;
}

.artnet-checkbox-label::before {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #dee2e6;
    border-radius: 4px;
    background: #ffffff;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.artnet-checkbox:checked + .artnet-checkbox-label::before {
    background: #1c479e;
    border-color: #1c479e;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8l3 3 5-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
}

.artnet-checkbox:focus + .artnet-checkbox-label::before {
    box-shadow: 0 0 0 4px rgba(28, 71, 158, 0.1);
}

/* 프로필 업로드 */
.artnet-profile-upload-wrapper {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.artnet-profile-upload-area {
    flex-shrink: 0;
    width: 200px;
}

.artnet-profile-upload-info {
    flex: 1;
    padding-top: 0.5rem;
}

.artnet-profile-upload-dropzone {
    position: relative;
    width: 200px;
    height: 200px;
    aspect-ratio: 1 / 1;
    border: 2px dashed #dee2e6;
    border-radius: 12px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
}

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

.artnet-profile-upload-dropzone.artnet-profile-upload-dragover {
    border-color: #1c479e;
    background: #e7f3ff;
}

.artnet-profile-upload-placeholder {
    text-align: center;
    padding: 1rem;
}

.artnet-profile-upload-placeholder i {
    font-size: 32px;
    color: #6c757d;
    margin-bottom: 0.5rem;
    display: block;
}

.artnet-profile-upload-text {
    font-size: 13px;
    font-weight: 600;
    color: #495057;
    margin: 0 0 0.25rem 0;
    line-height: 1.4;
}

.artnet-profile-upload-hint {
    font-size: 11px;
    color: #6c757d;
    margin: 0;
    line-height: 1.4;
}

.artnet-profile-upload-preview {
    position: relative;
    width: 100%;
    height: 100%;
}

.artnet-profile-upload-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.artnet-profile-upload-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 12px;
}

.artnet-profile-upload-dropzone:hover .artnet-profile-upload-overlay {
    opacity: 1;
}

.artnet-profile-upload-remove {
    background: #e74c3c;
    border: none;
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
}

.artnet-profile-upload-remove:hover {
    background: #c0392b;
    transform: scale(1.1);
}

.artnet-profile-upload-progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 12px;
}

.artnet-profile-upload-progress-bar {
    width: 100%;
    max-width: 150px;
    height: 6px;
    background: #e9ecef;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.artnet-profile-upload-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #1c479e 0%, #2d5aa0 100%);
    width: 0%;
    transition: width 0.3s ease;
    border-radius: 4px;
}

.artnet-profile-upload-progress-text {
    font-size: 12px;
    color: #6c757d;
    margin: 0;
}

.artnet-profile-upload-info .artnet-form-hint {
    margin-top: 0;
    font-size: 13px;
    line-height: 1.6;
}

/* 작가소개 (wr_content) 스타일 */
.artnet-content-wrapper {
    background: #ffffff;
    border-radius: 12px;
    padding: 1.5rem;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.artnet-content-wrapper:focus-within {
    border-color: #1c479e;
    box-shadow: 0 0 0 4px rgba(28, 71, 158, 0.1);
}

.artnet-content-wrapper textarea {
    width: 100%;
    min-height: 200px;
    padding: 1rem;
    font-size: 15px;
    line-height: 1.6;
    color: #1a1a1a;
    background: transparent;
    border: none;
    border-radius: 8px;
    resize: vertical;
    font-family: inherit;
    box-sizing: border-box;
}

.artnet-content-wrapper textarea:focus {
    outline: none;
}

/* 에디터 영역 스타일 */
.artnet-content-wrapper .cke {
    border: none !important;
    border-radius: 8px;
}

.artnet-content-wrapper .cke_inner {
    border-radius: 8px;
    background: #f8f9fa;
}

.artnet-content-wrapper .cke_top {
    border-bottom: 1px solid #e9ecef;
    background: #ffffff;
    border-radius: 8px 8px 0 0;
}

.artnet-content-wrapper .cke_contents {
    background: #ffffff;
    border-radius: 0 0 8px 8px;
}

.artnet-content-wrapper .cke_bottom {
    border-top: 1px solid #e9ecef;
    background: #f8f9fa;
    border-radius: 0 0 8px 8px;
}

/* 캡챠 */
.artnet-captcha-wrapper {
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 12px;
    border: 1px solid #e9ecef;
}

/* 글자수 카운터 */
.artnet-char-count {
    margin-top: 0.75rem;
    font-size: 13px;
    color: #6c757d;
    text-align: right;
}

.artnet-char-count span {
    font-weight: 600;
    color: #1c479e;
}

/* 버튼 영역 */
.artnet-artist-write-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e9ecef;
}

.artnet-artist-write-actions .artnet-artist-btn {
    min-width: 160px;
    padding: 0.875rem 2rem;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 반응형 디자인 */
@media (max-width: 767.98px) {
    .artnet-artist-write {
        padding: 1rem 0;
    }

    .artnet-artist-write-container {
        padding: 0 0.75rem;
    }

    .artnet-artist-write-card {
        padding: 2rem 1.5rem;
        border-radius: 16px;
    }

    .artnet-artist-write-title {
        font-size: 26px;
    }

    .artnet-artist-write-title i {
        font-size: 26px;
    }

    .artnet-form-row {
        grid-template-columns: 1fr;
    }

    .artnet-input-group {
        flex-direction: column;
    }

    .artnet-input-group .artnet-artist-btn {
        width: 100%;
    }

    .artnet-artist-write-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .artnet-artist-write-actions .artnet-artist-btn {
        width: 100%;
        min-width: auto;
    }
}

@media (max-width: 480px) {
    .artnet-artist-write-card {
        padding: 1.5rem 1rem;
        border-radius: 12px;
    }

    .artnet-artist-write-title {
        font-size: 22px;
    }

    .artnet-form-group {
        margin-bottom: 1.5rem;
    }
    
    .artnet-profile-upload-wrapper {
        flex-direction: column;
        gap: 1rem;
    }
    
    .artnet-profile-upload-area {
        width: 100%;
        max-width: 200px;
    }
    
    .artnet-profile-upload-dropzone {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        max-width: 200px;
    }
    
    .artnet-profile-upload-info {
        padding-top: 0;
    }
    
    .artnet-profile-upload-placeholder i {
        font-size: 28px;
    }
    
    .artnet-profile-upload-text {
        font-size: 12px;
    }
    
    .artnet-profile-upload-hint {
        font-size: 10px;
    }
}