@charset "utf-8";

:root{
  --ma-blue:#3c93d5;
  --ma-blue-light:#54a9e8;
  --ma-blue-dark:#287fc1;
  --ma-blue-deep:#1f6fa9;
  --ma-ink:#202b36;
  --ma-muted:#64727f;
  --ma-line:#dbe6ef;
  --ma-soft:#f4f7fa;
  --ma-paper:#ffffff;
  --ma-grad:linear-gradient(135deg, #54a9e8 0%, #3c93d5 52%, #287fc1 100%);
  --ma-grad-hover:linear-gradient(135deg, #3c93d5 0%, #287fc1 60%, #1f6fa9 100%);
}

body{
  background:#f4f7fa;
  color:var(--ma-ink);
  letter-spacing:0;
}

a{
  transition:color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

#wing_new,
.balloon,
#claude-ai,
.aitopia,
.sidebar-container{
  display:none !important;
}

#header_wrap_v2{
  background:#ffffff;
  border-bottom:2px solid var(--ma-blue);
  box-shadow:0 4px 18px rgba(23,105,159,.08);
}

#header_stack{
  background:#ffffff;
}

#header_detailz,
#header_detailz_fix{
  align-items:center;
}

#header_detailz h2,
#header_detailz_fix #hd_idx li{
  color:#202b36;
  font-weight:700;
  letter-spacing:0;
}

#header_detailz p{
  color:#526170;
  font-weight:600;
}

#header_detailz .orange,
#header_detailz_fix .orange{
  color:#e43d30 !important;
}

#detail_view_wrap,
#detail_view_area{
  background:#f4f7fa;
}

#detail_view_contents{
  padding-top:24px;
}

#detail_view_contents > #detail_view_wrap.cf{
  position:relative;
  display:block;
  width:1200px;
  margin:0 auto;
}

#detail_view_contents > #detail_view_wrap.cf > #detail_left{
  float:left !important;
  width:1020px;
  min-width:0;
}

#detail_view_contents > #detail_view_wrap.cf > #detail_right{
  position:relative;
  top:auto;
  left:auto;
  right:auto;
  margin-left:0;
  float:right !important;
  width:160px;
}

#detail_left,
#detail_right{
  box-sizing:border-box;
}

#detail_right{
  position:relative;
  min-height:1px;
}

#dtl_stock{
  background:#ffffff;
  border:1px solid var(--ma-line);
  border-radius:12px;
  box-shadow:0 10px 24px rgba(31,41,51,.07);
  margin-bottom:22px;
  overflow:hidden;
}

#dtl_title{
  min-height:54px;
  padding:9px 16px;
  background:linear-gradient(180deg, #f8fbfe 0%, #edf6fc 100%);
  border-bottom:1px solid #d4e4f0;
  display:flex;
  align-items:center;
  flex-wrap:nowrap;
  justify-content:flex-start;
  gap:10px;
  box-sizing:border-box;
  overflow:hidden;display:flex;
}

#dtl_title:before,
#dtl_title:after{
  content:none !important;
}

#dtl_title h3{
  position:relative;
  order:1;
  flex:0 0 auto;
  margin:0;
  padding-left:14px;
  color:#162b3d;
  font-size:18px;
  font-weight:700;
  line-height:1.25;
  letter-spacing:0;
}

#dtl_title h3:before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  width:5px;
  height:22px;
  transform:translateY(-50%);
  border-radius:4px;
  background:linear-gradient(180deg, #54a9e8 0%, #287fc1 100%);
}

#dtl_title p,
#dtl_title .gray{
  order:2;
  flex:0 1 auto;
  margin:0 !important;
  font-size:13px;
  font-weight:400;
  line-height:1.35;
  word-break:keep-all;
}

#dtl_title > div:not(#dtt_more):not(#chart_btns):not(#dtt_naver):not(#onbid){
  order:2;
  flex:1 1 360px;
  min-width:260px;
  margin:0 !important;
  color:#405363;
  font-size:15px;
  line-height:1.55;
  text-align:left !important;
  word-break:keep-all;
}

#dtl_title > div:nth-child(3){
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:nowrap;
  flex:1 1 420px;
  min-width:360px;
  gap:6px;
  text-align:center !important;
}

