@charset "UTF-8";
/* 국제교류협력 운영 현황 */

/* 지도 */
#hl_inter_map {
	background-color: #efefef;
	aspect-ratio: 1/0.462311558;
	margin-bottom: 10px;
}

.hl_example_text {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.hl_example_text .hl_text {
	font-size: 16px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3px;
}

.hl_example_text .hl_text::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: #333;
	display: inline-block;
}

.hl_example_text .hl_button {
	border-radius: 4px;
	color: #fff;
	background-color: #003964;
	padding: 5px 10px;
	font-size: 15px;
	cursor: pointer;
}
/* table */
.hl_inter_table_wrap table tbody tr td {
	text-align: center;
	word-break: keep-all;
	border: none !important;
}

.hl_inter_table_wrap table tbody tr {
	border-bottom: 1px solid #E8E8E8;
}

.hl_list_disc li {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	text-align: left;
	line-height: 1.3;
}

.hl_list_disc li::before {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #333;
	margin-top: 7px;
	flex-shrink: 0;
}

.hl_list_disc li:not(:last-child) {
	margin-bottom: 4px;
}

.hl_cooperation_pagination {
	margin-top: 40px;
}

/* 국제교류협력 신청 */
.hl_create_form {
	margin-bottom: 70px;
}

.hl_create_title {
	margin-bottom: 36px;
	border-bottom: 1px solid #000000;
	padding-bottom: 30px;
	font-size: 26px;
	font-weight: 400;
	color: #000000;
}

.hl_input_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 50px;
}

.hl_input_box {
	width: calc(( 100% - 50px)/2);
}

.hl_input_box.full {
	width: 100%;
}

.hl_input_box label {
	height: 100%;
}

.hl_label {
	display: block;
	margin-bottom: 8px;
	font-size: 15px;
	font-weight: 500;
	color: #333;
}

.hl_label .required {
	color: #3073EB;
}

.hl_input {
	border: 1px solid #E8E8E8;
	border-radius: 6px;
	padding: 14px;
	font-size: 15px;
	font-weight: 400;
	color: #333;
	width: 100%;
}

select.hl_input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 40px;
	background: url(/resource/image/exchange_hl/select_arr.png) no-repeat
		center right 14px/12px;
	padding: 13px 14px;
}

.hl_input.disabled {
	background-color: light-dark(rgba(239, 239, 239, 0.3),
		rgba(59, 59, 59, 0.3));
	color: light-dark(rgb(84, 84, 84), rgb(170, 170, 170));
}

.hl_input::placeholder {
	color: #888888;
}

.hl_input:focus-visible {
	outline: 2px solid #000;
}

.select_02 .selectric {
	border-radius: 6px;
}

.select_02 .selectric-items .selectric-scroll {
	overflow: initial;
}

.select_02 .selectric .label {
	padding: 14px 4px;
	font-size: 15px;
	height: auto;
	line-height: 1;
	font-weight: 400;
}

.select_02 .selectric-items li.disabled {
	color: #888888;
	display: none;
}

.hl_placeholder {
	color: #888888 !important;
}

.btn_hl_black {
	background-color: #000000;
}

#alternate_request_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: fit-content;
}

.hl_terms_wrap {
	background-color: #F9F9F9;
	padding: 30px;
}

.hl_terms_acc {
	position: relative;
	width: fit-content;
}

.hl_check_label {
	display: flex;
	gap: 8px;
	font-size: 15px;
	font-weight: 400;
	color: #333;
	cursor: pointer;
	padding-right: 34px;
	align-items: flex-start;
	word-break: keep-all;
}

.hl_check_view {
	display: block;
	width: 20px;
	aspect-ratio: 1/1;
	background: url(/resource/image/exchange_hl/icon_check_default.png)
		no-repeat center/contain;
	margin-top: -1px;
	flex-shrink: 0;
}

input[type=checkbox].txt_hidden:checked ~.hl_check_view {
	background-image: url(/resource/image/exchange_hl/icon_check_active.png);
}

.hl_acc_btn {
	position: absolute;
	bottom: -2px;
	right: 0px;
	display: flex;
	width: 24px;
	aspect-ratio: 1/1;
	background: url(/resource/image/exchange_hl/select_arr.png) no-repeat
		center/12px;
	background-color: transparent;
}

input[type=checkbox].txt_hidden:checked ~.hl_acc_btn {
	transform: rotate(180deg);
}

.hl_terms_content {
	padding-top: 10px;
}

.hl_terms_content p {
	border: 1px solid #E8E8E8;
	background-color: #fff;
	border-radius: 6px;
	overflow-y: auto;
	padding: 14px;
	font-size: 15px;
	font-weight: 400;
	color: #888888;
	height: 90px;
	word-break: break-all;
}

.hl_terms_content a {
	text-decoration: underline;
}

.hl_table_top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 4px;
}

.hl_list_cnt {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

.hl_list_cnt span {
	color: #333;
}

.hl_empty_wrap {
	padding: 150px 0;
}

.hl_empty_title {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	text-align: center;
}

.help_text {
	font-size: 16px;
	color: #333;
	text-align: right;
}

.help_text .required {
	color: #3073EB;
}

@media screen and (max-width:800px) {
	section.sub .select_02 .selectric .label {
		font-size: 15px;
	}
	.hl_create_form {
		margin-bottom: 50px;
	}
	.hl_create_title {
		margin-bottom: 26px;
		padding-bottom: 16px;
		font-size: 20px;
	}
	.hl_input_box {
		width: 100%;
	}
	#alternate_request_btn {
		width: 100%;
	}
	.help_text {
		font-size: 14px;
	}
}

@media screen and (max-width:767px) {
	#hl_inter_map {
		margin-bottom: 0;
	}
	.hl_example_text {
		flex-direction: column-reverse;
		align-items: start;
		gap: 8px 0;
		margin-bottom: 20px;
	}
	.hl_example_text .hl_text {
		font-size: 14px;
		gap: 3px;
		padding: 0 10px;
	}
	.hl_example_text .hl_button {
		border-radius: 0;
		padding: 10px 0px;
		font-size: 14px;
		width: 100%;
		text-align: center;
	}
}

.hi-j-flex {
	display: flex;
	justify-content: space-between;
}

.hi-j-flex button {
	padding: 6px 8px;
	background-color: #e6e6e6;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 500;
	color: #333;
	cursor: pointer;
	border: 1px solid #c4c4c4;
}