@charset "utf-8";

iframe {
    display: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

body,
html {
    overflow: auto;
}

html,
body {
    height: 100%;
    overflow: auto;
}

body {
    font-family: "SamsungOne-400", sans-serif;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.01em;
    color: #0a0a0a;
    background-color: #efefef;
    overflow: hidden;
}

ul {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
}

img {
    padding: 4px;
    vertical-align: top;
}

.arrow_right {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.arrow_right.reverse {
    transform: rotate(-180deg);
}

input:focus {
    outline: none;
}

input::placeholder {
    color: rgb(10, 10, 10, 0.3);
}

textarea {
    width: 100%;
    border: 0;
    border: none;
    resize: none;
    outline: 0;
    background: transparent;
    font-family: "SamsungOne-600";
    font-size: 18px;
    border-bottom: 1px solid #8f8f8f;
    padding: 5px 0;
}

.organization input::placeholder {
    color: rgb(10, 10, 10, 1) !important;
}

.icon {
    cursor: pointer;
    position: relative;
}

.icon:hover::after,
.icon:active::after,
.icon:focus::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.1);
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
}

.blue_color,
.blue,
.blue a,
a.blue {
    color: #1976d2;
}

.red_color,
.red,
.red a,
a.red {
    color: #de2525 !important;
}

.red_color2,
.red2,
.red2 a,
a.red2 {
    color: #f75b5b !important;
}

.gray_color,
.gray,
.gray a,
a.gray {
    color: #999;
}

.icon img {
    opacity: 0.5;
}

.width100 {
    width: 100% !important;
}

.textcenter {
    text-align: center;
}

.textright {
    text-align: right;
}

.flex {
    display: flex;
}

.flex_center {
    display: flex;
    align-items: center;
}

.flex_center_between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex_end {
    justify-content: flex-end;
}

/* 버튼 디자인의 a태그: 링크 연결 때문에 추가 */
.ui_button {
    position: relative;
    min-width: 144px;
    color: #0a0a0a;
    font-family: "SamsungOne-700", sans-serif;
    font-size: 15px;
    text-align: center;
    border: 0;
    border-radius: 8px;
    padding: 12px 14px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 0;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    appearance: none;
    overflow: hidden;
}

.ui_button.blue {
    background-color: #1976d2;
    color: #fff;
}

.ui_button + .ui_button,
button + .ui_button {
    margin-left: 8px;
}

.ui_button.w103 {
    min-width: 103px;
}



/* //.ui_button */

/* 버튼정의 */
button {
    font-family: "SamsungOne-700", sans-serif;
    font-size: 15px;
    text-align: center;
    padding: 12px 14px;
    position: relative;
    box-sizing: border-box;
    border: 0px;
    outline: 0px;
    margin: 0px;
    cursor: pointer;
    vertical-align: middle;
    appearance: none;
    border-radius: 8px;
    overflow: hidden;
    color: #0a0a0a;
    background-color: rgba(0, 0, 0, 0.1);
    /* display: flex; */
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* 22.07.01 [H] 수정 */
button.small {
    min-width: 106px;
    /* min-width: 76px; */
    height: 32px;
    line-height: 30px;
    padding: 0;
}

/* //22.07.01 [H] 수정 */

button.w90 {
    min-width: 90px;
}

/* button:hover::after {
    background:#000;
    opacity:0.1;
} */
/* button.selected:hover::after {
    opacity:0;
} */
button.blue {
    background-color: #1976d2;
    color: #fff;
}

button.b-red {
    background-color: #f75b5b;
    color: #fff;
}

button.b-red:hover {
    background-color: #dd5151;
}

button.btn_icon {
    padding: 9px;
    min-width: auto;
}

button.btn_icon img {
    width: 24px;
    height: 24px;
}

button.icon {
    display: inline-flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    border-radius: 50%;
    justify-content: center;
    outline: 0;
    border: 0;
    padding: 0;
    min-width: 32px;
    width: 32px;
    height: 32px;
    background-color: transparent;
    overflow: unset;
}

button.icon:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

button.btn_icon_txt {
    padding: 9px 15px;
    align-items: center;
    display: inline-flex;
}

button.btn_icon_txt span {
    display: inline-block;
    margin-right: 9px;
}

.button:hover,
button:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.button.blue:hover,
button.blue:hover {
    background-color: #1669bc;
}

button.red {
    color: #dd4040 !important;
}

button.btn_icon {
    padding: 9px;
    min-width: 42px;
}

button.btn_icon img {
    width: 24px;
    height: 24px;
}

button.selected {
    background-color: #f0f7ff;
    color: #166abd;
    border: 1.5px solid #1976d2;
    height: 42px;
}

/* 22.07.01 [H] 수정 */
button.small.selected {
    height: 32px;
}

/* //22.07.01 [H] 수정 */

button.icon.selected {
    background-color: #f0f7ff;
    color: #166abd;
    border: 0px solid #1976d2;
    height: auto;
}

button.btn_icon.selected {
    padding: 8px;
}

/* 22.07.01 [H] 수정 */
button:disabled {
    opacity: 0.3 !important;
    cursor: default;
    pointer-events: none;
}

button:disabled:hover {
    background-color: #e5e5e5;
}

button.blue:disabled:hover {
    background-color: #1976d2;
}

/* //22.07.01 [H] 수정 */

.button {
    font-family: "SamsungOne-700", sans-serif;
    font-size: 15px;
    padding-left: 14px;
    padding-right: 14px;
    cursor: pointer;
}

.button.icon_left {
    background-position: 14px 50%;
}

/* Icon Button */
.btn_icon {
    width: 42px;
    height: 42px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    padding-top: 9px;
}

.btn_icon.btn24 {
    width: 24px;
    height: 24px;
}

.btn_icon.devic_solide_monitor {
    background-image: url("../images/ic_solid/devic_solide_monitor.svg");
}

.btn_icon.devic_solide_monitor.selected {
    background-image: url("../images/ic_solid/devic_solide_monitor_select.svg");
}

.btn_icon.schedule {
    background-image: url("../images/ic_solid/schedule.svg");
}

.btn_icon.schedule.selected {
    background-image: url("../images/ic_solid/schedule_select.svg");
}

.btn_icon.more {
    background-image: url("../images/ic_solid/more.svg");
}

.btn_icon.more.selected {
    background-image: url("../images/ic_solid/more_select.svg");
}

.btn_icon.back {
    background-image: url("../images/ic_solid/back.svg");
}

.btn_icon.back.selected {
    background-image: url("../images/ic_solid/back_select.svg");
}

.btn_icon.next {
    background-image: url("../images/ic_solid/next.svg");
}

.btn_icon.next.selected {
    background-image: url("../images/ic_solid/next_select.svg");
}

.btn_icon.list {
    background-image: url("../images/ic_solid/list.svg");
}

.btn_icon.list.selected {
    background-image: url("../images/ic_solid/list_select.svg");
}

.btn_icon.refresh {
    background-image: url("../images/ic_solid/refresh.svg");
}

.btn_icon.refresh.selected {
    background-image: url("../images/ic_solid/refresh_select.svg");
}

/* 인풋서치 */
#input_search {
    position: relative;
}

/*#input_search:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: #0a0a0a;
    border-radius: 8px;
}*/

input[type="search"] {
    position: relative;
    width: 100%;
    height: 42px;
    padding: 0 43px 0 17px;
    border: 0;
    outline: 0;
    font-family: "SamsungOne-600";
    font-size: 15px;
    color: #757575;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 8px;
    /* background-color: #e5e5e5; */
    background-color: rgba(0, 0, 0, 0.1);
    /* 0708 서치바 공통 색상 디자인 변경 적용 */
    box-sizing: border-box;
}

.btn_map_search {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url("../images/ic_solid/search2.svg") no-repeat left 50%;
    background-size: 100%;
    cursor: pointer;
}

input[type="search"]:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: #0a0a0a;
}

input[type="search"]:focus {
    border: solid 1.5px #1976d2;
    background-color: #fff;
    color: #0a0a0a;
}

input[type="search"]:focus + .btn_map_search,
input[type="search"]:hover + .btn_map_search {
    background: url("../images/ic_solid/search.svg") no-repeat left 50%;
    background-size: 100%;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background: url("../images/ic_line/ico_close.svg") no-repeat left 50%;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
}

#input_search.small input {
    height: 32px;
}

#input_search.small input::placeholder {
    color: #757575;
}

#input_search.small .btn_map_search {
    opacity: 1;
    background: url("../images/ic_solid/search2.svg") no-repeat left 50%;
}

/* 인풋텍스트 */
#input_text {
    position: relative;
}

input[type="text"],
input[type="password"] {
    position: relative;
    width: 100%;
    padding: 0 0 8px;
    font-family: "SamsungOne-600";
    font-size: 18px;
    color: #0a0a0a;
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #8f8f8f;
    border-radius: 0px;
}

input[type="text"]:disabled,
input[type="password"]:disabled {
    border-bottom: solid 1.5px #e0e0e0;
    color: #949494;
}

.input_error {
    width: 100%;
    position: absolute;
    bottom: -15px;
    display: none;
    font-size: 10px;
    letter-spacing: -0.42px;
    color: #dd4040;
    font-family: "SamsungOne-600";
}

#input_text.error input {
    border-bottom: solid 1px #dd4040;
}

#input_text.error .input_error {
    display: block;
}

.text_field.on {
    border-bottom: 1.5px solid #1976d2 !important;
}

/*
input:valid {
    border: 1px solid blue;
}

input:invalid, input.error {
    border-bottom: 1px solid #DD4040;
}
input:invalid ~ .input_error {
    display: block;
} */

input[type="text"].boxtype {
    position: relative;
    font-family: "SamsungOne-500";
    font-size: 16px;
    background: #e5e5e5;
    border-radius: 8px;
    border: 0;
    height: 36px;
    padding: 5px 18px 6px;
    box-sizing: border-box;
    width: 100%;
}

/* 체크박스 */
input[type="checkbox"] {
    height: 22px;
    width: 22px;
    background: url("../images/ic_solid/checkbox_off.svg") no-repeat 50% 50%;
    background-size: 100%;
    -webkit-appearance: none;
    cursor: pointer;
}

input[type="checkbox"]:checked {
    background: url("../images/ic_solid/checkbox_on.svg") no-repeat 50% 50%;
    background-size: 100%;
}

