#simpleStyleWidget.odf_style_widget div{
    font-size: 0.875rem;
    font-family: "pre Regular";
    color: #222;
}
#simpleStyleWidget.odf_style_widget .style_choice > label{
    align-items: center;
    min-width: 75px;
    font-size: 0.875rem;
    font-family: "pre Medium";
    color: #454545;
    white-space: nowrap;
    line-height: 36px;
    padding-left: 10px;
     width: 85px;
    display: flex;
}
#simpleStyleWidget.odf_style_widget .style_pick select{
	height: 36px;
    border-radius: 5px;
    border: 1px solid #E4E4E4;
    padding: 0 25px 0 15px;
    font-size: 0.875rem;
    font-family: "pre Regular";
    color: #222;
    background: #fff url(../../../images/simpleMapApp/ico/ico-dropdown.svg) no-repeat center right 10px;
}
#simpleStyleWidget.odf_style_widget .style_tabList li{
-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
    border-radius: 30px;
    border: 1px solid transparent;
    font-size: 0.875rem;
    font-family: "pre Medium";
    color: #555;
    background-color: #F1F1F1;
}
#simpleStyleWidget.odf_style_widget .style_tabList li.style_active{
	color: #4358E6;
    font-family: 'pre Bold';
    border-color: #4358E6;
    background-color: #F1F4FF;
}
#simpleStyleWidget.odf_style_widget > div, #simpleStyleWidget.odf_style_widget .style_symbolEditor > div,
#simpleStyleWidget.odf_style_widget .style_tabContWrap .style_tabCont .style_inner > div{
    margin-top: 8px;
}
#simpleStyleWidget.odf_style_widget .style_full .style_tabContWrap{
	border: 0;
    background-color: #fff;
    padding: 15px 10px;
    border-radius: 6px;
}
#simpleStyleWidget.odf_style_widget input[type="checkbox"]{
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    display: none;
}
#simpleStyleWidget.odf_style_widget input[type="checkbox"]:checked + .style_noFillLabel::before{
	border-color: transparent;
    background: #4358E6 url(../../../images/simpleMapApp/ico/ico-checkbox.svg) no-repeat center;
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #DFE4EA;
    border-radius: 4px;
}
#simpleStyleWidget.odf_style_widget input[type="checkbox"] + .style_noFillLabel::before
{
	content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #DFE4EA;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 5px;

}
#simpleStyleWidget.odf_style_widget .style_noFillLabel{
	position: relative;
   /*  display: -webkit-box;
    display: -ms-flexbox; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: contents;

}
#simpleStyleWidget.odf_style_widget .style_tabContWrap .style_inner div:nth-child(2).style_choice{
	/*display: inline-flex;*/
}
#simpleStyleWidget.odf_style_widget .style_tabContWrap .style_tabCont .style_inner .style_choice .style_pick.style_multiType + div{
    width: 100px;
    margin-left: 85px;
    margin-top: 2px;
    display: flex;
}
#simpleStyleWidget.odf_style_widget input[type="number"]{
	width: 50px;
    text-align: center;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #E4E4E4;
    padding: 0 13px;
    font-size: 0.875rem;
    font-family: "pre Regular";
    color: #222;
    background-color: #fff;
}
#simpleStyleWidget.odf_style_widget > .style_btnArea{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

