/* ---------------------------
   ¸ð¹ÙÀÏ °Ç°­°­ÁÂ ºä / °­¿¬ÀÚ ºä 
   ½ºÅ¸ÀÏ m_view.css
---------------------------- */

#m-view { }

/* ºä ÆäÀÌÁö Àü¿ë Çì´õ ½ºÅ¸ÀÏ */
.m-view-topbar {
  position: sticky;
  top: 0;
  z-index: 100;  
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 12px 16px;
  background: var(--white);
  border-bottom: 1px solid var(--grey-e9);
}
.m-view-topbar__side {
  display: inline-flex;
  align-items: center;
  gap: 0px;
  flex: 0 0 69px;  
}
.m-view-topbar__side--right {
  justify-content: flex-end;
}
.m-vbtn {
  border: 0;
  background: none;
  padding: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.m-vbtn img {
  display: block;
}
.m-view-topbar__title {
  margin: 0; 
  height: 49px;
	
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  /* ¾ç¿· ¾ÆÀÌÄÜ ¿µ¿ªÀ» »©°í ÁÙÀÓ */
  width: calc(100% - 170px);
  max-width: calc(100% - 170px);

  text-align: center;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  font-weight: var(--fw-600);
  font-size: 18px;
  
  line-height: 49px;
}
/* ºä ÆäÀÌÁö Àü¿ë Çì´õ ³¡ */


/* ---------------------------
   °Ç°­°­ÁÂ ºä ½ºÅ¸ÀÏ 
---------------------------- */

.m-view-poster {
  margin: 32px 80px;
  display: flex;
  justify-content: center;
align-items: center; 
	aspect-ratio: 233 / 330;
}
.m-view-poster img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0px;	 
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.32);
}

.m-view-meta {
  background: var(--white);
  padding: 0px 16px;
}

.m-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: var(--fw-500);
  line-height: 1.2;
}
.m-chip--status {
  background: var(--white);
  border:1px solid var(--primary);
  color: var(--primary);
}

.m-view-title { 
  font-size: 24px;
  font-weight: var(--fw-700);
  color: var(--text);
  line-height: 140%;
	margin-top: 8px;
}

.m-view-meta-list {
  margin: 20px 0;
	
}
.m-view-meta-row {
   display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  column-gap: 8px;
  row-gap: 4px;
  padding: 12px 0;
  border-top: 1px solid var(--grey-e9);
}
.m-view-meta-row:first-of-type {
  border-top: 1px solid var(--black);
}

.m-view-meta-row dt {
 margin: 0;
  height: 22px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: var(--fw-600);
  color: var(--text);
  grid-column: 1;
  grid-row: 1 / -1;          
}
.m-view-meta-row dt .ico {
  width: 20px;
  height: 20px;
	flex: 0 0 20px;
}
.m-view-meta-row dd {
   grid-column: 2;           
  margin: 0;
  position: relative;     
  padding-left: 9px;      
  min-height: 22px;
  color: var(--grey-59);
  font-weight: var(--fw-400);
  font-size: 15px;
  line-height: 140%;
	display: flex;
    align-items: center;
}
.m-view-meta-row:last-child dd::before {
     content: "";
  position: absolute;
  left: 0;
  top: 10.5px;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: currentColor;
  transform: translateY(-50%);
}
/* ¿¬»ç¼Ò°³,ÇÁ·Î±×·¥,¿À½Ã´Â±æ Å¸ÀÌÆ² */
.m-sec__hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0px 20px;
}
.m-sec__hd h2 {
  font-size: 20px;
  font-weight: var(--fw-600);
  color: var(--grey-39);
  line-height: 140%;
  margin: 0;
}
.btn--gicon {
	display: flex;
    justify-content: center;
    align-items: center;
    font-weight: var(--fw-500);
    font-size: 15px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: var(--grey-59);
    gap: 4px;
	padding: 8px 12px;
    height: 37px;
    background: var(--bg-f4);
    border-radius: 4px;
    border: 0;
}
.btn--gicon img {	
    width: 15px;
    height: 15px;
}
/* °­¿¬ÀÚ Á¤º¸ ´õº¸±â */
.m-link-inline {
  display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0em;
    color: var(--primary);
    gap: 8px;
    width: 141.58px;
    height: 42px;
    background: var(--primary-10);
    border-radius: 50px;
    border: 0;
}