#dtl_title > div:nth-child(3) > p{
  order:-1;
  flex:0 0 auto;
  min-height:24px;
  padding:0 10px;
  font-size:14px;
  line-height:24px;
  color:#ffffff !important;
}

#dtl_title .plan_day{
	min-height:26px;
	margin-right:10px;
	padding:0 11px;
	border-radius:14px;
	vertical-align:middle;
	font-size:13px !important;
	line-height:26px !important;
	white-space:nowrap;
	
	display:inline-flex;
	align-items:center;
	height:26px;

	padding:0 12px;
	border-radius:20px;

	background:#f45b78;
	color:#fff !important;

	font-size:14px;
	font-weight:700;
	line-height:1;

	vertical-align:middle;
	color: #fff;
}


.sale_txt{
    display:inline-flex;
    align-items:center;

    height:26px;

    font-size:14px;
    vertical-align:middle;
}


#dtt_more,
#chart_btns,
#dtt_naver,
#onbid{
  order:3;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:nowrap;
  gap:6px;
  margin:0 0 0 auto !important;
  float:none !important;
}

#dtl_title > #dtt_more{
  flex:0 0 auto; justify-content:flex-end; margin-left:auto !important; 
}
#dtl_title > #dtt_naver{
  flex:0 0 auto; justify-content:flex-end; margin-left:auto !important; 
}


#dtl_title #dtt_more,
#dtl_title #chart_btns,
#dtl_title #dtt_naver,
#dtl_title #onbid{
  padding-top:0 !important;
}

#dtt_more p{
  min-height:28px;
  margin:0 !important;
  padding:0 12px;
  border:1px solid #d7e5ef;
  border-radius:16px;
  background:#ffffff;
  color:#526170 !important;
  font-size:13px;
  line-height:28px;
}

#chart_btns p{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:nowrap;
  gap:6px;
  margin:0 !important;
  white-space:nowrap;
  color:#334155 !important;
  font-size:13px;
  line-height:30px;
}

#dtl_title #chart_btns p{
  color:#334155 !important;
}

#chart_btns strong{
  display:inline-block;
  min-width:14px;
  text-align:right;
}

#chart_btns a{
  flex:0 0 auto;
  min-width:46px;
}

#dtt_more a,
#chart_btns a,
#dtt_naver a,
#onbid a,
#ybtn a,
#ycmt a,
#btn_monja,
#search_btnew a,
.prt_none a,
.sbtn01,
.sbtn02{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 13px !important;
  border:0 !important;
  border-radius:20px !important;
  background:var(--ma-grad) !important;
  color:#ffffff !important;
  font-size:13px !important;
  font-weight:600 !important;
  line-height:30px !important;
  text-decoration:none !important;
  box-shadow:0 6px 14px rgba(60,147,213,.20);
}

#dtt_more a:hover,
#chart_btns a:hover,
#dtt_naver a:hover,
#onbid a:hover,
#ybtn a:hover,
#ycmt a:hover,
#btn_monja:hover,
#search_btnew a:hover,
.prt_none a:hover,
.sbtn01:hover,
.sbtn02:hover{
  background:var(--ma-grad-hover) !important;
  transform:translateY(-1px);
}

#dtl_stock #dtt_more a,
#dtl_stock #chart_btns a,
#dtl_stock #dtt_naver a,
#dtl_stock #onbid a,
#dtl_stock .sbtn02{
  background:var(--ma-grad) !important;
  box-shadow:0 6px 14px rgba(60,147,213,.20);
}

#dtl_stock #dtt_more a:hover,
#dtl_stock #chart_btns a:hover,
#dtl_stock #dtt_naver a:hover,
#dtl_stock #onbid a:hover,
#dtl_stock .sbtn02:hover{
  background:var(--ma-grad-hover) !important;
  box-shadow:0 7px 16px rgba(40,127,193,.24);
}

#dtl_stock #ybtn a,
#dtl_stock #ycmt a,
#dtl_stock #btn_monja,
#dtl_stock .prt_none a,
#dtl_stock .sbtn01{
  background:linear-gradient(135deg, #ffbd59 0%, #f59e0b 52%, #d97706 100%) !important;
  box-shadow:0 6px 14px rgba(245,158,11,.22);
}

