/* 캠퍼스 사용자 스타일 정의 */

/* 메인 도입 문의 팝업 reset */
.contact-popup textarea {
	padding:3px;
	width:100%;
	height:120px;
	vertical-align:middle;
	background:#fff;
	border:1px solid #cfcfcf;
	font-family:'pretendard',sans-serif;
	color:#777;
	font-size:13px;
	overflow-y:auto;
}
.pop-bg {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
	background: black;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	zoom: 1
}

.pop-info {
	position: absolute;
	z-index: 100;
}

.pop-info .outter {
	margin: 0 auto;
	width: 406px;
	position: fixed;
	z-index: 100;
	left: 50%;
	margin-left: -203px;
	top: 200px;
	height: auto;
	display: none;
	zoom: 1
}

.pop-info .top {
	background: url("../common/img/popup/popup_small_bg_top2.png") left top no-repeat;
	height: 32px;
	text-align: right;
}

.pop-info .middle {
	background: url("../common/img/popup/popup_small_bg_middle.png") left center repeat-y;
}

.pop-info .bottom {
	height: 31px;
	background: url("../common/img/popup/popup_small_bg_bottom.png") left bottom no-repeat;
	margin: 0;
}

.pop-info .symbol {
	background: url("../common/img/popup/img-info.png") center center no-repeat;
	height: 120px
}

.pop-info .big-msg {
	color: #56ACE9;
	font-size: 22px;
	text-align: center;
	width: 366px;
	margin: 0 auto;
	margin-top: 10px;
}

.pop-info .small-msg {
	color: #888888;
	font-size: 16px;
	text-align: center;
	width: 366px;
	margin: 0 auto;
}

.pop-wait {
	position: absolute;
	z-index: 100;
}

.pop-wait .outter {
	margin: 0 auto;
	width: 406px;
	position: fixed;
	z-index: 100;
	left: 50%;
	margin-left: -203px;
	top: 200px;
	height: auto;
	display: none;
	zoom: 1
}

.pop-wait .top {
	background: url("../common/img/popup/popup_small_bg_top.png") left top no-repeat;
	height: 32px;
}

.pop-wait .middle {
	background: url("../common/img/popup/popup_small_bg_middle.png") left center repeat-y;
}

.pop-wait .bottom {
	height: 31px;
	background: url("../common/img/popup/popup_small_bg_bottom.png") left bottom no-repeat;
}

.pop-wait .symbol {
	background: url("../common/img/popup/clock.gif") center center no-repeat;
	height: 100px;
}

.pop-wait .big-msg {
	color: #56ACE9;
	font-size: 22px;
	text-align: center;
	width: 366px;
	margin: 0 auto;
	margin-top: 10px;
}

.pop-wait .small-msg {
	color: #888888;
	font-size: 16px;
	text-align: center;
	width: 366px;
	margin: 0 auto;
	margin-top: 14px;
}


/* selectbox */
.mhuSelectBox-root{
	position: relative;
	min-width: 100px;
	z-index: 19;
}
.mhuSelectBox__button{
	display: flex;
	justify-content: space-between;
	align-items:center;
	position: relative;
	z-index: 51;
	height: var(--selectbox-button-height); width: 100%;
	border: 1px solid gray;
	background: white;
	padding: var(--selectbox-button-padding);
	border-radius: var(--border-radius-sm);
	text-align: left;
	line-height: 1.9;
	cursor:pointer;
}
.mhuSelectBox__button-holder,
.mhuSelectBox__button:after{
	vertical-align: middle;
}
.mhuSelectBox__button span{
	/*padding-top: 2px;*/
}
.mhuSelectBox__button:after{
	display: block;
	position: absolute;
	top:5px; right: 7px;
	width:12px; height: 12px;
	background: url('/common/img/icons/icon_arrow_down.png') no-repeat center center / contain;
	margin-left: 8px;
	content:'';
	transform-origin: 50% 50%;
	transition: transform 0.15s ease, border-color 0.15s ease;
}
.mhuSelectBox__list{
	position: absolute; left:0; top: 25px; z-index: 50;
	width: 100%;
	height: 0;
	max-height: 160px;
	opacity: 0;
	background: white;
	border: 1px solid gray;
	border-radius: 0 0 var(--border-radius-1) var(--border-radius-1);
	overflow: hidden;
	transition: height 0.15s ease, opacity 0.15s ease;
}
.mhuSelectBox__list:before,
.mhuSelectBox__list:after{
	display: block;
	position: absolute;
	left:0;
	width:calc(100% - 10px);
	height:6px;
	content:'';
}
.mhuSelectBox__list-inner{
	max-height: 200px;
	padding: 6px 0;
	overflow: auto;
}
.mhuSelectBox__list-item{
	padding:1px 0;
}
.mhuSelectBox__option{
	display: block;
	padding: var(--selectbox-option-padding);
	color: var(--color-default);
	font-size: var(--selectbox-option-font-size);
	line-height: 1.2;
}
.mhuSelectBox__option:hover{
	background: #676970;
	color: white;
}
.mhuSelectBox-root.mhuState-open{
	z-index: 20;
}
.mhuSelectBox-root.mhuState-open .mhuSelectBox__button{
	background: white;
	color: black;
	border-radius: var(--border-radius-1) var(--border-radius-1) 0 0;
}
.mhuSelectBox-root.mhuState-open .mhuSelectBox__button:after{
	transform: rotate(180deg);
}
.mhuSelectBox-root.mhuState-open .mhuSelectBox__list{
	height: 100%;
	opacity: 1;
}

