.sub_page_top {
	display: flex;
	position: relative;
	height: 430px;
	padding: 0 15px;
	align-items: center;
	justify-content: center;
	background-image: url('/images/sub/top_bg.png');
	background-position: center;
	background-size: cover;
	text-align: center;
}
.sub_page_top .sub_page_info {
	color: #fff;
}
.sub_page_info {
	color:  var(--gray_50);
}
.sub_page_info ul {
	display: flex;
	gap: 20px;
	margin-bottom: 24px;
	justify-content: center;
	align-items: center;
}
.sub_page_info ul li {
	position: relative;
	font-size: 0.875rem;
	line-height: 1.71;
	opacity: 0.6;
}
.sub_page_info ul li + li::before {
	content: url('/images/icon/arrow/right_arrow_thin_gray.svg');
	display: block;
	position: absolute;
	left: -16px;
}
.sub_page_info ul li.on {
	opacity: 1;
	text-decoration: underline;
	color:  #0951BD;
}
.sub_page_info .sub_title {
	margin-top: 12px;
}
.sub_page_info .title {
	color:  var(--gray_90);
}
.sub_page_info .detail {
	margin-top: 16px;
}

.sub_page_top .sub_page_info ul li + li::before {
	content: url('/images/icon/arrow/right_arrow_thin.svg');
}
.sub_page_top .sub_page_info ul li.on {
	color: var(--white);
}
.sub_page_top .sub_page_info .title {
	color:  var(--white);
}




.sub_page_section {
	padding: 80px 0;	
}

.intro_content_box {

}
.intro_content_box + .intro_content_box {
	margin-top: 48px;
}
.intro_content_box > .title {
	margin-bottom: 20px;
}
.intro_content_box > .content {
	padding: 42px 48px;
	background: var(--gray_5);
	border-radius: 20px;
}
.intro_content_box .detail_box {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.intro_content_box .desc_box_title {
	font-weight: 700;
} 
.intro_content_box .detail_box ul {
	display: flex;
	flex-direction: column;
	margin-bottom: 24px;
	gap: 4px;
}
.intro_content_box .detail_box ul li {
	color: var(--gray_60);	
}
.intro_content_box .detail_box ul li b {
	color: var(--gray_90);
}

.process_flow {
	display: flex;
	margin-top: 30px;
	gap: 32px;
}
.process_step {
	display: flex;
	position: relative;
	padding-top: 40px;
	gap: 10px;
	flex-grow: 1;
}
.process_block {
	flex-grow: 1;
}
.process_block_item {
	display: flex;
	height: 100%;
	padding: 20px;
	border-radius: 12px;
	align-items: center;
	justify-content: center;
	background: #DAE6F9;
	color: var(--blue);
	text-align: center;
}
.process_step_title {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-left: 1px solid var(--blue);
	text-align: center;
	line-height: 1;
	color: var(--blue);
}
.process_step_title .inner {
	display: inline-block;
	position: relative;
	padding: 0px 10px;
	background: var(--gray_5);
	z-index: 1;
}
.process_step_title::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 6px;
	width: 100%;
	height: 1px;
	background: var(--blue);
}
.process_step_title::after {
	content: '';
	display: block;
	position: absolute;
	right: 3px;
	top: 6px;
	width: 6px;
	height: 6px;
	margin-top: -.5px;
	transform: rotate(45deg) translate(0, -50%);
	border-top: 1px solid var(--blue);
	border-right: 1px solid var(--blue);
}

.process_step3 .process_step_title {
	border-right: 1px solid var(--blue);
}
.process_step3 .process_step_title::after {
	display: none;
}


.process_block_item h6 {
	font-weight: 700;
}

.process_step1 .process_block2,
.process_step2 .process_block1 {
	display: flex;
	gap: 10px;
	flex-direction: column;
}
.process_step1 .process_block2 .process_block_item {
	padding: 32px 20px;
	background: #E0E1E3;
	color: var(--gray_60);
}
.process_step1 .process_block3 h6 {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #0951BD26;
}
.process_step3 .process_block1 .process_block_item {
	padding: 30px 20px;
}
.process_step3 .process_block1 h6 {
	line-height: 1.75;
}
.process_step3 .process_block1 img {
	margin: 16px 0 12px;
}