input[type="checkbox"]#check_label,
input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]#check_label + label,
input[type="checkbox"] + label {
    position: relative;
    padding-left: 32px;
    display: inline-block;
    height: 22px;
    line-height: 24px;
    font-family: "SamsungOne-400";
    font-size: 16px;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
}

input[type="checkbox"]#check_label + label::before,
input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: solid 1.5px rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    box-sizing: border-box;
}

input[type="checkbox"]#check_label + label:hover::before,
input[type="checkbox"] + label:hover::before {
    border-color: rgba(0, 0, 0, 0.6);
}

input[type="checkbox"]#check_label:checked + label::before,
input[type="checkbox"]:checked + label::before {
    background: url("../images/ic_solid/check_wh.svg") 50% #1976d2 no-repeat;
    border-color: #1976d2;
}

input[type="checkbox"]#check_label:checked + label:hover::before,
input[type="checkbox"]:checked + label:hover::before {
    background-color: #145ea8;
    border-color: #145ea8;
}

/* 토글스위치 */
.toggle_switch {
    padding-left: 6px;
}

.info_section .toggle_switch {
    margin-top: -4px;
    margin-right: 8px;
}

.toggle_switch input {
    -webkit-appearance: none;
}

.toggle_switch input[type="checkbox"] {
    display: none;
}

.toggle_track {
    display: inline-block;
    position: relative;
    width: 34px;
    height: 20px;
    border-radius: 20px;
    background-color: #8f8f8f;
    top: 2px;
}

.toggle_track:before {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: -6px;
    width: 26px;
    height: 26px;
    margin: 0;
    background-color: #fff;
    border-radius: 100%;
    border: 1.5px solid #8f8f8f;
    transition: left 0.3s;
    box-sizing: border-box;
}

.toggle_switch input[type="checkbox"] + label .toggle_track:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 8px;
    color: #fff;
}

.toggle_switch input[type="checkbox"]:checked + label .toggle_track {
    background-color: #1976d2;
}

.toggle_switch input[type="checkbox"]:checked + label .toggle_track:before {
    left: 14px;
    border: 1.5px solid #1976d2;
}

.toggle_switch input[type="checkbox"]:checked + label .toggle_track:after {
    content: "";
    left: 5px;
}

.toggle_switch input[type="checkbox"] + label:hover .toggle_track {
    background-color: #727272;
}

.toggle_switch input[type="checkbox"] + label:hover .toggle_track::before {
    border-color: #727272;
}

.toggle_switch input[type="checkbox"]:checked + label:hover .toggle_track {
    background-color: #145ea8;
}

.toggle_switch
    input[type="checkbox"]:checked
    + label:hover
    .toggle_track::before {
    border-color: #145ea8;
}

.toggle_switch.dim {
    pointer-events: none;
    opacity: 0.4;
}

.toggle_onoff {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    width: 85px;
    height: 42px !important;
    border-radius: 8px;
    background-color: #d7d7d7;
}

.toggle_onoff input[type="radio"] {
    display: none;
}

.toggle_onoff label {
    width: 100%;
    height: 100%;
    line-height: 42px;
    text-align: center;
    font-family: SamsungOne;
    font-size: 14px;
    font-weight: 800;
    color: #363636;
    cursor: pointer;
}

.toggle_onoff label:hover {
    color: #1976d2;
}

.toggle_onoff input[type="radio"]:checked + label {
    color: #1976d2;
}

.toggle_onoff label::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 16px;
    background-color: #bdbdbd;
}

.toggle_onoff.dim {
    background-color: #e5e5e5;
    pointer-events: none;
}

.toggle_onoff.dim label {
    opacity: 0.4;
}

.toggle_onoff.dim input[type="radio"]:checked + label {
    opacity: 0.4;
}

input#content_name {
    font-family: "SamsungOne-600";
    font-size: 24px;
    color: #000000;
    width: 230px;
    height: auto;
    border: 0;
    margin-right: 9px;
    margin-left: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
}

input#content_name.line {
    border-bottom: 1px solid #949494;
    padding-bottom: 9px;
}

input#content_name.line::placeholder {
    color: #eaeaea;
}

input[type="password"]::placeholder {
    color: #0a0a0a;
}

input#content_name::placeholder {
    color: #000;
}

input#content_name.active {
    border-bottom: 1px solid #8f8f8f;
    width: 100%;
}

input[type="checkbox"].toggle + label {
    padding-left: 0;
}

input[type="checkbox"].toggle + label::before,
input[type="checkbox"].toggle:checked + label::before {
    display: none;
}

.checkbox.only input[type="checkbox"] + label {
    padding-left: 22px;
}

#select-wrap {
    /* width: 100%; */
    display: inline-block;
    position: relative;
}

#select-wrap.check_btnon {
    display: none;
}

.info_section #select-wrap {
    width: 100%;
}

.select,
.input_select,
.select_bottom_wrap .select {
    width: 100%;
    height: 42px;
    padding: 12px 38px 12px 20px;
    font-family: "SamsungOne-600";
    font-size: 16px;
    text-align: left;
    border: 0;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.1);
    overflow: hidden;
    cursor: pointer;
}

.select.line_select {
    background-color: transparent;
    border-bottom: 1px solid #8f8f8f;
    border-radius: 0;
    padding: 12px 0;
    font-family: SamsungOne-600;
    font-size: 18px;
}

.select.line_select.repeat {
    width: 155px;
    position: relative;
}

.select.line_select.time {
    position: relative;
    width: 90%;
    border: 0;
    padding: 12px 16px;
    height: 42px;
    font-family: SamsungOne-600;
    font-size: 15px;
    color: #0a0a0a;
}

#select-wrap.time {
    background-color: transparent;
    border: 1px solid #8f8f8f;
    border-radius: 8px;
    width: 155px;
}

#select-wrap.time::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/ic_solid/arrow_down.svg) no-repeat 50% 50%;
    background-size: 100%;
    top: 9px;
    right: 16px;
    background-color: rgba(0, 0, 0, 0);
}

#select-wrap.time.reverse::after {
    transform: rotate(-180deg);
}

.select.line_select.repeat::after {
    right: 0;
}

.select.line_select.time::after {
    right: 8px;
}

.select.normal,
.select_bottom_wrap .select {
    position: relative;
    /*opacity: 0.3;*/
    opacity: 1;
    min-width: 180px;
    height: 32px;
    padding: 1px 34px 0 0;
    text-align: left;
    font-family: "SamsungOne-600";
    font-size: 18px;
    color: #0a0a0a;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid #8f8f8f;
    cursor: pointer;
    overflow: hidden;
}

.select.active {
    color: #0a0a0a;
    border-color: #8f8f8f;
    opacity: 1;
}

#select-wrap.reverse .select {
    opacity: 1;
}

.select.normal:hover {
    background-color: transparent;
    border-bottom: solid 1.5px #2d2d2d;
}

.select::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url("../images/ic_solid/arrow_down.svg") no-repeat 50% 50%;
    background-size: 100%;
    top: 9px;
    right: 16px;
    background-color: rgba(0, 0, 0, 0);
}

.select.normal::after,
.select_bottom_wrap .select::after {
    top: 4px;
    right: 0;
}

.select::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 1;
    opacity: 0;
}

.select:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.select.line_select:hover {
    background-color: transparent;
}

.select.on {
    opacity: 1;
}

/* .select:hover::before {
    background-color:#000;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    opacity: 0.1;
} */
.select.line_select:hover::before {
    opacity: 0;
}

.select.normal:hover::before {
    opacity: 0;
}

.select.reverse::after,
.select.on::after,
.select_bottom_wrap.on .select::after {
    transform: rotate(-180deg);
}

.dropdown_ul,
.select-ul {
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    border-radius: 8px;
    z-index: 100;
    background: #ffffff;
    border: 0 solid #cccccc;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 20%);
    margin-top: 10px;
    min-width: 100%;
}

.select-ul.repeat,
.select-ul.time {
    width: 100%;
    min-width: 180px;
}

.select-ul.time {
    height: 280px;
    bottom: 52px;
}

.select-ul.normal {
    background: #ffffff;
    border: 0 solid #cccccc;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
    border: 0;
    border-radius: 8px;
}

.select-ul.on {
    display: block !important;
}

.dropdown_ul > li,
.select-ul > li {
    position: relative;
    padding: 0 25px;
    min-width: 200px;
    height: 51px;
    font-family: "SamsungOne-500";
    font-size: 16px;
    line-height: 49px;
    color: #0a0a0a;
    text-align: left;
    white-space: nowrap;
    cursor: pointer;
}

.dropdown_ul > li:hover,
.select-ul > li:hover {
    background-color: #f0f7ff;
}

.select-ul > li {
    position: relative !important;
}

.select-ul.normal > li {
    /* padding: 14px 16px 13px; */
    font-family: "SamsungOne-600";
    font-size: 16px;
}

.select-ul.normal li.selected {
    color: #1976d2;
}

.select-ul > li.selected,
.dropdown_ul > li.selected {
    color: #1976d2;
    font-family: "SamsungOne-800";
}

.select-ul > li.selected::after,
.dropdown_ul > li.selected::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url("../images/ic_solid/check_on.svg") no-repeat 50% 50%;
    background-size: 100%;
    top: 10px;
    right: 13px;
}

.select-ul.top_valign {
    bottom: 48px;
}

#select-wrap.date {
    max-width: 132px;
}

#select-wrap.date .select {
    padding-left: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#select-wrap.select_img_list .select {
    padding-left: 17px;
}

#select-wrap.date .select-ul {
    min-width: 240px;
    right: 0;
}

#select-wrap.date .select-ul > li,
#select-wrap.select_img_list .select-ul > li {
    padding: 0 16px;
}

#select-wrap.date .select-ul > li .select_date_img,
.select_img,
.select_date_img {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 17px;
    margin-top: -2px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bottom_sheet_wrap.no_btns .bottom_sheet {
    border-radius: 8px 8px 0 0;
}

.mo_select_list .all_line {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.pop_dropdown {
    position: relative;
    display: none;
    color: #0a0a0a;
    height: 32px;
    padding-bottom: 8px;
    border-bottom: solid 1px #8f8f8f;
    margin-bottom: 30px;
}

.pop_dropdown::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/ic_solid/arrow_down.svg) no-repeat 50% 50%;
    background-size: 100%;
    top: 50%;
    right: 4px;
    background-color: rgba(0, 0, 0, 0);
    transform: translateY(-50%);
}

