svg.map {
  width: 100%;
  height: 100vh;
}
svg g g text {
  cursor: pointer!important;
}
svg g g.map-root.normal {
  cursor: pointer!important;
}
g.hidden > .g-child, .relation.hidden {
  display: none!important;
}

g.roll-each > .g-child, .relation.roll-each {
  display: none!important;
}
g.roll-each > circle{
  display: none;
}
g.local-center > .branch{
  display: none !important;
}

g.hidden-local-center > .shape-draw{
  display: none ;
}

g.hidden-local-center > .branch{
  display: none ;
}

g.hidden-local-center > circle{
  display: none ;
}

g.hidden-local-center > rect, g.hidden-local-center > path{
  display: none ;
}

.rollup-each{
  display: none !important;
}
/* .hidden .roll-circle, .hidden .fishbone-rollup-circle {
    fill: red!important;
} */
.hidden .fishbone-rollup-circle {
  fill: red!important;
}
.viewnote {
  position: absolute;
  width: 20%;
  right: 10px;
  border: 1px solid gray;
  background-color: white;
  z-index: 10;
  display: none;
}
@media (max-width: 1025px) {
  .viewnote {
    top: 38px!important;
  }
}
.titlenote{
  height: 30px;
  margin: 0 auto;
  width: 100%;
  background-color: #6a4496;
}
.titlenote p{
  color: white;
  font-size: 16px;
  margin-left: 10px;
  float: left;
  margin-bottom: 0;
}
.titlenote img{
  width: 15px;
  height: 15px;
  float: right;
  margin-top: 5px;
  right: 10px;
  pointer-events: auto;
  cursor: pointer;
}
.textnote{
  overflow: auto;
  width: 100%;
  padding: 10px;
  height: 96%;
}
.textnote .viewtextnote{
  font-size: 16px;
  margin-top: 10px;
  margin-left: 10px;
}
.isRollHide {
  display: none;
}
/*@media (min-width: 1025px) {*/
/*  #view1 {*/
/*    margin-left: 0% !important;*/
/*  }*/
/*}*/
.isRollDown > .auto-hidden {
  display: none;
}

.isRollDown > .shape-draw:hover + .shape-child + .auto-hidden
{
  display: block!important;
}
.isRollDown > .shape-draw:hover + .shape-child + .auto-hidden + .auto-hidden {
  display: block!important;
}
.isRollDown > .shape-draw:hover + .shape-child + .intersection-cỉcle + .auto-hidden {
  display: block!important;
}
.isRollDown.isBoundaryCapsule > .shape-draw + .shape-child  + .auto-hidden {
  display: block!important;
}
.shape-draw.isRollDown +  .shape-child + .auto-hidden:hover,
.shape-draw.isRollDown +  .shape-child + .intersection-cỉcle + .auto-hidden:hover {
  display: block!important;
}
.isRollUp + .shape-child  + circle + .roll-plus,
.isRollUp + .shape-child  + circle + circle + .roll-plus,
.isRollUp + .shape-child  + circle + .roll-plus + .roll-plus,
.isRollUp + .shape-child  + circle + circle + .roll-plus + .roll-plus  {
  display: block!important;
}
.roll-circle{
  cursor: url("assets/ico/roll.svg") 15 15, auto;
}
.roll-plus, #joint-root {
  cursor: url("/assets/ico/roll.svg") 15 15, auto!important;
}

.drag-tracker {
  display: none;
}

.drag-tracker.show {
  display: block;
}

.toolbar-wrap .toolbar .tool-list {
  background-color: white;
}

.panning-map {
  cursor: grab;
}

.insert-relation {
  cursor: url("/assets/ico/relation.cur"), auto;
}

.copy-style {
  cursor: url("/assets/ico/copy_sty.cur"), auto;
}

.section-editor-wrap .editor-panel-tool-list li.play:before {
  background-image: url(../img/editor/editor-panel-tool-list-play.png)
}

.section-editor-wrap .editor-panel-tool-list li.pause.disabled {
  font-size: .875rem;
  padding: .25rem 0 .25rem 1.75rem;
  margin-bottom: .25rem;
  position: relative;
  color: rgb(192, 192, 192);
  pointer-events: none;
}

