.planning .detail .scroll .detail_course  .list.on {
    display: block;
}

.planning .detail .scroll .detail_course  .list {
    display: none;
}

/* 에디터 첨부한 이미지 보더 없애기 */
.resizable-wrapper img{
    border: 0px !important;
}

/* 에디터에서 첨부한 이미지 리사이징 하는 부분 없애기 */
.resizable-wrapper > div[style*="cursor:nwse-resize"],
.resizable-wrapper > div[style*="cursor: nwse-resize"] {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}

#map {
    height: 100vh;
    width: 100%;
}
#legend {
    width: 100px;
    background: white;
    padding: 15px;
    margin: 15px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#legend div {
    width: 100px;
}    
#legend span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    vertical-align: middle;
}
.legend-box {
    background: white;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 13px;
    line-height: 1.6;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.legend-box div {
    display: flex;
    align-items: center;
}    

.planning .detail .scroll .list .list_tit_clone {
    margin: 0 0 10px 0;
    padding: 0 10px;
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.popup_planning_ok .body .wrap .survey_star{ display: flex; align-items: center; grid-gap: 5px; margin-top: 15px;}
.popup_planning_ok .body .wrap .survey_star i{ font-size: 24px; color: #ddd; cursor: pointer;}
.popup_planning_ok .body .wrap .survey_star i.on{ color: #F4C95D;}
.popup_planning_ok .body .wrap .survey_star p{ margin: 0 0 -2px 10px; font-size: 20px; color: #666;}
.popup_planning_ok .body .wrap .survey_star p b{ font-weight: 700; color: #000;}

.popup_planning_ok .body .wrap .survey_star {
    display: flex;
    align-items: center;
    grid-gap: 5px;
    margin-top: 15px;
}