#dtl_stock #ybtn a:hover,
#dtl_stock #ycmt a:hover,
#dtl_stock #btn_monja:hover,
#dtl_stock .prt_none a:hover,
#dtl_stock .sbtn01:hover{
  background:linear-gradient(135deg, #f59e0b 0%, #d97706 58%, #b45309 100%) !important;
  box-shadow:0 7px 16px rgba(217,119,6,.28);
}

#search_btnew .sbtn03,
.sbtn03{
  border:1px solid #cfdce8 !important;
  background:#ffffff !important;
  color:#475569 !important;
  box-shadow:none !important;
}

#search_btnew .sbtn03:hover,
.sbtn03:hover{
  border-color:var(--ma-blue) !important;
  color:var(--ma-blue) !important;
  background:#ffffff !important;
}

#dtl_table{
  padding:0;
}

#dtl_table > div{
  position:relative;
  isolation:isolate;
  overflow:hidden;
}

#dtl_table > div:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    radial-gradient(circle at 12% 24%, rgba(47,134,201,.28) 0 1.5px, transparent 2px),
    radial-gradient(circle at 30% 64%, rgba(47,134,201,.22) 0 1.5px, transparent 2px),
    radial-gradient(circle at 48% 32%, rgba(47,134,201,.24) 0 1.5px, transparent 2px),
    radial-gradient(circle at 68% 70%, rgba(47,134,201,.20) 0 1.5px, transparent 2px),
    radial-gradient(circle at 86% 38%, rgba(47,134,201,.22) 0 1.5px, transparent 2px),
    linear-gradient(28deg, transparent 11.5%, rgba(47,134,201,.09) 12%, transparent 12.5%),
    linear-gradient(143deg, transparent 31.5%, rgba(47,134,201,.08) 32%, transparent 32.5%);
  background-size:240px 150px, 240px 150px, 240px 150px, 240px 150px, 240px 150px, 240px 150px, 240px 150px;
  background-position:0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
  opacity:.55;
}

.tbl_detail{
  width:100%;
  border-top:2px solid var(--ma-blue) !important;
  border-collapse:separate;
  border-spacing:0;
  color:#526170;
}

.tbl_detail tr th{
  background:#eef6fc !important;
  border-color:var(--ma-line) !important;
  color:#22313f !important;
  font-weight:600 !important;
}

.tbl_detail tr td{
  border-color:#e4edf5 !important;
  color:#405160 !important;
  font-weight:400 !important;
  line-height:1.5;
}

.tbl_detail tr:nth-child(even) td{
  background:#fbfdff;
}

.tbl_detail tr:hover td{
  background:#f2f8fd;
}

.tbl_detail a{
  color:#2f7fbd;
  font-weight:500;
}

.tbl_detail a:hover{
  color:var(--ma-blue);
  text-decoration:none;
}