.select-ul > li.all_line {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.select-ul > li.all_line::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 1px;
    background: rgba(0, 0, 0, 0.12);
}

.select_img {
    margin-right: 10px;
}

.select_date_img.date_down {
    background-image: url("../images/ic_solid/schedule.svg");
}

.select_date_img.date_up {
    background-image: url("../images/ic_solid/schedule.svg");
}

.select_date_img.name_up {
    background-image: url("../images/ic_solid/name.svg");
}

.select_date_img.name_down {
    background-image: url("../images/ic_solid/name.svg");
}

.select_date_img.etc {
    background-image: url("../images/ic_solid/group.svg");
}

.select_img.copy {
    background-image: url("../images/ic_solid/bring_to_front.svg");
}

.select-ul > li.selected .select_date_img.date_down {
    background-image: url("../images/ic_solid/schedule_select.svg");
}

.select-ul > li.selected .select_date_img.date_up {
    background-image: url("../images/ic_solid/schedule_select.svg");
}

.select-ul > li.selected .select_date_img.name_up {
    background-image: url("../images/ic_solid/name_on.svg");
}

.select-ul > li.selected .select_date_img.name_down {
    background-image: url("../images/ic_solid/name_on.svg");
}

.select-ul > li.selected .select_date_img.etc {
    background-image: url("../images/ic_solid/group_on.svg");
}

.select-ul > li.selected .select_img.copy {
    background-image: url("../images/ic_solid/bring_to_front_select.svg");
}

.select_img.none {
    background-image: url("../images/ic_solid/ic-solid-transition-effect-none.svg");
    filter: invert(18%) sepia(44%) saturate(11%) hue-rotate(322deg)
        brightness(90%) contrast(89%);
}

.select_img.blind {
    background-image: url("../images/ic_solid/ic-solid-transition-effect-blind.svg");
}

.select_img.bottom-left-corner {
    background-image: url("../images/ic_solid/ic-solid-transition-effect-bottom-left-corner.svg");
}

.select_img.bottom-right-corner {
    background-image: url("../images/ic_solid/ic-solid-transition-effect-bottom-right-corner.svg");
}

.select_img.dissolve {
    background-image: url("../images/ic_solid/ic-solid-transition-effect-dissolve.svg");
}

.select_img.horizontal-curtain {
    background-image: url("../images/ic_solid/ic-solid-transition-effect-horizontal-curtain.svg");
}

.select_img.horizontal-stripe {
    background-image: url("../images/ic_solid/ic-solid-transition-effect-horizontal-stripe.svg");
}

.select_img.overturn {
    background-image: url("../images/ic_solid/ic-solid-transition-effect-overturn.svg");
}

.select_img.swiss-in {
    background-image: url("../images/ic_solid/ic-solid-transition-effect-swiss-in.svg");
}

.select_img.swiss-out {
    background-image: url("../images/ic_solid/ic-solid-transition-effect-swiss-out.svg");
}

.select_img.top-left-corner {
    background-image: url("../images/ic_solid/ic-solid-transition-effect-top-left-corner.svg");
}

.select_img.top-right-corner {
    background-image: url("../images/ic_solid/ic-solid-transition-effect-top-right-corner.svg");
}

.select_img.turn {
    background-image: url("../images/ic_solid/ic-solid-transition-effect-turn.svg");
}

.select_img.vertical-curtain {
    background-image: url("../images/ic_solid/ic-solid-transition-effect-vertical-curtain.svg");
}

.select_img.vertical-stripe {
    background-image: url("../images/ic_solid/ic-solid-transition-effect-vertical-stripe.svg");
}

.select_img.zoom-down {
    background-image: url("../images/ic_solid/ic-solid-transition-effect-zoom-down.svg");
}

.select_img.zoom-up {
    background-image: url("../images/ic_solid/ic-solid-transition-effect-zoom-up.svg");
}

.select-ul > li.selected .select_img,
.select-ul-mo > li.selected .select_img {
    filter: invert(44%) sepia(20%) saturate(3591%) hue-rotate(181deg)
        brightness(85%) contrast(94%);
}

.select-ul.scroll_y {
    max-height: 367px;
}

/* 모바일 */
#select-wrap.mo,
#select-wrap.date.mo {
    min-width: auto;
}

#select-wrap.mo .select {
    width: auto;
    height: 24px;
    font-size: 0;
    padding: 0 9px 0 0;
    background-color: transparent;
}

#select-wrap.mo .select::before {
    display: none;
}

#select-wrap.mo .select::after {
    width: 5px;
    height: 4px;
    top: 10px;
    right: 0;
    background-image: url("../images/ic_solid/arrow_down2.svg");
}

#select-wrap.mo .select .select_date_img {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#select-wrap.mo .select .arrow_down_long,
#select-wrap.mo .select .arrow_up_long {
    display: none;
}

/* range */
output {
    background: #1976d2;
    padding: 5px 16px;
    border-radius: 3px;
    color: #fff;
}

input[type="number"] {
    width: 40px;
    padding: 4px 5px;
    border: 1px solid #bbb;
    border-radius: 3px;
}

input[type="range"] {
    -webkit-appearance: none;
    margin-right: 15px;
    width: 200px;
    height: 4px;
    background-color: #bdbdbd;
    border-radius: 5px;
    background-image: linear-gradient(#1976d2, #1976d2);
    background-size: 70% 100%;
    background-repeat: no-repeat;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #fafafa;
    cursor: ew-resize;
    border: 1px solid #bdbdbd;
}

input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #fafafa;
    cursor: ew-resize;
    border: 1px solid #bdbdbd;
}

input[type="range"]::-ms-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #fafafa;
    cursor: ew-resize;
    border: 1px solid #bdbdbd;
}

input[type="range"]::-webkit-slider-thumb:hover {
    box-shadow: 0 0 0 8px rgba(25, 118, 210, 0.1);
}

input[type="range"]::-moz-range-thumb:hover {
    background-color: #fafafa;
}

input[type="range"]::-ms-thumb:hover {
    background-color: #fafafa;
}

input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

input[type="range"]::-moz-range-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

input[type="range"]::-ms-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

/* 태그-칩 */
.chip_wrap {
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    height: 20px;
    padding-right: 20px;
    width: 100%;
    position: relative;
}

.chip {
    display: inline-block;
    position: relative;
    font-family: SamsungOne-500;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0 11px;
    border-radius: 12px;
    color: #fff;
    margin-right: 6px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 22.07.01 [H] 수정 */
.chip.chip_line {
    font-family: "SamsungOne-700";
    width: 140px;
    text-align: center;
    /*color: #636363;*/
    color: rgba(76, 76, 76, 0.87);
    border: 1.5px solid #4c4c4c;
    line-height: 20px;
}

.chip.chip_line:hover {
    border-color: #1b1b1b;
    color: #4c4c4c;
}

/* //22.07.01 수정 */

.chip:hover::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

.chip.chip_line:hover::after {
    opacity: 0;
}

.chip:last-child {
    margin-right: 0;
}

.chip_green,
.chip-green .dot,
.chip-green .chip {
    background-color: #24c195;
}

.chip_orange,
.chip-orange .dot,
.chip-orange .chip {
    background-color: #ffa307;
}

.chip_red,
.chip-red .dot,
.chip-red .chip {
    background-color: #ff6240;
}

.chip_blue,
.chip-blue .dot,
.chip-blue .chip {
    background-color: #1a91ec;
}
.chip_teal,
.chip-teal .dot,
.chip-teal .chip {
    background-color: #48A6A7;
}

.chip_purple,
.chip-purple .dot,
.chip-purple .chip {
    background-color: #7da3f3;
}

.chip_darkblue,
.chip-darkblue .dot,
.chip-darkblue .chip {
    background-color: #60788b;
}

.chip_gray,
.chip-gray .dot,
.chip-gray .chip {
    background-color: #91a0b2;
}

.chip_turquoise,
.chip-turquoise .dot,
.chip-turquoise .chip {
    background-color: #00bcd4;
}

.chip_coral,
.chip-coral .dot,
.chip-coral .chip {
    background-color: #e67c73;
}

.chip_violet,
.chip-violet .dot,
.chip-violet .chip {
    background-color: #a084f0;
}

/* 라인칩칼라 22.07.01 [H] 수정 */
.chip_line.chip_green {
    background-color: transparent;
    color: #24c195;
    border: 1.5px solid #24c195;
}

.chip_line.chip_yellow {
    background-color: transparent;
    color: rgb(238, 193, 55);
    border: 1.5px solid rgb(238, 193, 55);
}
.chip_line.chip_yellow:hover {
    background-color: transparent;
    opacity: 0.8;
    color: rgb(238, 193, 55);
    border: 1.5px solid rgb(238, 193, 55);
}
.chip_line.chip_green:hover {
    color: #20ad85;
    border-color: #20ad85;
}
.chip_line.chip_orange {
    background-color: transparent;
    color: #f08000;
    border: 1.5px solid #f08000;
}

.chip_line.chip_orange:hover {
    color: #f08000;
    border: 1.5px solid #f08000;
}

.chip_line.chip_red {
    background-color: transparent;
    color: rgba(255, 98, 64, 0.87) !important;
    border: 1.5px solid #ff6240;
}

.chip_line.chip_red:hover {
    color: #ff6240 !important;
    border-color: #ff6240;
}

.chip_line.chip_blue {
    background-color: transparent;
    color: rgba(26, 145, 236, 0.87);
    border: 1.5px solid #1a91ec;
}

.chip_line.chip_teal {
    background-color: transparent;
    color: rgb(72, 166, 167, 0.87);
    border: 1.5px solid #48A6A7;
}

.chip_line.chip_blue:hover {
    color: #1a91ec;
    border-color: #1a91ec;
}

.chip_line.chip_teal:hover {
    color: #48A6A7;
    border-color: #48A6A7;
}

.chip_line.chip_purple {
    background-color: transparent;
    color: rgba(125, 163, 243, 0.87);
    border: 1.5px solid #7da3f3;
}

.chip_line.chip_purple:hover {
    color: #7da3f3;
    border-color: #7da3f3;
}

.chip_line.chip_darkblue {
    background-color: transparent;
    color: rgba(96, 120, 139, 0.87);
    border: 1.5px solid #60788b;
}

.chip_line.chip_darkblue:hover {
    color: #60788b;
    border-color: #60788b;
}

.chip_line.chip_gray {
    background-color: transparent;
    color: rgba(145, 160, 178, 0.87);
    border: 1.5px solid #91a0b2;
}

.chip_line.chip_gray:hover {
    color: #91a0b2;
    border-color: #91a0b2;
}

.chip_line.chip_turquoise {
    background-color: transparent;
    color: rgba(0, 188, 212, 0.87);
    border: 1.5px solid #00bcd4;
}

.chip_line.chip_turquoise:hover {
    color: #00bcd4;
    border-color: #00bcd4;
}

.chip_num {
    position: absolute;
    bottom: -5px;
    right: 2px;
    font-size: 0;
}

.chip.filter {
    line-height: 18px;
    border: solid 1.5px rgba(0, 0, 0, 0.4);
}

/* 22.07.01 [H] 수정 */
.chip.chip_del {
    font-family: "SamsungOne-700";
    padding-right: 30px;
    border: 1.5px solid #1b1b1b;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.87);
    letter-spacing: 0.14px;
}

.chip.chip_del::after,
.chip.chip_del:hover::after {
    content: "";
    position: absolute;
    right: 11px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url("../images/ic_solid/ico_cencel2.svg") center no-repeat;
}

.chip_result {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 43px 0 15px;
}

.chip.chip_del2 {
    padding-left: 8px;
    font-family: "SamsungOne-600";
    padding-right: 25px;
    line-height: 20px;
    font-size: 12px;
    letter-spacing: 0.14px;
    color: rgba(255, 255, 255, 0.87);
}

.chip.chip_del2::after,
.chip.chip_del2:hover::after {
    content: "";
    position: absolute;
    right: 6px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url("../images/ic_solid/ico_cencel2.svg") center no-repeat;
}

/* 버튼영역 */
.bottom_area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fafafa;
    padding: 22px 24px;
    display: flex;
    justify-content: space-between;
    z-index: 200;
}

