.video_pop {
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	height: 100dvh;
	/* aspect-ratio: 16/9; */
	/* background: #000; */
	/* height: 100vh; */
	/* background: rgba(15, 20, 34, 0.70);
    backdrop-filter: blur(4px); */
	max-height: 100vh;
	/* max-height: 800px; */
	/* position: relative; */
	overflow: hidden;
	position: fixed;
	inset: 0;
	top: 0;
	left: 0;
	z-index: 9999;
	opacity: 1;
	transition: opacity .6s ease;
}

.video_pop video.pc {
	display: block;
}

.video_pop video.mo {
	display: none;
}

.video_pop video {
	aspect-ratio: 16/9;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	z-index: -1;
	object-fit: cover;
}

.video_pop .skip-intro {
	position: absolute;
	right: 24px;
	bottom: 24px;
	padding: 10px 14px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, .35);
	background: rgba(0, 0, 0, .35);
	backdrop-filter: blur(6px);
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	transition: transform .15s ease, opacity .15s ease;
}

.video_pop .skip-intro:hover {
	transform: translateY(-1px);
}

.video_pop.is-hidden {
	opacity: 0;
	pointer-events: none;
}

/* main_banner */
/* main{background: #fff;} */
.main_wrap {
	background: #10151D;
	color: #FBFBFB;
}

/* title */
h2 {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

h2 i {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

h2 .tit {
	font-size: 40px;
	line-height: 1.3em;
}

h2 .tit strong {
	font-weight: 700;
	color: #C9B499;
}

h3 {
	font-size: 30px;
}

h3 strong {
	font-weight: 700;
	color: #C9B499;
}

/* c1/c1_1 */
.c1_1 {
	background: url(../img/c1_1_bg.png) no-repeat 50% 50% / cover;
	position: relative;
	/* background-attachment: fixed; */
}

.c1_1::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.90) 39.42%, rgba(0, 0, 0, 0.36) 100%);
	backdrop-filter: blur(5px);
	z-index: 0;
}

.c1_1 .container {
	position: relative;
}

.c1_1 h2 {
	margin-bottom: 40px;
}

.c1_1 h3 {
	margin-bottom: 10px;
}

.c1_1 p {
	max-width: 1005px;
}

/* c1_2 */
.c1_2 {
	background: url(../img/c1_2_bg.png) no-repeat 50% 50% / cover;
	position: relative;
	background-attachment: fixed;
}

.c1_2::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	background: rgba(16, 21, 29, 0.85);
	backdrop-filter: blur(5px);
	z-index: 0;
}

.c1_2_flex {
	position: relative;
	display: flex;
}

.c1_2_flex .img_wrap {
	flex: 4;
}

.c1_2_flex .txt_wrap {
	flex: 5;
}

.innerL {
	padding-left: calc(calc(100vw - 1520px) / 2);
	padding-right: 2.5vw;
}

.innerR {
	padding-right: calc(calc(100vw - 1520px) / 2);
	padding-left: 2.5vw;
}

.f1_date {
	font-size: 16px;
	opacity: 0.6;
	margin-top: 10px;
}

.c1_2_flex.f1 .img_wrap {
	background: url(../img/f1.png) no-repeat 50% 50% / cover;
	text-align: right;
}

.c1_2_flex.f2 .img_wrap {
	background: url(../img/f2.png) no-repeat 50% 50% / cover;
}

.f1 h3 {
	margin-bottom: 60px;
}

.count_ul {
	display: flex;
}