.ma-eviction-cost-cards{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-flow:row;
  align-items:stretch;
  gap:14px;
  padding:28px 28px 24px;
  border:1px solid rgba(212,175,55,.62);
  border-radius:20px;
  background:
    radial-gradient(circle at 18px 18px, rgba(212,175,55,.16) 0 2px, transparent 2.5px) 0 0 / 46px 46px,
    linear-gradient(135deg, #122033 0%, #0b1423 58%, #071120 100%);
  box-shadow:0 18px 36px rgba(15,23,42,.23);
  overflow:hidden;
  color:#ffffff;
}

.ma-eviction-cost-cards:before{
  content:"REAL ESTATE EVICTION";
  grid-column:1 / -1;
  display:block;
  margin:0 0 -2px;
  color:#d4af37;
  font-size:15px;
  font-weight:800;
  letter-spacing:7px;
  line-height:1.2;
}

.ma-eviction-section-title{
  grid-column:1 / -1;
  grid-row:2;
  min-height:auto;
  display:block;
  position:relative;
  z-index:1;
  padding:0 0 20px;
  border-radius:0;
  background:none;
  color:#ffffff;
  font-size:30px;
  font-weight:900;
  letter-spacing:0;
  line-height:1.22;
  box-shadow:none;
}

.ma-eviction-section-title:after{
  content:"";
  display:block;
  width:220px;
  height:3px;
  margin-top:14px;
  background:linear-gradient(90deg, #d4af37 0%, #d4af37 65%, transparent 65%, transparent 100%);
}

.ma-eviction-section-copy{
  grid-column:1 / -1;
  grid-row:3;
  position:relative;
  z-index:1;
  margin:-4px 190px 8px 0;
  padding:0;
  color:#aeb8c6;
  font-size:17px;
  font-weight:700;
  line-height:1.45;
  word-break:keep-all;
}

.ma-eviction-section-link{
  grid-column:1 / -1;
  grid-row:5;
  position:relative;
  z-index:1;
  justify-self:end;
  align-self:end;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  margin-top:2px;
  padding:0 22px;
  border:1px solid rgba(212,175,55,.65);
  border-radius:20px;
  background:rgba(212,175,55,.10);
  color:#f5cf54 !important;
  font-size:16px;
  font-weight:800;
  text-decoration:none;
  box-shadow:none;
}

.ma-eviction-section-link:hover{
  background:rgba(212,175,55,.22);
  text-decoration:none;
}

.ma-eviction-card{
  grid-row:4;
  min-height:162px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  position:relative;
  z-index:1;
  padding:20px 22px 18px 24px;
  border:1px solid rgba(212,175,55,.34);
  border-radius:14px;
  background:linear-gradient(145deg, rgba(23,38,59,.92) 0%, rgba(13,27,45,.94) 100%);
  box-shadow:0 12px 24px rgba(0,0,0,.18);
  box-sizing:border-box;
  overflow:hidden;
}

.ma-eviction-card:nth-of-type(2){
  grid-column:1;
}

.ma-eviction-card:nth-of-type(3){
  grid-column:2;
}

.ma-eviction-card:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  background:linear-gradient(180deg, #f4d35e 0%, #b98b16 100%);
}

.ma-eviction-card-head{
  width:100%;
  margin-bottom:10px;
  padding-bottom:10px;
  border-bottom:1px solid #dbe6ef;
  color:#12314a;
  font-size:15px;
  font-weight:700;
  line-height:1.35;
}

.ma-eviction-card h4{
  margin:0 0 12px;
  color:#f4d35e;
  font-size:22px;
  font-weight:800;
  line-height:1.2;
}

.ma-eviction-price{
  margin:0 0 8px;
  color:#ffffff;
  font-size:22px;
  font-weight:800;
  line-height:1.25;
}

.ma-eviction-discount{
  margin:0 0 9px;
  color:#d97706;
  font-size:19px;
  font-weight:800;
  line-height:1.3;
}

.ma-eviction-main-price{
  color:#ffd45a;
  font-size:28px;
  line-height:1.2;
  text-shadow:0 2px 14px rgba(244,211,94,.25);
}

.ma-eviction-discount span{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  margin-right:6px;
  padding:0 9px;
  border-radius:14px;
  background:rgba(244,211,94,.18);
  color:#ffe18a;
  font-size:13px;
  font-weight:700;
}

.ma-eviction-estimate{
  color:#aeb8c6;
  font-size:16px;
  font-weight:700;
}

.ma-eviction-note{
  margin:0 0 14px;
  color:#c4ccd8;
  font-size:14px;
  line-height:1.45;
  word-break:keep-all;
}

.blue{ color:var(--ma-blue) !important; font-weight:600 !important; }
.green{ color:#20975f !important; font-weight:600 !important; }
.orange{ color:#e43d30 !important; font-weight:600 !important; }
.pink,
.dtn_red{ color:#e43d30 !important; font-weight:600 !important; }

#dtl_pix{
  overflow:hidden;
  border-radius:10px;
}

#dtl_pix img,
#dtlc_img img{
  border-radius:10px;
  border:1px solid #dbe6ef;
  object-fit:cover;
  box-shadow:0 5px 14px rgba(31,41,51,.10);
}

#service_ban{
  background:#ffffff;
  border:1px solid var(--ma-line);
  border-radius:12px;
  box-shadow:0 10px 24px rgba(31,41,51,.06);
  display:flex;
  align-items:center;
  min-height:112px;
  padding:0 18px;
  margin-bottom:22px;
  overflow:hidden;
}

#service_ban h3{
  flex:0 0 206px;
  margin:0 18px 0 0;
  padding:0;
}

#service_ban h3 img{
  display:block;
  max-width:100%;
  height:auto;
}

