/*------------------------------------
	상단
------------------------------------*/
.ren_vi_right .txt01 {
    background: #eee;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.ren_vi_right .txt01 .material-symbols-outlined {
	font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 200;
    font-size: 23px;
    color: #000;
}
.ren_vi_right .txt02 {
    font-size:0.91rem;
}
.ren_vi_right .txt02 span{
    color:#000;
}
/*------------------------------------
	회의실
------------------------------------*/
.left_pic{
	border-radius:1rem;
	overflow:hidden;
	max-width:900px;
	margin: 0 auto;
}
.left_pic .l_pic_box{
	position:relative;
}
.left_pic .l_pic_box .p_txt01{
	position:absolute;
	bottom:0;
	width:100%;
	background:rgba(0,0,0,0.6);
	color:#fff;
	text-align:center;
	font-size:1.2rem;
	font-weight:600;
	padding:1rem 0.2rem;
}
.left_pic .bx-wrapper .bx-controls-direction a {
	height: 50px;
	width: 50px;
	margin-top: -15px;
	outline: 0 none;
	position: absolute;
	z-index: 999;
	bottom: 50%;
	background:rgba(0,0,0,0.6);
	font-size: 0;
	text-align: center;
}
.left_pic .bx-wrapper .bx-controls-direction a.bx-next {
	right: -1px !important;
	z-index:10 !important;
	text-indent: -9999px;
}
.left_pic .bx-wrapper .bx-controls-direction a.bx-next:before {
	font-family: 'Material Symbols Outlined';
    content:"chevron_forward";
    font-weight:700;
    font-size: 33px;
    color:#fff;
    display: block;
	text-indent: 0px;
}
.left_pic .bx-wrapper .bx-prev {
	left: -1px !important;
}
.left_pic .bx-wrapper .bx-controls-direction a.bx-prev:before {
	font-family: 'Material Symbols Outlined';
    content:"chevron_backward";
    font-weight:700;
	font-size: 33px;
    color:#fff;
    display: block;
	text-indent: 0px;
}
.right_con{
    border-top: 2px solid #000;
    border-bottom: 1px solid #eae9e9;
}
.right_con .txt01{
	font-size: 2rem;
    font-weight: 600;
    color: #000;
    letter-spacing: -0.12rem;
}
.right_con .txt02{
    font-weight: 500;
    color: #a1968d;
	font-family: "Play";
	letter-spacing: 0.03rem;
}
.right_con .txt04 .t_time{
    font-weight: 600;
    color: #000;
	font-size: 1.1rem;
}
.right_con .txt04 .t_time .material-symbols-outlined {
    font-size: 1.4rem;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 100;
}
.right_con .txt04 .t_time02{
    color: #000;
    letter-spacing: -0.02rem;
}

@media (max-width: 768px) {
	.left_pic {
		overflow: visible;
		margin-bottom:70px;
	}
	.left_pic .bx-wrapper .bx-controls-direction a {
		bottom: -60px;
	}
	.left_pic .bx-wrapper .bx-controls-direction a.bx-next {
		right:  calc( 50% - 60px ) !important;
	}
	.left_pic .bx-wrapper .bx-prev {
		left:  calc( 50% - 60px ) !important;
	}
}


.subscript p {
    position: relative;
    margin-bottom: 0.2em;
    padding-left: 1em;
}
.subscript p::before {
    content: "*";
    font-weight: 500;
    font-size: 1.2rem;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: -0.15em;
}
.subscript p.po::before {
    color: #cb0100;
}