#simpleStyleWidget.odf_style_widget > .style_btnArea button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 47px;
    padding: 0 10px;
    font-size: 0.9375rem;
    flex: 1;
}
#simpleStyleWidget.odf_style_widget > .style_btnArea button.style_normal1{
    border: 1px solid #D9D9D9;
    color: #777;
    font-family: 'pre Medium';
    background-color: #F9F9FA;
}
#simpleStyleWidget.odf_style_widget > .style_btnArea button.style_hilight1{
    color: #fff;
    font-family: 'pre Bold';
    background-color: #4358E6;

}
#simpleStyleWidget.odf_style_widget > div:nth-child(2) .style_pick .style_checkbox label,
#simpleStyleWidget.odf_style_widget .style_noFillLabel
{
    margin-left: 5px;
    font-size: 0.8125rem;
    font-family: "pre Medium";
    color: #777;
    margin-bottom: 5px;
}
#simpleStyleWidget.odf_style_widget .style_list.style_preview{
	background-color: #fff;
    padding: 0px 3px 0px 10px;
    margin-top: 10px;
    border: 1px solid #e9e9e9;
}
#simpleStyleWidget.odf_style_widget .style_pick.style_miniBox input{
	padding: 0px
}
#simpleStyleWidget.odf_style_widget .style_pick.style_miniBox button{
	width: 43px;
    height: 36px;
    font-size: 0.875rem;
    font-family: "pre Meidum";
    color: #fff;
    border-radius: 5px;
    background-color: #555;
}
#simpleStyleWidget.odf_style_widget .style_btnRangeSync{
    height: 25px;
    border: 1px solid transparent;
    color: #4358E6;
    border-color: #4358E6;
    background-color: #F1F4FF;
    width: auto;
    padding: 0 5px;
    margin-bottom: 5px;
}
#simpleStyleWidget.odf_style_widget .style_marginTop10{
	margin-top: 10px;
}
#simpleStyleWidget.odf_style_widget .style_hidden{
	width: 0%;
}
#simpleStyleWidget.odf_style_widget .style_tabContWrap .style_tabCont .style_inner > div:nth-child(2).style_choice div.style_pick.style_multiType,
#simpleStyleWidget.odf_style_widget .style_tabContWrap .style_tabCont .style_inner > div:nth-child(2).style_choice div.style_pick {
/*	width: 100%;*/
}

#simpleStyleWidget.odf_style_widget .style_tabContWrap .style_tabCont .style_inner .style_choice .style_pick
+{

}
#simpleStyleWidget.odf_style_widget .style_alignItem{
    border: 1px solid #E4E4E4;
}

#wrap.simpleMapApp .style_preview ul.style_scroll{
    max-height: 100px;
    padding: 10px 0;
}


#wrap.simpleMapApp .style_divPopup{
	border : 1px solid #333;
    font-size: 16px;
}

#wrap.simpleMapApp .style_divPopup .style_divPopupHeader{
	color:#fff;
    height: 36px;
    padding: 10px;
}

#wrap.simpleMapApp .style_divPopup .style_divPopupHeader .style_closeBtn{
	padding-top: 10px;
	margin-left: 170px;
    width: 10px;
    height: 10px;
    background: url(../../../images/widget/toc/ico-toc-close_white.png) no-repeat center;
    font-size: 0px;
}

/* 231030 css 수정 */
#simpleStyleWidget.odf_style_widget .style_pick,
#simpleStyleWidget.odf_style_widget > .style_choice {
	align-items: center;
}

#simpleStyleWidget.odf_style_widget .style_divPopup > .style_inner > .style_choice {
	padding: 10px;
}



/*히트맵 스타일*/
#simpleStyleWidget.odf_style_widget .style_choice .style_pick>.style_inner{
	border: 1px solid #e9e9e9;
}

#simpleStyleWidget.odf_style_widget .style_inner{
	background: #fff;
    width: auto;
    padding: 9px 11px;
    height: 100%;
}

#simpleStyleWidget.odf_style_widget .style_heatmapGroup .style_heatmapColor{
    margin-right: 10px;
    margin-bottom: 10px;

}


#simpleStyleWidget.odf_style_widget  .style_icon.style_selected {
    border: 1px solid #2f5597;
}

/* 231030 css 추가 */
#simpleStyleWidget.odf_style_widget .style_upperBound,
#simpleStyleWidget.odf_style_widget  .style_lowerBound {
	padding-left: 40px;
}
#simpleStyleWidget.odf_style_widget .style_btnArea{
    padding: 5px 0 5px 0;
}
#simpleStyleWidget.odf_style_widget .style_preview .style_divPopup .style_lowerBound,
#simpleStyleWidget.odf_style_widget .style_preview .style_divPopup .style_upperBound{
	height: 36px;
    width: 35%;
	margin-right: 5px;
}
#simpleStyleWidget.odf_style_widget button.style_btn.style_mini {
    width: 43px;
    height: 26px;
    font-size: 0.875rem;
    font-family: "pre Meidum";
    color: #fff;
    border-radius: 5px;
}
#simpleStyleWidget.odf_style_widget .style_btn.style_mini+.style_btn.style_mini{
	margin-left : 5px;
}
#simpleStyleWidget.odf_style_widget .style_btn.style_mini.style_hilight1 {
    color: #fff;
	background-color: #4358E6;
}

#simpleStyleWidget.odf_style_widget .style_btn.style_mini.style_normal1 {
    color: #333;
	background-color: #F9F9FA;
    border: 1px solid #D9D9D9;
}