#infor_panel .bottom_area {
    width: 435px;
    position: fixed;
    padding: 28px 30px 29px 30px;
    background-color: #fafafa;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.btn_two button:first-child {
    margin-right: 3px;
}

.btn_two button:last-child {
    margin-left: 3px;
}

.bottom_area button {
    width: 100%;
}

/* .bottom_area.horizon {
    display:block
} */
/* .bottom_area.two_btn {
    display: grid;
    grid-template-columns: 1fr 1fr ;
    grid-column-gap: 10px;
    align-items: center;
} */

.bottom_area.two_btn.horizon button {
    width: 100%;
    margin-bottom: 9px;
}

.bottom_area.two_btn.horizon button:last-child {
    margin-bottom: 0;
}

/* 탭정의 */
.tab_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d1d1d1;
}

.tab_wrap > li {
    width: 33.33%;
    text-align: center;
    font-family: "SamsungOne-700";
    font-size: 15px;
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 17px;
    cursor: pointer;
}

.tab_wrap.col2 > li {
    width: 50%;
}

.tab_wrap.multi > li,
#modalpop_wrap .tab_wrap.multi > li {
    min-width: 140px;
    width: auto;
    padding-left: 18px;
    padding-right: 18px;
}

.tab_wrap > li.selected {
    /* width:33.33%; */
    font-family: "SamsungOne-800";
    text-align: center;
    color: #1976d2;
    border-bottom: 2px solid #1976d2;
}

.tab_wrap > li:hover {
    /* color:#1976D2; */
    /* border-bottom: 2px solid #1976D2; */
    background-color: #f0f7ff;
}

/* v0.97 스크롤 탭 추가 */
.scrl_tab {
    position: relative;
    height: 58px;
}

.scrlTab {
    overflow: hidden;
    background: #fafafa;
    border-bottom: 1px solid #d1d1d1;
}

.scrl_tab .tabs {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    transition: 0.2s ease-in-out;
}

.tabs {
    height: 58px;
    white-space: nowrap;
}

.tabs > li {
    display: inline-block;
    min-width: 143px;
    font-family: "SamsungOne-700";
    font-size: 15px;
    text-align: center;
    height: 100%;
    text-transform: uppercase;
    padding: 20px 16px 0;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.tabs > li:hover {
    background: #f0f7ff;
}

.contents_box .tabs > li:hover {
    background: rgba(0, 0, 0, 0.1);
}

.tabs > li.selected {
    font-family: "SamsungOne-800";
    color: #1976d2;
    border-color: #1976d2;
}

.scrl_tab .tab_more {
    display: none;
    position: absolute;
    width: 117px;
    height: 58px;
    min-width: auto;
    padding: 0;
    bottom: 0;
    font-size: 0;
    border-radius: 0;
    z-index: 10;
}

.scrl_tab .tab_more::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

.scrl_tab .tab_more.prev {
    left: 0;
    background: transparent
        linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255) 56%);
}

.scrl_tab .tab_more.prev::after {
    background-image: url("../images/ic_solid/arrow_left_black.svg");
    background-position: 40px 50%;
}

.scrl_tab .tab_more.next {
    display: block;
    right: 0;
    background: transparent
        linear-gradient(
            to right,
            rgba(255, 255, 255, 0),
            rgb(255, 255, 255) 56%
        );
}

.scrl_tab .tab_more.next::after {
    background-image: url("../images/ic_solid/arrow_right_black.svg");
    background-position: 53px 50%;
}

/* //.scrl_tab */

.pop_sti {
    font-family: SamsungOne-800;
    font-size: 16px;
    color: #848484;
}

.pop_sti img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

/* 아이콘 */
.devic_solide_monitor_w {
    width: 24px;
    height: 24px;
    background: url("../images/ic_solid/devic_solide_monitor_w.svg") no-repeat
        50% 50%;
    background-size: 100%;
}

/* tooltip */
.tooltip {
    position: relative;
}

.tooltip_text {
    display: none;
    position: absolute;
    max-width: 275px;
    background: #ffffff;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    font-family: SamsungOne-600;
    font-size: 13px;
    color: #000000;
    padding: 8px;
    white-space: normal;
    line-height: 1;
    z-index: 20000;
}

/* .tooltip_text.right_align {
    max-width: 303px;
    left:auto;
    -webkit-transform: none;
    transform: none;
    right:0;
}*/
.tooltip_disconnected,
.tooltip_question {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/ic_solid/tooltip.svg) no-repeat 50% 50%;
    background-size: 100%;
    vertical-align: middle;
    top: -3px;
    margin-top: 0;
    margin-left: 4px;
}

.tooltip_disconnected {
    background: url(../images/ic_solid/disconnected_red.svg) no-repeat 50% 50%;
    background-size: 24px 24px;
    padding-left: 35px;
    font-family: SamsungOne-600;
    font-size: 16px;
    color: #dd4040;
    top: 0;
    height: auto;
    margin-right: 16px;
    width: auto;
    background-position: 6px 50%;
}

.tooltip_question.txt_type {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: none;
    background-size: 100%;
    vertical-align: middle;
    top: 0;
    margin-top: 0;
    margin-left: 0;
    border-bottom: 1px solid #8f8f8f;
    font-family: SamsungOne-600;
    font-size: 18px;
    color: #b0b0b0;
}

/* .tooltip_question.txt_type .tooltip_text {
    line-height: 1.6em;
    width: 200px;
    min-width: 200px;
} */
input.empty {
    border: 0;
    outline: 0;
    background-color: transparent;
    font-family: SamsungOne-600;
    font-size: 18px;
    width: 100%;
}

input.empty::placeholder {
    color: #b0b0b0;
}

.tooltip_disconnected:last-child {
    margin-right: 0;
}

/* .tooltip_disconnected .tooltip_text {
    min-width: 160px;
} */
/* .info_section .tooltip_text {
    width: 275px;
    min-width: 275px;
} */
.control_arrow_down {
    width: 24px;
    height: 24px;
    margin-left: 10px;
    vertical-align: middle;
    margin-top: -2px;
}

.select_button {
    font-family: SamsungOne-700;
    font-size: 15px;
}

.select-ul > li.selected::after,
.dropdown_ul > li.selected::after,
.topbtn_option_list ul > li.selected::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url("../images/ic_solid/check_on.svg") no-repeat 50% 50%;
    background-size: 100%;
    top: 12px;
    right: 23px;
}

.select-ul > li.selected,
.dropdown_ul > li.selected,
.topbtn_option_list ul > li.selected {
    color: #1976d2;
    font-family: "SamsungOne-800";
}

.toggle_btn {
    width: 85px;
    height: 42px;
    font-size: 0;
    text-align: center;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.toggle_btn li {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    text-indent: -99999px;
    cursor: pointer;
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
}

.toggle_btn li + li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background-color: #bdbdbd;
}
/*Update image url for DF230301-00318 by lu-liu */
.toggle_btn li.btn_card_option,
.toggle_btn_mo span.btn_card_option {
    background-image: url("../images/ic_solid/thumbnail_list.svg");
}

.toggle_btn li.btn_list_option,
.toggle_btn_mo span.btn_list_option {
    background-image: url("../images/ic_solid/list.svg");
}

.toggle_btn li.btn_week_option1 {
    background-image: url("../images/ic_solid/schedule_month.svg");
}

.toggle_btn li.btn_week_option2 {
    background-image: url("../images/ic_solid/schedule_week.svg");
}

.toggle_btn li.btn_card_option.on,
.toggle_btn_mo span.btn_card_option.on {
    background-image: url("../images/ic_solid/contents_select.svg");
}

.toggle_btn li.btn_list_option.on,
.toggle_btn_mo span.btn_list_option.on {
    background-image: url("../images/ic_solid/list_select.svg");
}

.toggle_btn li.btn_week_option1.on {
    background-image: url("../images/ic_solid/schedule_month_select.svg");
}

.toggle_btn li.btn_week_option2.on {
    background-image: url("../images/ic_solid/schedule_week_select.svg");
}

.toggle_btn li:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.toggle_btn.large,
.toggle_btn.small {
    width: 128px;
}

.toggle_btn.large li,
.toggle_btn.small li {
    width: 33.333%;
}

.toggle_btn.small {
    height: 32px;
}

