/*------------------------------------
  부서소개
------------------------------------*/

.block_bg{
	margin:5rem 0;
	padding:5rem 0;
	background:#f5f5f5;
}
.dep_box_top {
    text-align: center;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    background: url(../images/box_top_bg.gif) repeat 0% 0%;
    position: relative;
    overflow: hidden;
    line-height: 1.5;
    font-size: 1.05rem;
    letter-spacing: -0.065rem;
}
.dep_left{
	border-radius:10px;
	overflow:hidden;
	max-width:170px;
}
.dep_top ul.list-group-02 li {
	font-size:1.1rem;
	font-weight:500;
    color: #000;
    letter-spacing: -0.1rem;
	padding: 0.3rem 0 0.3rem 0.85rem;
    line-height: 1.2;
}
.dep_top_con .txt01 {
    color: #000;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: -0.1rem;
    margin-bottom: 0.4rem;
    word-break: keep-all;
    line-height: 1.2;
}
.dep_top_con .txt01::after {
    content: "";
    display: block;
    width: 1.8rem;
    height: 4px;
    background: #c4a26e;
    margin-top: 0.3rem;
}
.dep_top_con .txt02 {
    letter-spacing: -0.02rem;
	color:#555
}
.dep_top_con .txt02 i {
    padding-right: 10px;
    font-size: 0.9rem;
}
.link_center{
	border-bottom:1px solid #eee;
	padding-bottom:1rem;
	margin-bottom:1.5rem;
}
.link_center a{
    font-size: 1.05rem;
    font-weight: 600;
	color: #000;
	letter-spacing: -0.07rem;
}
.link_center .material-symbols-outlined {
    color: rgba(0, 0, 0, 1);
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    width: 2.4rem;
    height: 2.4rem;
    display: inline-flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    margin-bottom: 0rem;
    font-size: 1.2rem;
    font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 200;
}
@media screen and (min-width:992px) {
	.dep_box_top::after {
		display: block;
		position: absolute;
		right: 1rem;
		/* top: calc( 50% - 5rem ); */
		bottom:-5.5rem;
		content: 'KOTMI';
		font-family: 'Play';
		font-weight: 600;
		font-size: 12rem;
		color: rgba(0, 0, 0, 0.015);
		vertical-align: middle;
		margin-left: 10px;
		z-index: 0;
		letter-spacing: -0.2rem;
	}
}