#simpleStyleWidget.odf_style_widget .style_icon{

    border: 1px solid #e0e0e0;
    margin: 5px;
}

#simpleStyleWidget.odf_style_widget .style_iconList{

    border: 1px solid #eee;
    margin: 5px 0 5px 0;

    background-color: white;
    border-radius: 5px;
}



#simpleStyleWidget.odf_style_widget > div:nth-child(2) .style_pick .style_checkbox label{
	margin-bottom : 0px;
    line-height: 22px;
}

#simpleStyleWidget.odf_style_widget .style_previewItem>.style_previewItem_icon{
    height: 100%;
	margin-right: 10px;
    margin-top: 2.5px;
    margin-bottom: 2.5px
}

#simpleStyleWidget.odf_style_widget .style_color{
    margin: 6px 0px;
    border: 1px solid #e9e9e9;
}

#simpleStyleWidget.odf_style_widget div.style_previewItem_name{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


#wrap.simpleMapApp #simpleStyleWidget.odf_style_widget  li.style_previewItem{
	align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


#wrap.simpleMapApp #simpleStyleWidget.odf_style_widget  li.style_previewItem .style_previewItem_name .style_modify{

}
#simpleStyleWidget.odf_style_widget div.style_noFillBox{
	display: flex;
}
#simpleStyleWidget.odf_style_widget .style_alignItem {
	margin: 5px;
}
#simpleStyleWidget.odf_style_widget div.style_textAlign > label {
	height: 100px;
}
#simpleStyleWidget.odf_style_widget div.style_alignItem[name="LEFT-TOP"],
#simpleStyleWidget.odf_style_widget div.style_alignItem[name="LEFT-CENTER"],
#simpleStyleWidget.odf_style_widget div.style_alignItem[name="LEFT-BOTTOM"]{
	margin-left: 0px;
}

#simpleLabelStyleWidget.odf_label_style_widget div{
    font-size: 0.875rem;
    font-family: "pre Regular";
    color: #222;
}
#simpleLabelStyleWidget.odf_label_style_widget .style_choice > label{
    align-items: center;
    min-width: 75px;
    font-size: 0.875rem;
    font-family: "pre Medium";
    color: #454545;
    white-space: nowrap;
    line-height: 36px;
    padding-left: 10px;
    width: 85px;
    display: flex;
}
#simpleLabelStyleWidget.odf_label_style_widget .style_pick select{
    height: 36px;
    border-radius: 5px;
    border: 1px solid #E4E4E4;
    padding: 0 25px 0 15px;
    font-size: 0.875rem;
    font-family: "pre Regular";
    color: #222;
    background: #fff url(../../../images/simpleMapApp/ico/ico-dropdown.svg) no-repeat center right 10px;
}
#simpleLabelStyleWidget.odf_label_style_widget .style_tabList li{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
    border-radius: 30px;
    border: 1px solid transparent;
    font-size: 0.875rem;
    font-family: "pre Medium";
    color: #555;
    background-color: #F1F1F1;
}
#simpleLabelStyleWidget.odf_label_style_widget .style_tabList li.style_active{
    color: #4358E6;
    font-family: 'pre Bold';
    border-color: #4358E6;
    background-color: #F1F4FF;
}
#simpleLabelStyleWidget.odf_label_style_widget > div, #simpleLabelStyleWidget.odf_label_style_widget .style_symbolEditor > div,
#simpleLabelStyleWidget.odf_label_style_widget .style_tabContWrap .style_tabCont .style_inner > div{
    margin-top: 8px;
}
#simpleLabelStyleWidget.odf_label_style_widget .style_full .style_tabContWrap{
    border: 0;
    background-color: #fff;
    padding: 15px 10px;
    border-radius: 6px;
}
#simpleLabelStyleWidget.odf_label_style_widget input[type="checkbox"]{
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    display: none;
}
#simpleLabelStyleWidget.odf_label_style_widget input[type="checkbox"]:checked + .style_noFillLabel::before{
    border-color: transparent;
    background: #4358E6 url(../../../images/simpleMapApp/ico/ico-checkbox.svg) no-repeat center;
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #DFE4EA;
    border-radius: 4px;
}
#simpleLabelStyleWidget.odf_label_style_widget input[type="checkbox"] + .style_noFillLabel::before
{
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #DFE4EA;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 5px;

}
#simpleLabelStyleWidget.odf_label_style_widget .style_noFillLabel{
    position: relative;
    /*  display: -webkit-box;
     display: -ms-flexbox; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: contents;

}
#simpleLabelStyleWidget.odf_label_style_widget .style_tabContWrap .style_inner div:nth-child(2).style_choice{
    /*display: inline-flex;*/
}
#simpleLabelStyleWidget.odf_label_style_widget .style_tabContWrap .style_tabCont .style_inner .style_choice .style_pick.style_multiType + div{
    width: 100px;
    margin-left: 85px;
    margin-top: 2px;
    display: flex;
}
#simpleLabelStyleWidget.odf_label_style_widget input[type="number"]{
    width: 50px;
    text-align: center;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #E4E4E4;
    padding: 0 13px;
    font-size: 0.875rem;
    font-family: "pre Regular";
    color: #222;
    background-color: #fff;
}
#simpleLabelStyleWidget.odf_label_style_widget > .style_btnArea{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