.count_ul li {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.count_ul li:not(:last-child) {
	border-right: 1px solid rgba(251, 251, 251, 0.2);
}

.count_ul h3 {
	margin-bottom: 20px;
}

.count_txt_wrap {
	display: flex;
	align-items: flex-end;
	line-height: 1;
	gap: 7px;
}

.count_txt_wrap span {
	font-size: 30px;
	font-weight: 700;
}

.count_num {
	display: flex;
	font-size: 60px;
	font-style: normal;
	font-weight: 800;
	color: #C9B499;
}

.f2 h3 {
	margin-bottom: 20px;
}

.f2_box {
	background: #fff;
	border-radius: 40px;
	padding: 30px;
	margin-top: 40px;
	max-width: 676px;
	font-size: 22px;
	display: flex;
	color: #14181F;
	align-items: center;
	justify-content: space-around;
}

.f2_box .txt_box {

	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.f2_box span {
	color: #C9B499;
	font-weight: 700;
}

.arr_box {
	max-width: 35px;
}

/* c1_3 */
.c1_3 {
	position: relative;
}

.c1_3 .bg video {
	aspect-ratio: 16/9;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	z-index: 0;
	object-fit: cover;
}

.c1_3 .bg::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 101%;
	display: block;
	content: '';
	background: rgba(22, 27, 34, 0.85);
	backdrop-filter: blur(3.5px);
	z-index: 0;
}

.c1_3 .container {
	position: relative;
	display: flex;
	align-items: center;
	gap: 80px;
}

.c1_3 .container .partners_map {
	line-height: 0;
	position: relative;
	flex: 4;
	margin: 35px 0;
}

.partners_map i {
	position: absolute;
	z-index: 2;
	width: 17px;
	perspective: 700px;
}

.partners_map i img {
	animation: spinY 3s ease-in-out infinite forwards;
	transform-style: preserve-3d;
}

@keyframes spinY {
	from {
		transform: rotateY(0deg);
	}

	to {
		transform: rotateY(360deg);
	}
}

.partners_map .pin1 {
	top: 35%;
	left: 34%;
}

.partners_map .pin2 {
	top: 37%;
	left: 37%;
}

.partners_map .pin3 {
	top: 39%;
	left: 50%;
}

.partners_map .pin4 {
	top: 37%;
	left: 53%;
}

.partners_map .pin5 {
	top: 45%;
	left: 45%;
}

.partners_map .pin6 {
	top: 55%;
	left: 30%;
}

.partners_map .pin7 {
	top: 48%;
	left: 40%;
}

.partners_map .pin8 {
	top: 50%;
	left: 42%;
}

.partners_map .pin9 {
	top: 50%;
	left: 47%;
}

.partners_map .pin10 {
	top: 55%;
	left: 56%;
}

.partners_map .pin11 {
	top: 53%;
	left: 58%;
}

.partners_map .pin12 {
	top: 62%;
	left: 54%;
}

.partners_map .pin13 {
	top: 60%;
	left: 57%;
}

.partners_map .pin14 {
	top: 64%;
	left: 37%;
}

.partners_map .pin15 {
	top: 84%;
	left: 57%;
}

.c1_3 .container .partners_txt {
	flex: 5;
}

.partners_date {
	margin: 10px 0 60px;
	font-size: 16px;
	opacity: 0.5;
}

.partners_wrap {
	display: flex;
	justify-content: space-between;
}

.partners_wrap .line {
	width: 1px;
	opacity: 0.3;
	background: #FBFBFB;
}

.partners_wrap ul {
	font-size: 16px;
	line-height: 1.8;
}

.partners_wrap .partners_tit {
	font-size: 20px;
	font-weight: 700;
	color: #C9B499;
}

/* m2/SERVICES */

#m2 {
	background: #10151D;

}

#m2 .container {
	display: flex;
	align-items: stretch;
}


.c2_left {
	flex: 4;
	height: auto;
}

.c2_left h2 {
	position: sticky;
	position: -webkit-sticky;
	/*13 미만 사파리 지원 추가*/
	top: 160px;
}

.c2_right {
	flex: 5;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 40px;
	padding-bottom: 240px;
}

.c2_card {}

.card_inner {
	position: relative;
	overflow: hidden;
	border-radius: 40px;
}



.c2_right>.c2_card:nth-child(2n) {
	transform: translateY(240px);
}


.c2_card .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(34, 34, 34, 0.80) 10%, rgba(34, 34, 34, 0.00) 80%);
	padding: 40px;
}

.c2_card ul {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.6;
}

/* 짝수 카드 시각 오프셋 */
.c2_right>.c2_card:nth-child(2n) {
	transform: translateY(240px);
}