.m-speaker {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 48px;
}

.m-speaker__media {	
	  margin: 0 auto;               
	  width: calc(100% - 140px);      
	  max-width: 220px;             
	display: flex;
    justify-content: center;
    align-items: center;	
    background: linear-gradient(180deg, #ECEEF2 0%, #ACAEBA 100%);
}
.m-speaker__media img {  
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.m-speaker__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.m-speaker__top {
	display: flex;
  flex-direction: column;
  gap: 2px;
}
.m-speaker__dept {
  font-size: 16px;
  color: var(--primary-75);
  font-weight: var(--fw-600);
  line-height: 140%;
}
.m-speaker__name {
  display: flex;
  gap: 4px;
  align-items: center;
  font-weight: var(--fw-700);
	font-size: 24px;
	line-height: 140%;
	color: var(--grey-39);
}
.m-speaker__name span {
  font-size: 18px;
  font-weight: var(--fw-400);
}
.m-speaker__bullets {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 12px;
}
.m-speaker__bullets li {
	 position: relative;
    font-weight: var(--fw-400);
    font-size: 15px;
    line-height: 140%;
    color: var(--grey-59);
    padding-left: 9px;
}
.m-speaker__bullets li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    color: var(--primary-75);
    background: var(--primary-75);
    transform: translateY(-50%);
}
/* ÇÁ·Î±×·¥ Å×ÀÌºí */
.m-view-program table {
  width: 100%;
  border-collapse: collapse;
}
.program-note {
  font-size: 13px;
  color: var(--grey-91);
}

.m-subtabs {
  background: var(--white);
}
.m-subtabs__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 0px;
  overflow: hidden;
}
.m-subtabs__list::-webkit-scrollbar { display:none; }

.m-subtab {
  display: grid;
  place-items: center;
  height: 42px;
  padding: 10px 0px;
  font-weight: var(--fw-600);
  font-size: 16px;
  line-height: 1;
  color: var(--grey-59);
  text-decoration: none;
  background: var(--white);
}
.m-subtabs__list > li {
  border: 1px solid var(--grey-e9);
}
.m-subtabs__list > li:first-child {
  box-shadow: none;
  border: 1px solid var(--primary);
}
.m-subtabs__list > li:last-child {
  box-shadow: none;
  border-left: 0px;
}
.m-subtab.is-active {
  background-color: var(--primary);
  color: var(--white);
  font-weight: var(--fw-700);
}

/* º»¹® ¼½¼Ç °øÅë */
.m-view-sec {
  padding: 24px 16px 0;
}

/* ÇÏ´Ü sticky CTA (¹«·á °­¿¬ ½ÅÃ») */
.m-view-cta-sticky {
  position: sticky;
  bottom: 0;
  z-index: 90;
  padding: 10px 16px;
  background: #ffffff;
  border-top: 1px solid var(--grey-e9);	
}

.m-btn--full {
  display: block;
  width: 100%;
}