#service_ban ul{ display: flex; justify-content: space-between;}
#service_ban li{}
#service_ban li a{ display:block; width:250px; height:132px; text-indent:-9999px;}
#service_ban .sban01 a{ background:url(../images/cbt02.png) no-repeat center; background-size:90%;}
#service_ban .sban01 a:hover{ background:url(../images/cbt01.png) no-repeat center; background-size:90%;}
#service_ban .sban02 a{ background:url(../images/cbt04.png) no-repeat center; background-size:90%;}
#service_ban .sban02 a:hover{ background:url(../images/cbt03.png) no-repeat center; background-size:90%;}
#service_ban .sban03 a{ background:url(../images/cbt08.png) no-repeat center; background-size:90%;}
#service_ban .sban03 a:hover{ background:url(../images/cbt07.png) no-repeat center; background-size:90%;}

/*
#service_ban li{
  float:none !important;
  flex:1 1 0;
  margin:0 !important;
  border:1px solid #dbe6ef;
  border-radius:10px;
  overflow:hidden;
  background:linear-gradient(180deg, #ffffff 0%, #f6fbff 100%) !important;
  text-align:center;
  text-indent:0 !important;
}

#service_ban li a{
  display:flex !important;
  align-items:center;
  justify-content:center;
  width:100% !important;
  min-height:72px;
  height:auto !important;
  padding:0 14px;
  border-radius:10px;
  background:none !important;
  color:#22313f !important;
  font-weight:700;
  text-indent:0 !important;
  letter-spacing:0;
}

#service_ban li a:hover{
  background:#eef6fc !important;
  color:var(--ma-blue) !important;
  text-decoration:none !important;
}*/

#dtl_consultant_wrap.ma-banner-slot{
  clear:both;
  position:relative;
  display:block;
  align-items:center;
  justify-content:flex-start;
  min-height:216px;
  padding:10px;
  border:0;
  background:#ffffff;
  box-sizing:border-box;
}

#dtl_consultant_wrap.ma-banner-slot > .sr-only{
  position:absolute;
  width:1px;
  height:1px;
  margin:-1px;
  padding:0;
  overflow:hidden;
  clip:rect(0,0,0,0);
  border:0;
}

#dtl_consultant_wrap .ma-consultant-card{
  position:absolute;
  left:24px;
  top:50%;
  z-index:24;
  width:176px;
  height:176px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:10px;
  border:1px solid rgba(183,221,249,.78);
  border-radius:10px;
  background:linear-gradient(180deg, rgba(244,250,255,.97) 0%, rgba(220,239,252,.94) 100%);
  box-shadow:0 12px 28px rgba(10,22,40,.24), inset 0 1px 0 rgba(255,255,255,.82);
  box-sizing:border-box;
  transform:translateY(-50%);
}

#dtl_consultant_wrap .ma-consultant-photo{
  flex:0 0 auto;
}

#dtl_consultant_wrap .ma-consultant-photo img{
  display:block;
  width:98px;
  height:106px;
  object-fit:cover;
  border:2px solid rgba(255,255,255,.92);
  border-radius:8px;
  box-shadow:0 5px 12px rgba(31,41,51,.16);
}

#dtl_consultant_wrap .ma-consultant-info{
  flex:0 0 auto;
  min-width:0;
  text-align:center;
}

#dtl_consultant_wrap .ma-consultant-info strong{
  display:block;
  margin-bottom:5px;
  color:#12314a;
  font-size:19px;
  font-weight:700;
  line-height:1.25;
}

#dtl_consultant_wrap .ma-consultant-info span{
  display:block;
  margin-bottom:0;
  color:#33566f;
  font-size:15px;
  line-height:1.25;
  white-space:nowrap;
}

#dtl_consultant_wrap .ma-banner-cta{
  position:absolute;
  right:28px;
  top:50%;
  z-index:20;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  width:142px;
  min-height:62px;
  padding:0 14px;
  border:1px solid rgba(255,255,255,.55);
  border-radius:18px;
  background:linear-gradient(135deg, #ffbd59 0%, #f59e0b 52%, #d97706 100%);
  color:#ffffff !important;
  text-align:center;
  text-decoration:none !important;
  box-shadow:0 12px 26px rgba(217,119,6,.36);
  transform:translateY(-50%);

}

#dtl_consultant_wrap .ma-banner-cta span{
  display:block;
  font-size:18px;
  font-weight:800;
  line-height:1.25;
  letter-spacing:0;
  white-space:nowrap;
}