.process_step + .process_step::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -16px;
	bottom: 0;
	width: 1px;
	height: 100%;
	border-left: 2px dashed #B7D0F4;
}
.intro_content_box .file_area {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.intro_content_box .file_area li a {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #008FF5;
}
.intro_content_box .file_area li a span {
	text-decoration: underline;
}
.sub_banner_wrap {
	margin-top: 100px;
	padding: 0 60px;
}
.sub_banner {
	padding: 120px 20px;
	border-radius: 24px;
	background-position: center;
	background-size: cover;
	color: var(--white);
	text-align: center;
}
.sub_banner .banner_subtitle {
	display: block;
	margin-bottom: 12px;
	font-size: 1rem;
	line-height: 1.75;
	opacity: 0.6;
}
.sub_banner .banner_title {
	font-size: 2rem;
	line-height: 1.625;
}
.sub_banner .link_area {
	margin-top: 40px;
}

.sub_banner .link_area {
	display: flex;
	gap: 16px;
	justify-content: center;
	align-items: center;
}
.sub_banner .link_area a {
	position: relative;
	padding: 14px 40px;
	border: none;
	background: transparent;
	color: white;
	font-size: 1.25rem;
	line-height: 1.6;
	font-weight: 700;
	border-radius: 50px;
	z-index: 1;
	overflow: hidden;
}

.sub_banner .link_area a::before {
	content: '';
	position: absolute;
	inset: 0;
	padding: 2px; /* 테두리 두께 */
	border-radius: 48px;
	background: linear-gradient(90deg, #ffffffcc, #ffffff33); /* 흰색 그라데이션 */
	-webkit-mask:
	linear-gradient(#000 0 0) content-box,
	linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: -1;
}

.sub_banner .link_area a > span,
.sub_banner .link_area a > img {
	display: inline-block;
	vertical-align: middle;
}


/* modal */

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20%);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 화면 중앙에 나오는 알림창 모달입니다. */
.modal {
	position: fixed;
	display: none;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 999;
	top: 0;
	left: 0;
}

.modal:not(.sub)::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: -1;
}

.modal.on {
	display: flex;
}

.modal .modal_container {
	max-width: 468px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
	overflow: auto;
	animation: fadeIn 0.3s ease;
}

.modal .modal_content {
	padding: 24px;
	border-radius: 8px;
	border-bottom: 2px solid #E3E6EA;
	background: #FFF;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
}

.modal .modal_content .modal_title {
	margin-bottom: 18px;
}

.modal .modal_content .modal_summary {
	margin-bottom: 24px;
}

.modal .modal_content .modal_button_group {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
}

.modal .contest_term_wrap dl {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
	color: var(--gray_60);
	font-size: 0.875rem;
	line-height: 1.5rem;
}
.modal .contest_term_wrap dt {
	width: 80px;
}
.modal .contest_term_wrap dd {
	flex: 1;
	position: relative;
}

.required {
	color: var(--blue);
}
.terms_box {
	width: 100%;
	height: 200px;
	padding: 20px;
	border-radius: 8px;
	border: 1px solid var(--gray_20);
	color: var(--gray_40);
	overflow: auto;
}
.terms_box > * {
	line-height: 1.3;
	color: var(--gray_40) !important;
}
.terms_box table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid var(--gray_20);
}
.terms_box table th,
.terms_box table td {
	padding: 10px 12px;
	border: 1px solid var(--gray_20);	
	font-size: 0.875rem;
}

.pt-0 {
	padding-top: 0 !important;
}

.container.xxl {
	max-width: 1710px;
}


.nav_tab {
	background: var(--white);
	border-bottom: 1px solid var(--gray_25);
}
.nav_tab ul {
	display: flex;
	align-items: flex-end;
}
.nav_tab ul li {
	width: 50%;
	color: var(--gray_40);
}
.nav_tab ul li.on {
	color: #000;
	box-shadow: inset 0 -2px 0 0 #000;
}
.nav_tab ul li a {
	display: block;
	padding: 24px 15px;
	text-align: center;
	font-weight: 700;
}
.total_intro_section {
	padding: 120px 0;
}
.total_intro_section1 {
	padding: 0;
}
.total_intro_section1_inner {
	padding: 100px 120px 120px;
	border-radius: 20px;
}
.total_intro_section1_inner + .total_intro_section1_inner {
	margin-top: 20px;
}

.total_intro_section .img_content_wrap img {
	max-width: 100%;
}
.total_intro_section1 {
	padding: 80px 120px;
	background: var(--gray_5);
	text-align: center;
}
.total_intro_section1_inner {
	background: var(--white);
}
.total_service_card_content1 {
	padding: ;
}
.total_intro_section1_inner1 .title {
	padding-bottom: 25px;
	border-bottom: 1px solid var(--gray_25);
}
.total_intro_section1_inner1 .img_content_wrap {
	display: flex;
	margin-top: 68px;
	flex-direction: column;
	gap: 68px;
}
.total_intro_section1_inner1 .img_content_wrap > * {
	position: relative;
}
.total_intro_section1_inner1 .img_content_wrap .img_content2::before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: 100%;
	width: 1px;
	height: 68px;
	border-left: 3px dashed var(--blue);
}
.total_intro_section1_inner1 .img_content_wrap .img_content2::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: 100%;
	width: 15px;
	height: 15px;
	margin-bottom: -1px;
	margin-left: -6px;
	border-left: 3px solid var(--blue);
	border-bottom: 3px solid var(--blue);
	transform: rotate(-45deg);
}

