@charset "UTF-8";
/* 속성팝업 위젯 */
.oui-popup .popup .head.blue {
    background: linear-gradient(to right, #2F5597, #8FAADC);
}
.oui-popup .head .popup-titPop {
    margin-left: 20px;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    font-family: "Pretendard";
    font-weight: normal;
}
.oui-popup .popup.poi .head .popup-comboBox {
	max-width: 290px;
    display: inline-block;
}
.oui-popup .popup.poi .head .btnGroup .popup-btn-minmax{
	background-size: 30px;
    margin-right: 0px;
}
.oui-popup .popup.poi .head .btnGroup .popup-btn-closed{
	background-size: 20px;
}
.oui-popup .section.type02 .titSec{
	margin-bottom: 10px;
}
.oui-popup .table table tbody tr th{
	font-size: 16px;
    font-family: 'Pretendard Bold';
}
.oui-popup .table table tbody tr td{
	font-size: 15px;	
    font-family: 'Pretendard';
    color: #686868;
    background: #fff;
    font-size: 15px;
}
.oui-popup .txt-center{
	border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
}
.oui-popup .comboList{
	left: 0;
    top: 40px;
    width: auto;
    padding: 5px 0;
    min-width: 100px;
    border: 1px solid #2f5597;
    border-radius: 0;
    max-width: 289px;
}
.oui-popup .comboList li {
    font-size: 20px;
    color: #333;
}
.oui-popup .comboList li span {
    display: block;
    cursor: pointer;
    padding: 0 10px;
    word-break: keep-all;
    font-size: 16px;
    font-family: 'Pretendard';
}
.oui-popup .section.type02 .titSec strong{
	max-width: 330px;
}
.oui-popup .section.type02 .titSec strong {
    font-size: 16px;
    font-family: 'Pretendard';
    font-weight: normal;
}
.oui-popup .popupDiv.poi .head .btnGroup .popup-btn-closed {
    background: url(../../images/toc/ico-toc-close_white.png) no-repeat center;
    margin-left: 20px;
    width: 20px;
    height: 20px;
}
.oui-popup .popupDiv .head .btnGroup{
	margin-right: 20px;
}
.oui-popup .popupDiv.poi .head .btnGroup .popup-btn-minmax {
    background: url(../../images/common/ico-option-hide.png);
    width: 31px;
    height: 16px;
    margin-right: 0px;
}
.oui-popup .popupDiv.poi .head .popup-comboBox{
	max-width: 260px;
	font-family:'Pretendard';
}
.oui-popup .popupDiv .head.blue{
	background: #0A2D3D;
}