#dtl_consultant_wrap .ma-banner-cta strong{
  display:block;
  margin-top:5px;
  color:#fff7ed;
  font-size:12px;
  font-weight:600;
  line-height:1.25;
  white-space:nowrap;
}

#dtl_consultant_wrap .ma-banner-cta:hover{
  background:linear-gradient(135deg, #f59e0b 0%, #d97706 58%, #b45309 100%);
  box-shadow:0 14px 30px rgba(180,83,9,.42);
  transform:translateY(-50%) scale(1.03);
}

#dtl_consultant_wrap.ma-banner-slot > div:not(.ma-consultant-card){
  width:100% !important;
  height:196px !important;
  max-width:100%;
  box-shadow:0 12px 28px rgba(10,22,40,.16);
  margin:0 !important;
  box-sizing:border-box;
}

#dtl_consultant_wrap > div:nth-child(4) > div:nth-child(6){
  background:linear-gradient(90deg, rgba(60,147,213,.92) 0%, rgba(60,147,213,.74) 58%, rgba(60,147,213,.18) 100%) !important;
}

#dtl_consultant_wrap > div:nth-child(4) > div:nth-child(1){
  opacity:1 !important;
}

#dtl_consultant_wrap > div:nth-child(4) > div:nth-child(1) span{
  opacity:.82 !important;
}

#dtl_consultant_wrap > div:nth-child(4) > svg{
  opacity:.62 !important;
}

#dtl_consultant_wrap > div:nth-child(4) > svg line{
  opacity:.72 !important;
  stroke-width:.85 !important;
}

#dtl_consultant_wrap > div:nth-child(4) > svg circle{
  opacity:.9 !important;
}

#dtl_consultant_wrap > div:nth-child(4) > svg{
  width:100% !important;
  height:100% !important;
}

#dtl_consultant_wrap > div:nth-child(4) > div:last-child{
  padding-left:232px !important;
  padding-right:190px !important;
}

#dtl_consultant_wrap > div:nth-child(4) > div:last-child > div:nth-child(1){
  font-size:16px !important;
  margin-bottom:11px !important;
}

#dtl_consultant_wrap > div:nth-child(4) > div:last-child > div:nth-child(2){
  font-size:31px !important;
  line-height:1.22 !important;
  margin-bottom:15px !important;
}

#dtl_consultant_wrap > div:nth-child(4) > div:last-child > div:nth-child(3){
  font-size:16px !important;
  line-height:1.55 !important;
}

#dtlc_list{
  background:#ffffff;
  border-radius:12px;
}

#dtlc_stock{
  border:1px solid #dbe6ef;
  border-radius:10px;
  background:#ffffff;
  box-shadow:0 5px 14px rgba(31,41,51,.06);
  overflow:hidden;
  transition:transform .18s ease, box-shadow .18s ease;
}

#dtlc_stock:hover{
  transform:translateY(-2px);
  box-shadow:0 9px 20px rgba(31,41,51,.10);
}

#dtlc_img p{
  background:rgba(60,147,213,.92) !important;
  color:#ffffff !important;
  font-weight:600;
}

.dtlc_addr{
  color:#22313f !important;
  font-weight:600 !important;
}

.plan_day{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:0 18px;
  border-radius:20px;
  background:linear-gradient(135deg, #fff0dc 0%, #ffd7a8 100%);
  color:#a24600 !important;
  font-weight:700 !important;
}

#chart_btns p{
  color:#526170;
}

#chart_btns strong{
  color:var(--ma-blue);
  font-weight:700;
}

input.c_input,
select.c_select,
input[type="text"],
select,
textarea{
  border:1px solid #cfdce8 !important;
  border-radius:6px;
  background:#ffffff;
  color:#2d3742;
  box-sizing:border-box;
}

input.c_input:focus,
select.c_select:focus,
input[type="text"]:focus,
select:focus,
textarea:focus{
  border-color:var(--ma-blue) !important;
  box-shadow:0 0 0 3px rgba(60,147,213,.12);
  outline:0;
}

#dtl_table > table > tbody > tr > td:nth-child(3) input.c_input[type="text"],
#dtl_table > table > tbody > tr > td:nth-child(3) input[type="number"]{
  width:58px !important;
  min-width:58px;
  max-width:58px;
  text-align:center;
  font-variant-numeric:tabular-nums;
}