.toggle_btn_mo {
    font-size: 0;
}

.toggle_btn_mo span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.toggle_btn_mo span + span {
    margin-left: 13px;
}

.toggle_btn_mo span + span::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 4px;
    width: 1px;
    height: 16px;
    background-color: #bdbdbd;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    width: 0;
    height: 0;
    font-size: 0;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.radio {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0;
}

.radio_label {
    position: relative;
    display: block;
    text-align: left;
    padding-left: 32px;
    cursor: pointer;
}

.radio_label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    background: url("../images/ic_solid/radio_nor.svg") no-repeat;
    background-position: center;
    /* background-color: rgba(255, 255, 255, 0);
    border: solid 1.5px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    box-sizing: border-box; */
}

.radio:checked + .radio_label::after {
    background: url("../images/ic_solid/radio_on.svg") no-repeat;
    background-position: center;
    /* border-color: #1976d2; */
    /* background-color: #1976d2; */
    /* box-shadow: inset 0px 0 0px 4px #fff; */
}

.radio_only .radio_label {
    width: 22px;
    height: 22px;
    padding-left: 0;
}

.radio:checked + label,
.radio:not(:checked) + label {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    line-height: 24px;
    display: inline-block;
    font-family: "SamsungOne-400";
    font-size: 16px;
    color: rgba(0, 0, 0, 0.87);
}

.hide {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
    text-indent: -9999px;
    overflow: hidden;
    visibility: hidden;
}

#input_box input,
.input_box input {
    height: 42px;
    padding: 10px 17px;
    border-radius: 8px;
    border: solid 1px #b2b2b2;
    background-color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.47;
    letter-spacing: 0.43px;
    color: #0a0a0a;
}

.input_box input:disabled {
    background-color: #f4f4f4;
    color: rgba(10, 10, 10, 0.5);
}

#input_box.small input {
    height: 32px;
}

#input_box.error input {
    border: solid 1px #dd4040;
}

#input_box input::placeholder,
.input_box input::placeholder {
    opacity: 0.3;
}

#input_box input.on:hover,
.input_box input.on:hover {
    border: solid 1.5px #2d2d2d;
}

#input_box input.focus,
.input_box input:focus {
    opacity: 1;
    border: solid 1.5px #1976d2;
}

.input_box input[type="text"]:hover {
    border: solid 1px #b2b2b2;
}

#input_box.center input {
    text-align: center;
}

/* Text field Box Common!! (input.ipt_textbox) */
.ipt_textbox,
input[type="text"].ipt_textbox {
    display: inline-block;
    max-width: 100%;
    height: 42px;
    font-size: 15px;
    font-family: "SamsungOne-600";
    color: #0a0a0a;
    padding: 10px 17px;
    border-radius: 8px;
    border: solid 1px #b2b2b2;
    background-color: #fff;
    box-sizing: border-box;
    /* transition: .2s ease-in-out border; */
}

.ipt_textbox:not(:disabled):hover,
input[type="text"].ipt_textbox:not(:disabled):hover {
    border: solid 1.5px #2d2d2d;
}

.ipt_textbox:focus,
input[type="text"].ipt_textbox:focus {
    border: solid 1.5px #1976d2;
}

.ipt_textbox::placeholder,
input[type="text"].ipt_textbox::placeholder {
    color: rgb(10, 10, 10, 0.3);
}

.ipt_textbox:disabled,
.ipt_textbox:hover:disabled {
    opacity: 0.3;
}

.select_bottom_wrap {
    width: 100%;
}

.select_bottom_wrap .select:hover {
    background-color: transparent;
}

.bottom_sheet {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 20px 24px 17px;
    border-radius: 8px 8px 0 0;
    border: solid 1px rgba(0, 0, 0, 0.12);
    background-color: #fafafa;
    z-index: 1000;
}

/*
.bottom_sheet.scroll {
    height: 100%;
} */

.bottom_sheet.on {
    display: block;
}

.select_bottom_wrap .bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.select_bottom_wrap.on .bg {
    display: block;
}

.bottom_sheet h2 {
    padding-bottom: 20px;
    font-family: "SamsungOne-600";
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.87);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.bottom_sheet ul {
    margin-top: 10px;
    max-height: 357px;
    overflow-y: auto;
}

.bottom_sheet li {
    position: relative;
    width: 100%;
    height: 51px;
    font-family: "SamsungOne-600";
    font-size: 16px;
    font-weight: 600;
    line-height: 49px;
    letter-spacing: 0.15px;
    color: #0a0a0a;
    cursor: pointer;
}

.bottom_sheet li.selected {
    color: #1976d2;
    font-family: "SamsungOne-800";
}

.bottom_sheet li.selected::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url("../images/ic_solid/check_on.svg") no-repeat 50% 50%;
    background-size: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 13px;
}

.mo_bottom_modal + .mo_title {
    display: none;
}

.bottom_sheet_wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
}

.bottom_sheet_wrap .bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.bottom_sheet_wrap.on {
    display: block;
}

.bottom_sheet_wrap.on .bg {
    display: block;
}

.bottom_sheet_wrap.on .bottom_sheet {
    display: block;
}

.btm_text_box {
    padding: 30px 0 119px;
}

.btm_text_box p {
    font-family: "SamsungOne-600";
    font-size: 18px;
    color: rgba(0, 0, 0, 0.87);
}

.btm_sheet_btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 24px 22px;
    border-top: solid 1px #d8d8d8;
    font-size: 0;
    background-color: #fafafa;
}

.btm_sheet_btn button {
    width: 100%;
}

.btm_sheet_btn.two_btn button {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 6px);
    min-width: auto;
}

.btm_sheet_btn.two_btn button + button {
    margin-left: 10px;
}

/* Star icon Important Toggle button */
input[type="checkbox"].toggle_favor {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("../images/ic_solid/favorites_g.svg");
}

input[type="checkbox"].toggle_favor:checked {
    background-image: url("../images/ic_solid/favorites_y.svg");
}

.input_with_chck {
    padding-left: 37px;
}

.input_with_chck .toggle_favor {
    position: absolute;
    top: -2px;
    left: 0;
}

/* upload guide */
.guide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.guide .TBD {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 460px;
    max-width: 100%;
    height: 247px;
    font-family: "SamsungOne-500";
    font-size: 24px;
    text-align: center;
    border-radius: 8px;
    background-color: #d8d8d8;
}

.guide .desc_img {
    max-width: 100%;
}

.guide .desc_img + .desc_msg {
    margin-top: 35px;
}

.guide .desc_msg {
    font-family: "SamsungOne-500";
    font-size: 24px;
}

.guide .desc_msg + .add_btn {
    margin-top: 40px;
}

/* drop_guide */
.drop_guide {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 0 0px;
    color: #fff;
    font-family: "SamsungOne-600";
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 20000;
}

.drop_guide .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

/* popup dimm Bg */
.dimmBg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 20000;
}

/* chck_define */
.chck_define + .chck_define {
    margin-top: 4px;
}

.chck_define input[type="checkbox"] + label {
    min-width: 90px;
    font-family: "SamsungOne-800";
    padding-right: 12px;
    margin-right: 5px;
}

.chck_define .em {
    color: rgb(10, 10, 10, 0.3);
}

.chck_define input[type="checkbox"]:checked ~ .em {
    color: rgb(10, 10, 10);
}

.chck_define .ipt_textbox {
    width: 80px;
    margin: 0 10px;
}

.chck_define label::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    display: block;
    width: 1.4px;
    height: 14px;
    background-color: rgba(0, 0, 0, 0.12);
    margin-top: -7px;
}

.select_date_img {
    margin-right: 9px;
}

/* tooltip.css */
.tooltip .ico_info,
.tool_info .ico_info,
.tool_info2 .ico_info,
.tool_info3 .ico_info {
    display: block;
    width: 24px;
    min-height: 24px;
    background: url("../images/ic_solid/ico_about.svg") center no-repeat;
    cursor: pointer;
    text-indent: -99999px;
    border-radius: 50%;
}

.tool_pop_left {
    position: absolute;
    left: 10px;
    top: 31px;
    z-index: 30;
    max-width: 275px;
    /* height: 72px; */
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
    border: solid 0.3px #ccc;
    background-color: #fff;
    font-family: "SamsungOne-600";
    font-size: 13px;
    color: #000;
}

.tooltip .ico_info:hover,
.tool_info .ico_info:hover,
.tool_info2 .ico_info:hover,
.tool_info3 .ico_info:hover {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
}

.tool_info.function button {
    min-width: 83px;
}

.tool_info {
    text-align: center;
    cursor: pointer;
    width: fit-content;
}

.tool_info2,
.tool_info3 {
    position: relative;
}

.tooltip .ico_info,
.tool_info2 .ico_info,
.tool_info3 .ico_info {
    background: url("../images/ic_solid/ico_tooltip2.svg") center no-repeat;
}

