/**
 * 커스텀 공통 css 입니다.
 * css 추가 시 적용 내용을 기술바랍니다.
 */
@charset "UTF-8";

/********************************************************
 * Popup CSS 시작 / shlee
 ********************************************************/
.popupwrap{
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
 	width: 28.125rem;
 	min-height: 22.5rem;
 	max-width: 100%;
 	max-height: 70%;
}
.popupwrap .txt-box,
.popupwrap .txt-body{
/* 	padding: 1.5rem; */
	padding: 1.5rem 1.5rem 0.5rem 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.popupwrap.lttot {
	background-color: transparent;
}
.popupwrap.lttot .txt-box {
	background-color: #573bab
}
.popupwrap.lttot .txt-box .mm-close {
	color: #fff;
    text-shadow: none;
}
.popupwrap.lttot .notice-bod {
	color: #573bab;
	background-color: #fff;
}
.popupwrap.lttot .txt-title {
	color: #fff;
}
.pop-header{
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	padding-right: 7px;
	background-color: #fff;
	height: 2rem;
}
.pop-header .mm-close{
	color: #fff;
}
.pop-con .txt-title{
    font-family: 'EliceDigitalBaeum', 'Roboto', Arial, Dotum, sans-serif;
    font-weight: 700;
    font-size: 1.250rem;
    color: #282a2e;
}
.pop-con{
 	min-height: 17rem;
 	height: calc(100% - 4.875rem);
}
.popupwrap .txt-body {
	color: #5a6576;
/*     height: calc(100% - 7rem); */
    height: calc(100% - 5.8rem);
   	line-height: 1.5 !important;
 	white-space: normal;
    overflow: auto;
    background-color: #f8f9f9;
}
.popupwrap .txt-body > * {
	font-size: 1rem !important;
}
.popupwrap .txt-body img {
	width: 100%;
	margin-bottom: 1.5rem;
}
.pop-con .notice-bod {
    display: inline-block;
    padding: 0.250rem 0.625rem;
    font-weight: 700;
    font-size: 12px;
    color: #3674D7;
    background-color: #dce8fc;
    border-radius: 4px;
}
.pop-con .txt-con{
	margin-top: 10px;
	padding: 10px;
	overflow: auto;
	margin-top: 10px;
    padding: 10px;
    min-height: 390px;
    max-height: 390px;
}
.txt-con::-webkit-scrollbar {
    width: 11px;
    height: 11px
 }
.txt-con::-webkit-scrollbar-thumb {
   background-color: #1949a6b3;
   border-radius: 10px;
 }
.pop-con::-webkit-scrollbar-track {
   background-color: #eff2f7;
   border-radius: 10px;
 }
 .popupfoot .popfright > a {
 	background: #1949A6 !important;
 }
 .popupfoot .popfright > a:hover {
 	background: #1949a6db !important;
 }

 .in_popup{border:2px solid #ddd;background:#fff; text-align: center;}
.in_popup > a {display: block;}
.popupwrap {position:absolute;z-index:200;background:#fff;box-shadow: 0 0 30px 0 rgba(86, 91, 98, 0.3);border-radius: 10px;overflow:hidden;}
.popupfoot{
	display:flex;
	padding:0.25rem 1rem;
/* 	align-items:center; */
	justify-content: space-between;
	background-color: #fff;
}
.popupfoot .px-10{
	font-size: 12px;
}
.popupfoot .popfleft{margin-right:10px;}
.popupfoot .popfright{}
.popupfoot .popfright > a{display: block; border-radius: 5px; background-color: #3674D7;}
.popupfoot .popfright > a > span {display: block; padding: 5px 8px; line-height: 20px; font-weight:700; font-size: 1rem; color: #fff;}

.popupwrap .ck-label {display: inline-block; height:20px; line-height: 20px; margin-right: 10px; cursor: pointer;}
.popupwrap .ck-label:last-child {margin-right: 0;}
.popupwrap .ck-label > * {line-height:1; vertical-align: middle;}
.popupwrap .ck-label > input[type="checkbox"] {width: 0; height: 0; font-size: 0; box-shadow: none;}
.popupwrap .ck-label > input[type="checkbox"]:focus + .icon {border-color: #3674D7;}
.popupwrap .ck-label > span {display: inline-block; line-height: 20px; font-weight: 500; font-size: 0.775rem; vertical-align: middle; color: #6b7686;}
.popupwrap .ck-label .icon {display: inline-block; position:relative; /* width: 18px; height: 18px; */ width: 20px; height: 20px;margin-right: 5px; border: 1px solid #e9e9e9; line-height: 20px; background-color: #fff;}
.popupwrap .ck-label .icon::before {content:""; position:absolute; top: 0; left: 0; background-repeat: no-repeat; background-position: center;}
.popupwrap .ck-label > input[type="checkbox"]:checked + .icon {border-color: #3674D7;}
.popupwrap .ck-label > input[type="checkbox"]:checked + .icon::before {content:""; position:absolute; top: calc(50% - 4px); left: calc(50% - 8px); border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 10px solid #3674D7;}
.popupwrap .ck-label > input[type="checkbox"]:checked + .icon::after {content:""; position:absolute; bottom: calc(50% - 1px); left: calc(50% - 8px); border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 10px solid #fff;}
.popupwrap .ck-label > input[type="checkbox"]:checked ~ span {color: #3674D7;}

@media screen and (max-width:800px) {
	.popupwrap{top:80px !important;left:0 !important;}
}
@media screen and (max-width:600px) {
	.popupwrap{width:100%;}
}

/********************************************************
 * Popup 끝
 ********************************************************/
/********************************************************
 * 업체 팀 권한 
 ********************************************************/
 .custom-detail-sticky{
		position: sticky;
	    top: 7.5rem;
	    width: 29.5rem;
	    margin-right: 32px;
	    border: 1px solid #dcdedf;
	    border-radius: 12px;
	    overflow: hidden;
	}
/********************************************************
 * 업체 팀 권한 끝
 ********************************************************/
/********************************************************
 * 공통 로딩 wrap
 ********************************************************/ 
 .spinner-wrap{
 	background-color: rgba(255, 255, 255, 0.3) !important;
 }
 /********************************************************
 * 공통 로딩 wrap 끝
 ********************************************************/
/********************************************************
 * 피드백 버튼(삭제예정)
 ********************************************************/ 
 .custom-feedback{
	 width: 64px;
    height: 64px;
    position: fixed;
    right: 0;
    bottom: 0px;
 }