#detail_right #dtl_stock{
  box-shadow:0 8px 20px rgba(31,41,51,.06);
}

#detail_right #dtl_wing{
  position:relative !important;
  top:auto;
  left:auto;
  margin-left:0;
  width:160px;
  padding:0;
  z-index:80;
  color:#405160;
}

#detail_right #dtlw_top_btn{
  width:160px;
  margin:0 0 12px;
  padding:0;
  overflow:hidden;
  border:1px solid #dbe6ef;
  border-radius:8px;
  background:#ffffff;
  box-shadow:0 8px 18px rgba(31,41,51,.07);
}

#detail_right #dtlw_top_btn .tbl_wing{
  width:160px;
  table-layout:fixed;
  border-collapse:collapse;
  border-spacing:0;
}

#detail_right #dtlw_top_btn .tbl_wing td{
  padding:0;
  border:1px solid #e4edf5;
  background:#f8fbfe !important;
  box-sizing:border-box;
}

#detail_right #dtlw_top_btn .tbl_wing a{
  min-height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 8px !important;
  box-sizing:border-box;
  font-size:14px;
  line-height:1.25;
  word-break:keep-all;
  background:#f8fbfe !important;
  color:#334155 !important;
  font-weight:600;
  text-decoration:none;
  transition:background .16s ease, color .16s ease, transform .16s ease;
}

#detail_right #dtlw_top_btn .tbl_wing a:hover{
  background:#eef6fc !important;
  color:var(--ma-blue) !important;
}

#detail_right #dtlw_top_btn .wing_b01 a{
  min-height:46px;
  background:linear-gradient(135deg, #ffbd59 0%, #f59e0b 52%, #d97706 100%) !important;
  color:#ffffff !important;
  font-size:15px;
  font-weight:700;
  box-shadow:0 6px 14px rgba(245,158,11,.20);
}

#detail_right #dtlw_top_btn .wing_b02 a{
  background:#fff6f8 !important;
  color:#e4506d !important;
}

#detail_right #dtlw_top_btn .wing_b03 a{
  background:#fff9db !important;
  color:#8a6a00 !important;
}

#detail_right #dtlw_link{
  clear:both;
  margin:0 0 12px;
  overflow:hidden;
  border:1px solid #dbe6ef;
  border-radius:8px;
  background:#ffffff;
  box-shadow:0 8px 18px rgba(31,41,51,.06);
}

#detail_right #dtlw_link h3{
  margin:0;
  padding:11px 10px;
  background:linear-gradient(135deg, #54a9e8 0%, #3c93d5 52%, #287fc1 100%) !important;
  color:#ffffff !important;
  font-size:15px;
  font-weight:700;
  line-height:1.25;
  text-align:center;
}

#detail_right #dtlw_link ul{
  margin:0;
  padding:0;
}

#detail_right #dtlw_link ul li{ 
  margin:0;
  border-bottom:1px solid #eef3f7;
}

#detail_right #dtlw_link ul li:last-child{
  border-bottom:0;
}

#detail_right #dtlw_link ul li a{
  display:flex;
  align-items:center;

  position:relative;

  min-height:52px;

  padding:0 24px 0 11px;

  background:#ffffff !important;
  color:#1d2226 !important;

  font-size:13px;
  font-weight:500;
  line-height:1.3;

  text-decoration:none;
  word-break:keep-all;

  box-sizing:border-box; font-size: 14px;/*퀵메뉴폰트사이즈*/
}

#detail_right #dtlw_link ul li a:after{
  content:"›";

  position:absolute;
  right:12px;
  top:50%;

  transform:translateY(-50%);

  color:#a8b6c3;

  font-size:18px;
  font-weight:300;
}
/*다른화살표임
#detail_right #dtlw_link ul li a:after{
  content:"";

  position:absolute;
  right:13px;
  top:50%;

  width:7px;
  height:7px;

  border-top:2px solid #a8b6c3;
  border-right:2px solid #a8b6c3;

  transform:translateY(-50%) rotate(45deg);
}
*/
#detail_right #dtlw_link ul li a:hover{
  background:#f2f8fd !important;
  color:var(--ma-blue) !important;
}

