.content_pattern,
.content_pattern * {
	box-sizing: border-box;
}
.content_pattern {
	background: #0d0e10;
	position: relative;
	overflow: hidden;
}

/* content Separate ************************************************************/
.content_pattern_separate {
	background: #2e3033;
	align-self: stretch;
	flex-shrink: 0;
	height: 1px;
	position: relative;
}
.content_pattern_sep1 { width: 1440px; }
.content_pattern_sep2 { width: 708px; }
.content_pattern_sep2_half { width: 354px; }
.content_pattern_sep2_third { width: 236px; }
.content_pattern_sep2_218 { width: 218px; }
.content_pattern_sep2_233 { width: 233px; }
.content_pattern_sep2_487 { width: 487px; }
.content_pattern_sep3 { width: 464px; }
.content_pattern_sep3_twin { width: 952px; }
.content_pattern_sep4 { width: 342px; }
.content_pattern_sep_500 { width: 500px; }
.content_pattern_sep_600 { width: 600px; }

.content_pattern_sep_div,
.content_pattern_sep_div2,
.content_pattern_sep_div3 {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
	z-index:400;
}
.content_pattern_sep_div_row { flex-direction: column; gap: 24px; }
.content_pattern_sep_div_row_gap12 { flex-direction: column; gap: 12px; }
.content_pattern_sep_div_row_gap3 { flex-direction: column; gap: 3px; }
.content_pattern_sep_div_row_nogap { flex-direction: column; gap: 0px; }
.content_pattern_sep_div_column { flex-direction: row; gap: 24px; }
.content_pattern_sep_div_column_gap5 { flex-direction: row; gap: 5px; }
.content_pattern_sep_div_column_gap3 { flex-direction: row; gap: 3px; }
.content_pattern_sep_div_column_nogap { flex-direction: row; gap: 0px; }

.content_pattern_sep_div_bottom_gradient {
	position: absolute;
	left:0px;
	bottom:0px;
	width: 100%;
	height: 50px;
	background: linear-gradient(0deg, rgba(13, 14, 16, 0.60) 0%, rgba(13, 14, 16, 0.00) 100%);
	z-index:500;
}

