/* ============================
   °Ç°­¶È¶È ¸ð¹ÙÀÏ ¸ÞÀÎ ½ºÅ¸ÀÏ 
   ============================ */

.m-hero {
  position: relative;
  max-width: var(--container);
  margin: 0 auto;
}
.m-home .m-sec { padding: 52px 16px;}

.m-hero__media{ margin:0 }


.m-hero__inner{
  position: absolute;
  left: 24px;
  bottom: 60px;  
  padding: 0 0px;
  color: var(--white);  
}
.m-hero__inner .m-kicker {	
	font-style: normal;
	font-weight: var(--fw-500);
	font-size: 15px;
	line-height: 125%;
	letter-spacing: -0.02em;
	color: var(--white);
	margin-bottom: 6px;
}
.m-hero__inner .m-hero__title{ 
	margin: 0 0 28px;
    font-weight: var(--fw-700);
    color: var(--white);
    height: 90px;
    font-size: 36px;
    line-height: 125%;
    letter-spacing: -0.02em;
}
.m-actions{ display:flex; gap:6px }

.m-hero__media {
  margin: 0; 
	 position: relative;
}
.m-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 393 / 549;
  object-fit: cover;
}
.m-hero__media::before {
  content: "";
  position: absolute;
  inset: 0; 
  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, 0) 31.74%,
      rgba(0, 0, 0, 0.5) 58.55%
    ),
    linear-gradient(207.75deg,
      rgba(0, 0, 0, 0) 28.63%,
      rgba(0, 0, 0, 0.2) 84%
    );
  pointer-events: none; 
}

.m-sec__hd{ display:flex; flex-direction: column; align-items:center; gap:4px; margin-bottom: 24px}
.m-sec__hd .m-eyebrow {
	font-family: 'SUIT';
	font-weight: var(--fw-700);
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: var(--primary-75);
}
.m-sec__hd h2 { 
	font-weight:var(--fw-700);
	color:var(--black);	
	height: 33px;
	font-family: 'Pretendard';
	font-style: normal;
	font-size: 28px;
	line-height: 34px;
	text-align: center;
}





.m-actions .m-btn {
  padding: 15px 43.8px 15px 21.8px;
    height: 50px;
    background: var(--primary);
    border-radius: 4px;
    font-weight: var(--fw-700);
    font-size: 16px;
    line-height: 125%; 
    letter-spacing: -0.02em;
    color: var(--white);
    position: relative;
    display: inline-flex;
    align-items: center;
}
.m-actions .m-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 21.8px;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;    
}
.m-btn--primary {
  background: var(--primary);
  color: var(--white);
}
.m-btn--primary::after {    
   background-image: url(/ddok/img/btn-arrow.svg); 
}

.m-banner {	
	aspect-ratio:542/696;
}
.m-banner img{ 
	width: 100%;
	height: 100%;
	aspect-ratio:542/696;
	border-radius:20px;
}
/* ½Å±Ô °Ç°­¶È¶È ½º¿ÍÀÌÆÛ */
.m-sec--new {
  padding-top: 24px;
}
/* ========== µµÆ®Çü Swiper °øÅë ½ºÅ¸ÀÏ(ÆäÀÌÁö³×ÀÌ¼Ç) ========== */
.swiper-pagination { 
	position: static; 
	display: flex; 
	justify-content: center; 
	gap: 16px;
	margin-top: 20px;
}
.swiper-pagination-bullet { 
	width: 10px; 
	height: 10px; 
	border-radius: 999px; 
	background: #d9d9d9;
}
.swiper-pagination-bullet-active { 
	width: 10px;
	background: var(--primary); 
}
.m-new-swiper .swiper-wrapper {
	display: flex;
}
.m-new-swiper .swiper-slide { 
	flex: 0 0 100%;   
  max-width: 100%; 
}

.m-new-pagination {
  margin: 20px 0 0;
  text-align: center;
}