#simpleLabelStyleWidget.odf_label_style_widget > .style_btnArea button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 47px;
    padding: 0 10px;
    font-size: 0.9375rem;
    flex: 1;
}
#simpleLabelStyleWidget.odf_label_style_widget > .style_btnArea button.style_normal1{
    border: 1px solid #D9D9D9;
    color: #777;
    font-family: 'pre Medium';
    background-color: #F9F9FA;
}
#simpleLabelStyleWidget.odf_label_style_widget > .style_btnArea button.style_hilight1{
    color: #fff;
    font-family: 'pre Bold';
    background-color: #4358E6;

}
#simpleLabelStyleWidget.odf_label_style_widget > div:nth-child(2) .style_pick .style_checkbox label,
#simpleLabelStyleWidget.odf_label_style_widget .style_noFillLabel
{
    margin-left: 5px;
    font-size: 0.8125rem;
    font-family: "pre Medium";
    color: #777;
    margin-bottom: 5px;
}
#simpleLabelStyleWidget.odf_label_style_widget .style_list.style_preview{
    background-color: #fff;
    padding: 0px 3px 0px 10px;
    margin-top: 10px;
    border: 1px solid #e9e9e9;
}
#simpleLabelStyleWidget.odf_label_style_widget .style_pick.style_miniBox input{
    padding: 0px
}
#simpleLabelStyleWidget.odf_label_style_widget .style_pick.style_miniBox button{
    width: 43px;
    height: 36px;
    font-size: 0.875rem;
    font-family: "pre Meidum";
    color: #fff;
    border-radius: 5px;
    background-color: #555;
}
#simpleLabelStyleWidget.odf_label_style_widget .style_btnRangeSync{
    height: 25px;
    border: 1px solid transparent;
    color: #4358E6;
    border-color: #4358E6;
    background-color: #F1F4FF;
}
#simpleLabelStyleWidget.odf_label_style_widget .style_marginTop10{
    margin-top: 10px;
}
#simpleLabelStyleWidget.odf_label_style_widget .style_hidden{
    width: 0%;
}
#simpleLabelStyleWidget.odf_label_style_widget .style_tabContWrap .style_tabCont .style_inner > div:nth-child(2).style_choice div.style_pick.style_multiType,
#simpleLabelStyleWidget.odf_label_style_widget .style_tabContWrap .style_tabCont .style_inner > div:nth-child(2).style_choice div.style_pick {
    /*	width: 100%;*/
}

#simpleLabelStyleWidget.odf_label_style_widget .style_tabContWrap .style_tabCont .style_inner .style_choice .style_pick
+{

}
#simpleLabelStyleWidget.odf_label_style_widget .style_alignItem{
    border: 1px solid #E4E4E4;
}

#wrap.simpleMapApp .style_preview ul.style_scroll{
    max-height: 100px;
    padding: 10px 0;
}


#wrap.simpleMapApp .style_divPopup{
    border : 1px solid #333;
    font-size: 16px;
}

#wrap.simpleMapApp .style_divPopup .style_divPopupHeader{
    color:#fff;
    height: 36px;
    padding: 10px;
}

#wrap.simpleMapApp .style_divPopup .style_divPopupHeader .style_closeBtn{
    padding-top: 10px;
    margin-left: 170px;
    width: 10px;
    height: 10px;
    background: url(../../../images/widget/toc/ico-toc-close_white.png) no-repeat center;
    font-size: 0px;
}

