.modules.telNo {
	color: #1a1a1a;
	font-family: Pretendard, sans-serif;
}

.modules.telNo .campus-tel__section + .campus-tel__section {
	margin-top: 48px;
}

.modules.telNo .campus-tel__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 18px;
}

.modules.telNo .campus-tel__title {
	margin: 0;
	color: #1a1a1a;
	font-family: "Arita Bold", serif;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.35;
}

.modules.telNo .campus-tel__add {
	flex: 0 0 auto;
	min-height: 38px;
	padding: 7px 15px;
	border: 1px solid #15836f;
	border-radius: 3px;
	color: #fff;
	background: #15836f;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	cursor: pointer;
	transition: background-color .2s ease, border-color .2s ease;
}

.modules.telNo .campus-tel__add:hover,
.modules.telNo .campus-tel__add:focus {
	border-color: #0f6859;
	background: #0f6859;
}

.modules.telNo .campus-tel__table-wrap {
	overflow-x: auto;
}

.modules.telNo .campus-tel__table {
	width: 100%;
	min-width: 620px;
	margin: 0;
	border: 0;
	border-top: 2px solid #1a1a1a;
	border-collapse: collapse;
	table-layout: fixed;
	color: #1a1a1a;
	font-size: 17px;
	line-height: 1.5;
}