#detail_right .dtl_news{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:16px;
  margin-left:4px;
  padding:0 5px;
  border-radius:9px;
  background:#f59e0b;
  color:#ffffff;
  font-size:9px;
  font-weight:700;
  line-height:16px;
}

#footer_wrap{
  background:#2c2c2c !important;
  color:#cccccc !important;
  padding:48px 20px 36px !important;
}

#privacy{
  display:flex;
  justify-content:center;
  gap:36px;
  padding-bottom:22px;
  border-bottom:1px solid #444;
  flex-wrap:wrap;
}

#privacy a{
  font-size:14px !important;
  font-weight:500;
  color:#e0e0e0 !important;
  margin:0 !important;
}

#privacy a:hover{
  color:#ffd84d !important;
  text-decoration:none !important;
}

.myauction-chatbot-launcher{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:9999;
  font-family:"Malgun Gothic","맑은 고딕",sans-serif;
}

.myauction-chatbot-launcher .chatbot-trigger{
  width:80px;
  border:0;
  border-radius:18px;
  padding:10px 6px 8px;
  background:linear-gradient(135deg, #2c5f3d 0%, #3c93d5 100%);
  display:flex;
  flex-direction:column;
  align-items:center;
  cursor:pointer;
  box-shadow:0 8px 24px rgba(44,95,61,0.35);
  position:relative;
  transition:transform .2s, box-shadow .2s;
}

.myauction-chatbot-launcher .chatbot-trigger:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 28px rgba(44,95,61,0.45);
}

.myauction-chatbot-launcher .bot-head{
  width:44px;
  height:40px;
  background:#ffffff;
  border-radius:50% 50% 45% 45%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  position:relative;
  margin-bottom:6px;
}

.myauction-chatbot-launcher .bot-head:before{
  content:"";
  position:absolute;
  top:-10px;
  width:2px;
  height:8px;
  background:rgba(255,255,255,.95);
  border-radius:1px;
}

.myauction-chatbot-launcher .bot-head:after{
  content:"";
  position:absolute;
  top:-16px;
  width:7px;
  height:7px;
  background:#ffd84d;
  border-radius:50%;
  box-shadow:0 0 8px #ffd84d, 0 0 4px rgba(255,216,77,.8);
  animation:chatbot-antenna-blink 2s infinite ease-in-out;
}

.myauction-chatbot-launcher .bot-eye{
  width:7px;
  height:9px;
  background:#2c5f3d;
  border-radius:50%;
  animation:chatbot-bot-blink 4s infinite;
}

.myauction-chatbot-launcher .bot-label{
  color:#ffffff;
  font-size:11px;
  font-weight:700;
  letter-spacing:0;
  line-height:1;
}

.myauction-chatbot-launcher .bot-label span{
  color:#ffd84d;
  font-weight:800;
}

.myauction-chatbot-launcher .status-dot{
  position:absolute;
  right:8px;
  bottom:6px;
  width:9px;
  height:9px;
  background:#2ecc71;
  border:2px solid #ffffff;
  border-radius:50%;
  box-shadow:0 0 6px rgba(46,204,113,.6);
}

.myauction-chatbot-launcher .chatbot-tooltip{
  position:absolute;
  right:100%;
  top:50%;
  transform:translateY(-50%) translateX(-12px);
  background:#1a1a2e;
  color:#ffffff;
  padding:8px 14px;
  border-radius:8px;
  font-size:12px;
  font-weight:500;
  white-space:nowrap;
  opacity:0;
  visibility:hidden;
  transition:all .2s ease;
  pointer-events:none;
}

.myauction-chatbot-launcher .chatbot-tooltip:after{
  content:"";
  position:absolute;
  left:100%;
  top:50%;
  transform:translateY(-50%);
  border:5px solid transparent;
  border-left-color:#1a1a2e;
}

.myauction-chatbot-launcher:hover .chatbot-tooltip{
  opacity:1;
  visibility:visible;
  transform:translateY(-50%) translateX(-4px);
}

@keyframes chatbot-antenna-blink{
  0%,100%{ opacity:1; transform:scale(1); }
  50%{ opacity:.6; transform:scale(.85); }
}

@keyframes chatbot-bot-blink{
  0%,92%,100%{ transform:scaleY(1); }
  96%{ transform:scaleY(.1); }
}
