/*------------------------------------
  research
------------------------------------*/
.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_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;
}


@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;
	}
}

.results_t .txt_no {
    background: #c4a26e;
    border-radius: 50%;
    min-width: 4.5rem;
    min-height: 4.5rem;
    line-height: 4.5rem;
    color: #fff;
    font-family: "Play";
    font-weight: 500;
    letter-spacing: -0.01rem;
    font-size: 1.2rem;
    text-align: center;
}
@media (max-width:768px){
	.results_t .txt_no {
		min-width: 3.5rem;
		min-height: 3.5rem;
		line-height: 3.5rem;
		font-size: 1.1rem;
		margin-right:1rem;
	}
}


.box_s_tit {
	color: #9f9f9f;
    font-size: .95rem;
    font-weight: 500;
    letter-spacing: -0.06rem;
    word-break: keep-all;
    line-height: 1.2;
}
.research01 .research_top {
	background: url(../images/research/research_bg.png) no-repeat 0 0;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    min-height: 85px;
    background-size: cover;
    border-radius: 23px;
    letter-spacing: -0.1rem;
	padding: 0 1rem;
    line-height: 1.2;
    word-break: keep-all;
}
.research01 .research_mid {
	background: url(../images/research/research_arrow.png) no-repeat center 10px;
	padding-top: 6rem;
	background-size: auto 12rem;
}
  
.research01 .research_bx {
	border-radius: 20px;
    background: rgba(255, 255, 255, .8);
    border: 1px solid #ededed;
    box-shadow: 12px 12px 23px rgba(0, 0, 0, .05);
}
   
.rearch_b_tit:before {
	letter-spacing: -0.4rem;
    content: "ㆍㆍㆍ";
    position: absolute;
    color: #97600c;
    font-weight: 800;
    font-size: 1.1rem;
    top: -17px;
    left: 50%;
    transform: translate(-50%, 0);
}
   
.rearch_b_tit {
	color: #97600c;
    font-weight: 600;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: -0.15rem;
	position: relative;
	display: inline-block;
	margin-bottom: 0;
}
.tel_01{
	color: #005b4a;
    font-weight: 500;
}
.tel_01 .material-symbols-outlined {
    color:#fff;
    background:#005b4a;
    border-radius: 50%;
    width: 1.8rem;
    height: 1.8rem;
    display: inline-flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    margin-bottom: 0.2rem;
	margin-right: 5px;
    font-size: 1.1rem;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 100;
}
@media (max-width: 767px) {
    .research01 .research_bx .line:after {
		position: absolute;
        content: "";
        left: 50%;
        width: calc(100% - 80px);
        height: 1px;
        background: #ededed;
        bottom: 0;
        transform: translate(-50%, 0)
	}
}

@media (min-width: 768px) {
    .research01 .research_bx .line:after {
		position: absolute;
		content: "";
		right: 0;
		width: 1px;
		height: 120%;
		background: #ededed;
		bottom: -26px;
	}
}