/*------------------------------------
  기술이전 안내
------------------------------------*/
.box_style01 {
    border: 1px solid #e3e3e3;
    box-shadow: 10px 20px 25px -15px rgba(0, 0, 0, 0.1);
    border-radius: 0.3rem;
    height: 100%;
    line-height: 1.1;
	background:rgba(255, 255, 255, 0.4);
	z-index:1;
	position:relative;
}
.t_st01{
	background:#555;
	color:#fff;
	padding: 1rem;
	font-weight:600;
	font-size: 1.2rem;
	height:100%;
	display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: center;
}
.t_st02{
	background:#d41927;
	color:#fff;
	padding: 0.8rem 0.2rem;
	font-weight:600;
	letter-spacing:0.01rem;
	font-size: 1.2rem;
	height:100%;
	display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: center;
}
.tcon_st01{
	border: 1px solid #deb5b8;
	padding: 1rem;
	width:100%;
	position:relative;
    display: inline-flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: center;
	font-weight: 500;
}
.tcon_st01.color01{
	border: 1px solid #dedede  !important;
	color:#047d67 !important;
}
.tcon_st01.color01 a:hover{
	box-shadow: 10px 10px 28px rgb(0 0 0 / 10%);
}
.tcon_st01.color01 .p_bt {
    color: #fff;
    background: #047d67;
    border-radius: 50%;
    width: 1.8rem;
    height: 1.8rem;
    display: inline-flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: center;
    margin-bottom: 0rem;
    font-size: 1.3rem;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 00;
}
.tcon_st01.color02{
	border: 1px solid #000;
	color:#000;
}
.tcon_st01.color03{
	border: 1px solid #289984  !important;
	color:#047d67 !important;
    font-weight: 600 !important;
    line-height: 1.1;
}
.tcon_st02{
	padding: 1rem;
	width:100%;
	position:relative;
    display: inline-flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: center;
	background: url(../images/box_top_bg.gif) repeat 50% 0px !important;
}
.arrow_01:after {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
	right: calc(50% - 6px);
    top: 110%;
    border-right: 3px solid #a52b34;
    border-top:3px solid #a52b34;
    transform: rotate(135deg);
    vertical-align: middle;
}
.ar_top:before {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
	right: calc(50% - 6px);
    top: -1.3rem;
    border-right: 3px solid #a52b34;
    border-top:3px solid #a52b34;
    transform: rotate(135deg);
    vertical-align: middle;
}
.arrow_02:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 80%;
	right: calc(50% - 1px);
    top: 0%;
    border-left: 2px solid #a52b34;
    vertical-align: middle;
}
.arrow_02:after {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
	right: calc(50% - 6px);
    top: 80%;
    border-right: 3px solid #a52b34;
    border-top:3px solid #a52b34;
    transform: rotate(135deg);
    vertical-align: middle;
}
.arrow_03:after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
	left: -50%;
    top: calc(50% - 5px);
    border-right: 2px solid #a5a5a5;
    border-top:2px solid #a5a5a5;
    transform: rotate(225deg);
    vertical-align: middle;
}
.arrow_03:before {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 1px;
	left: -50%;
    top: 50%;
    background: #d8d8d8;
    vertical-align: middle;
}
.arrow_04:before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
	left: -1.5rem;
    top: calc(50% - 5px);
    border-right: 3px solid #a52b34;
    border-top:3px solid #a52b34;
    transform: rotate(225deg);
    vertical-align: middle;
}
.arrow_04:after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
	left: -1rem;
    top: calc(50% - 5px);
    border-right: 3px solid #a52b34;
    border-top:3px solid #a52b34;
    transform: rotate(45deg);
    vertical-align: middle;
}

@media screen and  (max-width:768px) {
	.box_style01 {
		border: 0px solid #e3e3e3;
		border-radius: 0rem;
		box-shadow: 10px 20px 25px -15px rgba(0, 0, 0, 0);
	}
}
@media screen and (min-width: 992px) {
    .technology_con::after {
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        top: -5rem;
        content: 'PROCESS';
        font-family: 'Play';
        font-weight: 600;
        font-size: 8rem;
        color: rgba(0, 0, 0, 0.04);
        margin-left: 10px;
        z-index: 0;
        letter-spacing: -0rem;
		text-align:center;
    }
}