.m-medical {
    background: #F2F8FC;
    padding: 0px 0 0px 0px;
	height: 124px;
}
.m-strip__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  text-decoration: none;
}
.m-medical .mb-0 {
	flex: 1 1 auto;
	position: relative;
	display: flex;
	flex-direction: column;	
	gap:6px;
	padding: 25px 0 25px 32px;
}
.m-medical .mb-0 .m-kicker {
  font-weight: var(--fw-500);  
	font-size: 13px;
	line-height: 16px;
	color: #5497C7;
}
.m-medical .mb-0 strong {
	font-style: normal;
	font-weight: var(--fw-700);  
	font-size: 20px;
	line-height: 125%;
	color: var(--text); 
}
.m-medical .m-strip__link p,
.m-medical .m-strip__link .m-kicker,
.m-medical .m-strip__link strong {
  position: relative;
  z-index: 2;
}
.m-strip__link img{ 
	 position: absolute;
  right: -14px; 
  bottom: 0px;
  width: 200px;
  height: auto;
  pointer-events: none; 
	z-index: 1;    
}

/* Áö³­ °Ç°­¶È¶È Ä«µå */
.m-cards{
	list-style:none;
	padding:0;
	margin: 0;
	display:grid;
	grid-template-columns: repeat(2, minmax(0, 1fr)); 
	gap: 20px 8px; 
}