.total_intro_section1_inner1 .img_content_wrap img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.intro_title_box {
	text-align: center;
}
.intro_title_box .badge {
    padding: 8px 20px;
    margin-bottom: 24px;
    line-height: 1.75;
}

.intro_title_box .intro_title {
	margin-bottom: 40px;
	line-height: 1.56;
	text-align: center;
}

.total_intro_section1_inner2 {
	text-align: left;
}



.total_service_card {
	padding: 40px 48px;
	border-radius: 20px;
	border: 1px solid var(--gray_25);
}
.total_intro_section1_inner2 .total_service_card1 .title {
	padding-bottom: 12px;
	margin-bottom: 20px;
	color: var(--blue);
	border-bottom: 1px solid var(--gray_25);
}

.total_intro_section .title_ul {
	display: flex;
	margin-bottom: 40px;
	flex-direction: column;
	gap: 6px;
}
.total_intro_section .title_ul li {
	position: relative;
	padding-left: 16px;
	text-align: left;
}
.total_intro_section .title_ul li::before {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 8px;
	height: 2px;
	background: var(--gray_90);
}

.table_responsive {
	overflow-x: auto;
}
.total_service_card table {
	width: 100%;
	border: 1px solid var(--gray_10);
	text-align: center;
}
.total_service_card table tr {
	border: 1px solid var(--gray_10);
}
.total_service_card table th, .total_service_card table td {
	padding: 10px;
	border: 1px solid var(--gray_10);
	font-size: 0.875rem;
	vertical-align: middle;
}
.total_service_card table thead th {
	background: var(--gray_90);
	color: var(--white);
	font-weight: 700;
}
.total_service_card table th {
	background: var(--gray_5);
}
.total_service_card table tbody td {
	color: var(--gray_60);
}

.total_intro_section2 {
	text-align: center;
}

.total_intro_section2 .total_service_card {
	text-align: center;
}
.total_intro_section2 .total_service_card1 {
	padding: 50px 48px;
}
.total_intro_section2 .total_service_card1 ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 612px;
	margin: 24px auto 0;
	gap: 12px;
}
.total_intro_section2 .total_service_card1 ul li {
	display: flex;
	width: calc(50% - 6px);
	padding: 14px;
	gap: 10px;
	border-radius: 50px;
	border: 1px solid #FAC4C4;
	align-items: center;
}
.total_intro_section2 .total_service_card1 ul li span {
	display: inline-block;
	width: 92px;
	padding: 4px 0;
	background: #FAC4C4;
	border-radius: 50px;
	color: var(--red);
	text-align: center;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5;	
}
.total_intro_section2 .total_service_card1 ul li.blue {
	border: 1px solid #DAEBFF;
}
.total_intro_section2 .total_service_card1 ul li.blue span {
	background: #DAEBFF;
	color: var(--blue);
}

.total_intro_section2 .total_service_card2 {
	display: inline-block;	
	position: relative;
	margin: 40px 0;
	padding: 0;
}
.total_intro_section2 .total_service_card2 .inner {
	position: relative;
	padding: 57px 82px;
	background: var(--white);
	border-radius: 20px;
	z-index: 1;
}
.total_intro_section2 .total_service_card2::before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: -40px;
	bottom: -40px;
	border-left: 3px dashed var(--blue);
}

.total_intro_section2 .total_service_card2::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: -40px;
	width: 15px;
	height: 15px;
	margin-left: -6px;
	border-left: 3px solid var(--blue);
	border-bottom: 3px solid var(--blue);
	transform: rotate(-45deg);
}



.total_intro_section2 .total_service_card3 {
	padding: 80px 48px 60px;
}
.total_intro_section2 .total_service_card3 > h4 {
	font-size: 2rem;
}
.total_intro_section2 .total_service_card3 .icon_content_wrap {
	display: flex;
	max-width: 814px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	gap: 20px;
	flex-wrap: wrap;
}
.total_intro_section2 .total_service_card3 .icon_content_wrap article {
	display: flex;
	width: calc(33.3333% - 14px);
	padding: 50px 15px;
	border-radius: 20px;
	background: var(--gray_5);
	align-items: center;
	justify-content: center;
}
.total_intro_section2 .total_service_card3 .icon_content_wrap article img {
	max-width: 100%;
	margin-bottom: 10px;
}

.total_intro_section3 {
	background: var(--gray_5);
}
.total_intro_section3 .card_content_wrap {
	display: flex;
	margin-top: 56px;
	gap: 30px;
}
.total_intro_section3 .card_content_wrap article {
	width: 33.3333%;
	background: var(--white);
	border-radius: 20px;
	overflow: hidden;
}
.total_intro_section3 .card_content_wrap article .title_box {
	padding: 18px 15px;
	background: var(--blue);
	color: var(--white);
	text-align: center;
}
.total_intro_section3 .card_content_wrap article .title_ul {
	padding: 24px 26px;
}