@charset "UTF-8";

/* Infomation 
---------------------------------------------------------------------
File Name :  grad.css
Create date :  2026/07/06

// Braek Points
// PC
@media screen and (max-width: 1099px) {
}
@media screen and (max-width: 979px) {
}
// Tablet
@media screen and (max-width: 767px) {
}
// Phone
@media screen and (max-width: 580px) {
}
---------------------------------------------------------------------
*/

/* --------------------------------
	
-------------------------------- */
.faculty .radiusFrameBox {
	position: relative;
	padding: 30px 40px;
	border: 1px solid #b82640;
	border-radius: 20px;
}
.faculty .radiusFrameBox:has( .frameBox-num) {
	margin-top: 20px;
}
.faculty .radiusFrameBox .frameBox-num {
	font-size: 20px;
	font-weight: bold;
	line-height: 100%;
	color: #fff;
	text-align: center;
	position: absolute;
	top: -1em;
	left: 0;
	right: 0;
	margin: auto;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	background-color: #b82640;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.faculty .radiusFrameBox {
		padding: 20px 20px;
	}
	.faculty .radiusFrameBox:has( + .frameBox-num) {
		margin-top: 16px;
	}
	.faculty .radiusFrameBox .frameBox-num {
		font-size: 16px;
	}
}