.info_section .tool_info2 {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.tool_info2 button.disabled {
    opacity: 0.3;
}

.playlist_screen_top .tool_info2 button {
    top: -33px;
}

.new_sche_list .tool_info2 {
    position: absolute;
    left: -33px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.new_sche_list .tooltip .ico_info2,
.new_sche_list .tool_info2 .ico_info2 {
    background-image: url("../images/ic_solid/ico_info.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.title_edit .tool_info2 {
    display: inline-block;
    vertical-align: middle;
}

.control_item h3 .tool_info2,
.pop_control_list h3 .tool_info2 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1px;
}

.control_item h3 .tool_info2 {
    margin-left: 0;
    margin-top: -1px;
}

/* tooltip font style */
.remote_right .tool_pop,
.edit_area .tool_pop,
.tag_area .tool_pop,
.user_tool_box .tool_pop {
    text-align: center;
}

.remote_right .tool_pop dt,
.edit_area .tool_pop dt {
    font-family: "SamsungOne-800";
    font-size: 13px;
    line-height: 1.54;
    color: #000;
}

.tooltip_text dt,
.tooltip_text dd {
    text-align: center;
    font-family: "SamsungOne-800";
    font-size: 13px;
    line-height: 1.54;
    color: #000;
}

.tooltip_text dd {
    font-family: "SamsungOne-600";
    color: #757575;
}

.info_section > li .tool_info3 {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.topbtn_option_list .tool_pop_left span {
    line-height: 48px;
}

.card-div {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    padding: 40px 50px;
    border-radius: 8px;
    border: solid 1px rgba(0, 0, 0, 0.12);
    background-color: #fafafa;
    margin-top: 32px;
}

.card-profile {
    display: flex;
}

.card-profile img {
    width: 80px;
    height: 80px;
    margin-right: 27px;
    object-fit: none;
    border-radius: 50%;
}

.card-profile h1 {
    margin: 10px 0 6px 0;
    font-family: "SamsungOne-600";
    font-size: 30px;
    color: #0a0a0a;
}

.card-profile p {
    font-family: "SamsungOne-600";
    font-size: 18px;
    color: #949494;
}

.card-profile2 {
    flex-direction: column;
    align-items: flex-start;
}
.card-profile2 h1 {
    margin-bottom: 8px;
    font-family: "SamsungOne-600";
    font-size: 28px;
    color: #0a0a0a;
}
.card-profile2 p {
    font-family: "SamsungOne-600";
    font-size: 14px;
    color: #0a0a0a;
}
.card-profile2 p:nth-of-type(1) {
    margin-bottom: 4px;
}
.card-profile2 span {
    display: inline-block;
    width: 65px;
    margin-right: 12px;
    font-family: "SamsungOne-800";
    text-align: right;
    opacity: 0.4;
}

.profile-me {
    position: relative;
    width: 94px;
    height: 94px;
    /* padding: 4px; */
    margin-right: 27px;
    border: solid 3px #ff69a7;
    border-radius: 50%;
}

.profile-me img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.profile-me span {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);

    width: 40px;
    height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 12px;
    border: solid 1.5px #fff;
    background-color: #ff69a7;

    font-family: "SamsungOne-600";
    font-size: 16px;
    letter-spacing: 0.15px;
    color: #fff;
}

.card-div .more_option {
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
}

.card-div.card-plan {
    flex-direction: column;
    align-items: flex-start;
    padding: 50px 80px;
}
.card-plan-con {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 100px;
}
.card-plan-con div,
.card-plan-con li {
    width: 100%;
}

.card-plan-con ul {
    display: flex;
}
.card-plan-con dt {
    opacity: 0.4;
    font-family: "SamsungOne-800";
    font-size: 14px;
    text-align: center;
    color: #0a0a0a;
}
.card-plan-con dd {
    margin: 4px 0 0;
    font-family: "SamsungOne-600";
    font-size: 24px;
    text-align: center;
    color: #0a0a0a;
}

.card-dot {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    font-family: "SamsungOne-600";
    color: #0a0a0a;
}

.card-dot .dot {
    width: 22px;
    height: 22px;
    background-color: #0a0a0a;
    border-radius: 50%;
}
.card-dot .dot.red {
    background-color: #f75b5b;
}
.card-dot .dot.green {
    background-color: #24c195;
}
.card-dot .dot.orange {
    background-color: #ff8030;
}
.card-dot .dot.yellow {
    background-color: #ffa307;
}
.card-dot .dot.black {
    background-color: #0a0a0a;
}

.card-dot .line {
    width: 1px;
    height: 34px;
    margin: 0 39px;
    background-color: #bdbdbd;
}

.card-dot h1 {
    margin-left: 56px;
    font-size: 30px;
}

.card-dot dt {
    font-family: "SamsungOne-800";
    font-size: 14px;
    margin-bottom: 6px;
    opacity: 0.4;
}
.card-dot dd {
    font-size: 18px;
}

.card-dot button {
    position: absolute;
    right: 0;
}

.card-plus {
    position: relative;
    justify-content: space-between;
    gap: 100px;
}

.card-plus .card-plus-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    width: calc(50% - 50px);
}

.card-plus .ic_keyboard_arrow_r {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card-plan-con {
    position: relative;
}

.card-plan-con > .warning_txt,
.card-plus-box .warning_txt {
    position: absolute;
    left: 0;
    bottom: -24px;
}

.card-plus-box .warning_txt {
    margin-left: 56px;
}

.card-plus-box .position_r {
    display: flex;
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
}

.card-plan .r_option_wrap .position_r {
    display: flex;
    gap: 10px;
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
}

.card-plan .r_option_wrap .position_r .btn_del {
    display: block;
    position: static;
}

.ic_hover:hover {
    border-radius: 12px;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
}

.warning_txt {
    display: flex;
    align-items: center;
    font-family: "SamsungOne-600";
    font-size: 12px;
    letter-spacing: -0.5px;
    color: #f75b5b;
}

.warning_txt::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 2px;
    background-image: url("../images/ic_solid/ic-solid-negative.svg");
    background-size: 100%;
}

.sub-titlebar {
    padding: 4px 0;
    margin-bottom: 20px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.05);

    text-align: center;
    font-family: "SamsungOne-600";
    font-size: 11px;
    color: #949494;
}

.card-right-con {
    display: flex;
    font-size: 14px;
    font-family: "SamsungOne-600";
    color: #0a0a0a;
}
.card-div.tab_owner .card-right-con {
    margin-right: 96px;
}
.card-right-con h3 {
    margin: 0 0 6px;
    font-size: 14px;
    font-family: "SamsungOne-800";
    color: #0a0a0a;
    opacity: 0.4;
}
.card-right-con .hr {
    content: "";
    width: 1px;
    height: 35px;
    margin: 0 22px;
    background-color: #bdbdbd;
    display: inline-block;
}

.card-box {
    display: flex;
    gap: 0 24px;
    text-align: start;
}

.card-box li {
    display: flex;
    flex-direction: column;
    /* width: 320px; */
    width: 25%;
    height: 172px;
    border-radius: 8px;
    border: solid 1px rgba(0, 0, 0, 0.12);
    background-color: #fafafa;
}

.card-box h3 {
    margin: 0 0 7px;
    font-family: "SamsungOne-600";
    font-size: 12px;
    color: #949494;
}

.card-box-title {
    position: relative;
    padding: 19px 44px;
    font-size: 18px;
    font-weight: 800;
    color: #949494;
    border-bottom: solid 1px #e0e0e0;
}

.card-box-title .btn-right {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url("../images/ic_solid/ic-solid-arrow-right.svg") center;
    background-size: 16px;
    cursor: pointer;
}

.card-box-title .btn-right:hover {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.card-box-title p {
    font-family: "SamsungOne-600";
    font-size: 18px;
    letter-spacing: 0.17px;
    color: #0a0a0a;
}

.card-box-title .p1 {
    font-family: "SamsungOne-800";
    font-size: 24px;
}

.card-box-title span {
    line-height: 29px;
    vertical-align: middle;
}

.card-box-Contents .black {
    color: #0a0a0a;
}

.card-box-Contents {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card-box-Contents button {
    width: 144px;
    height: 42px;
    margin: auto;
    font-family: "SamsungOne-800";
    font-size: 15px;
    letter-spacing: 0.43px;
    color: #0a0a0a;
}

.card-box-Contents.link {
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-box-Contents.link a {
    font-family: "SamsungOne-800";
    font-size: 24px;
    text-align: center;
    color: #1976d2;
    text-decoration: underline;
}

.card-box-license .card-box-Contents {
    padding: 24px 45px;
    gap: 8px;
}
.card-box-slide .card-box-Contents {
    padding: 13px 44px 8px;
}
.card-box-datetime .card-box-Contents {
    padding: 18px 44px 24px;
}

.card-box-Contents h1 {
    position: relative;
    font-family: "SamsungOne-800";
    font-size: 24px;
    line-height: 28px;
    color: #0a0a0a;
    margin-bottom: 9px;
}

.card-box-Contents h1 span {
    position: absolute;
    right: 0;
}

.card-box-Contents p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    color: #949494;
}

.card-box-Contents .p-child1 {
    margin-bottom: 4px;
}

.card-box-license .card-box-Contents p {
    font-family: "SamsungOne-600";
    font-size: 12px;
    line-height: 18px;
}

.card-box-Contents span {
    letter-spacing: 0.23px;
}

.card-box-license .card-box-Contents span {
    font-size: 18px;
}

.card-box-slider p span:nth-child(1) {
    width: 120px;
}

.card-box-slider p span:nth-child(2) {
    width: 54px;
}

.card-box-slider p span:nth-child(3) {
    width: 34px;
    text-align: right;
}

.card-box-Contents .datetime {
    margin: auto 0;
}
.card-box-Contents .datetime p {
    line-height: 22px;
    justify-content: flex-start;
    font-family: "SamsungOne-600";
    font-size: 18px;
    letter-spacing: 0.17px;
    color: #0a0a0a;
}

.card-box-Contents .datetime p span:nth-child(1)::after {
    content: "|";
    width: 1px;
    height: 19px;
    margin: 0px 15.5px;
    color: #bdbdbd;
}

.card-box-no .card-box-Contents p {
    display: block;
}
.card-box-no .card-box-Contents {
    text-align: center;
}
.card-box-no .card-box-Contents div {
    margin: auto;
}

.card-box-slide .slide_prev {
    content: "";
    position: absolute;
    top: 45px;
    left: 10px;
    width: 24px;
    height: 24px;
    background: url("../images/ic_solid/ic-solid-back.svg") center no-repeat;
    background-size: 16px;
    transform: scaleX(-1);
    cursor: pointer;
}

.card-box-slide .slide_next {
    content: "";
    position: absolute;
    top: 45px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url("../images/ic_solid/ic-solid-back.svg") center no-repeat;
    background-size: 16px;
    cursor: pointer;
}

.card-box-slide .slide_prev:hover,
.card-box-slide .slide_next:hover {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.card-box-slide .slide_arrow.slick-disabled {
    opacity: 0.3;
}

.tag-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}

.card-tag {
    display: flex;
    position: relative;
    align-items: center;
    min-height: 69px;
    padding: 24px 50px;
    border-radius: 8px;
    border: solid 1px rgba(0, 0, 0, 0.12);
    background-color: #fafafa;
}

.card-tag.dim {
    position: relative;
    background-color: #e2e2e2;
    cursor: pointer;
    border: 0;
}
.card-tag.dim::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background-image: url("../images/ic_solid/add_g.svg");
}

.card-tag .dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    cursor: pointer;
}
.card-tag .dot:hover::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 11px;
}