/* Top Banner ************************************************************/
.content_pattern_banner {
	background-size:cover;
	background-position: center center;
	position: relative;
	height:300px;
	overflow: visible;
}
.content_pattern_banner_gradient {
	position: absolute;
	left:0px;
	top:0px;
	width: 50%;
	height: 300px;
	background: linear-gradient(90deg, rgba(13, 14, 16, 0.90) 0%, rgba(13, 14, 16, 0.00) 100%);
}
.content_pattern_banner_title {
	background: #ffffff;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: left;
	font-family: "Pretendard-Black", sans-serif;
	font-size: 44px;
	font-weight: 900;
	position: absolute;
	left: 240px;
	top: 110px;
	height:80px;
}
.content_pattern_banner_line {
	margin-top: -1px;
	border-style: solid;
	border-color: #ffffff;
	border-width: 1px 0 0 0;
	width: 100%;
	height: 0px;
	position: absolute;
	left: 50%;
	translate: -50%;
	top: 175px;
}
.content_pattern_banner_comment {
	background: linear-gradient(90deg, rgba(123, 0, 255, 1) 0%, rgba(255, 102, 150, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: left;
	font-family: "Pretendard-Regular", sans-serif;
	font-size: 26px;
	font-weight: 400;
	position: absolute;
	left: 240px;
	top: 190px;
	height:60px;
}

/* title ************************************************************/
.content_pattern_title {
	width: 100%;
	height: 100%;
	padding: 100px calc(50% - 720px) 0px;
	color: #ffffff;
	text-align: left;
	font-family: "Pretendard-Black", sans-serif;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.2em;
}

/* content Container ************************************************************/
.content_pattern_content {
	width: 100%;
	height: 100%;
	padding: 40px calc(50% - 720px) 200px;
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: flex-start;
	justify-content: flex-start;
}
.content_pattern_content_item {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 26px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
}
.content_pattern_content_item_title {
	padding-bottom:20px;
	color: #ffffff;
	text-align: left;
	font-family: "Pretendard-Black", sans-serif;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.2em;
}
.content_pattern_buffer {
	position: relative;
	display: flex;
	width:1px;
	height:60px;
}

/* content Title ************************************************************/
.content_pattern_subtitle {
	text-align: left;
	font-family: "Pretendard-Black", sans-serif;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.2em;
	position: relative;
	align-self: stretch;
	color: #ffffff;
}
/* content Image ************************************************************/
.content_pattern_img_radius { border-radius: 20px; }
.content_pattern_img_radius_up { border-radius: 20px 20px 0px 0px; }
.content_pattern_img_radius_down { border-radius: 0px 0px 20px 20px; }
.content_pattern_img_radius_left { border-radius: 20px 0px 0px 20px; }
.content_pattern_img_radius_right { border-radius: 0px 20px 20px 0px; }
.content_pattern_img_radius_LU { border-radius: 20px 0px 0px 0px; }
.content_pattern_img_radius_RU { border-radius: 0px 20px 0px 0px; }
.content_pattern_img_radius_LD { border-radius: 0px 0px 0px 20px; }
.content_pattern_img_radius_RD { border-radius: 0px 0px 20px 0px; }

.content_pattern_img_bg_white { text-align:center; background-color:#FFFFFF; }
.content_pattern_img_bg_black { text-align:center; background-color:#292929; }
.content_pattern_img_bg_bottom { display: flex; justify-content: center; }
.content_pattern_img_comment {
	position:absolute;
	left:0px;
	bottom:0px;
	width: 100%;
	height:38px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.40) 100%);
	padding:12px 14px;
	color: #FFFFFF;
	font-family: Pretendard;
	font-size: 14px;
	font-weight: 700;
}

/* content Swiper Image ************************************************************/
.content_pattern_swiper {
	display:none;
	position: relative;
	width:100%;
	height: 320px;
	margin:0px 0px 6px 0px;
	z-index:1600;
	overflow-x:hidden;
	overflow-y:hidden;
	-ms-overflow-style: none;
}
.content_pattern_swiper_wrapper {
	padding: 0px;
	display: flex;
	flex-direction: row;
	gap: 0px;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
	width:100%;
}
.content_pattern_swiper_wrapper > .swiper-slide {
	background-size:cover;
	background-position: center center;
	height:320px;
	border-radius: 20px;
	aspect-ratio: 300/180;
}

/* content Comment List ************************************************************/
.content_pattern_comment {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
}
.content_pattern_comment_title {
	color: #ffffff;
	text-align: left;
	font-family: "Pretendard-Black", sans-serif;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.5em;
	position: relative;
}
.content_pattern_comment_title20 {
	color: #ffffff;
	text-align: left;
	font-family: "Pretendard-Black", sans-serif;
	font-size: 20px;
	font-weight: 900;
	position: relative;
}
.content_pattern_comment_title22 {
	color: #ffffff;
	text-align: left;
	font-family: "Pretendard-Black", sans-serif;
	font-size: 22px;
	font-weight: 900;
	position: relative;
}
.content_pattern_comment_title24 {
	color: #ffffff;
	text-align: left;
	font-family: "Pretendard-Black", sans-serif;
	font-size: 24px;
	font-weight: 900;
	position: relative;
}
.content_pattern_comment_title30 {
	color: #ffffff;
	text-align: left;
	font-family: "Pretendard-Black", sans-serif;
	font-size: 30px;
	font-weight: 900;
	position: relative;
}
.content_pattern_comment_text {
	color: #ffffff;
	text-align: left;
	font-family: "Pretendard-Regular", sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 400;
	position: relative;
}
.content_pattern_comment_text15 {
	color: #ffffff;
	text-align: left;
	font-family: "Pretendard-Regular", sans-serif;
	font-size: 15px;
	line-height: 1.3em;
	font-weight: 400;
	position: relative;
}
.content_pattern_comment_gradient {
	background: linear-gradient(90deg, rgba(123, 0, 255, 1) 0%, rgba(255, 102, 150, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: left;
	font-family: "Pretendard-ExtraBold", sans-serif;
	font-size: 17px;
	font-weight: 800;
	position: relative;
	align-self: stretch;
	width:fit-content;
}
.content_pattern_comment_list {
	display: flex;
	flex-direction: row;
	gap: 50px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
	color: #ffffff;
	text-align: left;
	font-family: "Pretendard-Regular", sans-serif;
	font-size: 16px;
	line-height: 1.25em;
	font-weight: 400;
	align-self: stretch;
}
.content_pattern_comment_ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 8px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 1;
	list-style-type: none; /* Remove default bullets */
}
.content_pattern_comment_ul li {
	text-indent : -24px;
	padding-left: 24px;
}
.content_pattern_comment_ul li::before {
	content: '·'; /* Em dash or any other character */
	margin: 0px 10px; /* Space between the marker and the text */
	color: #ffffff;
}

/* content vertical button ************************************************************/
.content_pattern_vertical {
	display:none;
	position:absolute;
	bottom:0px; left:0px;
	width:100%; height:90px;
	background: linear-gradient(180deg, rgba(13, 14, 16, 0) 0%, rgba(13, 14, 16, 1) 75%);
	backdrop-filter: blur(1.5px);
	z-index:1800;
}
.content_pattern_vertical_line {
	position:absolute;
	left:0px; bottom:22px;
	width:100%; height:1px;
	background: #2E3033;
}
.content_pattern_vertical_btn {
	position:absolute;
	left:calc(50% - 22px); bottom:0px;
	width:44px; height:44px;
}

/* content button ************************************************************/
.content_pattern_btn_container {
	display: flex;
	flex-direction: row;
	gap: 12px;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}
.content_pattern_btn {
	border-radius: 6px;
	padding: 12px 14px 12px 14px;
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
}
.content_pattern_btn_red { background: #d23164; }
.content_pattern_btn_gray { background: #282a2c; }
.content_pattern_btn_div {
	display: flex;
	flex-direction: row;
	gap: 6px;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
	cursor:pointer;
}
.content_pattern_btn_text {
	color: #ffffff;
	text-align: center;
	font-family: "Pretendard-Bold", sans-serif;
	font-size: 13px;
	font-weight: 700;
	position: relative;
}
.content_pattern_btn_text_M {
	color: #ffffff;
	text-align: center;
	font-family: "Pretendard-Medium", sans-serif;
	font-size: 17px;
	font-weight: 500;
	position: relative;
}
.content_pattern_btn_icon {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	position: relative;
	overflow: visible;
}

/* content icon ************************************************************/
.content_pattern_icon {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	position: relative;
	overflow: visible;
	cursor:pointer;
}

/* base common ************************************************************/
.content_text_red {
	color: #ff6696;
}

/* 반응형 웹 **********************************************************/
@media (min-width:1301px) AND (max-width:1540px) {
	.content_pattern_title { padding:80px calc(50% - 600px) 0px; }
	.content_pattern_content { padding:40px calc(50% - 600px) 160px; }

	/* 약 20% 감소.. [수식 : X / 1.2] */
	.content_pattern_sep1 { width: 1200px; }			/* 1440px */
	.content_pattern_sep2 { width: 590px; }				/* 708px */
	.content_pattern_sep2_half { width: 295px; }		/* 354px */
	.content_pattern_sep2_third { width: 197px; }		/* 236px */
	.content_pattern_sep2_218 { width: 181px; }			/* 218px */
	.content_pattern_sep2_233 { width: 194px; }			/* 233px */
	.content_pattern_sep2_487 { width: 406px; }			/* 487px */
	.content_pattern_sep3 { width: 386px; }				/* 464px */
	.content_pattern_sep3_twin { width: 792px; }		/* 952px */
	.content_pattern_sep4 { width: 285px; }				/* 342px */
	/*.content_pattern_sep_500 { width: 417px; }*/			/* 500px */
	.content_pattern_sep_600 { width: 500px; }			/* 600px */
		
	.content_pattern_sep_div_row { gap: 20px; }				/* 24px */
	.content_pattern_sep_div_row_gap12 { gap: 10px; }		/* 12px */
	/*.content_pattern_sep_div_row_gap3 { gap: 3px; }*/		/* 3px */
	.content_pattern_sep_div_column { gap: 20px; }			/* 24px */
	.content_pattern_sep_div_column_gap5 { gap: 4px; }		/* 5px */
	/*.content_pattern_sep_div_column_gap3 { gap: 3px; }*/	/* 3px */

	.content_pattern_sep_div_bottom_gradient { height: 40px; }	/* 50px */
}
@media (min-width:901px) AND (max-width:1300px) {
	.content_pattern_title { padding:60px calc(50% - 400px) 0px; }
	.content_pattern_content { padding:40px calc(50% - 400px) 120px; }
	
	/* 약 45% 감소.. [수식 : X / 1.8] */
	.content_pattern_sep1 { width: 800px; }				/* 1440px */
	.content_pattern_sep2 { width: 392px; }				/* 708px */
	.content_pattern_sep2_half { width: 196px; }		/* 354px */
	.content_pattern_sep2_third { width: 131px; }		/* 236px */
	.content_pattern_sep2_218 { width: 121px; }			/* 218px */
	.content_pattern_sep2_233 { width: 129px; }			/* 233px */
	.content_pattern_sep2_487 { width: 269px; }			/* 487px */
	.content_pattern_sep3 { width: 256px; }				/* 464px */
	.content_pattern_sep3_twin { width: 528px; }		/* 952px */
	.content_pattern_sep4 { width: 188px; }				/* 342px */
	.content_pattern_sep_500 { width: 450px; }			/* 500px */
	.content_pattern_sep_600 { width: 333px; }			/* 600px */
		
	.content_pattern_sep_div_row { gap: 16px; }				/* 24px */
	.content_pattern_sep_div_row_gap12 { gap: 8px; }		/* 12px */
	.content_pattern_sep_div_row_gap3 { gap: 2px; }			/* 3px */
	.content_pattern_sep_div_column { gap: 16px; }			/* 24px */
	.content_pattern_sep_div_column_gap5 { gap: 3px; }		/* 5px */
	.content_pattern_sep_div_column_gap3 { gap: 2px; }		/* 3px */
	
	.content_pattern_sep_div_bottom_gradient { height: 30px; }	/* 50px */
	
	.content_pattern_img_comment { 	padding:10px 14px; height:34px; font-size:12px; }

	.content_pattern_comment_list { gap: 20px; }
}
@media (min-width:641px) AND (max-width:900px) {
	.content_pattern_title { padding:60px 20px 0px; }
	.content_pattern_content { padding:40px 20px 120px; }
}
@media (min-width:641px) AND (max-width:1140px) {
	.content_pattern_banner,
	.content_pattern_banner_gradient { height:250px; }
	.content_pattern_banner_title { top: 95px; left: 120px; font-size: 40px; }
	.content_pattern_banner_line { top: 150px; }
	.content_pattern_banner_comment { top: 165px; left: 120px; font-size: 23px; }
}
@media (max-width:900px) {
	.content_pattern_sep_div { display:none; }
	.content_pattern_sep_div2 { width:100%; }
	.content_pattern_sep_div3 { width:50%; }
	.content_pattern_swiper { display:flex; }
	.content_pattern_img_comment { left:auto; }
	.content_pattern_comment_list { flex-direction:column; gap: 8px; }
}
@media (max-width:640px) {
	.content_pattern_banner,
	.content_pattern_banner_gradient { height:210px; }
	.content_pattern_banner_title { top: 85px; left: 16px; font-size: 30px; }
	.content_pattern_banner_line { top: 130px; }
	.content_pattern_banner_comment { top: 145px; left: 16px; font-size: 20px; }

	.content_pattern_title {
		padding:50px 16px 0px;
		font-family: "Pretendard-ExtraBold", sans-serif;
		font-size: 24px;
		font-weight: 800;
	}
	.content_pattern_content { padding:40px 16px 100px; gap:80px; }
	.content_pattern_content_item { gap: 18px; }

	.content_pattern_subtitle {
		font-family: "Pretendard-ExtraBold", sans-serif;
		font-size: 20px;
		font-weight: 800;
	}
	.content_pattern_separate { display:none; } 
	.content_pattern_swiper,
	.content_pattern_swiper_wrapper > .swiper-slide { height: 180px; }
	.content_pattern_vertical { display:flex; }	
	.content_pattern_comment_biz_vr,
	.content_pattern_comment_biz_vr2 {
		height: 260px;
		overflow-x:hidden;
		overflow-y:auto;
		padding-bottom:90px;
	}
}