/* family site */
.mhuSelectBox-root.mhuItem-family-site{
	--fm-select-border: #E0E0E0;
	--fm-select-color: #757575;
}
.mhuSelectBox-root.mhuItem-family-site .mhuSelectBox__button{
	border-color: var(--fm-select-border);
	color: var(--fm-select-color);
}
.mhuSelectBox-root.mhuItem-family-site .mhuSelectBox__list{
	border-color: var(--fm-select-border);
}
.mhuSelectBox-root.mhuItem-family-site .mhuSelectBox__option{
	color: var(--fm-select-color);
	padding-right: 0;
}
.mhuSelectBox-root.mhuItem-family-site .mhuSelectBox__option:hover{
	color: white;
	background-color: var(--fm-select-color);
}
.mhuSelectBox-root.mhuItem-family-site.mhuState-open .mhuSelectBox__button{

}
/* 문서설정팝업 reset */
.mhuModal-root #fo_board_write {
	border-top: 0;
}
/* 비교할 검사방 팝업 */
.mhuCheckedWrap-root {
	min-height: 400px;
}
.mhuCheckedWrap-root .display_none {
	display: none;
}

.mhuCheckedWrap-root .select-summary-inner {
	display: flex;
	align-items: center;
	margin-bottom: 4px;
}
.mhuCheckedWrap-root .select-summary-inner .btnArea-selected,
.mhuCheckedWrap-root .select-summary-inner .btnArea-none-selected {
	margin-left: auto;
}

.mhuCheckedWrap-root .mhuCheckedCountAreaWrap {
	display: flex;
	align-items: center;
}
.mhuCheckedWrap-root .mhuCheckedCountArea {
	display: flex;
	align-items: center;
	gap: var(--spacing-xxs);
	margin-left: 10px;
	color: var(--lite-color-black-600);
	font-size: var(--font-size-md);
	font-weight: var(--font-weight-bold);
}
.mhuCheckedWrap-root .mhuCheckedCountArea__checked {
	display: block;
	min-width: 24px;
	height: 24px;
	padding: 0 var(--spacing-xxs);
	border-radius: var(--border-radius-sm);
	background: var(--color-primary);
	box-sizing: border-box;
	text-align: center;
	font-size: var(--font-size-md);
	font-weight: var(--font-weight-bold);
	line-height: 24px;
	color: var(--color-white);
}

/* 풋터 예외처리 2024.05.03 */
.mhuFooter-root {
    --max-container-width: 1112px;
}
.mhuFooter-root .mhuContainer-root{
    margin-left: 72px;
    margin-right: 72px;
    max-width: var(--max-container-width);
    min-width: calc(100% - 144px) !important;
}
.mhuFooter-root .mhuContainer-root .mhuGrid-root{
    justify-content: space-between;
    max-width: 100%;
    column-gap:0;
}
.mhuFooter-root .mhuFooter__top .mhuBox-root{
    flex-shrink: 0;
}
.mhuFooter-root .mhuFooter__top .mhuFooter__top-item--fourth{
    position: static;
}

@media all and (max-width: 1157px) {
    .mhuFooter-root .mhuFooter__top .mhuFooter__top-item--fourth {
        position: absolute;
        top: auto;
        left:auto;
        bottom:0;
        right:47px;
        white-space: nowrap;
    }
    [lang=en] .mhuFooter-root .mhuFooter__top .mhuFooter__top-item--fourth {
        right:0;
    }
}