.m-card{	
	box-sizing: border-box;
	border-radius: 6px;
	overflow:hidden;
}
.m-stretched {
	display: flex;
	flex-direction: column;
	gap: 6px; 
}
.m-card__thumb img{
    width: 100%; 
	aspect-ratio: 176 / 110;
	border-radius: 6px;
	object-fit:cover;
	border:1px solid var(--line); 
}
.m-card__body{ 
	padding:0px;
}
.m-card__cat{
	height: 17px;
font-weight: var(--fw-500);
font-size: 12px;
line-height: 140%;
letter-spacing: -0.02em;
color: var(--primary-75);
	margin-bottom: 2px;
	 overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.m-card__title {
	height: 44px;
	font-style: normal;
	font-weight: var(--fw-700);
	font-size: 16px;
	line-height: 140%;
	color: var(--text);
	margin:0 0 8px;
	
	display: -webkit-box;
  -webkit-line-clamp: 2;     
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: keep-all;
}
.m-card__time{
	height: 17px;
	font-style: normal;
	font-weight: var(--fw-400);
	font-size: 12px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color:var(--grey-91); 
}
.m-cta-center{
	text-align:center;
	margin-top:36px;
}
.m-cta-center .m-btn {
    display: inline-flex;
    align-items: center;
    background: var(--primary);
    border-radius: 41.1px;
    justify-content: center;    
	padding: 12.5px 24px;
}
.m-cta-center .m-btn--ghost {
    position: relative;
	gap:8px;	
}
.m-cta-center .m-btn--ghost span{
font-weight: var(--fw-600);
    font-size: 16px;
    text-align: center;
    color: var(--white);
}
/* °­¿¬ ¿µ»ó ¸®½ºÆ® */
.m-media {
	background: var(--primary-5);
    padding: 52px 16px;
}
.m-videos{
	display:flex;
    flex-direction: column;
	gap:20px;
}
.m-video{
	display:flex;
	flex-direction: column;
	gap:8px;
	color:inherit}
.m-video__thumb{aspect-ratio: 380 / 214;}
.m-video__thumb img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid var(--line);
}
.m-video__body p{
	width: 100%;
    font-weight: var(--fw-500);
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: var(--primary-75);
	margin-bottom: 4px;
	
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.m-video__body h4{
    font-weight: var(--fw-600);
    font-size: 20px;
    line-height: 140%;
    color: var(--text);
}
/* ¹öÆ° ½ºÅ¸ÀÏ */
.m-cta-center .m-btn--white {
    display: inline-flex;
	gap:8px;	
    text-align: center;
    color: var(--primary);
	background-color: var(--white);
    position: relative;    
	padding: 12.5px 24px;
}
.m-cta-center .m-btn--white span{
	font-weight: var(--fw-600);
	font-size: 16px;
    line-height: 24px;
}

/* °¶·¯¸® */
.m-gal{
  padding: 52px 0px;
}
.m-grid.m-gallery{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:0px;
}
.m-grid.m-gallery figure{margin:0}
.m-grid.m-gallery img{aspect-ratio:240/136;object-fit:cover;border-radius:0px;}

/* Âü¿© ¾È³» */
.m-howto{
	margin-top:36px;
	padding: 0 28px;
	display:flex;
	flex-direction: column;
	gap: 32px;	
}
.m-howto__title {
	display: flex;
	flex-direction: column;
	gap:0px;
	font-weight: var(--fw-700);
	font-size: 28px;
	line-height: 128%;
	color: var(--text);	
	margin-bottom: 20px;
}
.m-howto__title span.pri{
	color: var(--primary);	
}
.m-howto__time {
	display: flex;
	flex-direction: column;
	gap:8px;
}
.m-howto__time div{
	display: flex;
	gap:  20px;
	font-weight: var(--fw-700);
	font-size: 20px;
	line-height: 140%;
	color: var(--grey-39);	
}
.m-howto__time span.point{
	color: var(--primary-50);
}
.m-howto__time p.sub{
	font-weight: var(--fw-500);
	font-size: 16px;
	line-height: 140%;
	color: var(--text);
}
.m-howto__time p.sub span{
	display: block;
	color: var(--grey-91);
}
.m-callbtn{
	border: 1px solid var(--grey-39);
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: var(--fw-600);
	font-size: 20px;
	padding: 16px 0;
	line-height: 24px;
	color: var(--grey-39);
	height: 56px;
}

/* -------------------- ¸®ºä ÇÔ²²ÇÑ ÀÌ¾ß±â---------------------- */
.m-review {
    background: var(--primary-5);
    padding: 52px 0 128px;
}
.m-review .m-container:last-child {
  padding: 0 16px;
}
.m-rev {
    position: relative;
    background: var(--white);
    border: 1px solid var(--primary-35);
    border-radius: 12px;
    padding: 28px 24px;
    display: flex;	
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    min-height: 198px;	
	
}
.m-rev-swiper {  
  padding: 0 16px;     
  overflow: visible;
}
 .m-rev-swiper .swiper-wrapper {
	 
	display: flex;
}
 .m-rev-swiper .swiper-slide{ 
	width: auto; 
 }
.m-rev .tit {
	display: flex;
	flex-direction: column;
	gap:8px;
}
.tit .review-class {	
	font-weight: var(--fw-500);
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: var(--primary);
	max-width: 281px;
	
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
}
.tit .review-info {
	font-weight: var(--fw-500);
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	color: var(--text);
	max-width: 281px;
	
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
}
.m-rev .m-stretched {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.m-rev .m-stretched:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
  border-radius: 12px;
}
.m-rev .re-txt {
  display: flex;
  flex-direction: column;
  min-width: 281px;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.m-rev .re-txt img {
  width: 20px;
  height: 13px;
  flex: 0 0 13px;
}
.m-rev p {
  color: var(--grey-91);
  text-align: center;
  height: 44px;
  font-weight: var(--fw-400);
  font-size: 15px;
  line-height: 140%;
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;      
  -webkit-box-orient: vertical;
  word-break: keep-all;   
	padding: 0px 24px;
}

 /* ÀÛÀº È­¸é Á¶Á¤ */
 @media (max-width: 360px) {
   .m-rev-swiper .swiper-slide{
     width: calc(100% - 16px); 
     max-width: 329px;
   }
  .m-rev .re-txt {
   width: calc(100% - 28px);    
    min-width : 281px;
	}
 }
.m-rev-swiper .m-banner img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 542 / 696;      
  border-radius: 12px;
}


