@charset "UTF-8";

.un_staff .bl_sect {
    margin-bottom: 10px;
}
.un_staff_box {
	font-size: 12px;
	line-height: 1.6;
}
.un_staff .un_staff_intro {
    display: flex;
    margin-bottom: 0.4em;
    flex-wrap: wrap;
}
.un_staff_intro_ppl {
    position: relative;
    overflow: hidden;
    width: 106px;
    height: 138px;
}
.un_staff_intro_ppl_img{
    position: absolute;
    left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: no-repeat center center;
	background-size: cover;
}
.un_staff_intro_info {
    width: calc(100% - 118px);
    margin-left: 12px;
}
.un_staff_intro_info_name {
    font-weight: bold;
	margin-bottom: 1em;
}
.un_staff_intro_info_profession {
	line-height: 1.4;
}
.un_staff_intro_info_position {
    margin-right: 5px;
}
.un_staff_property {
	width: 100%;
}
.un_staff_property_title {
	font-weight: bold;
}
.un_staff_property_body {
}
.un_staff_halls {
	background: #f6f3ee;
	padding: 15px 20px;
	font-size: 14px;
	margin-top: 0.9em;
}
.un_staff_halls_title {
	font-weight: bold;
}
.un_staff_form {
    margin-bottom: 43px;
}
.un_staff_form .un_staff_form_select{
    display: flex;
    align-items: center;
    width: 270px;
    height: 45px;
    font-size: 1.6rem;
    padding-left: 15px;
    background: url(../../common/images/customer_voice/select_arrow.gif) no-repeat right top / contain;
    border: 1px solid #E7D9D3;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.nice-select.un_staff_form_select {
    float: none;
    border-radius: 0;
}
.nice-select.un_staff_form_select::after {
    content: none;
}
.nice-select.un_staff_form_select .list {
    left: -1px;
    width: calc(100% + 2px);
    box-shadow: none;
    background: #f2f1ec;
    border: solid 1px #e1d2cb;
    border-radius: 0;
    margin-top: 0;
}
.nice-select.un_staff_form_select .option {
    display: flex;
    align-items: center;
    min-height: 47px;
    padding: 0 0 0 14px;
}
.nice-select.un_staff_form_select .option:hover, .nice-select.un_staff_form_select .option.focus, .nice-select.un_staff_form_select .option.selected.focus {
    background: #fff;
}
.nice-select.un_staff_form_select .option.selected {
    font-weight: normal;
}