.modules.telNo .campus-tel__table caption,
.telNo-form table caption {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.modules.telNo .campus-tel__department-col {
	width: 72%;
}

.modules.telNo .campus-tel__contact-col {
	width: 28%;
}

.modules.telNo .campus-tel__table th,
.modules.telNo .campus-tel__table td {
	padding: 16px 18px;
	border: 0;
	border-bottom: 1px solid #eee;
	text-align: left;
	vertical-align: middle;
	word-break: keep-all;
}

.modules.telNo .campus-tel__table th {
	color: #101009;
	background: #f7f8f9;
	font-weight: 700;
}

.modules.telNo .campus-tel__table td {
	color: #333;
	font-weight: 400;
}

.modules.telNo .campus-tel__editable {
	cursor: pointer;
	transition: background-color .15s ease;
}

.modules.telNo .campus-tel__editable:hover,
.modules.telNo .campus-tel__editable:focus {
	outline: 0;
	background: #f4faf8;
}

.modules.telNo .campus-tel__editable:focus {
	box-shadow: inset 0 0 0 2px #15836f;
}

.modules.telNo .campus-tel__editable.is-disabled td {
	color: #777;
	background: #fafafa;
}

.modules.telNo .campus-tel__status {
	display: inline-block;
	margin-left: 8px;
	padding: 2px 7px;
	border-radius: 10px;
	color: #666;
	background: #e8e8e8;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.4;
	vertical-align: 2px;
}


.telNo-form {
	color: #222;
	font-family: Pretendard, sans-serif;
}

.telNo-form .telNo-form__intro {
	margin-bottom: 16px;
	padding: 17px 20px;
	border-left: 4px solid #15836f;
	background: #f3f8f6;
}

.telNo-form .telNo-form__intro strong {
	display: block;
	color: #173b34;
	font-size: 18px;
	line-height: 1.4;
}

.telNo-form .telNo-form__intro p {
	margin: 4px 0 0;
	color: #65716d;
	font-size: 13px;
	line-height: 1.5;
}

.telNo-form table {
	width: 100%;
	border-top: 2px solid #333;
	border-collapse: collapse;
	table-layout: fixed;
}

.telNo-form table caption {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.telNo-form .telNo-form__label-col {
	width: 24%;
}

.telNo-form th,
.telNo-form td {
	padding: 13px 14px;
	border-bottom: 1px solid #e5e5e5;
	vertical-align: middle;
}

.telNo-form th {
	color: #222;
	background: #f7f8f8;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
}

.telNo-form td {
	background: #fff;
}

.telNo-form .form-control {
	display: inline-block;
	width: 100%;
	min-height: 38px;
	padding: 8px 10px;
	border: 1px solid #cfd5d3;
	border-radius: 3px;
	color: #222;
	background: #fff;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.5;
	vertical-align: middle;
}

.telNo-form .form-control:focus {
	border-color: #15836f;
	outline: 0;
	box-shadow: 0 0 0 2px rgba(21, 131, 111, .12);
}

.telNo-form .telNo-form__description {
	height: 124px;
	resize: vertical;
}

.telNo-form .telNo-form__date {
	width: 140px;
	text-align: center;
}

.telNo-form .ui-datepicker-trigger {
	width: 24px;
	height: 24px;
	margin-left: 8px;
	vertical-align: middle;
	cursor: pointer;
}

.telNo-form .telNo-form__radios {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 22px;
}

.telNo-form .telNo-form__radios label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	cursor: pointer;
}

.telNo-form .telNo-form__radios input {
	margin: 0;
}

.telNo-form .note {
	margin: 7px 0 0;
	color: #737b78;
	font-size: 12px;
	line-height: 1.5;
}

.telNo-form .write_btn {
	margin-top: 18px;
}

.telNo-form .write_btn .right_area {
	display: flex;
	justify-content: flex-end;
	gap: 6px;
}

.telNo-form .write_btn .right_area > button {
	min-width: 82px;
	height: 38px;
	padding: 0 16px;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
}

.telNo-form .write_btn .right_area .btn_del {
	border: 1px solid #c53b2c;
	background: #c53b2c;
}

.telNo-form .write_btn .right_area .btn_wrt {
	border: 1px solid #15836f;
	background: #15836f;
}

@media (max-width: 767px) {
	.modules.telNo .campus-tel__section + .campus-tel__section {
		margin-top: 36px;
	}

	.modules.telNo .campus-tel__heading {
		align-items: flex-start;
		margin-bottom: 14px;
	}

	.modules.telNo .campus-tel__title {
		font-size: 23px;
	}

	.modules.telNo .campus-tel__add {
		min-height: 34px;
		padding: 5px 10px;
		font-size: 12px;
	}

	.modules.telNo .campus-tel__table-wrap {
		overflow: visible;
	}

	.modules.telNo .campus-tel__table {
		display: block;
		width: 100%;
		min-width: 0;
		border-top: 0;
		font-size: 15px;
	}

	.modules.telNo .campus-tel__table colgroup {
		display: none;
	}

	.modules.telNo .campus-tel__table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.modules.telNo .campus-tel__table tbody {
		display: grid;
		gap: 12px;
		width: 100%;
	}

	.modules.telNo .campus-tel__table tbody tr {
		position: relative;
		display: block;
		box-sizing: border-box;
		width: 100%;
		padding: 17px 18px 16px;
		border: 1px solid #e4e9e7;
		border-left: 4px solid #15836f;
		border-radius: 12px;
		background: #fff;
		box-shadow: 0 7px 20px rgba(27, 63, 54, .06);
	}

	.modules.telNo .campus-tel__table th,
	.modules.telNo .campus-tel__table td {
		display: block;
		width: 100%;
		padding: 0;
		border: 0;
		text-align: left;
		word-break: break-word;
	}

	.modules.telNo .campus-tel__table td:first-child {
		color: #1d282d;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.5;
	}

	.modules.telNo .campus-tel__table td:last-child {
		margin-top: 11px;
		padding-top: 10px;
		border-top: 1px dashed #dce3e0;
		color: #0f6859;
		font-size: 15px;
		font-weight: 700;
		line-height: 1.5;
	}

	.modules.telNo .campus-tel__table td:last-child::before {
		display: block;
		margin-bottom: 3px;
		color: #7a858a;
		content: "Contact";
		font-size: 10px;
		font-weight: 800;
		line-height: 1.4;
		text-transform: uppercase;
		letter-spacing: .1em;
	}

	.modules.telNo .campus-tel__editable:hover,
	.modules.telNo .campus-tel__editable:focus {
		background: #f4faf8;
	}

	.modules.telNo .campus-tel__editable.is-disabled td {
		background: transparent;
	}
}

@media (max-width: 520px) {
	.telNo-form .telNo-form__intro {
		padding: 14px 16px;
	}

	.telNo-form colgroup {
		display: none;
	}

	.telNo-form tr,
	.telNo-form th,
	.telNo-form td {
		display: block;
		width: 100%;
	}

	.telNo-form th {
		padding: 11px 12px 6px;
		border-bottom: 0;
		background: #f7f8f8;
	}

	.telNo-form td {
		padding: 6px 12px 13px;
		background: #f7f8f8;
	}
}

@media (max-width: 480px) {
	.modules.telNo .campus-tel__heading {
		flex-direction: column;
		gap: 10px;
	}

	.modules.telNo .campus-tel__add {
		align-self: flex-start;
	}

	.modules.telNo .campus-tel__table tbody tr {
		padding: 15px 15px 14px;
	}
}

@media (max-width: 650px) {
	.ui-dialog {
		width: 100% !important;
	}

	.board_write .write_box table {
		width: 100%;
		min-width: 100% !important;
	}
}