.m-view-program .m-sec__hd {
	margin-bottom: 12px;
}
/* ÇÁ·Î±×·¥ Å×ÀÌºí */
.m-table-wrap {
    overflow-x: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* ½Ã°£ */
.m-table-wrap .tbl tbody td:nth-child(1) {
  font-weight: var(--fw-400, 400);
	color: var(--grey-59);
  font-size: 13px;
	padding: 8px 8.5px;
	white-space: normal;
	word-break: break-all; 
	vertical-align: middle;
} 

/* ±¸ºÐ */
.m-table-wrap .tbl tbody td:nth-child(2) {
	padding: 10px 10px;
}
.m-table-wrap .tbl tbody td:nth-child(2) b {
  display: block;
  font-weight: var(--fw-700, 700);
  color: var(--primary);
}
.m-table-wrap .tbl tbody td:nth-child(2) span {
  display: block;
  padding-top: 4px;
  font-size: 13px;
	white-space: normal;
} 

/* ³»¿ë */
.m-table-wrap .tbl tbody td:nth-child(3) {
  font-weight: var(--fw-500);
  color: var(--grey-39);
  padding: 10px 10px;
	vertical-align: middle;
} /* ³»¿ë */
.tbl thead th + th, .tbl tbody td + td {
  border-left: 1px solid var(--grey-d5);
}
.tbl tbody tr {
  border-bottom: 1px solid var(--grey-d5);
}
.tbl tbody tr:last-child {
  border-bottom: 1px solid var(--grey-d5);
}
.program_info {
	font-size: 13px;
	color: var(--grey-91);
}

/* ÇÁ·Î±×·¥ Å×ÀÌºí ±âÁ¸ µ¥ÀÌÅÍ ½ºÅ¸ÀÏ */
.m-view-program table  {
	width: 100%;
    border-collapse: collapse;
    background: var(--whtie);
    border-top: 2px solid var(--primary);
    color: var(--grey-59);
    font-size: 14px;
}
.m-view-program table th, .m-view-program table td {
    padding: 10px 0px 10px;
    text-align: center;
    vertical-align: center;
    border-top: 1px solid var(--grey-d5);
    line-height: 1.6;
}
.m-view-program thead th {
    padding: 10px 0px;
    font-weight: var(--fw-600);
    border-top: 0;
    color: var(--text);
}
.m-view-program table tbody td:nth-child(1) {
  font-weight: var(--fw-400, 400);
  color: var(--grey-59);
  font-size: 15px;
} 
.m-view-program table tbody td:nth-child(3) b {
  display: block;
  font-weight: var(--fw-700, 700);
  color: var(--primary); font-size: 15px;
}
.m-view-program table tbody td:nth-child(3) span {
  display: block;  
	font-weight: var(--fw-400, 400);
  color: var(--grey-59);  
} 
.m-view-program table tbody td:nth-child(3) div {
  font-weight: var(--fw-400, 400);
  color: var(--grey-59);  
} 
.m-view-program table tbody td:nth-child(4) {
  font-weight: var(--fw-500);
  color: var(--grey-39);
} 
table thead th + th, table tbody td + td {
  border-left: 1px solid var(--grey-d5);
}
table tbody tr {
  border-bottom: 1px solid var(--grey-d5);
}
table tbody tr:last-child {
  border-bottom: 1px solid var(--grey-d5);
}
/* ÇÁ·Î±×·¥ Å×ÀÌºí ±âÁ¸ µ¥ÀÌÅÍ ½ºÅ¸ÀÏ */

/* pc¶û °°Àº ÇÁ·Î±×·¥ Å×ÀÌºí ½ºÅ¸ÀÏ */
.m-view-program h2 {
	font-size: 20px;
    font-weight: var(--fw-600);
    color: var(--grey-39);
    line-height: 140%;
    margin-bottom: 12px;
}
.table-wrap {
  overflow-x: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
colgroup col:nth-of-type(1) {
  width: 17% !important;
}
colgroup col:nth-of-type(2) {
  width: 46% !important;
}
.table-wrap .program_info {
  font-weight: var(--fw-300);
  font-size: 14px;
  line-height: 140%;
  color: var(--grey-91);
}
.tbl {
    width: 100%;
    border-collapse: collapse;
    background: var(--whtie);
    border-top: 2px solid var(--primary);
    color: var(--grey-59);
    font-size: 15px;
}
.tbl th, .tbl td {
    text-align: center;
    vertical-align: middle;
    border-top: 1px solid var(--grey-d5);
    line-height: 140%; 
	word-break: break-all; 
    padding: 0 0;
}
.tbl thead th {
  padding: 10px 0px;
  font-weight: var(--fw-600);
  border-top: 0;
  color: var(--text);
}
.tbl tbody td:nth-child(1) {
    font-weight: var(--fw-400, 400);
    color: var(--grey-59);
    font-size: 13px;
    padding: 8px 8.5px;
    white-space: normal;
    word-break: break-all;
    vertical-align: middle;
}
.tbl tbody td:nth-child(2) {
    padding: 10px 10px;
}
.tbl tbody td:nth-child(2) b {
  display: block;
    font-weight: var(--fw-700, 700);
    color: var(--primary);
} 
.tbl tbody td:nth-child(2) span {
    display: block;
    padding-top: 4px;
    font-size: 13px;
    white-space: normal;
} 
.tbl tbody td:nth-child(3) {
    font-weight: var(--fw-500);
    color: var(--grey-39);
    padding: 10px 10px;
    vertical-align: middle;
}
.tbl thead th + th, .tbl tbody td + td {
  border-left: 1px solid var(--grey-d5);
}
.tbl tbody tr {
  border-bottom: 1px solid var(--grey-d5);
}
.tbl tbody tr:last-child {
  border-bottom: 1px solid var(--grey-d5);
}






/* ¿À½Ã´Â ±æ */
.m-view-directions{
	padding: 48px 0px 0;
}
/* ¿À½Ã´Â ±æ Å¸ÀÌÆ² */
.m-view-directions .m-sec__hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 16px 20px;
}
.m-view-directions .m-map {
  margin: 0 0px;  
  border-radius: 2px;
  border: 1px solid var(--grey-d5);
  aspect-ratio: 393 / 252;
  overflow: hidden;  
  background: url(/ddok/img/map-ex-img.jpg) 100%;
  
}

.dir-info {
	padding: 20px 16px 0;
}
.m-dir-list {
  margin: 0;
}
.m-dir-list h3 {
    font-weight: var(--fw-700);
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: var(--grey-39);
	margin-bottom: 16px;
}
.m-dir-list .dir-row {
    display: grid;
    grid-template-columns: 17px 1fr;
    column-gap: 4px;
    row-gap: 0px;
    padding: 12px 0px;
    border-bottom: 1px solid var(--grey-d5);
}
.m-dir-list dt {
  margin: 0;
}
.m-dir-list dd {
  font-weight: var(--fw-400);
	font-size: 15px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: var(--grey-39);
    display: flex;
    align-items: center;
	min-height: 21px;
	gap:4px;
}

.m-dir-list dd .metro-txt {
	padding-left: 4px;
}
.m-dir-list > .dir-row:nth-child(2) {
  border-top: 0;
  padding-top: 0;
}
.m-dir-list > .dir-row:last-child {
  border-bottom: 0;
	padding-bottom: 0;
}
.dir-row dt {
  font-weight: var(--fw-700);
  color: var(--gray-dark);
  grid-column: 1;
  grid-row: 1 / -1;
}
.dir-row dd {
  margin: 0;
  grid-column: 2;
}




/* ÁöÇÏÃ¶ ¹èÁö */
.metro-badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 7px;
  border: 1.5px solid var(--badge-bg);
  border-radius: 32px;
  background: var(--whtie);
  color: var(--badge-bg);
  font-weight: var(--fw-600);
  font-size: 10px;
  line-height: 140%;
  letter-spacing: -0.02em;
}
/* ¼­¿ï ÁöÇÏÃ¶ ¶óÀÎ ÄÃ·¯ (ÇÊ¿ä½Ã °ª¸¸ Á¶Á¤) */
.metro--s1 {
  --badge-bg: #0033A0;
} /* 1È£¼± ³²»ö */
.metro--s2 {
  --badge-bg: #00B140;
} /* 2È£¼± ³ì»ö */
.metro--s3 {
  --badge-bg: #FC4C02;
} /* 3È£¼± ÁÖÈ² */
.metro--s4 {
  --badge-bg: #00BFFF;
} /* 4È£¼± ÇÏ´Ã */
.metro--s5 {
  --badge-bg: #A05EB5;
} /* 5È£¼± º¸¶ó */
.metro--s6 {
  --badge-bg: #C75D28;
} /* 6È£¼± °¥»ö */
.metro--s7 {
  --badge-bg: #6D712E;
} /* 7È£¼± ¿Ã¸®ºê */
.metro--s8 {
  --badge-bg: #E31C79;
} /* 8È£¼± ºÐÈ« */
.metro--s9 {
  --badge-bg: #BDB092;
} /* 9È£¼± ±Ý»ö */
.metro--s10 {
  --badge-bg: #787878;
} /* SLR ³²»ö */
.metro--s11 {
  --badge-bg: #A7B300;
} /* ¿ìÀÌ½Å¼³¼± */
.metro--s12 {
  --badge-bg:#558BCF;
} /* ½Å¸²¼± */
.metro--s13 {
  --badge-bg: #B21E36;
} /* µ¿ºÏ¼± */
.metro--s14 {
  --badge-bg: #BFBFBF;
} /* À§·Ê¼± º¸¶ó */
.metro--s15 {
  --badge-bg: #CCCCCC;
} /* À§·Ê½Å¼³¼± °¥»ö */
.metro--i1 {
  --badge-bg: #759CCE;
} /* ÀÎÃµ1È£¼± */
.metro--i2 {
  --badge-bg: #F5A251;
} /* ÀÎÃµ2È£¼± */
.metro--k1 {
  --badge-bg: #BDB092;
} /* °æÀÇÁß¾Ó¼± ±Ý»ö */
.metro--k2 {
  --badge-bg: #0052A4;
} /* °æÃá¼± */
.metro--k3 {
  --badge-bg: #F2A900;
} /* ¼öÀÎºÐ´ç¼±  */
.metro--k4 {
  --badge-bg: #0066FF;
} /* °æ°­¼± */
.metro--k5 {
  --badge-bg: #84BD00;
} /* ¼­ÇØ¼± */
.metro--k6 {
  --badge-bg: #33BAFF;
} /* ÀÎÃµ±¹Á¦°øÇ×Ã¶µµ */
.metro--k7{
  --badge-bg: #F68A1E;
} /* °øÇ×Ã¶µµ Á÷Åë¿­Â÷ */
.metro--k8 {
  --badge-bg: #BA0C2F;
} /* ½ÅºÐ´ç¼± */
.metro--k9 {
  --badge-bg: #F04938;
} /* ½Å¾È»ê¼± ºÐÈ« */
.metro--k10 {
  --badge-bg: #AB087D;
} /* GTXA */
.metro--k11 {
  --badge-bg: #2346994;
} /* GTXB */
.metro--k12 {
  --badge-bg: #37B549;
} /* GTXC ³ì»ö */
.metro--k13 {
  --badge-bg: #FFA100;
} /* ÀÇÁ¤ºÎ°æÀüÃ¶ */
.metro--k14 {
  --badge-bg: #5CD919;
} /* ¿ëÀÎ¿¡¹ö¶óÀÎ */
.metro--k15 {
  --badge-bg: #AD8605;
} /* ±èÆ÷°ñµå¶óÀÎ */
.metro--k16 {
  --badge-bg: #FFAE43;
} /* ÀÎÃµ°øÇ× ÀÚ±âºÎ»óÃ¶µµ */
.metro--p1 {
  --badge-bg: #EB5F0A;
} /* ºÎ»ê1È£¼± */
.metro--p2 {
  --badge-bg: #50B748;
} /* ºÎ»ê2È£¼± */
.metro--p3 {
  --badge-bg: #D18F1D;
} /* ºÎ»ê3È£¼± */
.metro--p4 {
  --badge-bg: #426AB3;
} /* ºÎ»ê4È£¼± */
.metro--p5 {
  --badge-bg: #D6406A;
} /* »ç»óÇÏ´Ü */
.metro--p6 {
  --badge-bg: #8652A1;
} /* BGL */
.metro--p7 {
  --badge-bg: #00A5DE;
} /* µ¿ÇØ¼±  */
.metro--p8 {
  --badge-bg: #A2272A;
} /* °æÀü¼± */
.metro--p9 {
  --badge-bg: #CD7C2F;
} /* ¾ç»ê¼± °¥»ö */
.metro--p10 {
  --badge-bg: #178C72;
} /* ¿À·úµµ¼± */
.metro--t1 {
  --badge-bg: #EE1132;
} /* ´ë±¸1È£¼± */
.metro--t2 {
  --badge-bg: #1C9F7B;
} /* ´ë±¸2È£¼±  */
.metro--t3 {
  --badge-bg: #FFB100;
} /* ´ë±¸3È£¼±  */
.metro--t4 {
  --badge-bg: #0099CC;
} /* EXCO  */
.metro--t5 {
  --badge-bg: #005BAC;
} /* ´ë°æ¼±  */
.metro--g1 {
  --badge-bg: #009088;
} /* ±¤ÁÖ1È£¼±  */
.metro--g2 {
  --badge-bg: #0471C3;
} /* ±¤ÁÖ2È£¼±  */
.metro--d1 {
  --badge-bg: #007448;
} /* ´ëÀü1È£¼± °¥»ö */
.metro--d2 {
  --badge-bg: #5FC0B9;
} /* ´ëÀü2È£¼±  */
.metro--d3 {
  --badge-bg: #005BAC;
} /* ÃæÃµ±Ç ±¤¿ªÃ¶µµ  */