.un_staff .un_staff_pager { text-align: center; }
.un_staff .un_staff_pager ul li { display: inline-block; border: 1px solid #e7d9d3; width: 30px; height: 30px; line-height: 30px; text-align: center; margin-right: 10px; }
.un_staff .un_staff_pager ul li:last-child { margin-right: 0; }
.un_staff .un_staff_pager ul li a { display: block; }
.un_staff .un_staff_pager ul li a:hover { text-decoration: none; background: #aca493; color: #fff; }
.un_staff .un_staff_pager ul li.current a { background: #aca493; color: #fff; }
.un_staff .un_staff_pager ul li.next,
.un_staff .un_staff_pager ul li.prev { width: auto; border: none; }
.un_staff .un_staff_pager ul li.next a,
.un_staff .un_staff_pager ul li.prev a { width: 12px; background: url("/common/images/arrow.gif") no-repeat; text-indent: -9999px; }
.un_staff .un_staff_pager ul li.next a:hover,
.un_staff .un_staff_pager ul li.prev a:hover { background: url("/common/images/arrow.gif") no-repeat; }
.un_staff .un_staff_pager ul li.next { margin-left: 45px; }
.un_staff .un_staff_pager ul li.next a { background-position: right top; }
.un_staff .un_staff_pager ul li.next a:hover { background: url("/common/images/arrow.gif") no-repeat; background-position: right top; }
.un_staff .un_staff_pager ul li.prev { margin-right: 35px; }
.un_staff .un_staff_pager ul li.prev a { background-position: left top; }
.un_staff .un_staff_pager ul li.prev a:hover { background: url("/common/images/arrow.gif") no-repeat; background-position: left top; }

@media screen and (min-width: 751px){
    .un_staff .bl_column_3f {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
    .un_staff .bl_column_3f .un_staff_box {
        width: 250px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
		float: none;
		margin-bottom: 4.7em;
    }
	.un_staff .bl_column_3f .un_staff_box_inner {
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100%;
	}
	.un_staff .bl_column_3f .un_staff_halls {
		flex-grow: 1;
	}
	.un_staff .bl_column_3f::after {
		content:"";
		width: 250px;
	}
    .un_staff .bl_column_3f .bl_col:nth-child(3n) {
        margin-right: 0;
    }
    .un_staff .bl_column_3f .bl_col .bl_txtBlock {
		font-size: 12px;
        width: 100%;
        margin-top: 10px;
    }
    .un_staff_text {
        position: absolute;
		width: 100%;
        top: -30px;
        left: 0;
        background-color: rgba(255,255,255,0.8);
        height: 100%;
        font-size: 14px;
        padding: 27px 13px;
        line-height: 1.71;
        transition: all 0.5s ease;
        opacity: 0;
    }
    .un_staff .bl_column_3f .bl_col:hover .un_staff_text{
        opacity: 1;
        top: 0;
    }
    .un_staff .el_btn {
        display: none;
    }

}
@media screen and (max-width: 750px){
    .un_staff .bl_sect {
        margin-bottom: 7px;
    }
    .un_staff_form {
        margin-bottom: 40px;
    }
    .un_staff_form .un_staff_form_select {
        width: 100%;
        font-size: 1.3rem;
        padding-left: 10px;
    }
    .un_staff .bl_column_3f .un_staff_box_inner {
		margin-bottom: 1.9em;
	}
    .un_staff .bl_column_3f .bl_col {
        margin-right: 0;
        margin-bottom: 43px;
    }
    .un_staff .un_staff_intro {
        display: grid;
        grid-template-rows: auto auto;
        grid-template-columns: 102px auto;
        grid-template-areas:
            "ppl info"
            "ppl text";
        display: -ms-grid;
        -ms-grid-rows: auto auto;
        -ms-grid-columns: 102px auto;
        width: 100%;
        min-width: 294px;
        margin: 0 auto 14px;
    }
    .un_staff_intro_ppl {
        grid-area: ppl;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        width: 102px;
        height: 134px;
    }
    .un_staff_intro_info {
        grid-area: info;
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        width: 100%;
        margin-left: 16px;
        line-height: 1.5;
    }
    .un_staff_intro_info_profession {
        display: block;
        font-size: 12px;
    }
    .un_staff_intro_info_name {
        font-size: 14px;
    }
    .un_staff .bl_column_3f .bl_col .bl_txtBlock {
        grid-area: text;
        -ms-grid-row: 2;
        -ms-grid-column: 2;
        font-size: 13px;
        margin-bottom: 17px;
    }
    .un_staff .el_btn {
        margin-bottom: 13px !important;
    }
    .un_staff .el_btn a {
        padding: 16px;
        width: 71%;
        margin: 0 auto;

    }
    .un_staff .el_btn a::after {
        right: 17px;
        transform: rotate(45deg) translateY(-7px);
    }
    .un_staff .el_btn a.is_open::after {
        top: 49%;
        right: 13px;
        transform: rotate(-135deg);
    }
    .un_staff_intro .bl_txtBlock {
        width: 100%;
        margin: 0 0 0 10px;
    }
	.un_staff_halls {
		padding: 7px 15px;
		font-size: 13px;
		margin-top: 1.4em;
	}
    .un_staff_text {
        font-size: 12px;
    }

    .un_staff .un_staff_pager ul li.next { margin-left: 10px; }
}

@media screen and (max-width: 359px) {
    .un_staff .un_staff_pager ul li { margin-right: 5px; }
    .un_staff .un_staff_pager ul li.next { margin-left: 5px; }
}