/* 기본 카드 초기 상태 (숨김 + 살짝 아래쪽) */
.c2_card {
	opacity: 0;
	transform: translateY(100px);
	transition: all 1.2s ease-out;
}

/* 짝수 카드는 디자인 배치 때문에 +240px 더 내려가 있음 */
.c2_right>.c2_card:nth-child(2n) {
	transform: translateY(340px);
	/* 240px(배치) + 60px(애니메이션 오프셋) */
}

/* 애니메이션 완료 시 최종 위치 */
.c2_card.show {
	opacity: 1;
	transform: translateY(0);
}

/* 짝수 카드 최종 위치는 240px */
.c2_right>.c2_card:nth-child(2n).show {
	transform: translateY(240px);
}

/* m2_banner */
.m2_banner .container {
	background: url(../img/m2_banner.png) no-repeat 50% 50% / cover;
	border-radius: 200px;
	padding: 50px;
	overflow: hidden;
	position: relative;
}

.m2_banner .container::before {
	content: '';
	position: absolute;
	left: -1px;
	top: -1px;
	height: 101%;
	width: 101%;
	background: rgba(15, 17, 52, 0.45);
	mix-blend-mode: multiply;
	backdrop-filter: blur(5px);
	z-index: 0;
}

.m2_banner h2 {
	position: relative;
	text-align: center;
	align-items: center;
	width: 100%;
}

/* m3/OUR EDGE  */
#m3 h2 {
	margin-bottom: 60px;
}

.faq-item:first-child .faq-question {
	border-top: 1px solid #FFF;
}

.faq-question {
	display: flex;
	color: #fff;
	justify-content: space-between;
	padding: 40px 0;
	cursor: pointer;
	font-size: 30px;
	font-weight: 700;
	border-bottom: 1px solid #fff;
	transition: background-color 0.3s;
}

.faq-question.active {
	border-bottom: none;
	color: #C9B499;
}

.faq-question>div {
	display: flex;
	gap: 30px;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
}


.faq-answer {
	display: none;
	padding-bottom: 40px;
	font-size: 20px;
	line-height: 1.8;
	font-weight: 400;
	border-bottom: 1px solid #fff;
}

.faq-question span.toggle-icon {
	justify-self: flex-end;
	color: #FFF;
	text-align: right;
	font-size: 16px;
	opacity: 0.5;
	font-weight: 400;
	align-self: center;
}


/* m4 */
.m4 {
	background: url('../img/m4_bg.png') no-repeat 50% 50% / cover;
	position: relative;
}

.m4::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	background: rgba(0, 0, 0, 0.35);
	z-index: 0;
}

.c4_banner {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 100px;
}

.c4_banner_tit {
	color: #FFF;
	font-size: 52px;
	text-align: center;
	text-shadow: 0 2px 50px #AAC5FF;
}

.c4_banner_btn {
	text-align: center;
	margin: 0 auto;
	border-radius: 100px;
	border: 1px solid #FFF;
	background: linear-gradient(133deg, rgba(26, 37, 90, 0.80) 4.8%, rgba(171, 176, 221, 0.80) 23.01%, rgba(26, 37, 90, 0.80) 41.95%, rgba(22, 33, 61, 0.80) 58.71%, rgba(26, 37, 90, 0.80) 71.09%, rgba(171, 176, 221, 0.80) 84.93%, rgba(26, 37, 90, 0.80) 98.77%);
	backdrop-filter: blur(10px);
	font-size: 20px;
	font-weight: 700;
	padding: 16px 50px;
}

/* contact_wrap */
.contact_wrap {
	background: url(../img/contact_bg.png) no-repeat 50% 50% / cover;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
}

.contact_wrap::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	background: rgba(0, 0, 0, 0.75);
	backdrop-filter: blur(10px);
	z-index: 0;
}

.contact_wrap>div,
.contact_wrap>section {
	position: relative;
}

.contact_banner {
	padding: 240px 0 80px;
}

.contact_banner .container {
	background: url(../img/contact_banner.png) no-repeat 50% 50% / cover;
	border-radius: 40px;
	padding: 100px 0;
}

.contact_banner h2 {
	color: #fff;
	text-align: center;
}