.card-tag h1 {
    margin-left: 12px;
    font-family: "SamsungOne-800";
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.15px;
    color: #949494;
}
.card-tag .title_edit {
    width: 172px;
    padding-left: 0;
    margin-left: 0;
}
.card-tag .title_edit .name_edit_wrap {
    display: none;
    position: absolute;
    top: 0;
    right: 20px;
}
.card-tag h1.d-color {
    color: unset;
}

.card-tag .line {
    min-height: 20px;
    width: 1px;
    height: 100%;
    margin-right: 20px;
    background-color: rgba(0, 0, 0, 0.12);
}

.card-tag .list_handler {
    display: none;
    top: 36px;
    right: 44px;
}
.card-tag:hover .list_handler {
    display: block;
}

.card-tag-box {
    max-width: 80%;
}
.tag-plus {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: solid 1.5px #24c195;
    border-radius: 50%;
    background-position: center;
    cursor: pointer;
}
.tag-plus:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.chip-black .tag-plus {
    border-color: #363636;
    background-image: url("../images/ic_solid/ic-solid-add-2-black.svg");
}
.chip-green .tag-plus {
    border-color: #24c195;
    background-image: url("../images/ic_solid/ic-solid-add-2-green.svg");
}
.chip-orange .tag-plus {
    border-color: #ffa307;
    background-image: url("../images/ic_solid/ic-solid-add-2-orange.svg");
}
.chip-red .tag-plus {
    border-color: #ff6240;
    background-image: url("../images/ic_solid/ic-solid-add-2-red.svg");
}
.chip-blue .tag-plus {
    border-color: #1a91ec;
    background-image: url("../images/ic_solid/ic-solid-add-2-blue.svg");
}
.chip-purple .tag-plus {
    border-color: #7da3f3;
    background-image: url("../images/ic_solid/ic-solid-add-2-purple.svg");
}
.chip-darkblue .tag-plus {
    border-color: #60788b;
    background-image: url("../images/ic_solid/ic-solid-add-2-blue.svg");
}
.chip-gray .tag-plus {
    border-color: #91a0b2;
    background-image: url("../images/ic_solid/ic-solid-add-2-blue.svg");
}
.chip-turquoise .tag-plus {
    border-color: #00bcd4;
    background-image: url("../images/ic_solid/ic-solid-add-2-green.svg");
}
.chip-coral .tag-plus {
    border-color: #e67c73;
    background-image: url("../images/ic_solid/ic-solid-add-2-red.svg");
}
.chip-violet .tag-plus {
    border-color: #a084f0;
    background-image: url("../images/ic_solid/ic-solid-add-2-purple.svg");
}

.tag-color-editbox-target {
    position: relative;
}
.tag-color-editbox {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 167px;
    height: 81px;
    padding: 15px 18px 16px 15px;
    border-radius: 8px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
    border: solid 0.3px #ccc;
    background-color: #fff;
    z-index: 2;
}
.card-tag:hover .name_edit_wrap,
.tag-color-editbox.active {
    display: block;
}
.tag-color-editbox ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.tag-color-editbox li {
    position: relative;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    cursor: pointer;
}
.tag-color-editbox li:hover::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 11px;
}
.tag-color-editbox li.active {
    border: solid 1.5px #1976d2;
}

.power-box {
    display: flex;
    justify-content: space-around;
    position: relative;
    padding: 22px 0;
    border-radius: 12px;
    background-color: #efefef;
}

.power-box::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 41px;
    opacity: 0.3;
    background-color: #979797;
}

.btn-circle-red {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 48px;
    height: 48px;
    min-width: unset;
    padding: 0;
    font-family: "SamsungOne-700";
    font-size: 10px;
    letter-spacing: 0.08px;
    text-align: center;
    color: #fff;
    white-space: pre-wrap;
    border-radius: 24px;
    background-color: #dd4040;
}

.btn-circle-red p {
    position: absolute;
    top: 55%;
    left: 51%;
    transform: translate(-50%, -50%);
}

.btn-circle-red:hover {
    background-color: #c63939;
}

.i-onoff {
    width: 24px;
    height: 24px;
    background-image: url(../images/ic_solid/power_on.svg);
    background-size: 100%;
}

.btn-frame {
    -webkit-backdrop-filter: blur(9.6px);
    backdrop-filter: blur(9.6px);
    font-size: 8px;
    border: solid 5px #323232;
    outline: solid 1.5px #5e5e5e;
}

.bubble-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
}
.bubble-div {
    position: relative;
    height: 100px;
}

.noti-bubble {
    display: inline-block;
    position: absolute;
    top: 50px;
    left: 34px;
    padding: 12px 16px 12px;
    border-radius: 4px;
    background-color: #3d86fb;
    font-family: "SamsungOne-600";
    font-size: 18px;
    color: #fff;

    transform: scale(0);
    /* animation: vibration 1.3s 0.5s forwards;
  animation-timing-function: ease-out; */
    animation: vibration1 0.5s 0.5s forwards;
    animation-timing-function: ease-out;

    /* animation-fill-mode: forwards, infinite;
  animation-name: vibration, vibration2;
  animation-delay: 0.5s, 0.7s;
  animation-duration: 0.2s, 0.5s;
  animation-timing-function: ease-in, ease-in-out; */
}

.noti-bubble:after {
    content: "";
    position: absolute;
    top: -6.25px;
    left: 21px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6.25px solid #3d86fb;
}
.bubble1 {
    animation: vibration 1.3s 0.5s infinite;
    animation-timing-function: ease;
}
.bubble2 {
    animation: bubble2 1.3s 0.5s infinite;
    animation-timing-function: ease;
}
.bubble3 {
    animation: bubble3 1.3s 0.5s infinite;
    animation-timing-function: ease;
}
.bubble3 div {
    animation: bubble31 1.3s 0.5s infinite;
}

.bubble-target {
    position: relative;
    top: 62px;
    left: 50px;
    width: fit-content;
    font-family: "SamsungOne-600";
    font-size: 18px;
    color: #fff;
}

.bubble4 {
    top: -12px;
    left: -16px;
    width: calc(100% + 32px);
    height: calc(100% + 24px);
    padding: 12px 16px 12px;
    z-index: -1;
    animation: bubble3 1.3s 0.5s infinite;
}

.bubble-text {
    transform: scale(0);
    animation: bubble31 1.3s 0.5s infinite;
}

.bubble5::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #3d86fb;
    animation: bubble5 1.3s 0.5s infinite;
    animation-timing-function: ease;
    z-index: -1;
}

