@charset "utf-8";
@import url('//fonts.googleapis.com/css?family=Roboto:400,700');
@import url('../../../nariya/css/g5.css');


@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&family=Noto+Sans+KR:wght@100..900&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');


.do-hyeon-regular {
  font-family: "Do Hyeon", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-kr-<uniquifier> {
  font-family: "Noto Sans KR", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}





/********************************************************
■ Theme Common
********************************************************/
body { margin:0; padding:0;	background:#fff; color:#000; }
h1, h2, h3, h4, h5, h6, .en { font-family:"Roboto", sans-serif; }

/********************************************************
■ Theme Layout : 테마 레이아웃
********************************************************/
.wrapper { background:#fff; }
@media all and (max-width:991px) {
	.responsive .wrapper { overflow-x:hidden; margin:0 5px; }
}
.nt-container,
.nt-container-wide { margin:0 auto; }
@media all and (min-width:992px) {
	.responsive .boxed-a.wrapper .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
	.responsive .boxed-b.wrapper { padding-left:1.5rem !important; padding-right:1.5rem !important; }
	.responsive .boxed-b.wrapper #nt_title .nt-container.px-xl-0,
	.responsive .boxed-b.wrapper #nt_wing .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
}

/* 비반응형 */
.no-responsive .boxed-a.wrapper .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
.no-responsive .boxed-b.wrapper { padding-left:1.5rem !important; padding-right:1.5rem !important; }
.no-responsive .boxed-b.wrapper #nt_title .nt-container.px-xl-0,
.no-responsive .boxed-b.wrapper #nt_wing .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
@media all and (max-width:1200px) {
	.no-responsive .wrapper.wided .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
	.no-responsive .wrapper.wided #nt_title .nt-container.px-xl-0,
	.no-responsive .wrapper.wided #nt_wing .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
}


/* ===== Line Break Utilities ===== */
/* 기본(=PC) */
.br_pc{ display:inline !important; }
.br_mo{ display:none  !important; }

/* 모바일에서 스위치 */
@media (max-width: 767px){
  .br_pc{ display:none  !important; }
  .br_mo{ display:inline !important; }
}




/********************************************************
■ Loader : 페이지 로딩바
********************************************************/
#nt_loader { background: #fff; left: 0; top: 0; width: 100%; height: 100%; display: block; position: fixed; z-index: 100000; }
#nt_loader .loader { margin: -25px 0 0 -25px; left: 50%; top: 50%; width: 50px; height: 50px; line-height:50px; font-size: 45px; position: absolute; z-index: 10001; }

/********************************************************
■ LNB
********************************************************/
#nt_lnb ul { list-style: none; margin: 0; }
#nt_lnb ul > li { float: left; padding: 0 13px; }
#nt_lnb ul > li::after { font-family: dotum; font-weight: normal; float: right; color:#ccc; content: "|"; margin-right:-15px; }
#nt_lnb ul > li:first-child { padding-left:0; }
#nt_lnb ul > li:last-child { padding-right:0; }
#nt_lnb ul > li:last-child::after { content: ""; margin-right:0; }
#nt_lnb ul > li > a { float:left; white-space:nowrap; }
#nt_lnb .dropdown-toggle::after { color:#ccc; }

/********************************************************
■ PC 헤더(Header)
********************************************************/
/*#header_pc .nt-container { background: url('../img/header.jpg') no-repeat right bottom; }*/
#nt_header { background-color: #fff }
#header_pc { margin-top: -40px; }
#header_pc .header-logo img { max-width:100%; height: 78px; }
#header_pc .header-search { width:100%;	max-width:400px; margin-top: 6px; }
#header_pc .header-search form { padding:0; border-width:4px; border-style:solid; }
#header_pc .header-search input { font-size:16px !important; background: #fff; border:0 !important; box-shadow:none !important; -webkit-box-shadow:none !important; }
#header_pc .header-search .form-control:focus { box-shadow:none !important; -webkit-box-shadow: none !important; }
#header_pc .header-search .btn { border:0; background: none !important; outline:none; }

/********************************************************
■ 모바일 헤더(Header)
********************************************************/
#header_mo { box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); -webkit-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); -moz-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); }



/********************************************************
■ PC 주메뉴
********************************************************/
/* 공통 */
#nt_menu { position:relative; z-index:20; box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); -webkit-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); -moz-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); }
#nt_menu .nt-container,
#nt_menu .me-list .me-li,
#nt_menu .sub-1dul,
#nt_menu .sub-1dli { position:relative; }
#nt_menu .sub-slide { display:none; visibility:visible; }
#nt_menu .sub-icon::after { font-family: "FontAwesome"; float: right; position: relative; content: "\f105"; }
#nt_menu .me-icon {	width:4.0rem; text-align:center; }
#nt_menu .me-a { display:block; position:relative; text-align:center; font-weight:bold; color:#fff; }
#nt_menu .me-li.on .me-a,
#nt_menu .me-li:hover .me-a { color:#fff; background:#4656e4 !important; }
#nt_menu .sub-2div { left:100%; top:0; position:absolute; z-index:22; background: #fff; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
#nt_menu .sub-2dul { }
#nt_menu .sub-2dli { }
#nt_menu .sub-2da { display:block; color:#000; border-bottom: 1px solid #eee; } 
#nt_menu .sub-2dli.on .sub-2da,
#nt_menu .sub-2dli:hover .sub-2da { color:#000; background: #fafafa; border-color: #eee; font-weight: bold; }
#nt_menu .sub-2line { display:block; color:#000; font-weight:bold; background:#f5f5f5; }
.nt-menu .sub-1div { position:absolute; left:0; z-index:21; width:auto; text-align:left; top:100%; left:0; background:#fff; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.nt-menu .sub-1div::before { left: 50%; margin-left:-8px; }
.nt-menu .sub-1da { display:block; color:#000; border-bottom: 1px solid #eee; }
.nt-menu .sub-1line { position:relative; display:block; }
.nt-menu .sub-1dli.on .sub-1da,
.nt-menu .sub-1dli:hover .sub-1da { color:#000; background: #f5f5f5; border-color: #eee; font-weight:bold; }
.nt-menu .sub-1line { color:#000; font-weight:bold; background:#fafafa; }
.nt-menu .me-sh { padding:0.59rem 1.0rem; } /* 서브메뉴 높이설정 : 페딩값으로 조절 */

/* 메뉴 상단 고정 */
#nt_sticky_wrap.me-sticky { position:fixed; width:100%; z-index:999; left:0; top:0; }
@media all and (min-width:992px) {
	.wrapper.m-lg-auto #nt_sticky_wrap.me-sticky nav { margin:0 auto !important; }
	.wrapper.ml-lg-auto #nt_sticky_wrap.me-sticky nav { margin:0 0 0 auto !important; }
	.wrapper.mr-lg-auto #nt_sticky_wrap.me-sticky nav { margin:0 auto 0 0 !important; }
	.wrapper.mr-lg-auto #nt_sticky_wrap.me-sticky { position: static !important; 
  }
}

/********************************************************
■ 페이지 타이틀
********************************************************/
#nt_title { position:relative; overflow:hidden; color:#333; background:#fafafa; border-bottom:1px solid #dee2e6; }
#nt_title .nt-container { position:relative; z-index:2; height:70px; }
#nt_title .page-title { font-size:32px; font-weight: bold; letter-spacing:-1px; line-height:1.4; }
#nt_title .breadcrumb a { color:#333; }
#nt_title .breadcrumb-item + .breadcrumb-item::before {	font-family: dotum;	font-weight: normal; color:#aaa; content:">"; }
@media all and (max-width:991px) {
	.responsive #nt_title .page-title { font-size:24px; letter-spacing:0; }
}
@media all and (max-width:767px) {
	.responsive #nt_title .page-title { font-size:22px; }
	.responsive #nt_title .nt-container { height:60px; }
}
@media all and (max-width:575px) {
	.responsive #nt_title .page-title { font-size:20px; }
	.responsive #nt_title .nt-container { height:50px; }
}

/********************************************************
■ Wing
********************************************************/
#nt_wing .nt-container { position:relative; overflow:visible !important; }
#nt_wing img { max-width:100%; }
#nt_wing .wing-left,
#nt_wing .wing-right { position:absolute; width:160px; }
#nt_wing .wing-left { left:-180px; }
#nt_wing .wing-right { right:-180px; }
.boxed-b #nt_wing .wing-left { left:-200px; }
.boxed-b #nt_wing .wing-right { right:-200px; }

/********************************************************
■ Footer 
********************************************************/
#nt_footer .nt-links ul { list-style: none; margin: 0; padding:0; }
#nt_footer .nt-links ul > li { float: left; padding: 0 13px; }
#nt_footer ul > li:first-child { padding-left:0; }
#nt_footer ul > li:last-child { padding-right:0; }
#nt_footer .nt-links ul > li::after { font-family: dotum; font-weight: normal; float: right; color:#ccc; content: "|"; margin-right:-15px; }
#nt_footer .nt-links ul > li:last-child::after { content: ""; }
#nt_footer .nt-links ul > li > a { color: #333; white-space:nowrap;	}
@media all and (max-width:991px) {
	.responsive #nt_footer .nt-links ul > li { float:none; display:inline-block; }
}

/********************************************************
■ Widget Title 위젯 타이틀
********************************************************/
h3.h3 { padding:0; margin:0; font-weight:bold; }
hr.hr::before { width:100%; height:1px; content: ""; position:absolute; left:0; bottom:1px; line-height:1px; background-color:#ddd; }
hr.hr { display:block; position:relative; height:3px; border: none; line-height:1px; padding:0;	margin:0; }
hr.hr::after { width:4.0rem; height:3px; content: ""; position:absolute; left:0; bottom:0; line-height:1px; }
@media all and (max-width:575px) {
	.responsive h3.h3 {	padding-left:1.0rem; padding-right:1.0rem; }
	.responsive hr.hr::after { left:1.0rem;	}
}


/********************************************************
■ Bootstrap 4 : 부트스트랩 기본 속성
********************************************************/
/* 툴팁 */
.tooltip .tooltip-inner { font-size:1.0rem !important; }

/* 체크박스, 라디오버튼 재지정 */
.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after,
.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after { top:0.15rem !important; width:1.4rem !important; height:1.4rem !important; }

/* 체크박스, 라디오버튼과 글자간 간격 */
.custom-checkbox .custom-control-label span,
.custom-radio .custom-control-label span { cursor: pointer; padding-left:0.5rem !important; }

/* 스위치 버튼 재지정 */
.custom-switch .custom-control-label::before,
.custom-switch .custom-control-label::after { margin-top:2px; }

/* Button */
.btn-lg { padding: 10px 16px; border-radius: 3px; line-height: 1.33; font-size: 18px; }
.btn-lg i {	top: 3px; font-size: 24px; position: relative; }

/* Form */
.col-form-label { font-weight:bold; }

/* Pagenation */
.page-link,
.page-link:hover,
.page-link:focus { color: #333; }

/* 라운드 스타일 */
.na-round,
.view_image img,
.pretty-embed img { border-radius: 0.3rem !important; }

/* 사각 스타일 */
.is-square .na-round,
.is-square .view_image img,
.is-square .pretty-embed img,
.is-square .btn,
.is-square .alert,
.is-square .nav-link,
.is-square .form-control,
.is-square .input-group-prepend,
.is-square .input-group-append,
.is-square .input-group-text,
.is-square .custom-file-label,
.is-square .custom-file-label:after,
.is-square .custom-select,
.is-square .label,
.is-square .progress,
.is-square .pagination li a,
.is-square .list-group-item { border-radius:0 !important; }

.w-100 {
	max-width: 100%;
	flex: 0 0 100%;
}

.deep-blue {
	color: #14167d;
}

.blue {
	color: #14167d;
}

.light-blue {
	color: #a8bcf8;
}

.yellow {
	color: #ffe82c;
}

.warning {
	color: #ff5630;
}

.white {
	color: #fff;
}

.main-section {
	padding: 40px 0;
    

	> .img-wrap {
		height: auto;
		padding: 40px 0;

		.img-item {
			position: relative;
			height: auto;
		}
	}



.section-title {
	width: 100%;
	display: flex;
	align-items: center;         /* 텍스트 세로 중앙 정렬 */
	justify-content: center;
	position: relative;
	gap: 30px;
	margin: 30px 0;

	h2 {
		font-size: 55px;
		font-weight: 700;
		margin: 0;
		line-height: 1;
		letter-spacing: -2px;
		color: #14167d;            /* 기본 색상 */
		text-decoration: none;      /* 링크 없어도 밑줄 제거 */
		white-space: nowrap;
		padding: 0 5px;            /* 좌우 간격 공통 */
		
		/* h2 안에 a가 있으면 a에 동일하게 적용 */
		a {
			color: inherit;
			text-decoration: none;
		}
	}

	/* 좌우 긴 점선 (대시 형태) */
	&::before,
	&::after {
		content: '';
		display: block;
		flex: 1 1 auto;
		height: 1px;
		background-image: repeating-linear-gradient(
			to right,
			#14167d 0 16px,       /* 선 길이 */
			transparent 10px 18px /* 간격 */
		);
		transform: translateY(-50%);
	}
}





@media (max-width: 640px) {
  .section-title {
    gap: 10px;
    padding:0 10px;
    margin:20px 0;
    h2 { font-size: 26px; }
  }
}


	.contents-box {
		padding: 60px 30px;
		border-radius: 16px;
		border: 1px solid #e9e9e9;
		color: #fff;
		background-color: #333;

		.main-contents-title {
			margin-bottom: 40px;

			h1, h2 {
				font-weight: 700;2025-11-02
				/*font-style: italic;*/
				line-height: 1.4;

				strong {
					font-weight: 900;
				}
			}

			h1 {
				font-size: 42px;
			}

			h2 {
				font-size: 36px;
			}
		}

		hr {
			display: inline-block;
			width: 50%;
			height: 1px;
			margin: 60px auto;
			border: none;
			background: #aaa;
		}

		h3 {
			font-size: 20px;
			font-weight: 700;
		}

		p {
			font-size: 16px;
			line-height: 1.5;
			color: #bbb;

			&.big {
				font-size: 19px;
				font-weight: 600;
				color: #fff;
			}
		}

		dl {
			margin-bottom: 10px;
			text-align: left;

			dt {
				margin-bottom: 10px;
			}
		}
	}
}

.img-wrap {
	.img-item {
		border-radius: 16px;
	}
}

.btn-group {
	> a.btn.btn-primary {
		&:first-child {
			border-bottom-left-radius: 16px;
			border-top-left-radius: 16px;
		}
		&:last-child {
			border-bottom-right-radius: 16px;
			border-top-right-radius: 16px;
		}
	}
}

hr.hr {
	&::after {
		width: 100%;
	}
}

.side-box {
	border-radius: 16px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
}

#bo_v {
	border-radius: 16px;
	border: 1px solid #e9e9e9;
	background-color: #fff;

	#bo_v_title {
		padding: 20px 20px 10px;
	}
}

.telegram {
	border-radius: 16px;
	position: relative;
	margin: 0 0 20px;
	padding: 20px 15px 20px 90px;
	color: #fff !important;
	border: solid 1px #222;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	background: #333;

	&::before {
		content: "";
		position: absolute;
		top: 20px;
		left: 20px;
		display: inline-block;
		width: 50px;
		height: 50px;
		background: url('../img/icon_telegram.png') center no-repeat;
		background-size: cover;
	}

	dt {
		margin-bottom: 5px;
		line-height: 1;
		color: #aaa;
	}

	dd {
		font-size: 30px;
		line-height: 1;
		letter-spacing: -0.5px;

		strong {
			font-weight: 700;
		}
	}
}


.rounded-table-5 {
	width: 100%;
	border-collapse: separate;
	border-spacing: 8px;
	background-color: transparent;
	margin-bottom: 30px;

	th, td {
		background-color: white;
		padding: 12px;
		border-radius: 8px;
	}

	thead th {
		padding: 8px;
		border-radius: 8px;
		font-weight: 600;
		border: none;

		&.blue {
			color: white;
			background: linear-gradient(45deg, #88a0ff, #14167d);
		}

		&.warning {
			color: white;
			background: linear-gradient(45deg, #ffadad, #ff4300);
		}
	}
}


/*202507*/


/* ——————————————————————————————
   먹튀검증 도대체 어디에 맡겨야 하나요? 섹션
   —————————————————————————————— */

/* 기본 세팅 */
.mt-spotlight {
  width: 100%;
  background-color: #4656e4;   /* 이미지 배경색과 유사하게 조정 */
  text-align: center;
  padding: 60px 20px;
  box-sizing: border-box;  
  color: #fff;
  border-radius:1.2rem;
}

/* 1) 아이콘 */
.mt-spotlight__icon {
  width: 350px;
  height: 220px;
  margin: 0 auto 30px;
  background: url('/img/mt-question.webp') no-repeat center;
  background-size: contain;
}

/* 2) 메인 타이틀 */
.mt-spotlight__title {
  margin: 0;  
  font-family: "Do Hyeon", sans-serif;
  font-weight: 500;  
  font-size: 7rem;  
  font-weight: 500;
  line-height: 0.9;
}
.mt-spotlight__title .highlight {
  color: #FFE82C; /* 노란색 하이라이트 */
}

/* 3) 서브타이틀 */
.mt-spotlight__subtitle {
  margin: 20px auto 0;
  font-size: 1.2rem;
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 1.3;
  max-width: 600px;
  letter-spacing:-0.8px;
}
.mt-spotlight__subtitle .highlight {
  color: #FFE82C;
  font-weight: 700;
}


/* 반응형(@768px 이하) */
@media (max-width: 767px) {
  .mt-spotlight {
    padding: 40px 10px;
  }
  .mt-spotlight__icon {
    width: 150px;
    height: 100px;
    margin-bottom: 20px;
  }
  .mt-spotlight__title {
    font-size: 2.8rem;
  }
  .mt-spotlight__subtitle {
    font-size: 0.9rem;
    max-width: 100%;
  }
  
}


/* ——————————————————————————————
   후기(Review) 섹션
   —————————————————————————————— */
.mt-review {
  width: 100%;
  background-color: #4656e4;
  padding: 60px 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: 'Noto Sans KR', sans-serif;
  color: #fff;
  margin: 10px 0;
  border-radius:1.2rem;
}

/* 레이블 */
.mt-review__label {
  display: inline-block;
  padding: 5px 30px;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 40px;
  letter-spacing:-0.8;
  line-height:3.7rem;
  
}

/* 카드 공통 */
.mt-review__card {
  background: #fff;
  border-radius: 12px;
  max-width: 923px;
  margin: 0 auto 32px;
  padding: 24px 40px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  color: #333;
}

/* 별점 */
.mt-review__stars {
  font-size: 2rem;
  color: #FFE82C;
  margin-bottom: 12px;
  line-height: 1;
}

/* 제목 */
.mt-review__title {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing:-1px;
  
}
.mt-review__title .highlight {
  color: #3C5BD2;
}

/* 본문 */
.mt-review__text {
  margin-top: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
}

/* 하단 노트 */
.mt-review__note {
  max-width: 800px;
  margin: 0 auto;
  text-align: right;
  font-size: 0.9rem;
  color: #8FD2A9;
}

/* — 반응형 (모바일) — */
@media (max-width: 767px) {
  .mt-review {
    padding: 40px 10px;
  }
  .mt-review__label {
    font-size: 0.9rem;
    padding: 6px 20px;
    margin-bottom: 30px;
  }
  .mt-review__card {
    margin-bottom: 24px;
    padding: 20px 16px;
  }
  .mt-review__stars {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .mt-review__title {
    font-size: 1.4rem;
  }
  .mt-review__text {
    font-size: 0.9rem;
  }
  .mt-review__note {
    font-size: 0.8rem;
  }

	
}


/* ——————————————————————————————
   먹튀사이트 이용 주의사항 섹션
   —————————————————————————————— */
.mt-warning {
  max-width: 100%;
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  font-family: 'Noto Sans KR', sans-serif;
  color: #333;
  background: #fff;
}

/* 1) 그라데이션 히어로 영역 */
.mt-warning__hero {
  background: linear-gradient(90deg, #4656e4 0%, #4656e4 100%);
  padding: 60px 0;
  text-align: center;
  position: relative;
}
.mt-warning__icon {
    /* 텍스트 아이콘 숨기기 */
  font-size: 0;
  line-height: 0;

  /* 단일 배경 이미지 설정 */
  width: 150px;   /* 아이콘 실제 사이즈에 맞춰 조정 */
  height: 150px;  /* 아이콘 실제 사이즈에 맞춰 조정 */
  margin: 0 auto;

  background-image: url('/img/mt-wr.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* 2) 검은색 바 + 제목 */
.mt-warning__title {
  margin: 0;
  background: #000;
  color: #ffe82c;
  text-align: center;
  font-size: 3.5rem;
  font-family: "Do Hyeon", sans-serif;
  font-weight: 500;
  letter-spacing: -1px;
  padding: 16px 0;
}

/* 3) 회색 서브타이틀 */
.mt-warning__subtitle {
  margin: 0;
  background: #4656e4;
  padding: 12px 0px;
  font-size: 2.5rem;
  font-family: "Do Hyeon", sans-serif;
  text-align: center;
  color: #fff;
  font-weight:400;
  letter-spacing:-1px;
}

/* 4) 넘버링 리스트 */
/* 리스트 상위에 counter 초기화 */
.mt-warning__list {
  list-style: none;
  counter-reset: mt-item;
  margin: 0;
  padding: 35px 40px; /* 기존 여백 유지 */
}

/* li 패딩 제거 */
.mt-warning__list li {
  /* flex 컨테이너로 전환 */
  display: flex;
  align-items: flex-start;   /* 행간에 번호와 텍스트가 수직 상단 정렬 */
  
  margin-bottom: 16px;
  line-height: 1.2;
  font-size: 1.2rem;
  color: #444;
  letter-spacing: -0.7px;
}

/* 마지막 li 는 여백 없애기 */
.mt-warning__list li:last-child {
  margin-bottom: 0;
}

.mt-warning__list li::before {
  counter-increment: mt-item;
  content: counter(mt-item) ".";    /* “1.” 형태로 */
  
  /* 번호 영역 고정 폭 */
  flex: 0 0 2em;                    /* 폭 2em */
  text-align: right;                /* “1.” 의 마침표까지 우측 정렬 */
  margin-right: 0.5em;              /* 번호와 텍스트 사이 간격 */

  font-weight: 800;                 /* 두껍게 */
  font-style: italic;               /* 기울임 */
  color: #4656e4;                   /* 번호 색상 */
}

/* 5) 붉은색 푸터 */
.mt-warning__footer {
  
  color: #fff;
  padding: 20px 24px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing:-0.7px;
  background: linear-gradient(90deg, #4656e4 0%, #4656e4 100%);
}
.mt-warning__footer strong {
  font-weight: 700;
}


@media (max-width: 767px) {
  .mt-warning {
    margin-top: 10px;
    border-radius: 1.2rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }

  /* 히어로 */
  .mt-warning__hero {
    padding: 40px 0;
  }
  .mt-warning__icon {
    width: 100px;
    height: 100px;
  }

  /* 제목 */
  .mt-warning__title {
    font-size: 2rem;
    padding: 12px 0;
  }
  .mt-warning__subtitle {
    font-size: 1.3rem;
    padding: 8px 16px;
  }

  /* 리스트 */
  .mt-warning__list {
    padding: 25px 10px 25px 10px;
  }
  .mt-warning__list li {
    margin-bottom: 12px;
    font-size: 1rem;
    line-height: 1.3;
  }
  .mt-warning__list li::before {
    flex: 0 0 1.5em;
    font-size: 1rem;
    margin-right: 0.4em;
  }

  /* 푸터 */
  .mt-warning__footer {
    padding: 16px;
    font-size: 1rem;
  }

}

/* ——————————————————————————————
   불안정안 먹튀사이트 이제 근절할 때입니다. 섹션
   —————————————————————————————— */

/* 최상단 배너 */
.mt-topbanner {
  width: 100%;
  padding: 80px 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: 'Noto Sans KR', sans-serif;
  color: #fff;
  background-color: #3C5BD2;
  border-radius:1.2rem;  
  margin-bottom:10px;
  
  /* 투명 아이콘 패턴 + 그라데이션 겹침 */
  background-image:
    url('/img/back-icon.webp'),
    linear-gradient(90deg, #3C5BD2 0%, #4B69E6 100%);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

/* 타이틀 */
.mt-topbanner__title {
  margin: 0 auto 20px;
  font-size: 4.5rem;
  line-height: 1.1;
  font-weight: 500;
  font-family: "Do Hyeon", sans-serif !important;
}
.mt-topbanner__title .highlight {
  color: #FFE82C;
}

/* 본문 텍스트 */
.mt-topbanner__text {
  margin: 0 auto;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
  max-width: 700px;
  letter-spacing:-0.8;
}
.mt-topbanner__text .highlight {
  color: #FFE82C;
  font-weight: 700;
}

/* 반응형(@768px 이하) */
@media (max-width: 767px) {
  .mt-topbanner {
    padding: 40px 10px;   
  }
  .mt-topbanner__title {
    font-size: 2.3rem;
font-family: "Do Hyeon", sans-serif;
  }
  .mt-topbanner__text {
    font-size: 0.95rem;
    max-width: 100%;
  }
.mt-main{
    margin-top: 58px !important;
	}
.main-section {
    padding: 20px 0;
	}
	#header_mo {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1050;
    background:#fff;
	}

  /* 타이틀이 있는 서브페이지 */
  #nt_title {
	 margin-top: 94px !important; 
	}   /* ← 실제 헤더 높이에 맞게 조정 */
  /* 타이틀이 없는 메인(인덱스) 대비용 */
  #nt_body { 
	padding-top: 0px; 
	}   /* ← 동일 값으로 통일 */


#bo_v_title {
		padding: 20px 0px 10px !important;
	}


/*서브퀵메뉴*/

.m-gnb-quick {
    display:flex;
    gap:0px;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    background:#333333 !important;
}
.m-gnb-item {
    flex:0 0 auto;
    padding:5px 5px;    
    font-size:14px;
    color:#fff;
    text-decoration:none;    
    white-space:nowrap;
    font-weight:600;
}

.m-gnb-item a:hover, a:focus { color: #fff; text-decoration: none; 
}


.m-gnb-item.is-active {
    border-color:#fff;
    background:#4656e4 !important;
    color:#fff;
    padding:5px 15px;
    border-radius:30px;
}

.m-gnb-quick {
  overflow-x: auto;
  white-space: nowrap;          /* inline-block일 경우 */
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;      /* 부드럽게 (선택) */
}
.m-gnb-quick::-webkit-scrollbar { display: none; } /* 모바일에서 스크롤바 숨김 */





}






.mt-notice {
  width: 100%;
  padding: 60px 60px;
  box-sizing: border-box;
  text-align: center;
  background-color: #4656e4;
  font-family: 'Noto Sans KR', sans-serif;
  color: #fff;
  border-radius:1.2rem;
  margin:10px 0 ;
}

/* 헤더 */
.mt-notice__header {
  display: inline-flex;
  align-items: center;
  padding: 6px 60px;
  border: 2px dotted #fff;
  border-radius: 50px;
  margin-bottom: 40px;
}
.mt-notice__header .pin-icon {
  font-size: 1.8rem;
  margin-right: 8px;
}
.mt-notice__header .mt-notice__title {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Do Hyeon", sans-serif;
  letter-spacing:2px;
  
}

/* 5×2 그리드 */
.mt-notice__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* 카드 전체 클릭 + 레이아웃 고정 */
.mt-notice__item {
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 24px 16px;
  box-sizing: border-box;
  transition: border-color .2s ease, box-shadow .2s ease;
}

/* 흔들림 없이 3px처럼 보이게 : 노란 보더 + inset 2px */
.mt-notice__item:hover {
  border-color: #FFE82C;
  box-shadow: inset 0 0 0 2px #FFE82C;
}

/* 카드 전체를 하나의 링크로 (아이콘/텍스트/푸터 3행) */
.mt-notice__link {
  display: grid;
  grid-template-rows: auto 1fr auto; /* 아이콘 / 본문 / +more */
  gap: 10px;
  height: 100%;
  text-decoration: none;
  color: inherit;            /* hover 시 글자색 유지 */
}
.mt-notice__link:hover { text-decoration: none; color: inherit; }

/* 하단 +more : 우하단 정렬, 작게 */
.mt-notice__more {
  justify-self: end;         /* 우측 정렬 */
  font-size: 0.8rem;
  opacity: .85;
  line-height: 1;
}


.mt-notice__icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.mt-notice__text {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing:-1;
}

.mt-notice__text .highlight {
  color: #ffe82c;
  font-weight:500;
}

/* 모바일: 2열 × 5행 */
@media (max-width: 767px) {
  .mt-notice {
    padding: 40px 10px;
  }
  .mt-notice__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .mt-notice__item {
    padding: 16px 12px;
  }
  .mt-notice__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
  }
  .mt-notice__text {
    font-size: 0.9rem;
    line-height: 1.3;
  }
}

/* ================================
   MT-TRUE NOTICE NEON SECTION
   ================================ */
:root {
  --mttrue-bg-grad: linear-gradient(180deg, #020024 0%, #090979 50%, #000428 100%);
  --mttrue-card-bg: rgba(0, 0, 0, 0.45);
  --mttrue-card-border: 1px solid rgba(255, 255, 255, 0.15);
  --mttrue-text-main: #ffffff;
  --mttrue-neon-green: #39ff14;
  --mttrue-neon-pink: #ff1493;
  --mttrue-neon-cyan: #00ffff;
  --mttrue-neon-yellow: #ffff00;
  --mttrue-neon-orange: #ff5f00;
}

/* 래퍼 */
.mttrue-notice {
  width: 100%;
  border-radius: 1.2rem;
  padding: 40px 20px 50px;
  box-sizing: border-box;
  color: var(--mttrue-text-main);
  background: var(--mttrue-bg-grad);
  background-attachment: fixed;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

/* 헤더 */
.mttrue-header {
  text-align: center;
  margin-bottom: 40px;
}

.mttrue-main-title {
  margin: 0;
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: -2px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  text-shadow:
      3px 3px 0px #000000,
      -1px -1px 0 #000,
      1px -1px 0 #000,
      -1px 1px 0 #000,
      1px 1px 0 #000,
      0 0 20px var(--mttrue-neon-cyan),
      0 0 50px var(--mttrue-neon-cyan);
    font-family: "Do Hyeon", sans-serif;
}

.mttrue-main-title i {
  font-size: 3.2rem;
  color: var(--mttrue-neon-yellow);
  animation: mttrue-pulse-glow 2s infinite;
  filter:
    drop-shadow(3px 3px 0px #000000)
    drop-shadow(0 0 15px var(--mttrue-neon-yellow));
 padding-right:10px;
}

.mttrue-sub-title {
 
  margin: 18px 0 0;
  padding: 8px 30px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 0, 0, 0.6),
    transparent
  );
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  text-shadow: 1px 1px 4px #000000;
}

/* 카드 그리드 – PC 기준 4개 */
.mttrue-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* PC : 4개 */
  gap: 24px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* 카드 공통 – 이 모양을 모바일에서도 그대로 유지 */
.mttrue-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 260px;
  padding: 28px 22px 20px;
  text-align: center;
  border-radius: 20px;
  background: var(--mttrue-card-bg);
  border: var(--mttrue-card-border);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}

.mttrue-card:hover {
  transform: translateY(-8px) scale(1.02);
  background: rgba(0, 0, 0, 0.6);
  border-color: var(--mttrue-neon-cyan);
  box-shadow: 0 0 25px rgba(0, 255, 255, 0.4);
}

/* 아이콘 */
.mttrue-card-icon {
  font-size: 50px;
  margin-bottom: 18px;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.5));
  transition: transform 0.35s ease;
}

/* 카드별 네온 컬러 */
.mttrue-card:nth-child(5n + 1) .mttrue-card-icon { color: var(--mttrue-neon-green); }
.mttrue-card:nth-child(5n + 2) .mttrue-card-icon { color: var(--mttrue-neon-pink); }
.mttrue-card:nth-child(5n + 3) .mttrue-card-icon { color: var(--mttrue-neon-yellow); }
.mttrue-card:nth-child(5n + 4) .mttrue-card-icon { color: var(--mttrue-neon-cyan); }
.mttrue-card:nth-child(5n + 5) .mttrue-card-icon { color: var(--mttrue-neon-orange); }

.mttrue-card:hover .mttrue-card-icon {
  transform: scale(1.12) rotate(4deg);
  filter: drop-shadow(0 0 15px currentColor);
}

/* 텍스트 */
.mttrue-card-text {
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 500;
  color: #eeeeee;
  word-break: keep-all;
  margin-bottom: 20px;
  letter-spacing:-1px;
}

/* 하이라이트 */
.mttrue-highlight {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 6px;
  font-weight: 900;
  color: #000000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* 카드별 highlight 색 */
.mttrue-card:nth-child(5n + 1) .mttrue-highlight {
  background-color: var(--mttrue-neon-green);
  box-shadow: 0 0 15px var(--mttrue-neon-green);
}
.mttrue-card:nth-child(5n + 2) .mttrue-highlight {
  background-color: var(--mttrue-neon-pink);
  box-shadow: 0 0 15px var(--mttrue-neon-pink);
}
.mttrue-card:nth-child(5n + 3) .mttrue-highlight {
  background-color: var(--mttrue-neon-yellow);
  box-shadow: 0 0 15px var(--mttrue-neon-yellow);
}
.mttrue-card:nth-child(5n + 4) .mttrue-highlight {
  background-color: var(--mttrue-neon-cyan);
  box-shadow: 0 0 15px var(--mttrue-neon-cyan);
}
.mttrue-card:nth-child(5n + 5) .mttrue-highlight {
  background-color: var(--mttrue-neon-orange);
  box-shadow: 0 0 15px var(--mttrue-neon-orange);
}

/* more 영역 */
.mttrue-more {
  margin-top: auto;
  
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.65);
  transition: all 0.25s ease;
  
}

.mttrue-card:hover .mttrue-more {
  background: #ffffff;
  color: #000000;
  letter-spacing: 3px;
}

/* 아이콘 glow animation */
@keyframes mttrue-pulse-glow {
  0% {
    transform: scale(1);
    filter: drop-shadow(3px 3px 0px #000000)
            drop-shadow(0 0 15px var(--mttrue-neon-yellow));
  }
  50% {
    transform: scale(1.05);
    filter: drop-shadow(3px 3px 0px #000000)
            drop-shadow(0 0 30px var(--mttrue-neon-yellow));
  }
  100% {
    transform: scale(1);
    filter: drop-shadow(3px 3px 0px #000000)
            drop-shadow(0 0 15px var(--mttrue-neon-yellow));
  }
}

/* =====================
      반응형
   카드 디자인은 그대로,
   "열 개수"만 조정
===================== */

/* 1024px ↓ → 3컬럼 */
@media (max-width: 1024px) {
  .mttrue-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* 800px ↓ → 2컬럼 */
@media (max-width: 800px) {
  .mttrue-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 576px ↓ → 1컬럼, 카드 모양은 PC 그대로 */
@media (max-width: 576px) {
  .mttrue-grid {
    grid-template-columns: 1fr;
  }
  .mttrue-notice {
    padding: 30px 16px 40px; /* 양쪽 살짝만 줄여서 여백 확보 */
  }
  .mttrue-main-title {
    font-size: 2.2rem; /* 제목만 조금 줄임, 카드 스타일은 그대로 */
  }
}




/* ——————————————————————————————
   솔루션 섹션
   —————————————————————————————— */
/* 메인 컨테이너 */
  .mt-solution {
    max-width: 1043px;      /* PC에서 최대 폭 */
    width: 100%;   
    padding: 60px 20px;
    background-color: #4656e4;
    border-radius: 1.2rem;
    box-sizing: border-box;
    text-align: center;
    margin-bottom:20px;
  }

  /* 인트로 단락 */
  .mt-solution__intro {
    max-width: 800px;       /* 요구 사항에 맞게 제한 */
    margin: 0 auto 40px;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #ccc;
    text-align: left;
  }
  .mt-solution__intro p + p {
    margin-top: 20px;
  }

  /* 타이틀과 태그를 감싸는 래퍼 */
  .mt-solution__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }
  .mt-solution__tag {
    font-size: 1rem;
    color: #888;
    margin-bottom: 8px;
  }
  .mt-solution__tag:last-child {
    margin-top: 8px;
  }

  /* 섹션 타이틀 */
  .mt-solution__title {
    font-size: clamp(2rem, 5vw, 4.5rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing:-1px;
    margin: 0;
    font-family: "Do Hyeon", sans-serif !important;
    color:#fff;
  }
  .mt-solution__title .highlight {
    color: #ffe82c;
    font-family: inherit;
  }

  /* 그리드 레이아웃 */
  .mt-solution__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 24px;
    max-width: 923px;
    margin: 0 auto;
  }

  /* 카드 스타일 */
  .mt-solution__card {
    background: transparent;
    padding: 20px 10px;
    text-align: center;
  }
  .mt-solution__icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .mt-solution__card-title {
    margin: 0 0 12px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #ffe82c;
    letter-spacing:-1px;
  
    
  }
  .mt-solution__description {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    text-align: justify;       /* 좌우 양쪽 정렬 */
    text-justify: inter-word;  /* 단어 단위 간격 조정 */
  }
  .mt-solution__description:last-child {
    text-align-last: left;
  }

  /* 모바일 반응형 */
  @media (max-width: 767px) {
    .mt-solution {
      padding: 40px 10px;
    }
    .mt-solution__intro {
      font-size: 0.9rem;
      margin-bottom: 30px;
    }
    .mt-solution__heading {
      margin-bottom: 30px;
    }
    .mt-solution__tag {
      font-size: 0.8rem;
    }
    .mt-solution__title {
      font-size: clamp(1.6rem, 7vw, 2.5rem);
    }
    .mt-solution__grid {
      grid-template-columns: repeat(1, 1fr);
      gap: 16px;
    }
    .mt-solution__card {
      padding: 16px;
    }
    .mt-solution__icon {
      width: 60px;
      height: 60px;
      margin-bottom: 12px;
    }
    .mt-solution__card-title {
      font-size: 1.4rem;
      margin-bottom: 8px;
    }
    .mt-solution__description {
      font-size: 0.9rem;
      line-height: 1.5;
    }
  }


.disclaimer-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
  line-height: 1.7;
  color: #333;
}
.disclaimer-wrap h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 14px;
  color: #222;
  display: flex;
  align-items: center;
  gap: 8px;
}
.disclaimer-wrap h2 .icon {
  font-size: 1.3rem;
}
.disclaimer-wrap p {
  margin-bottom: 16px;
  font-size: 1rem;
}
.disclaimer-wrap p strong {
  color: #c9302c; /* 빨간 강조 */
}
.disclaimer-wrap .section {
  margin-bottom: 32px;
}
.disclaimer-wrap .notice-box {
  background: #f9f9f9;
  border-left: 4px solid #007bff;
  padding: 14px 18px;
  margin: 20px 0;
  font-size: 0.95rem;
  color: #555;
}

.noemail-wrap, .disclaimer-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Pretendard','Noto Sans KR',sans-serif;
  line-height: 1.7;
  color: #333;
}
.noemail-wrap h2, .disclaimer-wrap h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.noemail-wrap h2 .icon, .disclaimer-wrap h2 .icon {font-size: 1.3rem;}
.noemail-wrap p, .disclaimer-wrap p {margin-bottom: 16px; font-size: 1rem;}
.noemail-wrap p strong, .disclaimer-wrap p strong {color: #c9302c;}
.noemail-wrap .law, .disclaimer-wrap .notice-box {
  background: #f9f9f9;
  border-left: 4px solid #007bff;
  padding: 14px 18px;
  margin: 20px 0;
  font-size: 0.95rem;
  color: #555;
}





/* 섹션 */
.hero{
  position:relative;
  display:grid;
  place-items:center;
  min-height: min(100vh, 820px);
  padding: var(--pad-y) var(--pad-x);
  overflow:hidden;
  background:
    radial-gradient(1200px 80% at 20% -10%, rgba(255,255,255,.08), transparent 60%),
    linear-gradient(180deg, var(--bg-top), var(--bg-btm));
}

/* 오른쪽 하단 체인펜스 느낌의 장식 (선택) */
.hero::after{
  content:"";
  position:absolute; inset:auto -10% -20% auto;
  width:min(70vw, 720px); height:min(70vw, 720px);
  background:
    repeating-linear-gradient(45deg, rgba(255,255,255,.05) 0 7px, transparent 7px 28px);
  transform:rotate(-8deg);
  filter:contrast(120%) saturate(90%);
  pointer-events:none;
}

/* 내부 컨테이너 */
.container{
  width:100%;
  max-width:var(--maxw);
  margin:0 auto;
  text-align:center;
  text-shadow: 0 2px 10px rgba(0,0,0,.35);
}

/* 제목 */
.hero h1{
  margin:0 0 .6em;
  font-size:var(--h1);
  font-weight:800;
  letter-spacing:-0.02em;
}
.hero .accent{ color:var(--accent) }

/* 본문 리드문 */
.hero .lead{
  margin:0 auto 1.25em;
  font-size:var(--lead);
  opacity:.95;
  max-width: 980px;
}
.hero .lead strong{ font-weight:800 }

/* 오렌지 경고 문장 */
.hero .warning{
  color:var(--warn);
  font-weight:800;
  margin: 1.2em auto .4em;
  font-size: clamp(15px, 2.3vw, 24px);
}

/* 하단 핵심 문장 (조금 크게) */
.hero .closing{
  margin:.2em auto 0;
  font-size: var(--cta);
  font-weight:900;
}

/* 카드 느낌의 살짝 어둡게한 박스 (가독성 업) */
.hero .panel{
  margin: 24px auto 0;
  max-width: 1020px;
  padding: clamp(16px, 3.5vw, 28px);
  background: rgba(0,0,0,.25);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  box-shadow: var(--shadow);
}

/* 작은 화면 여백 조정 */
@media (max-width:480px){
  .hero{ min-height: auto }
  .hero .panel{ padding: 16px }
}

/* 접근성 : 색 대비가 낮은 장식 제거 옵션 (선택) */
@media (prefers-reduced-transparency: reduce){
  .hero .panel{ background:#151018 }
}



/* ================================
   배너 히어로 (이미지 룩 재현, 반응형)
   ================================ */
.banner-hero{
  position: relative;
  padding: clamp(40px, 8vw, 50px) clamp(16px, 4vw, 40px);
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
  text-align: center;
font-family: 'Noto Sans KR', sans-serif;


  /* 기존 그라데이션 제거하고 이미지 적용 */
  background: #4656e4;
  background-size: cover;  /* 반응형 꽉 채우기 */
}



/* 기존 contents-box(회색박스) 제거하고 투명화 */
.banner-hero .contents-box{
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  color:#fff;
  box-shadow:none;
}

/* 타이틀 */
.banner-hero .main-contents-title h1{
  margin: 0 0 .6em;
  font-size: clamp(28px, 5.5vw, 64px) !important;
  font-weight: 800 !important;
  line-height: 1.2;
  letter-spacing: -0.04em;
  /*font-family: "Do Hyeon", sans-serif;*/
}

/* 이미지의 민트 포인트 컬러 적용 (기존 .light-blue를 이 섹션에서만 오버라이드) */
.banner-hero .light-blue{ color:#27d3cf !important; }

.banner-hero .main-contents-title .title-main {
  font-size: clamp(26px, 4.5vw, 64px);
  font-family: "Do Hyeon", sans-serif;
  font-weight:500 !important;
}
.banner-hero .main-contents-title .title-sub {
  font-size: clamp(26px, 5vw, 64px); /* 좀 더 크게 */  
  /* color: #27d3cf;  기존 light-blue */
  color: #ffe82c;
  font-family: "Do Hyeon", sans-serif;
 font-weight:500 !important;
}

/* 본문 */
.banner-hero p{
  margin: 0 auto .8em;
  font-size: clamp(14px, 2.2vw, 20px);
  line-height: 1.7;
  color: rgba(255,255,255,.95);
  max-width: 980px;
}

/* 강조 라인(노랑) 문장 */
.banner-hero p.big{
  margin-top: clamp(8px, 2vw, 16px);
  font-size: clamp(16px, 2.8vw, 28px);
  font-weight: 800;
  line-height: 1.5;
  font-family: 'Noto Sans KR', sans-serif;
  letter-spacing:-1px;
}

/* 색상 통일 */
.banner-hero .white{ color:#ffe82c !important;    }
.banner-hero .yellow{ color:#ffe82c; !important; letter-spacing:-1px;}

/* 작은 화면 보정 */
@media (max-width: 480px){
  .banner-hero{ padding: 32px 16px; margin-top:58px; }
  .banner-hero .main-contents-title{ margin-bottom: 0px !important; }

 
}

/* 배너 상단 여백 복원 */
.banner-hero.pt-0 { 
  padding-top: clamp(36px, 8vw, 50px) !important;
}

/* 페이지 상단과의 간격(헤더가 고정일 때 살짝 띄우기) */
.mt-main { 
  margin-top: 24px;
}
@media (max-width: 767px){
  .mt-main { margin-top: 58px !important; } /* 이미 쓰시는 값 유지 */

}

/* 배너 중간 설명 강조 */
.banner-hero .banner-lead {
  font-size: clamp(18px, 2.2vw, 18px) !important; /* 반응형으로 확대 */
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff !important; /* 조금 더 선명하게 */
  letter-spacing:-1px;
  
}
.banner-hero .banner-lead .white {
  font-weight: 800;
}


/* ===== MT-TRUE Renewed Section (mtx-) ===== */
:root{
  --mtx-bg:#1e1e1e;
  --mtx-panel:#2a2a2a;
  --mtx-text:#eaeaea;
  --mtx-dim:#fff;
  --mtx-accent:#ffe82c;   /* 기존 light-blue 톤과 연결 */
  --mtx-yellow:#ffe82c;
  --mtx-warning:#ff5630;
  --mtx-border:#ffffff54;
  --mtx-divider:#4a4a4a;
  --mtx-safe-grad: linear-gradient(45deg,#ffe82c,#ef8122);
  --mtx-risk-grad: linear-gradient(45deg,#fd7050,#c11b11);
}


/* 리뉴얼 구간 전체 폰트 지정 */
.mtx-section {
  font-family: "Noto Sans KR", sans-serif;
}

/* 컨테이너 */
.mtx-section{
  background:#4656e4;
  color:var(--mtx-text);
  padding:48px 16px;
  border-radius:16px;
}
.mtx-container{
  max-width:923px;
  margin:0 auto;
}

/* 타이틀 */
.mtx-title{
  text-align:center;
  margin-bottom:28px;
}
.mtx-title__main{
  margin:0;
  font-weight:500;
  line-height:1;
  font-size: clamp(24px, 3.6vw, 55px);
  letter-spacing:-1px;
  font-family: "Do Hyeon", sans-serif;
  color:#fff;
}


#mtx-title-eligibility .mtx-title__main { margin: 0 0 32px; }   /* 첫 번째 타이틀은 위 여백 제거 */
#mtx-title-compare .mtx-title__main     { margin: 48px 0 32px; } /* 비교 섹션은 조금 더 띄움 */
#mtx-title-listing .mtx-title__main     { margin: 48px 0 32px; } /* 리스트등록도 동일 */



.mtx-accent{ color:var(--mtx-accent); }
.mtx-color-yellow{ color:var(--mtx-yellow); }
.mtx-color-warning{ color:var(--mtx-warning); }

/* 카드 리스트 (dl) */
.mtx-cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:16px;
}
.mtx-card{  
  border:1px solid var(--mtx-border);
  border-radius:14px;
  padding:25px 22px 16px;
}
.mtx-card__title{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:0 0 10px;
  font-size: clamp(16px, 2.2vw, 20px);
  line-height:1.35;
}
.mtx-badge{
  display:inline-grid;
  place-items:center;
  width:28px;height:28px;
  border-radius:50%;
  background:#000;
  color:#fff;
  font-weight:800;
  font-size:14px;
  flex:0 0 28px;
}
.mtx-card__body{
  margin:0;
  color:#ffffff;
  font-size: clamp(14px, 1.9vw, 16px);
  line-height:1.6;
}

/* 구분선 */
.mtx-divider{
  width:min(640px, 80%);
  height:1px;
  background:var(--mtx-divider);
  border:0; margin:36px auto;
}


/* 강조 텍스트 전용 */
.mtx-highlight {
  font-family: "Noto Sans KR", sans-serif;  /* 폰트 */
  font-weight: 600;                         /* 굵기 */
  font-size: clamp(16px, 2.4vw, 20px);      /* 반응형 크기 */
  line-height: 1.4;
  letter-spacing: -0.5px;
  color: #fff;                              /* 기본 색상 */
  letter-spacing:-1px;
}

/* 안쪽 노란 강조 */
.mtx-highlight .mtx-color-yellow {
  color: #ffe82c;
  font-weight: 600;
  letter-spacing:-1px;
}


/* 비교 테이블 */
.mtx-tablewrap{
  overflow-x:auto; 
 
}
.mtx-table{
  width:100%;
  border-collapse:separate;
  border-spacing:8px;
}
.mtx-table th,
.mtx-table td{
  background:#fff;
  color:#000;
  border-radius:2px;
  padding:15px 14px;
  text-align:center;
  font-size: clamp(13px, 1.9vw, 16px);
  line-height:1.4;
}
.mtx-table thead th{
  color:#fff;
  font-weight:700;
  border:none;
  width:33%;
}
.mtx-table thead th.is-safe{ background: var(--mtx-safe-grad); }
.mtx-table thead th.is-risk{ background: var(--mtx-risk-grad); }
.mtx-table tbody th{
  background:#f3f5f9;
  font-weight:700;
}


/* 비교 테이블 - 구분 컬럼 텍스트 색상 조정 */
.mtx-table tbody th,
.mtx-table thead th:first-child {
  color: #000 !important;   /* 흰색 대신 검정 */
  background: #f3f5f9;      /* 기존처럼 옅은 배경 유지 */
 font-family: "Noto Sans KR", sans-serif; 
}

/* 비교표 하단 버튼 (요구 조건) */
.mtx-actions{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
  margin-top:14px;
}
.mtx-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:48px;                   /* 동일 높이 */
  border:1px solid #f7f7f7;      /* 요구 보더 */
  background:transparent;        /* 투명 배경 */
  border-radius:10px;
  text-decoration:none;
  font-weight:700;
  letter-spacing:-0.02em;
  /* “폰트 컬러가 #000000인 것만 #ffffff로 변경” 규칙 */
  color:#fff;                    /* 기본 흰색 */
}
.mtx-btn[style*="color:#000000"],
.mtx-btn.mtx-force-white{
  color:#ffffff !important;      /* 강제 치환 */
}

/* 5단계 리스트 */
.mtx-steps{
  list-style:none;
  padding:0; margin:0;
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:16px;
}
.mtx-step{
  
  border:1px solid var(--mtx-border);
  border-radius:14px;
  padding:18px;
  
}
.mtx-step__title{
  margin:0 0 8px;
  font-size: clamp(16px, 2.2vw, 20px);
  font-weight:700;
  letter-spacing:-1px;
  color:#ffe82c;
 font-family: "Noto Sans KR", sans-serif; 

}
.mtx-step__text{
  margin:0;
  color:var(--mtx-dim);
  font-size: clamp(14px, 1.9vw, 16px);
  line-height:1.5;
}

/* 반응형 */
@media (max-width: 991px){
  .mtx-cards{ grid-template-columns: 1fr 1fr; }
  .mtx-steps{ grid-template-columns: 1fr; }
  .mtx-actions{ grid-template-columns: 1fr 1fr 1fr; } /* 3등분 유지 */
}
@media (max-width: 575px){
  .mtx-section{ padding:34px 12px; }
  .mtx-cards{ grid-template-columns: 1fr; }
  .mtx-actions{ grid-template-columns: 1fr; } /* 버튼 세로 스택 */
  .mtx-tablewrap{ padding:8px; }
}



/* 섹션 전역 폰트 통일 */
.mtx-section { font-family: "Noto Sans KR", sans-serif; }

/* 리드 문단 */
.mtx-lead{
  max-width: 960px;
  margin: 0 auto 12px;
  color: #d6d6d6;
}
.mtx-lead p{
  margin: 0 0 10px;
  font-size: clamp(14px, 1.9vw, 16px);
  line-height: 1.5;
}

/* 카드 타이틀 (숫자 + 세로 라인 + 텍스트) */
.mtx-card__title {
  display: flex;
  align-items: flex-start;   /* 숫자 상단 맞춤 */
  gap: 8px;                  /* 라인 포함 간격 */
  position: relative;
}

/* 숫자 */
.mtx-badge {
  background: none !important;
  color: #ffe82c;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
  padding-right: 12px;
  position: relative;
  display: flex;
  align-items: center; /* 라인 세로정렬에 필요 */
}

/* 세로 라인 (높이 지정 가능) */
.mtx-badge::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;  
  width: 1px;
  height: 1.8em;                /* ← 원하는 라인 높이 (예: 2줄 정도) */
  background-color: #ffffff54;
}



/* 타이틀 위아래 간격(요청했던 여백 확보) */
#mtx-title-pick .mtx-title__main{ margin: 20px 0 20px 28px; }

/* 모바일 보정 */
@media (max-width: 575px){
  .mtx-lead{ padding: 0 4px; }
}



/*먹튀검증 잘하는 곳*/


/* 폰트 전역 통일 */
.mtx-section { font-family: "Noto Sans KR", sans-serif; }

/* 리드 문단 */
.mtx-lead {
  max-width: 920px;
  margin: 0 auto 8px;
  color: #fff;
  
}
.mtx-lead p {
  margin: 0 0 10px;
  font-size: clamp(14px, 1.9vw, 16px);
  line-height: 1.45;
 letter-spacing:-0.02em;
}

/* 카드 타이틀(숫자 + 라인 + 텍스트) */
.mtx-card__title{
  display:flex;
  align-items:flex-start;   /* 텍스트 첫 줄 기준 정렬 */
  column-gap:8px;
}

/* 숫자(배경 제거, 위정렬, 간격 최소화) */
.mtx-badge{
  background:none !important;
  color:#ffe82c;
  font-size:2rem;           /* 필요 시 1.8~2.2rem로 조절 */
  font-weight:900;
  line-height:1;
  flex-shrink:0;
  margin-right:4px;
  margin-top:2px;           /* 텍스트 첫줄과 상단 정렬 보정 */
  position:relative;
}

/* 숫자 뒤 세로 라인 (높이/시작점 조절용 커스텀 변수) */
.mtx-vline{
  --v-offset: 1.2em;        /* 숫자 높이만큼 내려서 시작 (원하면 1.0~1.4em로 튜닝) */
  width:1px;
  height:calc(100% - var(--v-offset));
  margin-top:var(--v-offset);
  background:#f7f7f7;
  flex-shrink:0;
  margin-right:6px;         /* 라인과 텍스트 사이 간격 */
}

/* 강조 텍스트 */
.mtx-highlight{
  color:#fff;
  font-weight:800;
  font-size: clamp(16px, 2.4vw, 20px);
  line-height:1.4;
  letter-spacing:-0.5px;
}
.mtx-highlight .mtx-color-yellow{ color:#ffe82c; font-weight:900; }

/* 서약문(큰 문단) */
.mtx-pledge{
  margin: 18px auto 0;
  max-width: 923px;
  /*text-align:center;*/
  color:#fff;
  font-size: clamp(15px, 2.2vw, 15px);
  line-height:1.5;
  font-weight:500;
}

/* 타이틀 여백 (위·아래 공간 확보) */
#mtx-title-how .mtx-title__main,
#mtx-title-truth .mtx-title__main { margin: 40px 0 28px; }

/* 반응형 보정 */
@media (max-width: 991px){
  .mtx-cards{ grid-template-columns: 1fr 1fr; }
}
@media (max-width: 575px){
  .mtx-cards{ grid-template-columns: 1fr; }
  .mtx-badge{ font-size:1.7rem; margin-top:1px; }
  .mtx-vline{ --v-offset: 1.0em; margin-right:4px; }
  .mtx-pledge{ font-size: 0.98rem; }
}


/* 1개씩 세로 스택 레이아웃 */
.mtx-cards--single {
  grid-template-columns: 1fr !important; /* PC에서도 1열 고정 */
  gap: 16px;                             /* 카드 간 간격 유지 */
}

/* 카드가 너무 넓게 느껴지면 중앙 정렬 + 최대폭 제한(선택) */
.mtx-cards--single .mtx-card {
  width: 100%;
  max-width: 923px;   /* 필요 없으면 지우세요 */
  margin-inline: auto;
}

/* 숫자/세로라인 레이아웃은 그대로 동작 */


.btn-wrap {
  text-align: center; /* 버튼 가운데 정렬 */
  margin: 0px 0 20px 0;
}

.more-btn {
  display: inline-block;
  padding: 12px 52px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(135deg, #0072ff, #00c6ff);
  border-radius: 30px;   /* radius 30px 적용 */
  text-decoration: none;
  transition: all 0.3s ease;
  
}

.more-btn:hover {
  background: linear-gradient(135deg, #00c6ff, #0072ff);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  color:#fff !important;
  text-decoration:underline;
}

@media (max-width: 768px) {
  .more-btn {
    font-size: 14px;
    padding: 10px 24px;
  }
}

@media (max-width: 480px) {
  .more-btn {
    font-size: 13px;
    padding: 10px 20px;
    width: auto;
  }
}



/**/
/* 배너 기본 스타일 */
.hero-verify {
  position: relative;
  background: url('/img/hero_new.webp') no-repeat center center/cover;
  color: #fff;
  padding: 80px 60px;
  border-radius: 12px;
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.hero-text {
  max-width: 700px;
}

.hero-title {
  font-family: "Do Hyeon", sans-serif;
  font-size: 5.8rem;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing:-1px;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
 display: inline-block;
  position: relative;
  overflow: hidden;
  
}


.hero-title {
  font-family: "Do Hyeon", sans-serif;
  font-size: 5.8rem;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -1px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.4);

  opacity: 0;
  transform: translateY(40px); /* 아래에서 시작 */
  animation: fadeUp 1.2s ease-out forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



.hero-title .highlight {
  color: #ffdd33;
}

.hero-desc {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 16px;
  letter-spacing:-1px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s ease forwards;
  animation-delay: 0.5s; /* 타이틀보다 조금 늦게 시작 */

}

.hero-desc.strong {
  font-weight: 700;
  margin-top: 24px;
  animation-delay: 1s; /* 더 늦게 시작 */
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.hero-desc .yellow {
  color: #ffdd33;
  font-weight: 700;
}

.siren-video {
  display: inline-block;
  width: 40px;   /* 사이즈 조정 */
  height: 40px;
  vertical-align: middle; /* 글자 높이에 맞추기 */
  margin-left: 6px;       /* 글자와 간격 */
}

.siren-video video {
  width: 100%;
  height: 100%;
  object-fit: contain; /* 비율 유지 */
  border-radius: 4px;  /* 필요 시 모서리 라운드 */
}

.siren-icon {
  width: 56px;      /* 원하는 크기로 조절 */
  height: auto;     /* 비율 유지 */
  vertical-align: middle; /* 글자 라인에 맞춤 */
  margin-left: 6px; /* 글자와 간격 */
}

/* 반응형 */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }
  .hero-desc {
    font-size: 1rem;
  }
.hero-verify {
  position: relative;
  background: url('https://toto-true.com/img/hero_mo.webp') no-repeat center center/cover;
  color: #fff;
  padding: 50px 20px;
  border-radius: 12px;
  margin-top:108px;
}
.siren-icon {
  width: 32px;      /* 원하는 크기로 조절 */
  height: auto;     /* 비율 유지 */
  vertical-align: middle; /* 글자 라인에 맞춤 */
  margin-left: 6px; /* 글자와 간격 */
}


}




/* 색상 */
:root{
  --mt-blue:#4656e4; /* 배경/테두리 */
  --mt-white:#fff;   /* 카드 배경 */
  --mt-text:#111;    /* 텍스트 */
}

/* 파란 배경 래퍼 */
.mtx-wrap{
  background:var(--mt-blue);
  padding-top:45px;
 
  
  margin:0 auto;
  font-family:"Noto Sans KR", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

/* 한 행(= 2칸) */
.mtx-row{
  display:grid;
  grid-template-columns: 220px 1fr;     /* PC 기본 비율 */
  gap:1px; 
  max-width:920px;   /* 페이지 폭 제어용 */
  margin:0 auto
}

/* 카드 공통 */
.mtx-key,
.mtx-val{
  background:var(--mt-white);
  color:var(--mt-text);
  border:3px solid var(--mt-blue);
  border-radius: 6px;
  padding:14px 16px;
  line-height:1.45;
  word-break:keep-all;
  overflow-wrap:break-word;
  box-sizing:border-box;
  letter-spacing:-0.5px;

}

/* 좌측(구분) 강조 */
.mtx-key{
  font-weight:700;
  text-align:center;
  background: #f5f5f5;
  border-radius: 6px;
background: linear-gradient(135deg, #ffb800, #fbea9f);
}

/* 반응형: 모바일에서도 항상 2칸(비율만 조정) */
@media (max-width:640px){
  .mtx-wrap{ padding:10px; }
  .mtx-row{
    grid-template-columns: 34% 1fr;     /* 제목:내용 비율 */
    gap:0px;
    margin-bottom:0px;
  }
  .mtx-key, .mtx-val{
    padding:12px 14px;
    font-size:14px;
    border-radius: 6px;
  }
  .mtx-key{ text-align:left; display: flex; align-items: center; justify-content: center;}          /* 모바일에선 좌측 정렬이 더 읽기 좋음 */
}





/* 도박/토토사이트 캠페인 위젯 스타일 */
.gambling-help-widget { width: 100%; max-width: 360px; background-color: #fff; border: 1px solid #eaeaea; border-radius: 15px; box-sizing: border-box; overflow: hidden; margin: 0 auto;}

/* 헤더 */
.gh-header { background-color: #1e4b9d; /* 이미지와 비슷한 짙은 파란색으로 조정 (원하시면 #4656e4로 변경 가능) */ padding: 15px; text-align: center; }
.gh-header h3 { margin: 0; font-size: 17px; font-weight: 700; color: #fff; display: flex; align-items: center; justify-content: center; gap: 6px; letter-spacing: -1px; }

/* 본문 공통 */
.gh-body { padding: 20px; }

/* 긴급 상담 박스 */
.gh-urgent { background-color: #f8f9fb; border-radius: 8px; padding: 15px 0; text-align: center; margin-bottom: 10px; }
.gh-urgent-title { display: block; font-size: 14px; color: #666; margin-bottom: 5px; }
.gh-urgent-number { font-size: 32px; font-weight: 800; color: #1e4b9d; /* 전화번호 색상 강조 */ text-decoration: none; letter-spacing: 1.5px; font-family: "Do Hyeon", sans-serif; display: inline-block; }

/* 메뉴 리스트 */
.gh-menu-list { list-style: none; padding: 0; margin: 0; }
.gh-menu-item { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #eee; }
.gh-menu-item:last-child { border-bottom: none; }

/* 섹션 타이틀 (신규 추가된 부분: 불법/먹튀 신고) */
.gh-section-title { margin-top: 15px; padding-top: 15px; border-top: 2px solid #f1f1f1; color: #d32f2f; font-weight: 700; font-size: 15px; display: flex; align-items: center; gap: 6px; letter-spacing:-1px;}

/* 텍스트 영역 */
.gh-text { display: flex; flex-direction: column; justify-content: center; line-height: 1.4; flex: 1; padding-right: 10px; }
.gh-label { font-size: 14px; font-weight: 600; color: #000; display: flex; align-items: center; gap: 6px; word-break: keep-all; letter-spacing:-0.5px; }
.gh-desc { font-size: 12px; color: #888; padding-left: 0; margin-top: 2px; word-break: keep-all; }

/* 버튼 스타일 */
.gh-btn { padding: 2px 12px; font-size: 12px; font-weight: 600; text-decoration: none; border-radius: 2px; white-space: nowrap; transition: all 0.2s; }

/* 기본 버튼 (회색) */
.btn-basic { background-color: #fff; border: 1px solid #ddd; color: #555; }
.btn-basic:hover { background-color: #f5f5f5; }

/* 신고 버튼 (붉은색 - 이미지 반영) */
.btn-report { background-color: #fff0f0; border: 1px solid #ffdcdc; color: #d32f2f; }
.btn-report:hover { background-color: #ffe0e0; }

/* 푸터 */
.gh-footer { background-color: #f9f9f9; border-top: 1px solid #eee; padding: 20px; text-align: center; }
.gh-footer p { margin: 0; font-size: 13px; color: #555; line-height: 1.6; word-break: keep-all; }
.warning-icon { color: #fbc02d; margin-right: 4px; font-size: 14px; }

/* 반응형 (모바일) */
@media only screen and (max-width: 600px) { 
    .gambling-help-widget { max-width: 100%; border: none; border-top: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; border-radius: 0; } 
    .gh-urgent-number { font-size: 28px; } 
    .gh-label { font-size: 14px; } 
    .gh-header h3 { font-size: 16px; }
    .gh-btn { padding: 6px 10px; font-size: 12px; }
    
}

/* 먹투트루 면책 안내 영역 */
.mt-disclaimer {
    max-width: 360px;
    margin: 0px auto 0;
    padding: 18px 16px;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.mt-disclaimer p {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 1.7;
    color: #666;
    word-break: keep-all;
}

.mt-disclaimer p:last-child {
    margin-bottom: 0;
}

.mt-disclaimer strong{color:#ff0000}

/* 모바일 대응 */
@media only screen and (max-width: 600px) {
    .mt-disclaimer {
        max-width: 100%;
        padding: 16px 14px;
    }

    .mt-disclaimer p {
        font-size: 12px;
    }
}
/* 먹투트루 하단 푸터 정보 */
.mt-footer {
    max-width: 360px;
    margin: 0 auto;
    padding: 14px 16px 20px;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    box-sizing: border-box;
}

.mt-footer-copy {
    font-size: 11px;
    color: #aaa;
    margin-bottom: 10px;
    letter-spacing: -0.2px;
}

.mt-footer-copy strong {
    color: #d32f2f;
    font-weight: 700;
}

/* 하단 버튼 영역 */
.mt-footer-actions {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.mt-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 10px;
    font-size: 11px;
    border-radius: 20px;
    border: 1px solid #eee;
    background-color: #f9f9f9;
    color: #666;
    white-space: nowrap;
}

.mt-badge.call {
    text-decoration: none;
    color: #444;
    border-color: #f1f1f1;
}

.mt-badge.call:hover {
    background-color: #f3f3f3;
}

/* 모바일 대응 */
@media only screen and (max-width: 600px) {
    .mt-footer {
        max-width: 100%;
        padding: 14px 12px 18px;
    }
}




/* 피해 신고 접수 위젯 스타일 */
.report-widget { display: flex; flex-direction: column; gap: 20px; margin-top: 30px; font-family: 'Noto Sans KR', sans-serif; }

/* 신고 폼 영역 (전체 컨테이너) */
.rw-form-box { background: #fff; border: 1px solid #e5e5e5; border-radius: 20px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }

/* 파란색 헤더 (삭제됨) */
.rw-header { display: none; }

/* 본문 */
.rw-body { padding: 30px 25px; }

/* 설명 문구 (하단에 구분선 추가) */
.rw-desc { text-align: center; margin-bottom: 20px; color: #333; font-size: 16px; font-weight:500; line-height: 1.4; word-break: keep-all; border-bottom: 1px solid #e5e5e5; padding-bottom: 20px; }

/* 통계 카드 영역 (설명 문구 아래로 이동됨) */
.rw-stat-cards { display: flex; gap: 10px; justify-content: space-between; margin-bottom: 30px; }
.rw-card { flex: 1; background: #fff; padding: 15px 5px; border-radius: 12px; border: 1px solid #eee; text-align: center; box-shadow: 0 2px 5px rgba(0,0,0,0.03); display: flex; flex-direction: column; justify-content: center; align-items: center; }
.rw-card-title { font-size: 15px; color: #222; font-weight:600; letter-spacing: -0.5px; }
.rw-card-value { font-size: 30px; font-weight: 800; display: block; font-family: 'Roboto', sans-serif; }
.rw-card-value.blue { color: #2962ff; }
.rw-card-value.green { color: #00c853; }
.rw-card-value.red { color: #d50000; display: flex; align-items: center; gap: 5px; font-size: 16px; }
.rw-dot { width: 8px; height: 8px; background-color: #d50000; border-radius: 50%; display: inline-block; animation: blink 1.5s infinite; }

/* 입력 필드 레이아웃 */
.rw-input-wrap { display: flex; gap: 10px; margin-bottom: 15px; }
.rw-group { flex: 1; display: flex; flex-direction: column; }
.rw-label { font-size: 13px; font-weight: 700; color: #333; margin-bottom: 8px; display: block; text-align: left; }

/* 입력 필드 스타일 */
.rw-input, .rw-textarea { width: 100%; padding: 12px; background-color: #f4f6f8; border: 1px solid #eee; border-radius: 4px; font-size: 13px; color: #333; box-sizing: border-box; transition: 0.3s; }
.rw-input:focus, .rw-textarea:focus { background-color: #fff; border-color: #008485; outline: none; }
.rw-input::placeholder, .rw-textarea::placeholder { color: #aaa; }
.rw-textarea { height: 120px; resize: none; }

/* 버튼 */
.rw-btn-wrap { text-align: center; margin-top: 30px; }
.rw-btn { background-color: #0099ff; color: #fff; border: none; padding: 12px 50px; border-radius: 25px; font-size: 15px; font-weight: 700; cursor: pointer; transition: background 0.3s; display: inline-flex; align-items: center; gap: 5px; box-shadow: 0 4px 10px rgba(0,153,255,0.3); }
.rw-btn:hover { background-color: #007acc; }

@keyframes blink { 0% { opacity: 1; } 50% { opacity: 0.3; } 100% { opacity: 1; } }

/* 반응형 모바일 */
@media (max-width: 768px) {
    .report-widget { margin-top: 20px; }
    .rw-body { padding: 20px 15px; }
    .rw-stat-cards { flex-wrap: wrap; gap: 10px; }
    .rw-card { min-width: 45%; }
    .rw-input-wrap { flex-direction: column; gap: 15px; }
    .rw-desc {  font-size: 13px; font-weight:500; line-height: 1.4; }
}


.flow-container {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px; /* 화살표와의 간격 조절 */
            padding: 40px 0px;
            flex-wrap: wrap; /* 모바일에서 줄바꿈 */
            max-width: 1200px;
            width: 100%;
        }

        .step-circle {
            width: 200px;
            height: 200px;
            background-color: #ffffff;
            border: 6px solid #228be6; /* 신뢰감 있는 파란색 */
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* 은은한 그림자 */
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
            z-index: 1;
        }

        /* 호버 효과 */
        .step-circle:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 15px rgba(34, 139, 230, 0.2);
        }

        .step-title {
            font-size: 15px;
            font-weight: 700;
            color: #228be6; /* 테두리와 동일한 색상 */
            margin-bottom: 8px;
            letter-spacing: -0.5px;
        }

        .step-sub {
            font-size: 19px;
            font-weight: 800;
            color: #333;
            margin-bottom: 10px;
            line-height: 1.25;
        }

        .step-desc {
            font-size: 13px;
            color: #666;
            line-height: 1.5;
            word-break: keep-all;
            padding: 0 10px;
        }

        /* 화살표 스타일 */
        .arrow-box {
            display: flex;
            justify-content: center;
            align-items: center;
            color: #adb5bd; /* 회색 화살표 */
            font-size: 24px;
            font-weight: bold;
            margin: 0 5px;
        }
        
        /* PC용 화살표 아이콘 */
        .arrow-icon::before {
            content: '➜'; /* 오른쪽 화살표 */
        }

        /* 모바일 대응 (화면 폭 850px 이하) */
        @media (max-width: 850px) {
            .flow-container {
                flex-direction: column; /* 세로 정렬 */
                gap: 20px;
            }

            .arrow-box {
                transform: rotate(90deg); /* 화살표를 아래로 회전 */
                margin: 0;
            }
        }



/*new*/

:root {
	--mt-primary-blue: #1a237e;
	--mt-secondary-blue: #283593;
	--mt-accent-orange: #ff6f00;
	--mt-text-light: #ffffff;
	--mt-text-dark: #333333;
	--mt-card-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* 메인 컨테이너 */
.mt-check-container {
	width: 100%;
	max-width: 1200px;								
	padding: 0px 20px 20px 20px;
	background: #4656e4
}

/* 카드 그리드 영역 */
.mt-hero-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
	margin-bottom: 30px;
}

/* 카드 스타일 (기존 부트스트랩 .card와 충돌 방지 위해 클래스명 변경) */
.mt-info-card {
	background: linear-gradient(to bottom, var(--mt-accent-orange) 0%, var(--mt-accent-orange) 45%, #ffffff 45%, #ffffff 100%);
	border-radius: 15px;
	box-shadow: var(--mt-card-shadow);
	overflow: hidden;
	transition: transform 0.3s ease;
	border: none; /* 부트스트랩 스타일 제거 */
}

.mt-info-card:hover {
	transform: translateY(-5px);
}

.mt-info-header {
	padding: 20px;
	text-align: center;
	color: var(--mt-text-light);
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.mt-info-header i {
	font-size: 36px;
	margin-bottom: 10px;
	display: block;
	color: #fff;
}

.mt-info-header h3 {
	margin: 0;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
}

.mt-info-body {
	padding: 0px 20px 20px 20px;
	color: var(--mt-text-dark);
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	word-break: keep-all;
}

/* 리스트 스타일 */
.mt-content-list {
	background-color: rgba(255, 255, 255, 0.95);
	border-radius: 15px;
	overflow: hidden;
	box-shadow: var(--mt-card-shadow);
	border: 1px solid #e0e0e0;
}

.mt-list-row {
	display: flex;
	border-bottom: 1px solid #e0e0e0;
}

.mt-list-row:last-child {
	border-bottom: none;
}

.mt-list-title {
	flex: 0 0 160px; /* 모바일 대응을 위해 너비 조정 */
	background-color: #f5f5f5;
	padding: 15px;
	display: flex;
	align-items: center;
	font-weight: bold;
	color: var(--mt-secondary-blue);
	border-right: 3px solid var(--mt-accent-orange);
	font-size: 15px;
}

.mt-list-title i {
	font-size: 20px;
	margin-right: 10px;
	color: var(--mt-accent-orange);
	width: 24px;
	text-align: center;
}

.mt-list-desc {
	flex: 1;
	padding: 15px;
	display: flex;
	align-items: center;
	color: var(--mt-text-dark);
	font-size: 15px;
	line-height: 1.5;
	word-break: keep-all;
}

/* 강조 행 스타일 */
.mt-row-header {
	background-color: var(--mt-accent-orange);
}
.mt-row-header .mt-list-title {
	background-color: transparent;
	color: white;
	border-right: none;
}
.mt-row-header .mt-list-title i {
	color: white;
}
.mt-row-header .mt-list-desc {
	color: white;
	font-weight: bold;
}

/* 모바일 반응형 */
@media (max-width: 768px) {
	.mt-list-row {
		flex-direction: column;
	}
	.mt-list-title {
		flex: none;
		width: 100%;
		border-right: none;
		border-bottom: 3px solid var(--mt-accent-orange);
		padding: 12px 15px;
	}
	.mt-list-desc {
		padding: 15px;
	}
	.mt-row-header .mt-list-title {
		border-bottom: none;
	}
	.mt-hero-cards {
		grid-template-columns: 1fr; /* 모바일에서 카드 한줄씩 */
	}
}
/*e*/


/* CSS Variables */
:root {
  --color-primary: #038aff;
  --color-primary-dark: #0278e6;
  --color-primary-darker: #0266cc;
  --color-primary-light: #1a9aff;
  --color-primary-red: #E80312;
  --color-primary-yellow: #FEAA01;
  --color-border-light: #e6e8ea;
  --font-black-color: #111111;
  --font-gray-color: #808080;

  /* font-weight */

  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-extrabold: 800;
  --fw-black: 900;
}



.pc-only {
  display: block;
}
.mo-only {
  display: none;
}

/* ========================================
 공통 유틸리티 클래스
======================================== */
.box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.blue-box {
  background-color: var(--color-primary);
  color: #fff;
}

.red-box {
  background-color: var(--color-primary-red);
  color: #fff;
}

.text-semibold {
  font-weight: var(--fw-semibold);
}

.text-underline {
  text-decoration: underline;
}


.font-averia {
  font-family: 'Averia';
  text-underline-offset: 2px;
  text-underline-position: from-font;
}

.blue-color {
  color: var(--color-primary);
  font-weight: var(--fw-semibold);
}

/* ========================================
  메인페이지 전용 스타일
======================================== */

/* 메인 타이틀 */
.main-title {
  font-size: 45px;
  line-height: 150%;
  font-weight: var(--fw-bold);
  color: var(--font-black-color);
  text-align: center;
}

/* 메인 컨텐츠 영역 */
.main-content {
  padding: 24px 0 64px 0;
  background-color: #fff;
}

/* 카드 하단 버튼 */
.main-btn-wrap {
  display: flex;
  justify-content: center;
}

.main-btn-wrap .main-btn {
  display: flex;
  padding: 28px 44px 28px 48px;
  background-color: var(--color-primary);
  border-radius: 100px;
  gap: 14px;
  align-items: center;
  height: 80px;
}

.main-btn-wrap .main-btn p {
  color: #fff;
  font-size: 24px;
  font-weight: var(--fw-semibold);
  line-height: 100%;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

/* ========================================
  반응형
======================================== */

@media screen and (max-width: 768px) {
  .main-content{
    padding: 0px;
  }
  .main-title {
    font-size: 25px;
    font-weight: var(--fw-semibold);
    line-height: 130%;
  }

  /* 버튼 */
  .content-left .main-btn-wrap .main-btn {
    padding: 14px 22px 14px 24px;
    gap: 7px;
    border-radius: 50px;
    height: fit-content;
  }
  
  .content-left .main-btn-wrap .main-btn p {
    font-size: 12px;
    line-height: 100%;
    letter-spacing: -0.025em;
    font-weight: var(--fw-semibold);
  }

  .content-left .main-btn-wrap .main-btn img {
    width: 10px;
    height: 13px;
  }


.pc-only {
  display: none;
}
.mo-only {
  display: block;
}

   
}



/* ==============================================
  세번째 진실된 먹튀 검증 커뮤니티의 자격 섹션
================================================= */

.trust-brand-section{
  padding: 160px 76px 200px;
  background-color: #F1F7FF;
  border-radius: 24px;
}

.trust-brand-title .blue-box{
  width: 490px;
  height: 58px;
  border-radius: 6px;
}

.trust-brand-card-container{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 96px;
}

.main-card{
  position: relative;
  display: flex;
  align-items: center;
  gap: 44px;
  padding: 25px 44px;
  border-radius: 1000px;
  background-color: #fff;
  z-index: 0;
}

.main-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background-color: #fff;
}

.main-card::after {
  content: "";
  position: absolute;
  inset: -20px;
  z-index: -2;
  border-radius: inherit;
  background: linear-gradient(135deg,
    rgba(118, 197, 245, 0.25) 0%,
    rgba(3, 138, 255, 0.25) 100%);
}


.main-card-number{
  width: 170px;
  height: 170px;
  border-radius: 1000px;
  background: linear-gradient(
    135deg,
    rgba(118, 197, 245, 0.25) 0%,
    rgba(3, 138, 255, 0.25) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

.trust-number p{
  font-size: 56px;
  font-weight: var(--fw-regular);
  letter-spacing: -0.025em;
  line-height: 100%;
  color: var(--font-black-color);
  text-decoration: underline;
}

.trust-content-wrap{
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.trust-content-title{
  font-size: 26px;
  font-weight: var(--fw-bold);
  line-height: 150%;
  letter-spacing: -0.025em;
}

.trust-content-desc{
  font-size: 20px;
  font-weight: var(--fw-regular);
  line-height: 150%;
  letter-spacing: -0.025em;
  color: var(--font-black-color);
}




 /* ========================================
    반응형
  ======================================== */
@media screen and (max-width: 768px) {

  .trust-brand-section{
    padding: 60px 30px 70px;
    border-radius: 0;
  }

  .trust-brand-title .blue-box{
    width: 270px;
    height: 30px;
    border-radius: 3px;
  }

  .trust-brand-card-container{
    margin-top: 40px;
    gap: 10px;
  }

  .trust-card{
    padding: 24px 16px;
    gap: 14px;
  }

  .trust-card::after {
    content: "";
    position: absolute;
    inset: -10px;
    z-index: -2;
    border-radius: inherit;
    background: linear-gradient(135deg,
        rgba(118, 197, 245, 0.25) 0%,
        rgba(3, 138, 255, 0.25) 100%);
  }

  .trust-number{
    width: 68px;
    height: 68px;
    flex-shrink: 0;
  }
  
  .trust-number p{
    font-size: 26px;
  }

  .trust-content-wrap{
    gap: 10px;
  }

  .trust-content-title{
    font-size: 15px;
    line-height: 150%;
    letter-spacing: -0.025em;
  }
  
  .trust-content-desc{
    font-size: 12px;
    font-weight: var(--fw-regular);
    line-height: 150%;
    letter-spacing: -0.025em;
  }



}
 
 
 /* ===================================
  먹튀검증 사이트 비교 섹션
====================================*/
.comparison-section {
  padding: 160px 0;
  background-color: #fff;
  border-bottom: #CECECE;
}

.comparison-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 96px;
}

.comparison-title {
  font-size: 48px;
  line-height: 100%;
  font-weight: var(--fw-bold);
  color: var(--font-black-color);
}

.comparison-title .blue-box{
  width: 194px;
  height: 61px;
  border-radius: 6px;
}

.comparison-title .red-box{
  width: 244px;
  height: 61px;
  border-radius: 6px;
}

.comparison-table {
  display: flex;
  justify-content: center;
}

.comparison-table img {
  width: 941px;
}


 /* ========================================
    반응형
  ======================================== */
@media screen and (max-width: 768px) {

  .comparison-section{
    padding: 60px 20px 0;
    width: 100%;
    box-sizing: border-box;
  }
  .comparison-wrap{
    margin-bottom: 40px;
  }
  .comparison-section .comparison-title{
    text-align: center;
    line-height: 150%;
    font-size: 25px;
  }

  .comparison-title .blue-box{
    width: 97px;
    height: 30px;
    border-radius: 3px;
  }

  .comparison-title .red-box{
    width: 122px;
    height: 30px;
    border-radius: 3px;
  }

  .comparison-title .comparison-positive{
    width: 97px;
    height: 30px;
  }

  .comparison-title .comparison-negative{
    width: 122px;
    height: 30px;
  }
  .comparison-table img{
    width: 100%;
    padding-bottom: 60px;
    border-bottom: 1px solid #E6E8EA;
  }

   
}
 
 /* ===================================
먹튀사이트 검거 및 리스트 등록
====================================*/
.capture-section {
  padding: 80px 0;
  border-top: solid 1px;
  /*border-bottom: solid 1px;*/
  border-color: #cecece;
}

/* 타이틀 */
.capture-header {
  font-size: 45px;
  font-weight: var(--fw-bold);
  line-height: 150%;
  color: var(--font-black-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 96px;
}

.capture-header .red-box{
  width: 310px;
  height: 61px;
  border-radius: 6px;
}

/* 말풍선 */
.capture-steps {
  display: flex;
  flex-direction: column;
  gap: 63px;
}

.capture-item {
  display: flex;
  gap: 32px;
  align-items: center;
}

.capture-title-box {
  position: relative;
  background: #e80312;
  color: #fff;
  border-radius: 24px;
  width: 335px;
  height: 132px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 24px;
  font-weight: var(--fw-bold);
  line-height: 130%;
}

.capture-title-box::after {
  position: absolute;
  left: 150px;
  bottom: -29px;
  content: '';
  width: 35px;
  height: 30px;
  background: #111;
  clip-path: path(
    "M0,0 L35,0 L23,24 Q17.5,30 12,24 Z"
  );;
}

/* 스텝별 색상 바리에이션 */
.capture-item:nth-child(1) .capture-title-box,
.capture-item:nth-child(1) .capture-title-box::after {
  background-color: #3C0E11;
}

.capture-item:nth-child(2) .capture-title-box,
.capture-item:nth-child(2) .capture-title-box::after,
.capture-item:nth-child(2) .capture-example::before {
  background-color: #670B11;
}

.capture-item:nth-child(3) .capture-title-box,
.capture-item:nth-child(3) .capture-title-box::after,
.capture-item:nth-child(3) .capture-example::before {
  background-color: #920812;
}

.capture-item:nth-child(4) .capture-title-box,
.capture-item:nth-child(4) .capture-title-box::after,
.capture-item:nth-child(4) .capture-example::before {
  background-color: #BD0612;
}

.capture-item:nth-child(5) .capture-title-box,
.capture-item:nth-child(5) .capture-title-box::after,
.capture-item:nth-child(5) .capture-example::before {
  background-color: #E80312;
}

.capture-item:nth-child(5) .capture-title-box::after {
  background-color: #fff;
  bottom: -30px;

}

/* 내용 */
.capture-desc {
  flex-direction: column;
  padding: 24px 0;
  font-size: 20px;
  color: #111;
  line-height: 180%;
}

.capture-example {
  gap: 8px;
  display: flex;
  align-items: center;
}

.capture-example::before {
  content: '예';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--color-primary-red);
  color: #ffffff;
  border-radius: 1000px;
  font-size: 19px;
  font-weight: var(--fw-semibold);
}

 /* ========================================
    반응형
  ======================================== */

@media screen and (max-width: 768px) {

  section.capture-section{
    border-top: none;
    padding: 60px 20px;
    width: 100%;
    box-sizing: border-box;
  }
  section.capture-section .capture-header{
    font-size: 25px;
    line-height: 100%;
    margin-bottom: 40px;
  }

  .capture-section .red-box{
    width: 175px;
    height: 30px;
    border-radius: 3px;
  }

  .capture-header .capture-pill{
    width: 175px;
    height: 30px;
    border-radius: 3px;
  }

  
  .capture-title-box{
    width: 119px;
    height: 88px;
    border-radius: 12px;
    padding: 12px 6px;
  }

  
  .capture-title-box::after{
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
  }

  .capture-title-box p{
    font-size: 14px;
    line-height: 150%;
  }

  .capture-steps{
    gap: 24px;
  }
  
  .capture-desc{
    max-width: 200px;
    font-size: 12px;
    line-height: 180%;
    font-weight: var(--fw-regular);
    height: 88px;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .capture-example{
    align-items: baseline;
    gap: 4px;
  }
  .capture-example::before{
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    font-size: 9px;
  }

  .capture-item{
    gap: 16px;
  }

}


/* ========================================
  먹튀사이트 이용 주의사항 섹션
======================================== */

.use-tip-container {
  display: flex;
  padding: 80px 76px;
  flex-direction: column;
  align-items: center;
  gap: 96px;
  align-self: stretch;
  border-radius: 24px;
  border: 12px solid var(--color-primary-yellow);
}

/* 타이틀 */
.use-tip-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}


.use-tip-title p {
  font-size: 20px;
}

.use-tip-title span {
  color: var(--color-primary-yellow);
}

/* 유의사항 */
.use-tip-wrap {
  display: flex;
  width: 980px;
  padding: 0 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.use-tip {
  display: inline-flex;
  align-items: center;
  gap: 32px;
 }

.use-tip-step {
  width: 228px;
  flex: 0 0 228px;
  padding: 24px 0;
  align-items: center;
  border-radius: 24px;
  background: rgba(255, 200, 0, 0.20);
  color: var(--font-black-color);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.use-tip-step p {
  margin: 0;
}

 .use-tip-desc {
  color: var(--font-black-color);
  font-size: 24px;
  font-weight: 400;
 }

 /* 캡션 */
 .use-tip-caption {
  display: flex;
  padding: 40px 0;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-top: 1px solid;
  border-bottom: 1px solid;
  color: var(--font-black-color);
  text-align: center;
  font-size: 20px;
  letter-spacing:-0.8px;
  line-height: 180%;
 }

.use-tip-caption strong {
  color: var(--color-primary-yellow);
}

.use-tip-caption img {
  display: inline;
  vertical-align:top;
  padding-top:4px;
}

/* 카드 */
.use-tip-card-container {
  display: inline-grid;
  row-gap: 32px;
  column-gap: 32px;
  align-self: stretch;
  grid-template-rows: repeat(5, fit-content(100%));
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.use-tip-card {
  display: flex;
  justify-content: center;
  padding: 32px;
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.10);
  flex-direction: column;
  align-items: end;
  gap: 10px;
}

.use-tip-card > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.use-tip-card-container span {
  display: block;
  color: var(--font-black-color);
  text-align: center;
  font-family: 'Averia';
  font-size: 44px;
  font-weight: 400;
  line-height: 100%; /* 44px */
  letter-spacing: -2.5%;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  text-underline-position: from-font;
}

.use-tip-desc {
  height: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--font-black-color);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.use-tip-card .right-arrow img{
  width: 23px;
  height: 16px;
}

.use-tip-desc strong {
  color: var(--color-primary-yellow)
}

.use-tip-card img {
  height: 22px;
  align-self: flex-end;
}


/* ========================================
  반응형
======================================== */

@media screen and (max-width: 768px) {

  .use-tip-seciton{
    padding: 20px 20px 60px 20px;
  }
  .use-tip-container{
    padding: 60px 20px;
    border-radius: 12px;
    border: 4px solid var(--color-primary-yellow);
    gap: 40px;
  }

  .use-tip-title p{
    font-size: 12px;
    font-weight: var(--fw-regular);
    letter-spacing: -0.025em;
    line-height: 150%;
    height: 49px;
  }
  
  .use-tip-wrap{
    width: 100%;
  }

  .use-tip{
    gap: 14px;
  }

  .use-tip-card{
    padding: 16px;
    gap: 12px;
  }
  .use-tip-card > div{
    gap: 12px;
  }
  .use-tip-card-container{
    row-gap: 16px;
    column-gap: 16px;
  }
  
  .use-tip-card-container span{
    font-size: 22px;
    line-height: 100%;
    letter-spacing: -0.025em;
  }

  .use-tip-card-container .use-tip-desc{
    font-size: 12px;
    text-align: center;
  }

  .use-tip-desc{
    height: fit-content;
    text-align: left;
  }
  .use-tip-desc p{
    font-size: 12px;
    line-height: 150%;
  }

  .use-tip-card .right-arrow img{
    width: 11px;
    height: 8px;
  }


  .use-tip-step{
    padding: 10px 18px;
    border-radius: 12px;
    flex: initial;
    max-width: 88px;
  }

  .use-tip-step p{
    font-size: 12px;
    line-height: 150%;
  }

  .use-tip-caption{
    padding: 20px 0;
  }

  .use-tip-caption p{
    font-size: 12px;
    line-height: 180%;
  }

  .use-tip-caption img{
    width: 12px;
    height: 12px;
  }

}

/* ========================================
  안전놀이터 선정과정
======================================== */

.selection-process-section{
  margin: 50px 0 50px;
  padding: 160px 76px 200px;
  background-color: #F1F7FF;
  border-radius: 24px;
}

.selection-process-content-container{
  margin-top: 96px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.selection-process-title .blue-box{
  width: 450px;
  height: 61px;
  border-radius: 6px;
}

.selection-process-card.main-card{
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px;
  border-radius: 24px;
}

.selection-process-card .card-top-wrap{
  display: flex;
  gap: 24px;
  align-items: center;
}

.selection-process-content-title{
  font-size: 24px;
  font-weight: var(--fw-bold);
  line-height: 140%;
  letter-spacing: -0.025em;
  color: var(--font-black-color);
}

.selection-process-number{
  width: 104px;
  height: 104px;
  border-radius: 1000px;
  font-size: 42px;
  font-weight: var(--fw-regular);
  line-height: 100%;
  letter-spacing: -0.025em;
  color: var(--font-black-color);
  text-decoration: underline;
}

  .selection-process-content-desc{
    font-size: 14px;
    color:#333;
    font-weight: var(--fw-regular);
    line-height: 150%;
    letter-spacing: -0.025em;
  }




/* ========================================
  반응형
======================================== */

@media screen and (max-width: 768px) {

  .selection-process-section{
    padding: 60px 30px;
    margin: 0;
  }

  .selection-process-title .blue-box{
    width: 225px;
    height: 30px;
    border-radius: 3px;
  }

  .selection-process-content-container{
    gap: 10px;
    margin-top: 50px;
  }

  .selection-process-card.main-card{
    padding: 24px;
    border-radius: 12px;
    gap: 12px;
  }

  .selection-process-section .main-card::after{
    inset: -10px;
  }

  .selection-process-card .card-top-wrap{
    gap: 12px;
  }

  .selection-process-number{
    width: 52px;
    height: 52px;
    border-radius: 500px;
    font-size: 21px;
  }

  .selection-process-content-title{
    font-size: 15px;
  }

  .selection-process-content-desc{
    font-size: 12px;
    font-weight: var(--fw-regular);
    line-height: 150%;
    letter-spacing: -0.025em;
  }


}