.section-editor-wrap .editor-panel-tool-list li.adddefaulttopic.disabled {
  font-size: .875rem;
  padding: .25rem 0 .25rem 1.75rem;
  margin-bottom: .25rem;
  position: relative;
  color: rgb(192, 192, 192);
  pointer-events: none;
}

.section-editor-wrap .editor-panel-tool-list li.adddefaulttopic:before {
  background-image: url(../img/editor/editor-panel-tool-list-eggplant.png)
}

.section-editor-wrap .editor-panel-tool-list li.setauthtopic.disabled {
  font-size: .875rem;
  padding: .25rem 0 .25rem 1.75rem;
  margin-bottom: .25rem;
  position: relative;
  color: rgb(192, 192, 192);
  pointer-events: none;
}

.section-editor-wrap .editor-panel-tool-list li.setauthtopic:before {
  background-image: url(../img/editor/editor-panel-tool-list-auth.png)
}

.section-editor-wrap .editor-panel-tool-list li.savemetanote.disabled {
  font-size: .875rem;
  padding: .25rem 0 .25rem 1.75rem;
  margin-bottom: .25rem;
  position: relative;
  color: rgb(192, 192, 192);
  pointer-events: none;
}

.section-editor-wrap .editor-panel-tool-list li.savemetanote:before {
  background-image: url(../img/editor/editor-panel-tool-list-storage.png)
}

.mlp2-footer {
  padding: 1rem 1.5rem;
  border-bottom-left-radius: .5rem;
  -moz-border-radius-bottomleft: .5rem;
  border-bottom-right-radius: .5rem;
  -moz-border-radius-bottomright: .5rem;
  background: #fff
}

.mlp2-footer .check-wrap {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between
}

.mlp2-footer .check-area {
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  align-items: center
}

.mlp2-footer .check-area label {
  margin-left: .5rem
}

.mlp2-footer .btn-area {
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end
}

.mlp2-footer .btn-area .btn+.btn {
  margin-left: .25rem
}

.section-editor-header .disabled .tool-tip-container {
  position: absolute;
  width: 200px;
  bottom: -35px;
  left: -100vw;
  z-index: 9;
  text-align: center
}

.section-editor-header .disabled .tool-tip-container:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-bottom: solid 4px #131416;
  border-right: solid 4px transparent;
  border-left: solid 4px transparent;
  position: absolute;
  top: -4px;
  left: calc(100px - 4px)
}

.section-editor-header .disabled .tool-tip-container label {
  font-size: .8rem;
  line-height: 1;
  letter-spacing: normal !important;
  color: #fff;
  display: inline-block;
  width: max-content;
  padding: .375rem .75rem;
  border-radius: .25rem;
  background-color: #131416
}

.section-editor-header .btn-save-file.disabled {
  font-size: .75rem;
  color: #fff;
  border: 1px solid #fff5;
  background-color: transparent;
  border-radius: 1rem;
  padding: .25rem .75rem;
  cursor: pointer;
  margin-left: .5rem;
  pointer-events: auto !important;
}

.section-editor-header .btn-save-file:hover .disabled {
  border: 1px solid #fff7;
  background-color: #fff2
}

.section-editor-header .btn-save-file:hover .disabled .tool-tip-container {
  left: calc(50% - 100px)
}

@media (max-width:767px) {
  .section-dashboard-body ul.add-icon-list li .link-wrap .label-container {
    position: absolute;
    width: 200px;
    bottom: -34px;
    left: -100vw;
    z-index: 9;
    display: none; /* 모바일 화면에서 바로가기 툴팁 표시 안함 처리 */
  }

  .section-dashboard-body ul.add-icon-list li .link-wrap:hover .label-container {
      left: calc(50% - 100px)
  }

  .section-dashboard-body ul.add-icon-list li .link-wrap .label-container:before {
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      border-bottom: solid 4px #131416;
      border-right: solid 4px transparent;
      border-left: solid 4px transparent;
      position: absolute;
      top: -2px;
      left: 96px
  }

  .btn-save:hover {
    color: #fff;
    background-color: #3c5f8e;
    border-color: #3c5f8e;
  }

  .slp-content .contact-list-saved li .email {
    width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }
}
