@charset "UTF-8";
/* CSS Document */


/*other_tcArea
=======================*/
.deskOnly {
	display: none;
}

.other_tcArea {
	padding: 60px 0 80px;
	background: #f2f2f2;
}
.other_tcArea h2 {
	position: relative;
	font-size: 3.4rem;
	text-align: center;
}
.other_tcArea h2::after {
	position: absolute;
	content: '';
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 295px;
	height: 5px;
	background: #397fbf;
}
.other_tcArea .tcBox_wrap {
	margin-top: 60px;
	padding: 7px 7px 30px 7px;
	overflow: auto;
}
.other_tcArea .tcBox {
	display: flex;
	gap: 30px;
	width: max-content;
}
.other_tcArea .tcBox .tc_item {
}
.other_tcArea .tcBox .tc_item_card {
	background: #fff;
	box-shadow: 0 1px 8px 1px rgba(0, 0, 0, .2);
	border-radius: 30px;
	overflow: hidden;
}
.other_tcArea .tcBox .tc_item_card a {
	color: #333;
}
.other_tcArea .tcBox .tc_item_card .imgBlock {
	overflow: hidden;
}
.other_tcArea .tcBox .tc_item_card .imgBlock img {
	transition: .3s;
}
.other_tcArea .tcBox .tc_item_card .txtBlock {
	padding: 22px 22px 16px 22px;
}
.other_tcArea .tcBox .tc_item_card .txtBlock .tc_name {
	font-size: 2.5rem;
	font-weight: bold;
}
.other_tcArea .tcBox .tc_item_card .txtBlock .tc_career {
	margin-top: 12px;
	font-size: 1.7rem;
    letter-spacing: -.5px;
}
.other_tcArea .tcBox .tc_item_card .txtBlock .tc_introduction {
	margin-top: 12px;
	font-size: 1.7rem;
}
.other_tcArea .tcBox .tc_item_card .txtBlock .infoTxt {
	margin-top: 20px;
	color: #1c7a94;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: right;
	transition: all .2s;
}
.other_tcArea .tcBox .tc_item_card .txtBlock .infoTxt span {
	position: relative;
}
.other_tcArea .tcBox .tc_item_card .txtBlock .infoTxt span::after {
	position: absolute;
    content: '';
    top: 46%;
	left: -15px;
    width: 9px;
    height: 9px;
    border-right: 2px solid #1c7a94;
    border-bottom: 2px solid #1c7a94;
    background: transparent;
    transform: rotate(-45deg) translateY(-46%);
	transition: all .2s;
}
.other_tcArea .tcBox .tc_item .reserveBtn {
	width: 100%;
	margin-top: 15px;
    padding: 0;
    background: #194d9d;
    border: 2px solid #194d9d;
    border-radius: 30px;
    transition: all .2s;
}
.other_tcArea .tcBox .tc_item .reserveBtn a {
	position: relative;
    display: inline-block;
    width: 100%;
	padding: 7px 45px 7px 25px;
	color: #fff;
	font-size: 1.9rem;
	font-weight: bold;
    text-align: center;
	transition: all .2s;
}
.other_tcArea .tcBox .tc_item .reserveBtn a::after {
	position: absolute;
    content: '';
    top: 46%;
    right: 22px;
    width: 12px;
    height: 12px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    background: transparent;
    transform: rotate(-45deg) translateY(-46%);
	transition: all .2s;
}

@media (min-width: 768px) {
	.other_tcArea .tcBox .tc_item {
		max-width: 340px;
	}
	.other_tcArea .tcBox .tc_item_card a:hover img {
		opacity: .8;
		transform: scale(1.1);
    	transition: .3s;
	}
	.other_tcArea .tcBox .tc_item_card a:hover .infoTxt {
		color: #cc0d21;
	}
	.other_tcArea .tcBox .tc_item_card a:hover .txtBlock .infoTxt span::after {
		border-right: 2px solid #cc0d21;
		border-bottom: 2px solid #cc0d21;
	}
	.other_tcArea .tcBox .tc_item .reserveBtn:hover {
		background: #fff;
		border: 2px solid #194d9d;
		transition: all .2s;
	}
	.other_tcArea .tcBox .tc_item .reserveBtn:hover a {
		color: #194d9d;
		transition: all .2s;
	}
	.other_tcArea .tcBox .tc_item .reserveBtn:hover a::after {
		border-right: 3px solid #194d9d;
		border-bottom: 3px solid #194d9d;
		transition: all .2s;
	}
	.other_tcArea .tcBox .tc_item .reserveBtn a {
		letter-spacing: -.5px;
	}
}

@media (max-width: 767.98px) {
	.other_tcArea {
		padding: 45px 0 50px;
	}
	.other_tcArea h2 {
		font-size: 1.7rem;
	}
	.other_tcArea h2::after {
		width: 147px;
		height: 2px;
	}
	.other_tcArea .tcBox_wrap {
		margin-top: 30px;
	}
	.other_tcArea .tcBox {
		gap: 13px;
	}
	.other_tcArea .tcBox .tc_item {
		max-width: 158px;
	}
	.other_tcArea .tcBox .tc_item_card {
		background: #fff;
		border-radius: 15px;
	}
	.other_tcArea .tcBox .tc_item_card .txtBlock {
		padding: 12px;
	}
	.other_tcArea .tcBox .tc_item_card .txtBlock .tc_name {
		font-size: 1.5rem;
	}
	.other_tcArea .tcBox .tc_item_card .txtBlock .tc_career {
		margin-top: 7px;
		line-height: 1.4;
		font-size: 1.4rem;
		letter-spacing: -.5px;
	}
	.other_tcArea .tcBox .tc_item_card .txtBlock .tc_introduction {
		margin-top: 7px;
		line-height: 1.4;
		font-size: 1.4rem;
	}
	.other_tcArea .tcBox .tc_item_card .txtBlock .infoTxt {
		margin-top: 12px;
		font-size: 1.3rem;
	}
	.other_tcArea .tcBox .tc_item_card .txtBlock .infoTxt span::after {
		top: 43%;
		left: -12px;
		width: 7px;
		height: 7px;
		transform: rotate(-45deg) translateY(-43%);
	}
	.other_tcArea .tcBox .tc_item .reserveBtn a {
		padding: 7px 28px 7px 15px;
		line-height: 1.4;
		font-size: 1.2rem;
	}
	.other_tcArea .tcBox .tc_item .reserveBtn a::after {
		right: 11px;
	}
}
.is-hidden { display:none !important; }
/*=====================*/