/* 231030 css 수정 */
#simpleLabelStyleWidget.odf_label_style_widget .style_pick,
#simpleLabelStyleWidget.odf_label_style_widget > .style_choice {
    align-items: center;
}

#simpleLabelStyleWidget.odf_label_style_widget .style_divPopup > .style_inner > .style_choice {
    padding: 10px;
}



/*히트맵 스타일*/
#simpleLabelStyleWidget.odf_label_style_widget .style_choice .style_pick>.style_inner{
    border: 1px solid #e9e9e9;
}

#simpleLabelStyleWidget.odf_label_style_widget .style_inner{
    background: #fff;
    width: auto;
    padding: 9px 11px;
    height: 100%;
}

#simpleLabelStyleWidget.odf_label_style_widget .style_heatmapGroup .style_heatmapColor{
    margin-right: 10px;
    margin-bottom: 10px;

}


#simpleLabelStyleWidget.odf_label_style_widget  .style_icon.style_selected {
    border: 1px solid #2f5597;
}

/* 231030 css 추가 */
#simpleLabelStyleWidget.odf_label_style_widget .style_upperBound,
#simpleLabelStyleWidget.odf_label_style_widget  .style_lowerBound {
    padding-left: 40px;
}
#simpleLabelStyleWidget.odf_label_style_widget .style_btnArea{
    padding: 5px 0 5px 0;
}
#simpleLabelStyleWidget.odf_label_style_widget .style_preview .style_divPopup .style_lowerBound,
#simpleLabelStyleWidget.odf_label_style_widget .style_preview .style_divPopup .style_upperBound{
    height: 36px;
    width: 35%;
    margin-right: 5px;
}
#simpleLabelStyleWidget.odf_label_style_widget button.style_btn.style_mini {
    width: 43px;
    height: 26px;
    font-size: 0.875rem;
    font-family: "pre Meidum";
    color: #fff;
    border-radius: 5px;
}
#simpleLabelStyleWidget.odf_label_style_widget .style_btn.style_mini+.style_btn.style_mini{
    margin-left : 5px;
}
#simpleLabelStyleWidget.odf_label_style_widget .style_btn.style_mini.style_hilight1 {
    color: #fff;
    background-color: #4358E6;
}

#simpleLabelStyleWidget.odf_label_style_widget .style_btn.style_mini.style_normal1 {
    color: #333;
    background-color: #F9F9FA;
    border: 1px solid #D9D9D9;
}


#simpleLabelStyleWidget.odf_label_style_widget .style_icon{

    border: 1px solid #e0e0e0;
    margin: 5px;
}

#simpleLabelStyleWidget.odf_label_style_widget .style_iconList{

    border: 1px solid #eee;
    margin: 5px 0 5px 0;

    background-color: white;
    border-radius: 5px;
}



#simpleLabelStyleWidget.odf_label_style_widget > div:nth-child(2) .style_pick .style_checkbox label{
    margin-bottom : 0px;
    line-height: 22px;
}

#simpleLabelStyleWidget.odf_label_style_widget .style_previewItem>.style_previewItem_icon{
    height: 100%;
    margin-right: 10px;
    margin-top: 2.5px;
    margin-bottom: 2.5px
}

#simpleLabelStyleWidget.odf_label_style_widget .style_color{
    margin: 6px 0px;
    border: 1px solid #e9e9e9;
}

#simpleLabelStyleWidget.odf_label_style_widget div.style_previewItem_name{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


#wrap.simpleMapApp #simpleLabelStyleWidget.odf_label_style_widget  li.style_previewItem{
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


#wrap.simpleMapApp #simpleLabelStyleWidget.odf_label_style_widget  li.style_previewItem .style_previewItem_name .style_modify{

}
#simpleLabelStyleWidget.odf_label_style_widget div.style_noFillBox{
    display: flex;
}
#simpleLabelStyleWidget.odf_label_style_widget .style_alignItem {
    margin: 5px;
}
#simpleLabelStyleWidget.odf_label_style_widget div.style_textAlign > label {
    height: 100px;
}
#simpleLabelStyleWidget.odf_label_style_widget div.style_alignItem[name="LEFT-TOP"],
#simpleLabelStyleWidget.odf_label_style_widget div.style_alignItem[name="LEFT-CENTER"],
#simpleLabelStyleWidget.odf_label_style_widget div.style_alignItem[name="LEFT-BOTTOM"]{
    margin-left: 0px;
}