.inquiry_right {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}

.form_flex {
	display: flex;
	gap: 10px;
	margin-bottom: 25px;
}

.form_group {
	width: 100%;
}

.form_group label {
	display: block;
	font-weight: bold;
	font-size: 20px;
	flex-shrink: 0;
	margin-bottom: 10px;
}

.form_group label i {
	color: #C9B499;
}

.form_group input,
.form_group textarea {
	font-family: "Paperlogy";
	width: 100%;
	padding: 20px;
	border-radius: 15px;
	border: 1px solid #FFF;
	background: rgba(0, 0, 0, 0.30);
	backdrop-filter: blur(15px);
	color: #fff;
}

.form_group textarea {
	height: 270px;
	resize: none;
	line-height: 1.7;
	width: 100%;
}

.form_group input.maxw {
	/* max-width: 400px; */
	width: 100%;
}

#inquiry_form p {
	font-size: 12px;
	font-weight: 500;
	/* color: #727272; */
	text-align: center;
	margin: 15px 0;
}

.form_group.chk_group {
	padding: 40px 0;
	border-bottom: 0;
}

.form_group.chk_group label {
	font-size: 20px;
	font-weight: 500;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	margin-bottom: 0;
	font-weight: 700;
}

.form_group.chk_group label i {
	color: inherit;
	font-weight: 400;
}



.form_group.chk_group input {
	width: auto;
}

.submit_btn {
	display: inline-block;
	/* width: 100%; */
	font-family: "Paperlogy";
	padding: 15px 45px;
	border: none;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	color: #fff;
	border-radius: 100px;
	border: 1px solid #FFF;
	background: rgba(0, 0, 0, 0.30);
}


/* 모달 배경 */
.policy_modal {
	display: none;
	/* 처음엔 숨김 */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

/* 모달 박스 */
.policy_modal_content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #FBFBFB;
	color: #000;
	padding: 30px;
	border-radius: 10px;
	max-width: 500px;
	width: 80%;
	max-height: 80%;
	overflow: scroll;
	text-align: center;
}

.policy_modal h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

.policy_modal p {
	font-size: 15px;
}

.close_btn {
	display: block;
	margin: 20px auto 0;
	padding: 7px 20px;
	background: #333;
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

/* site_bg */
.site_bg.on {
	display: block;
}

.site_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99999999;
}

.site_popup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	max-width: 1000px;
	width: 90%;
	height: 80%;
	position: relative;

}

.closeButton:hover {
	background-color: #c1272d;
}

.closeButton {
	position: absolute;
	top: -5px;
	right: -5px;
	font-size: 2rem;
	font-weight: 600;
	background: #333;
	color: #fff;
	width: 3rem;
	height: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	cursor: pointer;
}

/* 개인정보처리방침 */
.site_tab {
	width: 100%;
	padding: 2rem;
	margin: 0 auto;
	max-width: 1500px;
	font-size: 18px;
	line-height: 1.7em;
	font-weight: 400;
	word-break: keep-all;
	color: #272727;
	height: 100%;
	overflow-y: scroll;
}

.site_tab>li.on {
	display: block;
}

.site_tab>li {
	display: none;
}

.site_tab h6 {
	/* height: 30px; */
	line-height: 2;
	padding-left: 0px;
	font-size: 22px;
	margin-bottom: 15px;
	color: #000;
	font-weight: normal;
}

.site_tab h4 {
	font-size: 36px;
	font-weight: 800;
	text-align: center;
	margin: 5rem 0;
	line-height: 1.5;
	display: block;
}

.site_tab h4::before {
	display: none;
}

/* 비급여 */
.time_wrap table {
	line-height: 1.5;
	text-align: center;
	font-size: 1.5rem;
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
	color: #000;
	font-weight: 700;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-left: 0;
}

table,
td {
	border-spacing: 0px;
	padding: 0px;
}

.time_wrap table tr td {
	padding: 10px;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

tr.bg td {
	background: rgba(0, 0, 0, 0.1);
}

tr.bg2 td {
	background: rgba(35, 104, 196, 0.2);
	font-weight: 700;
}