@keyframes vibration {
    0% {
        transform: scale(0);
        transform-origin: left top;
    }
    60% {
        transform: scale(1);
        transform-origin: left top;
    }
    70% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-2deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes vibration1 {
    0% {
        transform: scale(0);
        transform-origin: left top;
    }
    100% {
        transform: scale(1);
        transform-origin: left top;
    }
}

@keyframes vibration2 {
    0% {
        transform: rotate(2deg);
    }
    50% {
        transform: rotate(-2deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes bubble2 {
    0% {
        transform: scale(0);
        transform-origin: left top;
    }

    50% {
        transform: scale(1);
        transform-origin: left top;
    }

    70% {
        transform: scale(0.99);
        transform-origin: left top;
    }

    100% {
        transform: scale(1);
    }
}

@keyframes bubble3 {
    0% {
        width: 55px;
        transform: scale(0);
        transform-origin: top;
    }
    30% {
        width: 55px;
        transform: scale(1);
        transform-origin: top;
    }
    100% {
        width: calc(100% + 32px);
        transform: scale(1);
        transform-origin: top;
    }
}

@keyframes bubble31 {
    0% {
        transform: scale(0);
    }
    30% {
        transform: scale(0);
        transform-origin: left;
    }
    100% {
        transform: scale(1);
        transform-origin: left;
    }
}

@keyframes bubble5 {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}

.i_admin {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    border-radius: 8px;
    vertical-align: middle;
    border: solid 1.5px #ff7e00;
}

.i_admin::after {
    content: "A";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "SamsungOne-800";
    font-size: 13px;
    color: #ff7e00;
}

.head_area .i_admin {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    border-radius: 10px;
}

.head_area .i_admin::after {
    font-size: 15px;
}

.i-manager {
    border: solid 1.5px #1a91ec;
}
.i-manager::after {
    content: "M";
    color: #1a91ec;
}
.i-content-manager {
    border: solid 1.5px #8755ff;
}
.i-content-manager::after {
    content: "C";
    color: #8755ff;
}
.i-viewer {
    border: solid 1.5px #24c195;
}
.i-viewer::after {
    content: "V";
    color: #24c195;
}

.account-list-th .icon-tooltip {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
}

/* 0328 update */
.plan_dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.bg-red {
    background-color: #f75b5b;
}
.btn-sort {
    position: relative;
    cursor: pointer;
}
.btn-sort.active {
    color: #1976d2;
}
.btn-sort::after {
    content: "";
    position: absolute;
    right: -24px;
    width: 24px;
    height: 24px;
    background-image: url("../images/ic_solid/ic-solid-dropdown.svg");
}
.btn-sort.active::after {
    background-image: url("../images/ic_solid/ic-solid-dropdown-b.svg");
}
.error .input_error {
    display: block;
}

.p-tree.p-component {
    padding: 2px;
    overflow: scroll;
}

.p-tree .p-tree-container .p-treenode .p-treenode-content {
    padding: 2px !important;
}

.tree-component .p-tree.p-component.p-tree-selectable {
    min-width: 100%;
    padding: 2px;
    font-size: 16px;
}

.license_table .p-dialog .p-dialog-content {
    overflow: scroll;
    height: 40vh !important;
    width: 30vw;
}

.playlistBox_table .p-dialog .p-dialog-content {
    overflow: scroll;
    height: 40vh !important;
    width: 30vw;
}

.scheduleBox_table .p-dialog .p-dialog-content {
    overflow: scroll;
    height: 40vh !important;
    width: 30vw;
}

.p-datatable-scrollable-table > .p-datatable-thead {
    height: 30px;
    position: sticky;
    top: 0;
    z-index: 100;
}

.hideMessage .p-datatable-emptymessage {
    display: none !important;
}

.showMessage .p-datatable-emptymessage {
    display: show !important;
}

.hideMessage .p-treetable-emptymessage {
    display: none !important;
}

.showMessage .p-treetable-emptymessage {
    display: show !important;
}

.p-paginator {
    position: absolute;
    left: 350px;
    bottom: -7px !important;
    right: 40px;
    background-color: transparent !important;
    z-index:0;
    padding: 5px !important;
}

.p-button {
    font-family: "SamsungOne-300" !important;
    height: 40px;
    font-size: 0.8rem !important;
}

.p-button:focus {
    box-shadow: none !important;
}

.p-inputwrapper {
    border: 1px solid #ced4da !important;
}
.p-inputwrapper:active {
    border: 1px solid #ced4da !important;
}
.p-inputwrapper-focus {
    box-shadow: none !important;
    border: 0 none !important;
    border: 1px solid #ced4da !important;
}
.p-inputwrapper-focused {
    box-shadow: none !important;
    border: 0 none !important;
    border: 1px solid #ced4da !important;
}
.p-inputwrapper-focused:active ::after {
    box-shadow: none !important;
    border: 0 none !important;
    border: 1px solid #ced4da !important;
}

.justify-content-between {
    justify-content: left;
}

.p-datatable-wrapper {
    border: 1px solid #bbbbbb;
    box-shadow: 2px solid #b7b7b7;
    position: relative;
    background-color: white;
    max-height: 75vh;
    min-height: 75vh;
}

.organization_table .p-datatable-wrapper {
    max-height: 75vh;
    min-height: 75vh;
}

.content_table .p-datatable-wrapper {
    max-height: 75vh;
    min-height: 75vh;
}

.playlist_table .p-datatable-wrapper {
    max-height: 75vh;
    min-height: 75vh;
}

.schedule_table .p-datatable-wrapper {
    max-height: 75vh;
    min-height: 75vh;
}

.screen_table .p-datatable-wrapper {
    max-height: 75vh;
    min-height: 75vh;
}

.app .p-datatable-wrapper {
    border: 1px solid #bbbbbb;
    box-shadow: 2px solid #b7b7b7;
    position: relative;
    background-color: white;
    margin-top: 2rem;
    max-height: 76vh !important;
    min-height:12vh !important; 
}

.filter_main_box .p-datatable-wrapper{
   
    max-height:18rem !important;
    min-height: 18rem !important;
    overflow-x: hidden !important;
    overflow-y:scroll !important;
}
  
.playlistBox_table .p-datatable-wrapper {
    border: 1px solid #bbbbbb;
    box-shadow: 2px solid #b7b7b7;
    position: relative;
    margin: 20px 10px 0px 10px;
    background-color: white;
    min-height: 20rem;
    max-height: 20rem;
    min-width: 58rem;
    max-width: 58rem;
    white-space: nowrap;
}

.scheduleBox_table .p-datatable-wrapper {
    border: 1px solid #bbbbbb;
    box-shadow: 2px solid #b7b7b7;
    position: relative;
    margin: 20px 10px 0px 10px;
    background-color: white;
    min-height: 20rem;
    max-height: 20rem;
    min-width: 58rem;
    max-width: 58rem;
    white-space: nowrap;
}



.tags_tree_table .p-datatable-wrapper{
    border: 1px solid #bbbbbb;
    box-shadow: 2px solid #b7b7b7;
    position: relative;
    background-color: white;
    min-height: auto;
    max-height: 10rem;
    white-space: nowrap;
    overflow:scroll;
}
/* //filter css */
.p-column-filter-overlay-menu
    .p-column-filter-constraint
    .p-column-filter-matchmode-dropdown {
    display: none !important;
}

.p-input-icon-right > .p-inputtext {
    width: 300px !important;
    height: 40px !important;
}

.p-datatable-sm .p-datatable-thead > tr > th {
    padding: 0.05rem 0.5rem !important;
}

.p-datatable .p-column-header-content {
    /* display: flex; */

    padding: 0px 2px;
}

.p-disabled {
    opacity: 1 !important;
}

.license_popup.p-dialog .p-dialog-content {
    background: #ffffff;
    color: #495057;
}

.p-paginator .p-dropdown {
    margin-left: 0.5rem;
    height: 2rem !important;
}
.p-paginator .p-dropdown .p-dropdown-label {
    padding: 5px 5px 2px;
}

.p-button .p-button-label {
    margin: 0 4px !important;
}

/* //dialog css */
.p-dialog .p-dialog-header {
    background: #6366f1 !important;
    font-size: 1.5rem;
    text-align: center;
    color: white !important;
}

.p-dialog .p-dialog-header .p-dialog-header-icon {
    color: white !important;
}

hr {
    background-color: #b7b7b7;
    color: #b7b7b7;
}

.p-tabview-nav {
    margin: 0px;
    padding: 20px !important;
    list-style-type: none;
}


.tenantBox_table .p-datatable-wrapper {
    border: 1px solid #bbbbbb;
    box-shadow: 2px solid #b7b7b7;
    position: relative;
    background-color: white;
}


.button-search {
    position: absolute;
    right: 3px;
}



.p-button-label{
    font-weight:400 !important;
    font-size:0.8rem !important;
}

/* .p-button:hover{
    background-color:transparent !important;
    color:black !important;
} */


.p-dialog .p-dialog-header .p-dialog-title{
    font-weight:400 !important;
}


.p-link:focus{
    box-shadow: none !important;
}


#tenantlistMigrationTypeDashboardAnalysis{
    font-size:0.75rem;
     text-align: center;
     color: #f08000;
    border:1px solid #f08000;
    background-color: white;
    height:1.2rem;
    position: absolute;
    right:2rem;
    top:1rem;
    margin:0 auto;
  }
  
  
  #tenantlistMigrationTypeDashboardMigration{
    font-size:0.75rem;
    text-align: center;
    color: #24c195;
    border:1px solid #24c195;
    background-color: white;
    height:1.2rem;
    position: absolute;
    right:2rem;
    top:1rem;
    margin:0 auto;
  }

  #tenantlistMigrationTypeDashboardCompleted{
    font-size:0.75rem;
    text-align: center;
    color: #a5a5a5;
    border:1px solid #a5a5a5;
    background-color: white;
    height:1.2rem;
    position: absolute;
    right:1.8rem;
    top:1rem;
    margin:0 auto;
  }

  #tenantlistMigrationTypeDashboardRequested{
    font-size:0.75rem;
    text-align: center;
    color: #247ac1;
    border:1px solid #247ac1;
    background-color: white;
    height:1.2rem;
    position: absolute;
    right:2rem;
    top:1rem;
    margin:0 auto;
  }

  
#tenantlistMigrationTypeMenuAnalysis{
    font-size:0.8rem;
    text-align: center;
   color: #f08000;
   border:1px solid #f08000;
   background-color: white;
   height:1.2rem;
   position: absolute;
   right:2rem;
   margin:0 auto;
  }
  
  #tenantlistMigrationTypeMenuMigration{
    font-size:0.8rem;
    text-align: center;
    color: #24c195;
    border:1px solid #24c195;
   background-color: white;
   width:5rem;
   height:1.2rem;
   position: absolute;
   right:2rem;
   margin:0 auto;
  }

  #tenantlistMigrationTypeMenuCompleted{
    font-size:0.75rem;
    text-align: center;
    color: #a5a5a5;
    border:1px solid #a5a5a5;
    background-color: white;
    height:1.2rem;
    position: absolute;
    right:1.8rem;
    top:1rem;
    margin:0 auto;
  }

.p-menu.p-menu-overlay {
    min-width: 240px !important;
}

.p-sidebar-right{
    justify-content: flex-end !important;
}

.p-component-overlay-enter {
    animation:p-component-overlay-enter-animation 150ms forwards !important;
}

@keyframes p-component-overlay-enter-animation {
    from {
      background-color: transparent;
    }
    to {
      background-color: var(--maskbg);
    }
  }

  .p-inputtext:focus{
      border-color: none !important;
  }


  .syncScheduleBox_table .p-datatable-wrapper {
    border: 1px solid #bbbbbb !important;
    box-shadow: 2px solid #b7b7b7 !important;
    position: relative !important;
    margin:20px 0 !important;
    background-color: white;
    min-height: 20rem !important;
    max-height: 20rem !important; 
    white-space: nowrap !important;
    overflow: scroll !important;
}

.syncSchedule_search{
    position: absolute !important;
    right:14px !important;
    top:88px !important;
    
}

.horizontal-align {
    display: flex;
    align-items: center;
}

.blue-border {
    border: 2px solid #6366F1;
    padding: 5px;
    border-radius: 6px;
    background-color: #fff;
    font-weight: bold;
    font-size: 16px;
    color: #6366F1;
    text-shadow: 1px 1px 2px rgba(0, 128, 0, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 10px;
}

#migration-date>input[type="text"] {
    padding: 0 0 0 0.7rem;
    border: 1px solid #8f8f8f !important;
    font-family: "SamsungOne-400";
    font-size: 15px;
    width: 10rem !important;
    height: 2rem;
}

.checklist-button .p-inputwrapper {
    border: none !important;
}
#migration-date .p-button.p-button-icon-only{
    padding-left: 0.25rem;
    width: 2.4rem;
    height: 2rem;
}

.dashboard-accordion .p-accordion .p-accordion-header .p-accordion-header-link{
    padding: 14px 20px;
    border-radius: 9.6px;
    width: 100%;
}

.dashboard-accordion .p-accordion .p-accordion-header .p-accordion-header-link:hover::before{
    content: "";
    position: absolute;
    top: -1.5px;
    left: -1.5px;
    width: 100%;
    height: 100%;
    border-radius: 9.6px;
    border: 1.5px solid #1976d2;
}

.dashboard-accordion .p-accordion .p-accordion-header .p-accordion-header-link:hover{
    background-color: #f0f7ff;
}

.dashboard-accordion .p-accordion-header-text{
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #0a0a0a;
}

.dashboard-accordion .right-num{
    padding-top: 3px;
}
.dashboard-accordion .accordion-content .right-num{
    padding-right: 4px;
}

.dashboard-accordion .p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus{
    box-shadow: none;
}

.dashboard-accordion .accordion-content{
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #0a0a0a;
    margin: 5px 0px;
}

.dashboard-accordion .p-accordion .p-accordion-content{
    padding: 0.5rem 1rem;
}


.dashboard-accordion .accordion-content .chip_line.chip_teal,
.dashboard-accordion .accordion-content .chip_line.chip_purple{
    margin-left: 25px;
}