.dir-ctas {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-block: 60px 0;
}




/* ÇÏ´Ü ¹öÆ° */
.m-view-ctas--bottom {
  display: flex;
  margin-top: 48px;
	gap:6px;
  flex-direction: column;
	margin-bottom: 128px;
	padding: 0 16px;
}

.btn--p-licon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: var(--fw-700);
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0em;
    color: var(--primary-75);
    border: 1px solid var(--primary-75);
    gap: 4px;
    width: 105px;
    height: 34px;
    background: var(--white);
    border-radius: 4px;
}
.ddok_marker-wrap {
	 position: relative;   
  z-index: 10;
}
.ddok_marker {
	position: relative;      
  width: 140px;
  height: 53px;
}
.ddok_marker .bdmarker {
  display: table;
  table-layout: auto;
  padding: 6.5px 21px;
  border-radius: 30px;
  border: 1px solid #DA585D;
  background: var(--primary-75, #DA585D);
}
.ddok_marker .bdmarker .icon_area {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  display: table-cell;
  vertical-align: middle;
}
.bdmarker .icon_area .icon.-hospital {
  overflow: hidden;
  display: inline-block;
  font-size: 1px;
  line-height: 1px;
  color: transparent;
  vertical-align: top;
  background-image: url(https://health.chosun.com/ddok/img/map_icon.png);
  width: 36px;
  height: 38px;
  mask-image: none;
}
.ddok_marker .text_area {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
}
.ddok_marker .main_text {
    padding: 2px 0px;
    margin: -2px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 16px;
    line-height: 16px;
}
.ddok_marker .main_text .hos_name {
    font-size: 16px;
    letter-spacing: -0.4px;
    font-weight: 700;
    color: #fff;
    padding: 0px 0px 0 2px;
}
.ddok_marker .dummy {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
}
.ddok_marker .dummy::before {
    opacity: 0.1;
    position: absolute;
    bottom: -2px;
    left: -5px;
    width: 10px;
    height: 3px;
    background-color: rgb(0, 0, 0);
    filter: blur(1px);
    content: "";
}
.ddok_marker .dummy::after {
    width: 0px;
    height: 0px;
    border-width: 10px 10px 0px;
    border-style: solid;
    border-color: #DA585D transparent transparent;
    position: absolute;
    top: -10px;
    left: -10px;
    content: "";
}

/* ¿¹½Ã ¹öÆ° º£ÀÌ½º (common.css¿¡ ÀÌ¹Ì ÀÖÀ¸¸é »ý·«) */
.m-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0px;
  border-radius: 10px;
  font-size: 17px;
  font-weight: var(--fw-600);
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.m-btn--primary {
  background: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
  max-height: 52px;
}
.m-btn--primary-outlined {
  background: var(--white);
  color: var(--primary);
  border: 1px solid var(--primary);
}
.m-btn--d5line {
    max-height: 52px;
    color: var(--primary);
    background: var(--primary-5);
	display: inline-flex;
	  align-items: center;
	  justify-content: center;
	  padding: 16px 0px;
	  border-radius: 10px;
	  font-size: 17px;
	  font-weight: var(--fw-600);
	  text-align: center;
	  text-decoration: none;
}
.m-btn--end {
    max-height: 52px;
     color: var(--grey-39);
    background: var(--grey-e9);
	display: inline-flex;
	  align-items: center;
	  justify-content: center;
	  padding: 16px 0px;
	  border-radius: 10px;
	  font-size: 17px;
	  font-weight: var(--fw-600);
	  text-align: center;
	  text-decoration: none;
}

/* ============================
   ¸ð¹ÙÀÏ °­¿¬ÀÚ ºä
============================ */

.m-speaker-view {
  display: flex;
	flex-direction: column;
}
.m-speaker-view .sv-hero {
    width: 100%;    
}
.m-speaker-view .sv-hero-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.m-speaker-view .sv-hero__photo {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  max-height: 315px;
	background: linear-gradient(90deg, rgba(245, 245, 245, 0) 32.89%, #F5F5F5 58.02%), url(/ddok/img/m-view_bg.png), #FFFFFF;
}

.m-speaker-view .sv-hero__photo img {
  width: 100%;
  max-width: 280px;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 280 / 315;
  margin: 0 auto;
}

.m-speaker-view .sv-hero__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 16px;
}
.m-speaker-view .sv-hero__body .sv-hero__body_top{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.m-speaker-view .sv-hero__c_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
}

.m-speaker-view .sv-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.m-speaker-view .sv-pill {
  display: inline-flex;
  align-items: center;
  height: 27px;
  padding: 3px 10px;
  border-radius: 50px;
  font-size: 15px;
  color: var(--white);
  background: var(--primary);
  font-weight: var(--fw-500);
  letter-spacing: -0.02em;
}

.m-speaker-view .sv-hero__name {
  margin: 0;
  font-weight: var(--fw-700);
  font-size: 28px;
  line-height: 140%;
  color: var(--text);
}

.m-speaker-view .sv-hero__cols {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.m-speaker-view .sv-hero__cwrap {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 12px;
}
/* Àü¹®ºÐ¾ß */
.m-speaker-view .sv-title {
  position: relative;
  padding-left: 10px;
  font-weight: var(--fw-700);
  font-size: 18px;
  line-height: 140%;
  color: var(--text);
}

.m-speaker-view .sv-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 2px;
  height: 17px;
  background: var(--primary-75);
}

.m-speaker-view .sv-list,
.m-speaker-view .sv-list-scroll {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*.m-speaker-view .sv-list-scroll {
  max-height: 220px;
}

.m-speaker-view .sv-list::-webkit-scrollbar,
.m-speaker-view .sv-list-scroll::-webkit-scrollbar {
  width: 3px;
}

.m-speaker-view .sv-list::-webkit-scrollbar-thumb,
.m-speaker-view .sv-list-scroll::-webkit-scrollbar-thumb {
  background: var(--grey-59);
  border-radius: 3px;
}

.m-speaker-view .sv-list::-webkit-scrollbar-track,
.m-speaker-view .sv-list-scroll::-webkit-scrollbar-track {
  background: var(--grey-d5);
}*/

.m-speaker-view .sv-list li,
.m-speaker-view .sv-list-scroll li {
  position: relative;
  padding-left: 9px;
  margin: 0 0 4px;
  font-weight: var(--fw-400);
  font-size: 16px;
  line-height: 140%;
  color: var(--grey-59);
  min-height: 23px;
}

.m-speaker-view .sv-list li::before,
.m-speaker-view .sv-list-scroll li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--primary-75);
}
.m-speaker-view .sv-list-scroll li:last-child {
	margin: 0px;
}




.m-speaker-view .m-sv-container {
  padding: 48px 16px 0;
}

.m-speaker-view .sv-sec-title {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: var(--fw-600);
  color: var(--grey-39);
  border-bottom: 2px solid var(--primary);
}

.m-speaker-view .sv-sec-title span {
  display: inline-block;
}

/* ================= ±â»ç ¸®½ºÆ® ================= */

.m-speaker-view .sv-articles-wrap {
  
}

.m-speaker-view .sv-articles {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.m-speaker-view .sv-article a {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--grey-d5);
}

.m-speaker-view .sv-article__thumb {
  flex: 0 0 120px;
  width: 120px;
  height: 80px;
  border: 1px solid var(--line);
  overflow: hidden;
  box-sizing: border-box;
}

.m-speaker-view .sv-article__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.m-speaker-view .sv-article__wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.m-speaker-view .sv-article__title {
  margin: 0;
  font-size: 16px;
  font-weight: var(--fw-600);
  line-height: 140%;
  color: var(--text);
}

.m-speaker-view .sv-article__desc {
  margin: 0;
  font-size: 13px;
  line-height: 160%;
  color: var(--grey-91);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.m-speaker-view .sv-article__meta {
  display: flex;
  gap: 8px;
  font-size: 12px;
  color: var(--grey-91);
}

/* ================= ¸®ºä ================= */

.m-speaker-view .sv-reviews-wrap {
  margin-top: 48px;
}

.m-speaker-view .sv-reviews__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.m-speaker-view .sv-review a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0px 8px 12px ;  
  border-bottom: 1px solid var(--grey-d5);
  background: var(--white);
}

.m-speaker-view .sv-review__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  font-size: 13px;
}

.m-speaker-view .sv-review__meta span:first-child {
  color: var(--primary);
  font-weight: var(--fw-600);
}

.m-speaker-view .sv-review__meta span:nth-child(2) {
  font-weight: var(--fw-600);
  color: var(--text);
}

.m-speaker-view .sv-review__meta span:last-child {
  color: var(--grey-91);
}

.m-speaker-view .sv-review__review {
  display: flex;
  gap: 6px;
  align-items: flex-start;
}

.m-speaker-view .sv-review__review img {
  width: 14px;
  height: 17px;
}

.m-speaker-view .sv-review__text {
  margin: 0;
  font-size: 16px;
  line-height: 140%;
  color: var(--grey-91);
}

.page_add a {
	display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
}
.page_add a span{	
	font-weight: var(--fw-500);
	font-size: 18px;
	line-height: 140%;
	letter-spacing: -1px;
	color: var(--grey-39);
}
/* ================= °­ÁÂ ================= */

.m-speaker-view .sv-sessions-wrap {
  margin-top: 48px;
}

.m-speaker-view .sv-sessions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sv-sesstion { }
.m-speaker-view .sv-session a {
  display: flex;
  gap: 10px;
  align-items: center;  
  padding: 0 0 12px;
  border-bottom: 1px solid var(--grey-d5);
}

.m-speaker-view .sv-badge {
  font-weight: var(--fw-500);
  font-size: 15px;
  color: var(--text);
  width: 76px; 
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;  
}

.m-speaker-view .sv-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
}
.past-chip {
	display: inline-flex;
    align-items: center;
    height: 23px;
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: var(--fw-500);
    font-size: 12px;
    line-height: 140%;
}
.past-chip--red {
    background: var(--primary);
    color: var(--white);
}
.past-chip--grey {
    color: var(--white);
    background: var(--grey-39);
}
.m-speaker-view .sv-session__title {
  margin: 0;
  font-weight: var(--fw-600);
  font-size: 18px;
  line-height: 140%;
  color: var(--text);
}
.dir-ctas {
    display: flex;
    margin-top: 48px;
    gap: 6px;
    flex-direction: column;
    margin-bottom: 128px;
}


