/* ë¡œê·¸ì¸ */
.login {
    background: url(../images/login_bg.jpg) no-repeat center center;
    background-size: cover;
    height: 100vh;
    width: 100vw;
}
div.dt-container .dt-search .dt-input {
	background:url(../images/search.png) no-repeat left 8px center;
	padding-left:30px;
	background-size:14px;
	border:solid 1px #ddd;
	border-radius:3px;
	
}

.dt-search label {
	display:none;
}
.login-btns {
	display:flex;
	margin-top:10px;
	align-items:center;
	justify-content:space-between;
	gap:5px;
	width:100%;
}
.login-btns button {
	font-size:14px;
	padding:3px 0px;
	border:none;
	background:none;
}
.login-btns #memberShip {
	margin-right:auto;
	color:#1dc762;
	font-weight:500;
}
.login .login-rt .form-check-input{
	margin-top:0;
	margin-right:3px;
}
.login .login-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 900px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
}

.login .login-box .login-lt {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 90px 55px;
    background: url(../images/login_box_bg.png) no-repeat right center;
    background-size: cover;
}

.login .login-box .login-lt h1 {
    padding-bottom: 30px;
    color:#fff;
    font-size:34px;
    font-weight:900;
    margin-bottom: 30px;
    position: relative;
}

.login .login-box .login-lt h1::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.login .login-box .login-lt h1 img {}

.login .login-box .login-lt .title {
    font-size: 28px;
    color: #fff;
    line-height: 1.2;
    font-weight: 800;
}

.login .login-box .login-lt .sub-text {
    font-size: 18px;
    color: #fff;
    line-height:1.5;
    margin-top: 20px;
}

.login .login-box .login-lt .sub-text b {}

.login .login-box .login-rt {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login .login-box .login-rt .login-rt-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
}

.login .login-box .login-rt .login-rt-inner h2 {
    font-size: 24px;
    color: #107150;
    font-family: 'BCcard';
    margin-bottom: 20px;
}

.login .login-box .login-rt .login-rt-inner ul {
    width: 100%;
}

.login .login-box .login-rt .login-rt-inner ul li {
    margin-bottom: 10px;
}

.login .login-box .login-rt .login-rt-inner ul li input {
    line-height: 40px;
    width: 100%;
    padding: 0px 7px 0px 50px;
    border: none;
    border-radius: 5px;
}

.login .login-box .login-rt .login-rt-inner ul li input::placeholder {
    color: #aaa;
}

.login .login-box .login-rt .login-rt-inner ul li input.login-id,
.login .login-box .login-rt .login-rt-inner ul li input.login-id:focus {
    background: url(../images/login_id.png) no-repeat 15px center #F5F9FF !important;
}

.login .login-box .login-rt .login-rt-inner ul li input.login-pw,
.login .login-box .login-rt .login-rt-inner ul li input.login-pw:focus{
    background: url(../images/login_pw.png) no-repeat 17px center #F5F9FF !important;
}

.login .login-box .login-rt .login-rt-inner .login-save {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
}

.login .login-box .login-rt .login-rt-inner ul li input.login-id:-webkit-autofill,
.login .login-box .login-rt .login-rt-inner ul li input.login-pw:-webkit-autofill {
  -webkit-box-shadow: none !important;
  transition: background-color 9999s ease-in-out 0s;
  -webkit-transition: background-color 9999s ease-in-out 0s;
}

.login .login-box .login-rt .login-rt-inner .login-save input.form-check-input {}

.login .login-box .login-rt .login-rt-inner .login-save label {
    margin-left: 5px;
    color: #222;
    font-size: 16px;
}

.login .login-box .login-rt .login-rt-inner .login-btn {
    margin-top: 20px;
    width: 100%;
}

.login .login-box .login-rt .login-rt-inner .login-btn .btn.btn-primary {
    background: #1dc762;
    border: none;
    font-size: 20px;
    font-weight: bold;
    height: 45px;
    width: 100%;
}

/* ì„œë¹„ìŠ¤ ê´€ë¦¬ */
.service-intro {
    display:flex;
    justify-content: space-between;
    margin-top: 30px;
}
.service-intro .service-photo {
    width: 300px;
    height: 150px;
    overflow:hidden;
    background:#f9f9f9;
    position:relative;
}
.service-intro .service-photo img {
    width: 100%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    min-height: auto;
}
.service-intro .service-info {
    width: calc(100% - 310px);
    background:#fff;
    /* box-shadow:0 0 20px 0px rgba(0,0,0,0.07); */
    padding:20px;
}
.service-intro .service-info .service-info-top {
    display:flex;
    align-items:center;
    width:100%;
    margin-bottom:20px;
}
.service-intro .service-info .service-info-top h3 {
    font-size:20px;
    font-weight:bold;
    padding-left:25px;
    background:url(../images/service_title.png) no-repeat 3px center;
    margin-right:50px;
}
.service-intro .service-info .service-info-top button.btn {
    margin-right:5px;
}
.service-intro .service-info .service-desc {}
.service-intro .service-info .service-desc p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.service-tab  {
    padding: 30px 0px;
    background:url(../images/logo_leaf.png) no-repeat right bottom;
    border-bottom:solid 2px #239970;
    background-size:300px;
}
.service-tab ul {
    display: flex;
    width: 100%;
    gap: 0px 10px;
    flex-wrap: wrap;
}
.service-tab ul li {width: calc(12.5% - 9px);}
.service-tab ul li a  {
    font-weight:600;
    font-size:16px;
    padding:15px 0px;
    position:relative;
    background:#fff;
    border-radius:10px 0px 10px 0px;
    box-shadow:0 0 20px 0px rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-tab ul li a i {
    color: #79b92e;
}
.service-tab ul li a span {
    color: #3b3b3b;
    display:flex;
    margin-left:10px;
}
.service-tab ul li a.on  {
    background:url(../images/service_tab_bg.gif) no-repeat center center;
    background-size:cover;
}
.service-tab ul li a:not(.on):hover {
    outline:solid 2px #79b92e;
}
.service-tab ul li a.on i {
    color: #fff;
}
.service-tab ul li a.on span {
    color: #fff;
}
.service-tab ul li a em {
    background:#239970;
    color:#fff;
    padding:5px;
    font-size: 14px;
    border-radius:2px;
    margin-left:3px;
    line-height:1;
    display:inline-block;
    position: absolute;
    right: -3px;
    top: -3px;
    z-index: 1;
}
.service-tab-cont  {
    padding:30px 0px;
}
.service-tab-cont .s-tab-top  {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom: 30px;
}
.service-tab-cont .s-tab-top h4  {
    font-size:24px;
    color:#2f2f2f;
    padding-left:10px;
    font-family:'Pretendard';
    position:relative;
}
.service-tab-cont .s-tab-top h4::before {
    content:'';
    position:absolute;
    width:4px;
    height:4px;
    background:#129b4e;
    border-radius:50%;
    left:0px;
    top:50%;
    transform:translateY(-50%);
}
.service-tab-cont .notes {
    display:flex;
    flex-direction:column;
}
.notes .note-box {
    background:#fff;
    border-radius:10px;
    cursor:pointer;
    overflow:hidden;
    margin-bottom:25px;
    box-shadow:0 0 20px 0px rgba(0,0,0,0.1);
    background: #fff;
  border: 1px solid #e9ecef;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.notes .note-box:hover {
	border-color: #72C9A8;
  box-shadow: 0 0 0 3px rgba(35, 153, 112, 0.12);
}
.notes .not_yet {
	padding:20px;
	background:#EBF9F4;
	border:solid 1px #DEF5EE;
	text-align:center;
	border-radius:5px;
}
.notes .note-box .note-top {
    display:flex;
    justify-content:space-between;
    border-bottom:solid 1px #eee;
}
.notes .note-box .note-top strong {
    line-height:50px;
    font-size: 21px;
    display:inline-block;
    padding-left:20px;
    font-family:'Pretendard';
    color:#129b4e;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notes .note-box .note-top strong em {
	font-size:14px;
	font-weight:500;
	color:#333;
}
.notes .note-box .note-top .btns {
    display:flex;
}
.notes .note-box .note-top .btns button {
    min-width: 50px;
    padding:0px 10px;
    height:50px;
    border:none;
    border-left:solid 1px #eee;
    background:#fff;
    display:inline-block;
    color:#239970;
    font-size: 14px;
    width: max-content;
}
.notes .note-box .note-top .btns button:hover {
    font-weight:bold;
}
.notes .note-box .note-top .btns button span {
    display:none;
}
.notes .note-box .note-box-cont {
    padding: 10px 20px;
}
.notes .note-box .note-search {display: flex;justify-content: space-between;align-items: center;margin-bottom: 10px;}
.notes .note-box .note-search .btns {
    display:flex;
    gap:0px 3px;
}
.notes .note-box .note-search .input-group .form-control {
    max-width: 200px;
    background:#f7f7f7;
    border:none;
    font-size:14px;
}
.notes .note-box .note-search .input-group .form-control::placeholder {
    color:#aaa;
    font-size:14px;
}
.notes .note-box .note-tbl-wrap .tabulator {
    border:none;
    background:#fff;
    border-top:solid 2px #239970;
}
.notes .note-box .note-tbl-wrap .tabulator .tabulator-header {
    border-bottom:solid 1px #ddd;
    background:#f7f7f7;
}
.notes .note-box .note-tbl-wrap .tabulator .tabulator-header .tabulator-col {
    background:#f7f7f7;
    border-right:solid 1px #ddd;
}
.notes .note-box .note-tbl-wrap .tabulator .tabulator-header .tabulator-col:first-child {
    border-left:1px solid #ddd;
}
.notes .note-box .note-tbl-wrap .tabulator .tabulator-row .tabulator-cell {
    text-align:center;
    border-right:1px solid #ddd;
    background:#fff;
    border-bottom:1px solid #ddd;
}
.notes .note-box .note-tbl-wrap .tabulator .tabulator-row .tabulator-cell:first-child {
    border-left:1px solid #ddd;
}
.notes .note-box .note-tbl-wrap .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {
    display:flex;
    align-items: center;
    justify-content: center;
}
.notes .note-box .note-tbl-wrap .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
    padding-right:0;
    width:auto;
    margin-right:10px;
}
.notes .note-box .note-tbl-wrap .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #666;
}
.notes .note-box .note-tbl-wrap .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
    position:static;
}
.notes .note-box .note-tbl-wrap .tabulator .tabulator-row:hover .tabulator-cell{
    background:#eff7f2;
}
.notes .note-box .note-tbl-wrap .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
    border-bottom:4px solid #bbb;
}
.notes .note-box .note-tbl-wrap .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
    border-top:4px solid #666;
    border-bottom:none;
}
.tbl-wrap {}
.tbl-wrap.scroll {
    width: 100%;
    overflow-x:auto;
}
.tbl-wrap.scroll table.list {
    width:100%;
    min-width:max-content;
}
.tbl-wrap table.list {
    width:100%;
    border-top:solid 2px #239970;
}
.tbl-wrap table.list th {
    background:#f7f7f7;
    font-weight:500;
    border-bottom:1px solid #ddd;
    font-size:18px;
    padding:5px;
    font-size: 14px;
    vertical-align:middle;
    text-align:center;
    border-right:1px solid #ddd;
}
.tbl-wrap table.list th:last-child {
    border-right:none;
}
.tbl-wrap table.list td {
    padding:5px;
    text-align: center;
    border-bottom:1px solid #ddd;
    font-size: 14px;
    border-right:1px solid #ddd;
    vertical-align: middle;
}
.tbl-wrap table.list td.left {
    text-align: left;
}
.tbl-wrap table.list td:last-child {
    border-right:none;
}
.tbl-wrap table.list.mo-updown {border-top:none;}
.tbl-wrap table.list.mo-updown tbody {display:flex; gap:5px; flex-direction: column;}
.tbl-wrap table.list.mo-updown tr {display:flex; flex-direction: column;border:solid 1px #ddd; border-radius:3px; padding:5px; border-left:solid 3px #239970;}
.tbl-wrap table.list.mo-updown tr th {text-align:left; background:none; font-weight:bold; border-bottom:none;border-right: none; padding:5px;}
.tbl-wrap table.list.mo-updown tr td {border:none;}

.tbl-wrap {}
.tbl-wrap table.write {
    width:100%;
    border-top:solid 2px #239970;
}
.tbl-wrap.scroll table.write {
	width:auto;
	min-width: max-content;
}
.tbl-wrap table.write th {
    background:#f7f7f7;
    padding:5px 10px;
    vertical-align: middle;
    font-weight:500;
    border-bottom:1px solid #ddd;
    border-right:1px solid #ddd;
    font-size:14px;
}
.tbl-wrap table.write td {
    padding:5px;
    border-bottom:1px solid #ddd;
    border-right:1px solid #ddd;
    font-size:14px;
}
.tbl-wrap table.write td:last-child {
    border-right:none;
}
.form-check {
    text-align:left;
    display: flex;
    align-items: center;
    gap: 5px;
}
.ui-dialog {
	box-shadow:0 0 20px 20px rgba(0,0,0,0.05);
    padding:0px;
}
.ui-widget-header {
    background:none;
}
.ui-dialog .ui-dialog-titlebar {
    padding:15px 30px 15px 15px;
    border:none;
    border-bottom:solid 1px #ddd;
}
.ui-dialog .ui-dialog-titlebar-close {
    right:0.8em;
}
.ui-dialog .ui-dialog-content {
    padding:0px;
}
.ui-widget.ui-widget-content {
	border:none;
}
.modal-btns {
    padding:20px;
    display:flex;
    border-top:solid 1px #ddd;
    justify-content: center;
    align-items: center;
    gap:0px 5px;
}
.modal-cont {
    padding:20px;
}
.modal-btns.right {
    justify-content: flex-end;
}
.modal-btns.left {
    justify-content: flex-start;
}
.service-ordering {}
.service-ordering li {
    display:flex;
    margin:3px;
    border:solid 1px #ddd;
    border-left:solid 3px #239970;
    align-items: center;
    padding:10px;
    justify-content: space-between;
}
.service-ordering li span {
	font-size:14px;
}

    
.service-ordering li .btns button {
    line-height:1;
    font-size:16px;
}
.service-ordering li .btns button i {
    font-size:10px;
}
.create-note {
    display:flex;
    flex-wrap:wrap;
    gap: 10px 10px;
    width:100%;
}
.create-note li {
    padding: 10px;
    cursor:pointer;
    border: 1px solid #ddd;
    border-radius:5px;
    width:calc(33.3333% - 10px);
}
.create-note li:hover {
    border:1px solid #bbb;
}
.create-note li input {
    display:none;
}
.create-note li.checked {
    outline:solid 3px #239970;
    border:none;
}
.create-note li p {
    padding-bottom:10px;
    font-size:14px;
    font-weight:bold;
    width:100%;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.create-note li span {
    font-size:12px;
    color:#666;
}
.pagination {
    padding:20px 0px;
    display:flex;
    justify-content: center;
    align-items: center;
    gap:0px 3px;
}
.pagination a {
    display:inline-flex;
    width:28px;
    height:28px;
    align-items: center;
    justify-content: center;
    font-size:14px;
    border:solid 1px #ddd;
}
.pagination a img {
    display:none;
}
.pagination a.first {
    background:url(../images/btn_page_first.png) no-repeat center center;
    background-size:15px;
}
.pagination a.prev {
    background:url(../images/btn_page_prev.png) no-repeat center center;
    background-size:15px;
}
.pagination a {
    border-radius:3px;
}
.pagination strong {
    display:inline-flex;
    width:28px;
    height:28px;
    border-radius:3px;
    align-items: center;
    justify-content: center;
    font-size:14px;
    color:#fff;
    font-weight:bold;
    background:#239970;
}
.pagination a.next {
    background:url(../images/btn_page_next.png) no-repeat center center;
    background-size:15px;
}
.pagination a.last {
    background:url(../images/btn_page_last.png) no-repeat center center;
    background-size:15px;
}
.pagination a:hover {
    border:1px solid #222;
}
.gray-box {
    width:100%;
    background:#f7f7f7;
    border-radius:5px;
    padding:20px;
}
.info-text {
    display:block;
    padding-left:15px;
    font-size:16px;
    word-break: keep-all;
    position:relative;
}
.info-text::before {
    content:'·';
    display:block;
    position:absolute;
    left:0px;
    top:0px;
    font-size:16px;
    color:#69b312;
}
.add-type b{
	display:block;
	margin-bottom:5px;
	font-size:12px;
}
.add-type select {
    max-width:170px;
}
.questions {
    display:flex;
    margin:30px 0;
    flex-direction:column;
}
.questions .q-box {
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    margin-bottom:25px;
    box-shadow:0 0 20px 0px rgba(0,0,0,0.1);
}
.questions .q-box .q-top {
    display:flex;
    align-items: center;
    justify-content:space-between;
    border-bottom:solid 1px #eee;
}
.questions .q-box .q-top strong {
    line-height:50px;
    font-size:18px;
    display:inline-block;
    padding-left:20px;
    font-family:'Pretendard';
    color:#129b4e;
}
.questions .q-box .q-top .btns {
    display:flex;
}
.questions .q-box .q-top .btns button {
    width:50px;
    height:50px;
    border:none;
    border-left:solid 1px #eee;
    background:#fff;
    display:inline-block;
    color:#c1c1c1;
}
.questions .q-box .q-top .btns button:hover {
    color:#888;
}
.questions .q-box .q-top .btns button span {
    display:none;
}
.questions .q-box .q-box-cont {
    padding:20px;
}

.multiple {}
.multiple li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.multiple li strong {
    display: inline-block;
    width: 50px;
    text-align: center;
}
.multiple li input {width: calc(100% - 10px);}
.multiple li .btns {
    display: flex;
    align-items: center;
    width: 75px;
    gap: 0px 4px;
    padding-left: 10px;
}
.multi-able {
    text-align: left;
}
.tbl-wrap table.write.q-tbl tr th {
    width:100px;
}
.tbl-wrap table.write.q-tbl tr td {
    width:auto;
}
.search-group {
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: solid 1px #ddd;
}
.search-group .form-select {max-width: max-content;}
.search-group .form-control {
    max-width: 150px;
}
.search-group .btn{}
.search-person {
    padding-left:10px;
    display: flex;
    margin: 3px 0px;
    align-items: center;
}
.search-person p {
    margin-right:10px;
    position:relative;
    padding-left:5px;
}
.search-person p::before {
    content:'';
    display:block;
    width:2px;
    height:2px;
    background:#222;
    position:absolute;
    left:0px;
    top:8px;
}
.search-person button {}
.btn-xs {
  padding: 0.2rem 0.4rem;
  font-size: 0.75rem;
  line-height: 1.2;
  border-radius: 0.2rem;
}
.admin-list {
    padding-left:10px;
}
.admin-list .admin-ul {
    display:flex;
    flex-direction:column;
}
.admin-list .admin-ul > li {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    margin:10px 0px;
}
.admin-list .admin-ul > li p {
    width:100%;
    margin-bottom:5px;
    text-align: left;
}
.admin-list .admin-ul > li span button {}
.admin-list .admin-ul > li .auth-ul {
    display: flex;
    align-items: center;
}
.admin-list .admin-ul > li .auth-ul li {
}
.admin-list .admin-ul > li .auth-ul li .form-check {
    display:flex;
    align-items:center;
    padding-left: 0px;
    margin-left: 0px;
}
.admin-list .admin-ul > li .auth-ul li input {
    margin-left:5px;
}
.admin-list .admin-ul > li .auth-ul li label {
    margin-left:5px;
}
.admin-list .admin-ul > li > button {
    margin-left:10px;
}

.h4title {
    font-size: 24px;
    color: #2f2f2f;
    padding-left: 10px;
    font-family: 'BCCard';
    position: relative;
}

.h4title::before {
    content:'';
    position:absolute;
    width:4px;
    height:4px;
    background:#129b4e;
    border-radius:50%;
    left:0px;
    top:50%;
    transform:translateY(-50%);
}
.tbl-data {
    width:100%;
    overflow-x:auto;
}
.tbl-data table {
    min-width:800px;
}
.tbl-data table tr:hover {
    cursor: pointer;
}

.tbl-responsive {
    width:100%;
    overflow-x:auto;
}
.note-user-info {}
.note-user-info .user {
    padding-bottom: 15px;
    display:flex;
    align-items:center;
}
.note-user-info .user i {
    font-size:40px;
    margin-right:10px;
    color:#239970;
}
.note-user-info .user b{
    font-size:18px;
    font-weight:600;
    color:#222;
}
.note-user-info > b{
    display:block;
    margin-bottom:10px;
}
.note-user-info .d-flex {
    align-items: center;
    padding-top: 10px;
}
.note-user-info .d-flex p {
    font-size:12px;
    color:#777;
    line-height: 1;
}
.note-user-info .d-flex span {
    display:flex;
    align-items:flex-end;
    font-size:12px;
    line-height: 1;
}
.note-user-info .d-flex span strong {
    font-size:14px;
    font-weight:500;
    display:inline-block;
    margin-left:5px;
    line-height: 1;
}
.tbl-wrap table.note-detail tr th  {
    width:25%;
}
.tbl-wrap table.note-detail tr th p {
    font-size:16px;
    font-weight:normal;
}
.tbl-wrap table.note-detail tr td {
    width:auto;
}
.sec-title {
    font-size:20px;
    padding-left:18px;
    position:relative;
    font-weight:500;
    line-height:1.5;
    margin-bottom:10px;
}
.sec-title::before {
    content:'';
    width:10px;
    border-radius:3px;
    height:10px;
    position:absolute;
    background:#69b312;
    left:0px;
    display:block;
    top:10px;
}
.required {
    color:#cb3131;
}
.admin-sch select {
    max-width:90px;
}
.admin-sch input {
    max-width:150px;
}
.admin-sch-result {
}
.admin-sch-result li {
    margin-bottom:5px;
    padding-left:15px;
}
.admin-sch-result li p {
    padding-left:7px;
    position:relative;
}
.admin-sch-result li p::before {
    content:'';
    display:block;
    width:3px;
    height:3px;
    background:#666;
    border-radius:50%;
    position:absolute;
    left:0px;
    top:8px;
}
.main-admin {
    padding: 7px;
    border: solid 1px #ddd;
    border-radius: 10px;
}
.main-admin b {}
.main-admin span {}
.sub-admin {
    padding: 7px;
    border: solid 1px #ddd;
    border-radius: 10px;
    margin-top: 7px;
}
.sub-admin > b{}
.sub-admin > span {}
.sub-admin-set {
    padding-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sub-admin-set > div:first-child {
    display:flex;
    align-items:center;
    gap:0px 7px
}
.sub-admin-set > div:first-child .form-check {
    line-height:1;
    display: flex;
    align-items: center;
    gap: 0px 5px;
}
.sub-admin-set > div:first-child label {
    line-height:1;
}
.sub-admin-set .inpupt-group{}
.sub-admin-set .inpupt-group .form-check {}
.sub-admin-set .btns {
    display: flex;
    align-items: center;
    gap: 0px 3px;
}
.sub-admin-set .btns button {
    width: max-content;
}
.sch-box {
	display:inline-flex;
	align-items:center;
}
.sch-box .input-group {
	align-items:center;
}
.selTypeList {
  display: flex;
  height: 300px;
  border: 1px solid #ccc;
  overflow: hidden;
}

.selTypeList ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 50%;
  overflow-y: auto;
  border-right: 1px solid #eee;
}

.selTypeList ul:last-child {
  border-right: none;
}

.selTypeList li button {
  width: 100%;
  padding: 10px 12px;
  border: none;
  background: none;
  text-align: left;
  font-size: 14px;
  cursor: pointer;
}

.selTypeList li button:hover,
.selTypeList li.on button {
  background-color: #f0f0f0;
  font-weight: bold;
}

.selTypeBtn {
  margin-top: 10px;
  text-align: right;
}

.mtcBtnBd, .mtcBtnBg {
  padding: 6px 12px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  margin-left: 5px;
}

.mtcBtnBg {
  background: #1ab559;
  color: #fff;
  border: none;
}
.invite-sch input{
    max-width:150px;
}
.sel-invite {display: flex;margin-top: 20px;border: solid 1px #ddd;width: 100%;border-right: none;}
.sel-invite .invite-box {height: auto;max-height: 250px;overflow-y: auto;width: 100%;border-right: solid 1px #ddd;
position:relative;}
.sel-invite .invite-box .name-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.name-list,
.name-list2{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.name-list li,
.name-list2 li {
  cursor: pointer;
  transition: background 0.3s;
  border-bottom: solid 1px #ddd;
  text-align: center;
}
.name-list li:last-child {
    border-bottom:none;
}

.name-list li.select,
.name-list2 li.select {
  font-weight: bold;
}
.admin-invite .invite-box {
    width:50%;
}
.invite-box b {
    background:#239970;
    color:#fff;
    font-weight:bold;
    line-height:40px;
    position:sticky;
    top:0;
    left:0;
    right:0;
    display:block;
    text-align:center;
}
.name-list input[type="checkbox"],
.name-list input[type="radio"] {
  display: none;
}

/* ë²„íŠ¼ì²˜ëŸ¼ ë³´ì´ëŠ” ë¼ë²¨ */
.name-list label {
  display: block;
  padding: 8px 12px;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  text-align: center;
}

/* ì„ íƒëœ ë¼ë²¨ ìŠ¤íƒ€ì¼ (ê¸°ë³¸ ì œê³µëœ select í´ëž˜ìŠ¤) */
.name-list li.select label {
  color: #1cac8e;
  font-weight: bold;
}

.name-list li label i.fa-check {
  display: none;
  margin-right: 6px;
}
.name-list li.select label i.fa-check {
  display: inline-block;
}

.talk-list {
	margin-top:30px;
}
.talk-list .talk-list-ul {
    display: flex;
    flex-direction: column;
}
.talk-list .talk-list-ul > li {
    margin-bottom: 10px;
}
.talk-list .talk-list-ul > li a {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    box-shadow: 0 0 30px 0px rgba(0,0,0,0.07);
    border-radius: 15px;
    overflow: hidden;
    align-items: center;
  transition: border-color 0.15s, box-shadow 0.15s;
  border: 1px solid #e9ecef;
}
.talk-list .talk-list-ul > li a:hover {
	border-color:   #72C9A8;
  box-shadow: 0 0 0 3px rgba(35, 153, 112, 0.12);
}
.talk-list .talk-list-ul > li a .talk-people {
    position:relative;
    display: flex;
    justify-content: center;
    width: calc(100% - 50px);
    flex-direction: column;
}
.talk-list .talk-list-ul > li a .talk-people p {
    display:flex;
    flex-wrap:wrap;
}
.talk-list .talk-list-ul > li a .talk-people .time {
    font-size:12px;
    display:block;
    margin-top:5px;
    color: #239970;
}
.talk-list .talk-list-ul > li a .talk-people p span {
    margin-right:3px;
    display:inline-block;
}
.talk-list .talk-list-ul > li a .talk-people p span em {
    font-size:0.78em;
    color: #999;
}
.talk-list .talk-list-ul > li a .right {
    display:flex;
    align-items:center;
    width: 60px;
    justify-content: flex-end;
}
.talk-list .talk-list-ul > li a .talk-unread  {
    display: inline-block;
    padding: 5px;
    background: #69b312;
    border-radius: 2px;
    color: #fff;
    font-size: 0.8em;
    margin-right: 10px;
    line-height: 1;
    margin-left: 5px;
}
.talk-list .talk-list-ul > li a i  {
    color: #69b312;
    font-size: 20px;
}

.chat-cont {
    display: flex;
    flex-direction: column;
    /* max-width: 500px; */
    border-top: solid 1px #ddd;
    height: calc(100% - 110px);
    overflow-y: auto;
    position: fixed;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    background: #f1f1f1;
    padding: 20px 15px 0px;
    width: 100%;
    max-width:500px;
}
.chat-cont .chat-prev {
    margin-bottom: 40px;
    text-align: center;
}
.chat-cont .chat-prev button {}
.chat-cont .chat-prev button i {}
.chat-cont .me {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: flex-start;
}
.chat-cont .me .msg-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.chat-cont .me .msg-wrap .msg {
    width: auto;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    background: #69b312;
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
}
.chat-cont .me .msg-wrap .msg .img {
	max-width:100%;
}
.chat-cont .me .msg-wrap .msg .img img {
	max-width:100%;
}
.chat-cont .me .msg-wrap .poll-option,
.poll-option,
.vote-close-btn,
.vote-apply-btn,
.goSchedule {
	
background: #fff;
	
border: none;
	
margin-top: 10px;
padding:7px 13px;
	
border-radius: 3px;
	
color: green;
	
font-weight: 500;
}
.vote-list {
	display:flex;
	flex-direction: column;
	gap:3px;
}
.vote-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-radio-item {
  margin-bottom: 3px;
  position: relative;
}

.form-check-input2 {
  display: none; /* 라디오 버튼 숨기기 */
}

.radio-button-style {
  display: block;
  padding: 8px 16px;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: #f9f9f9;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 16px;
  color: #000;
  width: 100%;
  min-width: 230px;
}

.form-check-input2:checked + .radio-button-style {
  border-color: #22542f;
  background-color: #22542f;
  color: #fff;
}

.radio-button-style:hover {
  background-color: #f0f0f0;
}
.chat-cont .me .msg-wrap .msg b {
    position:absolute;
    left: -27px;
    color:#222;
    bottom:0px;
}
.chat-cont .me .msg-wrap .msg-time {
    display: block;
    font-size: 13px;
    color: #999;
    margin-top: 5px;
    line-height:1;
    text-align: right;
}
.chat-cont .me .chat-user {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 60px;
}
.chat-cont .me .chat-user i {
    font-size: 30px;
    color: #eaeaea;
}
.chat-cont .me .chat-user span {
    font-size: 14px;
    display: block;
    margin-top: 10px;
    width: 100%;
}
.chat-cont .me .chat-user span em {
    font-size:0.8em;
    display:block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat-cont .other {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: flex-start;
}
.chat-cont .other .msg-wrap {
    width: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 20px;
}
.chat-cont .other .msg-wrap .msg {
    width: auto;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    background: #fff;
    color: #222;
    font-size: 13px;
    line-height: 1.5;
}
.chat-cont .other .msg-wrap .msg b {
    position:absolute;
    color:#222;
    margin-right:20px;
    right: -50px;
    bottom:0;
}
.chat-cont .other .msg-wrap .msg .img img{
    width:100%;
}
.chat-cont .other .msg-wrap .msg-time {
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 5px;
    line-height:1;
    text-align: left;
}
.chat-cont .other .chat-user {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 60px;
}
.chat-cont .other .chat-user i {
    font-size: 30px;
    color: #ccc;
}
.chat-cont .other .chat-user span {
    font-size: 14px;
    display: block;
    margin-top: 5px;
    color:#666;
    width: 90%;
}
.chat-cont .other .chat-user span em {
    font-size:0.8em;
    display:block;
    color:#69b312;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* .chat-top {
    height:60px;
    padding:10px;
    display:flex;
    align-items: center;
    gap:0px 5px;
    position:fixed;
    top:0;
    left:0;
    right:0px;
    max-width:500px;
    background: #fff;
    z-index: 1;
    margin: 0 auto;
}
.chat-top button:nth-child(2) {
    margin-left:auto;
} */
.chat-func {
    display: flex;
    flex-direction: column;
    border-top: solid 1px #ddd;
    position: fixed;
    bottom: 0px;
    left:50%;
    transform:translateX(-50%);
    z-index:1;
    justify-content:center;
    right: 0px;
    height: 50px;
    width:100%;
    max-width:500px;
}
.chat-func .chat-opts {
    display:flex;
    align-items:center;
    height: 100%;
    gap: 0px 5px;
    padding: 0px 10px;
}
.chat-func .chat-opts button {
    font-size: 16px;
}
.chat-func .chat-opts input {}
.vote-end {
    display:flex;
    align-items: center;
    margin-top:7px;
}

.chat-people-list {}
.chat-people-list ul {
    display:flex;
    max-height:200px;
    overflow-y:auto;
    flex-wrap:wrap;
}
.chat-people-list ul li {
    padding:5px;
    width:100%;
    display:flex;
    align-items:center;
}
.chat-people-list ul li i {
    color:#69b312;
}
.chat-people-list ul li p {
    margin-left:5px;
}
.chat-people-list ul li p em {
    font-size:0.78em;
    color:#666;
}

.vote-title {
    border-bottom:dashed 1px #ddd;
    padding-bottom:10px;
    margin-bottom: 10px;
    display: block;
}
.vote-in {
}
.vote-ul {
    display: flex;
    flex-direction: column;
    gap: 3px 0px;
    padding-bottom: 10px !important;
    border-bottom: dashed 1px #ddd;
    margin-bottom: 10px !important;
}
.vote-ul li {
    display: flex;
}
.vote-ul li input {}
.vote-ul li label {}
.vote-in .btn {
    width: 100%;
}
.vote-result {}
.vote-result li {
	min-width: 230px;
	border: solid 1px rgba(255,255,255,0.3);
	margin-bottom: 5px;
	padding: 10px;
	border-radius: 3px;
	border-left: solid 3px #fff;
}
.vote-result ul {
    display: flex;
    flex-direction: column;
    gap: 3px 0px;
    padding-bottom: 10px !important;
    border-bottom: dashed 1px #ddd;
    margin-bottom: 10px !important;
}
.vote-result ul li {
    margin-bottom:5px;
    padding-left:7px;
    display: flex;
    position:relative;
}
.vote-result ul li::before {
    content:'';
    display:block;
    width:3px;
    height:3px;
    background:#69b312;
    position:absolute;
    left:0px;
    top:50%;
    transform:translateY(-50%);
}
.vote-result ul li span {
    display:inline-block;
    margin-right:5px;
}
.vote-result ul li em {
    background:#69b312;
    color:#fff;
    line-height:1;
    font-size:0.8em;
    padding:5px;
    border-radius:5px;
    
}
.vote-result ul li.sel {}
.vote-result ul li.sel span  {}
.vote-result ul li.sel em  {}
.vote-result .btn-revote {
    display:block;
    width:100%;
}

.vote-rst {
    display: flex;
    flex-direction: column;
    gap: 10px 0px;
}
.vote-rst li {}
.vote-rst li .vote-opt {
    font-weight:bold;
    margin-bottom:4px;
    padding-left:25px;
    position:relative;
    display: flex;
    align-items: center;
}
.vote-rst li .vote-opt i {
    position:absolute;
    color:#69b312;
    left:0;
    top:50%;
    transform:translateY(-50%);
}
.vote-rst li p.vote-names {
    font-size:12px;
    padding-left:25px;
    color:#999;
}
.vote-rst li p.vote-names b {
    color:#69b312;
    font-size:1.1em;
    font-weight:bold;
}
.vote-not {
    margin-top: 20px;
}
.vote-not span {
    display:inline-block;
    margin-bottom:10px;
}
.vote-not p {
    font-size:0.9em;
}
.res-confirm {
    background: #fff;
    padding: 15px;
    margin-bottom:20px;
    display: flex;
    align-items: center;
    gap: 0px 10px;
}
.res-confirm strong {
    font-weight:bold;
}
.res-confirm p {
    font-size: 0.9em;
}
.res-confirm p strong {
    display: block;
}
.res-confirm a {
    margin-left: auto;
}
.res-cancel {
    background: #fff;
    padding: 15px;
    margin-bottom:20px;
    display: flex;
    align-items: center;
    gap: 0px 10px;
}
.res-cancel strong {
    display:block;
    font-weight:bold;
}
.res-cancel p {
    font-size: 0.9em;
}
.res-cancel p strong {}

.vote-create {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.vote-create ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: dashed 1px #ddd;
    border-bottom: none;
    margin-bottom: 20px !important;
}
.vote-create ul li {
    position:relative;
    display: flex;
    align-items: center;
    gap: 0px 5px;
    width: 100%;
    border-bottom: dashed 1px #ddd;
    padding: 10px;
    margin-bottom:0;
}
.vote-create ul li.option-li {
	padding:0px;
}
.vote-create ul li > .num {
    padding:0px 10px;
    font-weight: bold;
    display: flex;
    width: 65px;
    height: -webkit-fill-available;
    justify-content: center;
    align-items: center;
    background: #efefef;
}
.vote-create ul li .time-select {
    display: flex;
    flex-direction: column;
    gap: 5px 0px;
}
.vote-create ul li.option-li .time-select{
	display:flex;
	flex-direction:row;
	padding: 10px;
}
.vote-create ul li.option-li .time-select .input-group {
	width:auto;
	margin: 3px;
}
.vote-create ul li .time-select .form-control {
    padding-left: 7px;
    /* max-width: 120px; */
}
.vote-create ul li .time-select select {
    /* max-width: 68px; */
}
.vote-create ul li button {
    position:absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.vote-create .btns {}
.vote-create .btns .btn {}
.ui-datepicker{
    z-index: 1000000 !important;
}
.btn-li {
	display:flex;
	padding:6px 20px;
	gap:0px 5px;
}
.survey-note {
    padding-top:10px;
}
.survey-note-li {
	border: solid 1px #eee;
	border-radius: 10px;
	margin-bottom:10px;
	overflow: hidden;
}
.survey-note-li.OUT {
	border-left:solid 3px #ff9d00;
}
.survey-note-li.OUT .sn-title {
	color:#ff9500;
}
.sn-title i {padding:4px; font-size:12px; background:#336699; color:#fff; border-radius:3px; display:inline-block; }
.survey-note-li.edit {
	border-left:solid 3px #336699;
}
.survey-note-li.edit .sn-title {
	color:#336699;
}
.survey-note-li .sn-title {
    padding: 15px;
    /* border-bottom: solid 1px #ddd; */
    font-weight: 500;
    font-size: 16px;
    background: #f9f9f9;
}
.survey-note-li .sn-cont  {
    padding: 15px;
}
.survey-note-li .sn-cont .sn-cont-quiz {
    font-size: 14px;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
	opacity:1;
}
.sch-box2 {
    display: flex;
    /* padding: 15px; */
    /* background: #f9f9f9; */
    margin: 10px 0px;
    border-radius: 10px;
    justify-content: flex-start;
    align-items: center;
}
.sch-box2 .sch-box-input {
    height: 34px;
    line-height: 32px;
    border: solid 1px #ddd;
    border-radius: 5px 0px 0px 5px;
}
.sch-box2 .sch-box-btn {
    height: 34px;
    border: none;
    background: #aaa;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    font-size: 14px;
    padding: 0px 15px;
    font-weight: 500;
}
.swal2-container {
	z-index:11111;
}
.btn-between {
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.btn-between .left {
	display:flex;
	align-items: center;
	gap:3px;
}
.btn-between .right {
	display:flex;
	align-items: center;
	gap:3px;
}
.text-right{
	text-align:right;
}

.radio-ul {
    display: flex;
    gap: 10px;
    padding-bottom: 10px !important;
}

.radio-ul li {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.radio-ul.type03 li {
    width: calc(33.33333% - 10px);
}

.radio-ul.type04 li {
    width: calc(25% - 10px);
}

.radio-ul.type02 li {
    width: calc(50% - 10px);
}

.radio-ul li input[type='radio'] {
    display: none;
}

.radio-ul li label {
    display: flex;
    cursor: pointer;
    flex-direction: column;
    border: solid 1px #ddd;
    padding: 10px 0px;
    align-items: center;
    border-radius: 5px;
    text-align: center;
}

.radio-ul li label.on {
    background: #1dc762;
    color: #fff;
    border: solid 1px #1dc762;
}
.radio-ul li label.on span::before {
	content:'✔';
	display:block;
	font-size:13px;
}
.radio-ul li label span {
    font-size: 16px;
	align-items:center;
	display:flex;
	gap:5px;
}

.radio-ul li label span.small {
    font-size: 20px;
}

.radio-ul li label span i {
    font-size: 0.8em;
}

.radio-ul li label.on span i {
    font-size: 0.8em;
    font-weight: normal;
}

.radio-ul li label em {
    color: #1f2429;
    font-size: 14px;
}

.radio-ul li label p {
    color: #666;
    font-weight: bold;
    padding: 15px 0px 5px;
    font-size: 14px;
}

.radio-ul li label.img-only img {
    margin-bottom: 0;
}

.radio-ul li label.img-only span {
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

.radio-ul.product li label img {
    max-height: 25px;
}

.radio-ul li label.on span {
    font-weight: bold;
}

.user-h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.chg-pw {
    width: 100%;
}
.chg-pw .chg-pw-line {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
}
.chg-pw .chg-pw-line .btn {
    width: max-content;
}
.chg-pw .chg-pw-line span {
    font-size: 14px;
    color: #999;
    font-weight: 500;
    display: block;
    margin-bottom: 3px;
}
.chg-pw .chg-pw-line .input-w {
    margin-bottom: 15px;
}
.chg-pw .chg-pw-line .input-w input {
}
.chg-pw .chg-pw-line .dot-ul {
    margin-top:6px;
}
.chg-pw .chg-pw-line .dot-ul li {
    font-size:13px;
    padding-left:7px;
    position:relative;
}
.chg-pw .chg-pw-line .dot-ul li::before {
    content:'';
    display:block;
    width:2px;
    height:2px;
    background:#fc9322;
    left:0;
    position:absolute;
    top:9px;
}

.user-h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
.find-result p {
	margin-top:30px;
	background:#f9f9f9;
	padding:10px;
	border-radius:10px;
}
.terms-h3 {
    font-size: 24px;
    color: #2f2f2f;
    padding-left: 10px;
    font-family: 'BCCard';
    position: relative;
}
.terms-h3::before {
    content:'';
    position:absolute;
    width:4px;
    height:4px;
    background:#129b4e;
    border-radius:50%;
    left:0px;
    top:50%;
    transform:translateY(-50%);
}
.terms-txt {
	margin-top:10px;
	border:solid 1px #ddd;
	margin-bottom:10px;
}
.terms-txt pre {
	max-height:150px;
	width:100%;
	overflow-y:auto;
	padding:15px;
}
.terms-check {
	margin-bottom:40px;
}
.btn-wrap {
	display:flex;
	justify-content:center;
	align-items:center;
	gap:4px;
}
.w640 {
	width:100%;
	max-width:640px;
}
.signup-img {
	display:flex;
	justify-content: flex-end;
}
.signup-img img {
	max-width:100%;
}
.signup-done {
	padding: 20px;
    margin: 0px 0px 30px;
    background: #f9f9f9;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.15);
}
.signup-done p {
	font-size: 30px;
    text-align: center;
    margin-bottom: 16px;
    color: #239970;
}
.signup-done span  {
	font-size:18px;
	font-weight:500;
}
.stat-sel {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items: center;
}
.stat-sel .form-select {
	margin:3px;
}
.vote-options {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-radio {
  margin-bottom: 5px;
}

.custom-radio input[type="checkbox"] {
  display: none; /* 라디오 버튼 숨기기 */
}

.custom-radio label {
  display: block;
  padding: 8px 16px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f9f9f9;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 16px;
  color: #000;
  width: 100%;
  min-width: 180px;
}

.custom-radio input[type="checkbox"]:checked + label {
  border-color: #22542f;
  background-color: #22542f;
  color: #fff;
}

@media all and (max-width:1400px) {
	.service-tab ul {
		justify-content: center;
		gap:8px;
	}
    .service-tab ul li {
        width: calc(20% - 8px);
        
    }
    .service-tab ul li a {
        width:100%;
        padding:15px 0px;
        min-width:auto;
    }
}

@media all and (max-width:1200px) {
    .service-intro .service-photo {
        width:300px;
    }
    .service-intro .service-info {
        width:calc(100% - 320px);
    }
    .service-intro .service-info .service-info-top h3 {
        margin-right:0px;
    }
    .service-intro .service-info .service-info-top {
        justify-content: space-between;
        flex-wrap:wrap;
    }
    .service-tab {
        background-size:200px;
    }
}

@media all and (max-width:1080px) {
    .service-intro .service-info .service-info-top .btns {
        margin:5px 0px;
    }
}

@media all and (max-width:960px) {
    .login .login-box .login-rt .login-rt-inner {
        width: 80%;
    }
    .service-intro .service-info {
        flex-wrap:wrap;
        display:flex;
        padding: 25px;
    }
}

@media all and (max-width:768px) {
    
    .login .login-box .login-lt {
        width: 100%;
        padding: 30px;
        background:#33d675;
    }

    .login .login-box .login-rt {
        width: 100%;
        padding:30px 0px;
    }
    .login .login-box .login-lt h1 {
        padding-bottom:15px;
        margin-bottom:15px;
    }
    .login .login-box .login-lt .title {
        font-size:36px;
    }
    .login .login-box .login-lt .sub-text {
        font-size:16px;
        margin-top:10px;
    }

    .service-intro {
        flex-direction:column;
    }
    .service-intro .service-photo {
        width:100%;
        margin-bottom:20px;
        height:120px;
    }
    .service-intro .service-info {
        width:100%;
        padding: 10px 0PX;
    }
    .service-intro .service-info .service-desc p {
        font-size:14px;
        overflow: unset;
        display: block;
        text-overflow: unset;
    }
    .wrap .cont .cont-inner .cont-top h2 {
        font-size:24px;
    }
    .service-tab ul {
        gap: 1px 1px;
        flex-wrap:wrap;
    }
    .service-tab ul li {
        width: calc(33.3333% - 2px);
        margin-bottom: 0;
    }
    .service-tab ul li a {
        border-radius:0px;
        padding: 10px 0;
        font-size: 14px;
    }
    .service-tab-cont .s-tab-top {
        flex-direction:column;
        margin-bottom:5px;
        align-items: normal;
    }
    .service-tab-cont .s-tab-top h4 {
        font-size:18px;
        margin-bottom:10px;
    }
    .notes .note-tbl-wrap {
        width:100%;
        overflow-x:auto;
    }
    .notes .note-box .note-tbl-wrap .tabulator {
        min-width:1300px;
    }
    .service-intro .service-info .service-info-top h3 {
        width:100%;
    }
    .service-intro .service-info .service-info-top .btns {
        margin-top:15px;
    }
    .tbl-wrap table.list tr th {
        font-size:12px;
    }
    .tbl-wrap table.list tr td  {
        font-size:12px;
    }
    .tbl-wrap table.write tr {
        display:flex;
        flex-direction:column;
    }
    .tbl-wrap table.write tr th  {
        font-size:13px;
        border-right:none;
        text-align:center;
        border: none;
        background: #f9f9f9;
        text-align: left;
        font-weight: 500;
        padding: 7px;
    }
    .tbl-wrap table.write tr td  {
        font-size:12px;
        /* text-align:center; */
        margin-bottom:3px;
        border-bottom: none;
        padding: 7px;
    }
    .tbl-wrap table.write {
        border-left: none;
        border-bottom: none;
        border-right: none;
    }
    .tbl-wrap table tr th.pc-only,
    .tbl-wrap table tr td.pc-only {
        display:none;
    }
    .create-note li {
        width:calc(50% - 10px);
    }
    
    .info-text {
        font-size:14px;
    }
    .info-text::before {
        font-size:14px;
    }
    .form-select {
        font-size: 13px;
        margin: 0px 3px;
    }
    .file-info {
        font-size:14px;
    }
    
    .tbl-wrap table.write.q-tbl tr th {
        width:100%;
        margin-left:0.25rem !important;
    }
    .tbl-wrap table.write.q-tbl tr td {
        width:100%;
    }
    .admin-list {
        padding-left:0px;
    }
    .tbl-wrap table.note-detail tr th {
        width:100%;
        padding:15px 5px 0px;
    }
    .tbl-wrap table.note-detail tr td {
        width:100%;
        border-bottom: solid 1px #ddd;
        padding: 15px 5px 10px;
    }
    .tbl-wrap table.note-detail tr th p {
        font-size:14px;
    }
    .sec-title {
        font-size:16px;
        padding-left:15px;
    }
    .sec-title::before {
        top:6px;
    }
    .notes .note-box .note-top {
        flex-direction:column;
    } 
    .notes .note-box .note-top strong {
        width:100%;
        border-bottom:solid 1px #eee;
    }
    .notes .note-box .note-top .btns {
        justify-content:flex-end;
    }
    .notes .note-box .note-top .btns button {
        height:30px;
        width: auto;
        font-size:14px;
        min-width: 30px;
    }
    .modal-btns {
        padding:10px;
    }
    .selTypeList li button {
        font-size: 12px;
        padding: 7px 7px;
        letter-spacing: -0.05em;
    }
}

@media all and (max-width:640px) {
	.vote-create ul li.option-li .time-select {
		flex-direction:column;
	}
    .vote-create ul li button {
    	top:15px;
    	transform:translateY(0);
    }
}

@media all and (max-width:480px) {
    
    .login .login-box .login-lt .title {
        display:none;
    }
    .login .login-box .login-lt .sub-text {
        text-align:center;
    }
    .login .login-box .login-lt h1 {
        text-align: center;
        padding-bottom:20px;
        margin-bottom:0;
    }
    .login .login-box .login-lt h1::after {
        left:50%;
        transform:translateX(-50%);
    }
    .notes .note-box .note-box-cont {
        padding:20px 10px;
    }
    .notes .note-box .note-top strong {
        padding-left:10px;
        font-size:16px;
    }
    .notes .note-box .note-search .input-group .form-control {
        max-width:160px;
    }
    .chg-pw .chg-pw-line span {
        font-size:13px;
    }
    .chg-pw .chg-pw-line {
        margin-bottom:7px;
    }
	
    .vote-create ul li.option-li {
    	flex-direction: column;
    }
	.vote-create ul li.option-li .num {
		width:100%;
	}
	.vote-create ul li.option-li .time-select {
		width:100%;
	}
	.vote-create ul li button {
		top:35px;
		right:15px;
		
	}
	.service-tab ul li a span {
		font-size:13px;
	}
}

@media all and (max-width:360px) {
    
}
.gray_box{
    margin:20px 0; padding:22px 24px;
    border:1px solid #abe653; 
    border-radius:10px;
    background:#fdfffa;
}
.gray_box .info{
    font-size:16px; font-weight:700; margin-bottom:16px;
    color:#69b312 ; display:flex; align-items:center; gap:8px;
}
.gray_box .info i{ color:#69b312; }
.gray_box .dot_ul{ list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:12px; }
.gray_box .dot_ul li{
    line-height:1.5; font-size:14px; color:#3b3b3b;
    display:flex; align-items:flex-start; gap:10px; margin:0;
}
.gray_box .dot_ul li .step-num{
    flex-shrink:0; width:24px; height:24px;
    background:#69b312; color:#fff; border-radius:50%;
    display:inline-flex; align-items:center; justify-content:center;
    font-size:13px; font-weight:700; line-height:1;
}
.gray_box .dot_ul li .step-txt{ padding-top:3px; }
.gray_box .dot_ul li .danger{
    color:#e23b3b; font-size:12px; padding-top:6px; display:flex; align-items:center; gap:5px;
}
.gray_box .dot_ul li .danger i{ font-size:11px; }

.msg_target_sch {
	padding:15px;
	background:#fafafa;
	margin:10px auto;
	width:90%;
}

.color-info {
	display:flex;
	margin-top:20px;
	justify-content:flex-end;
}
.color-info dl {
	display:flex;
}
.color-info dl dt{
	margin-right:5px;
}
.color-info dl dt.edited{
	color:#336699;
}
.color-info dl dt.over{
	
	color:#ff9d00;
}
.color-info dl dd{
	margin-right:15px;
}


.input-clear-wrap {
	position: relative;
	flex: 1;
}

.input-clear-wrap input {
	padding-right: 36px;
}

/* X 버튼 */
.btn-clear {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: transparent;
	display: none;
	cursor: pointer;
	color: #999;
	z-index: 10;
}

.btn-clear:hover {
	color: #333;
}
.no-cont {
	padding:20px;
	margin-bottom:20px;
	border-radius:10px;
	border:dashed 1px #ddd;
	color:#666;
}
.no-cont i {
	margin-right:10px;
	color:#999;
}


.select-count {
	display:flex;
	white-space:nowrap;
	gap:5px;
	width:150px;
}
.list-click tr:hover td {
	background:#efefef;
	cursor:pointer;
}
.form-check .form-check-input {
	margin-top:-0.1rem !important;	
}
.q-range-box {
	display:flex;
	align-items:center;
}
.alert-box {
	padding:10px;
	border:dashed 1px #ddd;
	border-radius:10px;
	display:flex;
	margin-bottom:30px;
	flex-wrap:wrap;
	gap:5px;
}
.input-group-mj {
	display:flex;
	flex-wrap:wrap;
	gap:3px;
	align-items: center;
}
.input-group-mj .input-clear-wrap .form-control {
	width:140px;
	font-size:14px;
	height:38px;
}
.btn-plus-talk {
    display: flex;
    align-items: center;
    gap: 3px;
    border: none;
    color: #fff;
    border-radius: 50px;
    justify-content: center;
    background: #7EC829;
    transition: background 0.3s;

}

.btn-plus-talk span {
	color:#fff;
	display:block;
	font-size:12px;
}
.btn-plus-talk:hover {
	background:#4E8A10;
}
@media all and (max-width:768px) {
	.input-group-mj .input-clear-wrap .form-control {
		font-size:14px;
	}
	.heart-wrap {
		order:1;
		width:100%;
	}
	.mid-box {
		justify-content:center;
		order:3;
		width:100%;
	}
	.mid-box.input-group-mj .input-clear-wrap .form-control {
		width:100%;
	}
	.btm-box {
		order:2;
		margin-left:inherit !important;
	}
	.threegrid {
		flex-wrap:wrap;
		gap:6px;
	}
	
	.btn-w {
		display:flex;
		gap:5px;
		flex-direction: column;
		
	
	}
	.btn-plus-talk {
		bottom:100px;
	}
}
.alert-danger {
	font-size:12px;
}
/* .btn-heart {
	border:none;
	background:transparent;
} */

.between2{
	display:flex;
	align-items: center;
	flex-wrap:wrap;
	justify-content: space-between;
	gap:3px;
}

/* ===== [추가 스타일] 설문 관리항목/알림 UI 개선 ===== */
.cont-top .page-lead{ font-size:14px; color:#6b7280; margin-top:6px; word-break:keep-all; }
.cont-top .page-lead b{ color:#0d6b8a; }

/* 관리항목 안내 인포박스 */
.guide-box{
    background:#eaf6fb; border:1px solid #cfe9f3; border-radius:9px;
    padding:11px 13px; font-size:13px; line-height:1.6; color:#355d6b;
    display:flex; gap:9px; word-break:keep-all;
}
.guide-box i{ color:#0d6b8a; margin-top:2px; flex-shrink:0; }
.guide-box b{ color:#0d6b8a; font-weight:700; }

/* 선택지 목록 헤더 */
.opt-head{ display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:6px; }
.opt-head .opt-head-label{ font-size:13px; color:#6b7280; }

/* 선택지 행 + 관리항목 토글 칩 */
.multiple li.is-managed{ background:#eaf6fb; border-radius:8px; }
.manage-toggle{
    display:inline-flex; align-items:center; gap:5px;
    padding:4px 9px; border:1px solid #d4dbe0; border-radius:20px;
    cursor:pointer; font-size:12px; color:#6b7280; white-space:nowrap;
    user-select:none; flex-shrink:0; margin:0;
}
.manage-toggle input{ accent-color:#0d6b8a; margin:0; width:14px; }
.multiple li.is-managed .manage-toggle{
    border-color:#0d6b8a; color:#0d6b8a; background:#fff; font-weight:600;
}

/* 숫자 관리 조건 카드 */
.range-card{ border:1px solid #e9ecef; border-radius:9px; padding:14px; background:#fafbfc; }
.range-card[data-on="false"]{ opacity:.55; }
.range-card .cond-check{ display:flex; align-items:center; gap:7px; margin-bottom:12px; flex-wrap:wrap; }
.range-card .cond-check label{ font-weight:600; }
.range-inputs{ display:flex; align-items:center; gap:8px; flex-wrap:wrap; }
.range-inputs .sep{ color:#6b7280; font-size:14px; }
.badge-manage{
    display:inline-flex; align-items:center; gap:4px;
    background:#0d6b8a; color:#fff; font-size:11px; font-weight:600;
    padding:2px 8px; border-radius:20px;
}

/* 하단 문자 알림 박스 */
.notify-box{
    background:#fff4ed; border:1px solid #f6d5c0; border-radius:12px;
    padding:18px 20px; margin-bottom:24px; display:flex; gap:13px; align-items:flex-start;
}
.notify-box .notify-icon{
    width:40px; height:40px; flex-shrink:0; background:#c2410c; color:#fff;
    border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:17px;
}
.notify-box .notify-body{ flex:1; min-width:0; }
.notify-box .notify-head{ display:flex; align-items:center; gap:9px; margin-bottom:4px; padding-left:0; }
.notify-box .notify-head label{ font-weight:700; font-size:15px; color:#9a3412; margin:0; }
.notify-box .notify-desc{ font-size:13px; line-height:1.6; color:#9a5a3a; margin:0; word-break:keep-all; }
.notify-box .notify-desc b{ color:#c2410c; }
.notify-box .form-switch .form-check-input{ width:42px; height:22px; margin-left:0;}
.notify-box .form-switch .form-check-input:checked{ background-color:#c2410c; border-color:#c2410c; }

/* ===== 반응형 (모바일) ===== */
@media (max-width: 600px){
    .multiple li{ flex-wrap:wrap; }
    .multiple li .manage-toggle{ order:2; }
    .multiple li input[type=text]{ order:3; width:100% !important; }
    .multiple li .btns{ order:4; }
    .range-inputs input{ width:80px !important; }
    .range-inputs .sep{ font-size:13px; }
    .notify-box{ padding:14px; gap:10px; }
    .notify-box .notify-icon{ width:34px; height:34px; font-size:15px; }
}

/* =========================================================
   [설문 관리항목/알림 UI] 추가 스타일 — style.css 맨 끝에 붙여넣기
   ※ 기존 클래스/아이디 변경 없이, 충돌 규칙만 더 구체적으로 덮어씀
   ========================================================= */

/* 상단 안내 문구 */
.cont-top .page-lead{ font-size:14px; color:#6b7280; margin-top:6px; word-break:keep-all; }
.cont-top .page-lead b{ color:#0d6b8a; }

/* ---- 선택지 목록(.multiple) 레이아웃 재정의 ----
   기존 .multiple li input{ width:calc(100% - 10px) } 가 칩 안 체크박스까지
   100% 폭으로 만들어 깨지므로, 더 구체적인 선택자로 정상화한다. */
.multiple li{
    display:flex; align-items:center; gap:8px;
    margin-bottom:7px; padding:7px 10px;
    border:1px solid #e9ecef; border-radius:8px;
    transition:border-color .15s, background .15s;
}
.multiple li strong{
    width:auto; min-width:20px; text-align:center;
    color:#6b7280; font-weight:700; flex-shrink:0;
}
/* 텍스트 입력만 늘어나도록 (기존 100% 규칙 무력화) */
.multiple li input[type="text"]{ width:auto; flex:1; }
/* 칩 안의 체크박스는 작게 고정 (기존 100% 규칙 무력화) */
.multiple li .manage-toggle input[type="checkbox"]{ width:14px; flex:0 0 auto; }
.multiple li .btns{ width:auto; flex-shrink:0; padding-left:0; }

/* 선택지 행이 관리항목으로 켜졌을 때 강조 */
.multiple li.is-managed{ background:#eaf6fb; border-color:#bfe3f0; }

/* 관리항목 토글 칩 */
.manage-toggle{
    display:inline-flex; align-items:center; gap:5px;
    padding:4px 10px; border:1px solid #d4dbe0; border-radius:20px;
    cursor:pointer; font-size:12px; color:#6b7280; white-space:nowrap;
    user-select:none; flex-shrink:0; margin:0;
}
.manage-toggle input{ accent-color:#0d6b8a; margin:0; }
.multiple li.is-managed .manage-toggle{
    border-color:#0d6b8a; color:#0d6b8a; background:#fff; font-weight:600;
}

/* 선택지 목록 헤더(라벨 + 추가 버튼) */
.opt-head{ display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:6px; }
.opt-head .opt-head-label{ font-size:13px; color:#6b7280; }

/* 관리항목 안내 인포박스 */
.guide-box{
    background:#eaf6fb; border:1px solid #cfe9f3; border-radius:9px;
    padding:11px 13px; font-size:13px; line-height:1.6; color:#355d6b;
    display:flex; gap:9px; word-break:keep-all; align-items:flex-start;
}
.guide-box i{ color:#0d6b8a; margin-top:3px; flex-shrink:0; }
.guide-box b{ color:#0d6b8a; font-weight:700; }

/* 숫자 관리 조건 카드 */
.range-card{ border:1px solid #e9ecef; border-radius:9px; padding:14px; background:#fafbfc; }
.range-card[data-on="false"]{ opacity:.55; }
.range-card .cond-check{ display:flex; align-items:center; gap:7px; margin-bottom:12px; flex-wrap:wrap; }
.range-card .cond-check label{ font-weight:600; margin:0; }
/* 범위 입력 정렬 — 기존 q-range-box(display:flex) 위에 줄바꿈 허용 */
.q-range-box.range-inputs{ display:flex; align-items:center; gap:8px; flex-wrap:wrap; }
.range-inputs .sep{ color:#6b7280; font-size:14px; white-space:nowrap; }
.range-inputs input[type="number"]{ width:100px; flex:0 0 auto; }
.badge-manage{
    display:inline-flex; align-items:center; gap:4px;
    background:#0d6b8a; color:#fff; font-size:11px; font-weight:600;
    padding:2px 8px; border-radius:20px;
}

/* 하단 문자 알림 박스 */
.notify-box{
    background:#fff4ed; border:1px solid #f6d5c0; border-radius:12px;
    padding:18px 20px; margin-bottom:24px; display:flex; gap:13px; align-items:flex-start;
}
.notify-box .notify-icon{
    width:40px; height:40px; flex-shrink:0; background:#c2410c; color:#fff;
    border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:17px;
}
.notify-box .notify-body{ flex:1; min-width:0; }
/* 기존 .form-check(display:flex) 와 어울리도록 스위치 정렬 */
.notify-box .notify-head{ display:flex; align-items:center; gap:9px; margin-bottom:4px; padding-left:0; }
.notify-box .notify-head label{ font-weight:700; font-size:15px; color:#9a3412; margin:0; }
.notify-box .notify-desc{ font-size:13px; line-height:1.6; color:#9a5a3a; margin:0; word-break:keep-all; }
.notify-box .notify-desc b{ color:#c2410c; }
.notify-box .form-switch .form-check-input{ width:42px; height:22px; flex-shrink:0; }
.notify-box .form-switch .form-check-input:checked{ background-color:#c2410c; border-color:#c2410c; }

/* =========================================================
   반응형
   ========================================================= */
@media all and (max-width:768px){
    /* 선택지 행: 세로로 쌓되 칩과 입력칸이 안 깨지게 */
    .multiple li{ flex-wrap:wrap; }
    .multiple li strong{ order:1; }
    .multiple li .manage-toggle{ order:2; margin-left:auto; }
    .multiple li input[type="text"]{ order:3; width:100%; flex:1 0 100%; }
    .multiple li .btns{ order:4; margin-left:auto; }

    /* 범위 입력 */
    .range-inputs input[type="number"]{ width:80px; }
    .range-inputs .sep{ font-size:13px; }

    /* 알림 박스 */
    .notify-box{ padding:14px; gap:10px; }
    .notify-box .notify-icon{ width:34px; height:34px; font-size:15px; }
}




.empty-state {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 56px 20px;
  margin: 16px 0;
  background: #f7faf8;
  border: 1px solid #e3ece7;
  border-radius: 12px;
  color: #5b6b63;
}

.empty-state__icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #e8f3ee;
  color: #2e9e6b;
}

.empty-state__title {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 600;
  color: #2f3e37;
}

.empty-state__desc {
  margin: 0;
  font-size: 13px;
  color: #8a978f;
}

/* 모바일 대응 */
@media (max-width: 640px) {
  .empty-state {
    padding: 40px 16px;
  }
  .empty-state__icon {
    width: 64px;
    height: 64px;
    margin-bottom: 12px;
  }
  .empty-state__icon svg {
    width: 40px;
    height: 40px;
  }
  .empty-state__title {
    font-size: 15px;
  }
  .empty-state__desc {
    font-size: 12px;
  }
}


/* 채팅 상단 메뉴 버튼 */
.chat-top {
	max-width:500px;
	width:100%;
	position:fixed;
	top:0px;
	left:50%;
	transform:translateX(-50%);
	display:flex;
	justify-content:space-between;
	height:60px;
	padding:0px 10px;
	align-items: center;
}
.chat-top .btn-chat-menu {
    width: 42px;
    height: 42px;
    border: solid 1px #e6e6e6;
    background: #fff;
    border-radius: 8px;
    color: #333;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    flex-shrink: 0;
}
.chat-top .drawer-item {
    width: 42px;
    height: 42px;
    border: solid 1px #e6e6e6;
    background: #fff;
    border-radius: 8px;
    color: #333;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.chat-top .btn-chat-menu:hover {
    background: #f4f4f4;
    color: #239970;
}

/* 딤 배경 */
.chat-drawer-dim {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease;
    z-index: 998;
}
.chat-drawer-dim.open {
    opacity: 1;
    visibility: visible;
}

/* 오른쪽 슬라이드 드로어 — 채팅 영역 오른쪽 끝 기준, 채팅 위로 덮음 */
.chat-drawer {
    position: fixed;
    top: 0;
    right:-300px;
    width: 300px;
    height: 100%;
    background: #fff;
    box-shadow: -4px 0 16px rgba(0,0,0,0.12);
    transition: transform 0.28s ease;
    z-index: 999;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.chat-drawer.open {
    right:0px;  /* 채팅 오른쪽 끝에 붙어 나옴 (500 - 300) */
}


.chat-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    width: 100%;
    padding: 20px;
    background: #239970;
    box-sizing: border-box;
}
.chat-drawer-head h3 {
    font-family: 'Pretendard';
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    white-space: nowrap;       /* 세로로 접히는 것 방지 */
}
.chat-drawer-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    flex-shrink: 0;
}
.chat-drawer-close:hover {
    color: #fff9c2;
}

.chat-drawer-menu {
    display: flex;
    flex-direction: column;
    padding: 12px 0;
    width: 100%;
    box-sizing: border-box;
    overflow-y: auto;
}
.chat-drawer-menu .drawer-item {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 16px 24px;
    background: none;
    border: none;
    border-bottom: solid 1px #f0f0f0;
    font-family: 'Pretendard';
    font-size: 16px;
    color: #333;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    box-sizing: border-box;
    transition: background 0.15s ease;
}
.chat-drawer-menu .drawer-item i {
    width: 20px;
    text-align: center;
    font-size: 17px;
    color: #239970;
    flex-shrink: 0;
}
.chat-drawer-menu .drawer-item span {
    flex: 1;
}
.chat-drawer-menu .drawer-item:hover {
    background: #f4faf7;
}
.chat-drawer-menu .drawer-item-danger {
    color: #d9534f;
}
.chat-drawer-menu .drawer-item-danger i {
    color: #d9534f;
}
.chat-drawer-menu .drawer-item-danger:hover {
    background: #fdf3f3;
}

/* 화면이 500px보다 좁아지면 채팅이 전체폭이 되므로 드로어도 화면 오른쪽 기준으로 */
@media all and (max-width:500px) {
    .chat-drawer {
        left: auto;
        right: 0;
        transform: translateX(100%);
        width: 80%;
        max-width: 300px;
    }
    .chat-drawer.open {
        transform: translateX(0);
    }
}

/* 인원 표시 박스 */
.member-box {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    padding: 8px 12px;
    background: #f7f7f7;
    border-radius: 6px;
    min-height: 38px;
    word-break: break-all;
}
.member-box:empty::before {
    content: '인원 없음';
    color: #aaa;
}

/* 일시: 날짜 + 시간 세트 */
.datetime-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.datetime-group .date-input {
    width: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23239970" viewBox="0 0 16 16"><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/></svg>') no-repeat right 12px center;
    background-color: #fff;
    padding-right: 38px;
    cursor: pointer;
}

/* 시간 세트: 시 + 분을 한 박스로 */
.datetime-group .time-set {
    display: flex;
    align-items: stretch;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}
.datetime-group .time-set .time-unit {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
}
.datetime-group .time-set .time-unit:first-child {
    border-right: 1px solid #eee;
}
.datetime-group .time-set .form-select {
    flex: 1;
    width: auto;
    min-width: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    padding-right: 28px;
}
.datetime-group .time-set .form-select:focus {
    box-shadow: none;
    outline: none;
}
.datetime-group .time-set .unit-text {
    font-size: 13px;
    color: #999;
    white-space: nowrap;
    flex-shrink: 0;
    padding: 0 12px 0 2px;
}

.form-rows .form-row-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #239970;
    letter-spacing: -0.02em;
    margin-bottom: 2px;
}
.form-rows .form-row-label::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #239970;
    flex-shrink: 0;
}

/* ===== 일정 투표 생성 팝업 리디자인 ===== */
#popCreateVote .vote-create {
    display: block;
}
#popCreateVote .vote-create ul.multiple {
    display: flex;
    flex-direction: column;
    gap: 14px;
    border: none;
    margin-bottom: 18px !important;
}

/* 공통 라벨 */
#popCreateVote .vc-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #239970;
    margin-bottom: 6px;
}
#popCreateVote .vc-label::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #239970;
    flex-shrink: 0;
}

/* 제목/설명 행 */
#popCreateVote ul.multiple > li {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    align-items: stretch;
}
#popCreateVote ul.multiple > li .form-control {
    width: 100%;
}

/* 일정 옵션 행 */
#popCreateVote ul.multiple > li.option-li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 14px;
    background: #f8fbf9;
    border: 1px solid #e3ece7;
    border-radius: 10px;
}

/* 순번 + 삭제 */
#popCreateVote .option-li .num {
    display: flex;
    align-items: center;
    gap: 8px;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    flex-shrink: 0;
}
#popCreateVote .option-li .num > span {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #239970;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
}
#popCreateVote .option-li .num .btn-danger {
    position: static;
    transform: none;
    width: 26px;
    height: 26px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 1;
    font-size: 12px;
}

/* 날짜 + 시간 묶음 */
#popCreateVote .option-li .time-select {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    flex: 1 1 auto;
    min-width: 0;
    padding: 0;
    flex-direction: row;
}
#popCreateVote .time-select .date-group {
    flex: 1 1 150px;
    min-width: 140px;
    width: auto;
    margin: 0;
    flex-wrap: nowrap;
}
#popCreateVote .time-select .date-group .date {
    max-width: none;
    width: auto;
    flex: 1;
    cursor: pointer;
    background: #fff;
}
#popCreateVote .time-select .date-group .input-group-text {
    background: #fff;
    border-left: none;
    color: #239970;
    cursor: pointer;
}
#popCreateVote .time-select .time-group {
    flex: 1 1 200px;
    min-width: 180px;
    width: auto;
    margin: 0;
    flex-wrap: nowrap;
    align-items: stretch;
}
#popCreateVote .time-select .time-group .form-select {
    flex: 1;
    min-width: 0;
    width: auto;
}

/* 항목 추가 버튼 */
#popCreateVote .vote-create .btns {
    display: flex;
    justify-content: center;
}
#popCreateVote .btn-add-opt {
    width: 100%;
    border-style: dashed;
    background: #fff;
    color: #239970;
    border-color: #9bd3bd;
}
#popCreateVote .btn-add-opt:hover {
    background: #f0faf6;
    border-color: #239970;
}

/* 좁은 화면: 날짜/시간 각각 한 줄 */
@media all and (max-width:520px) {
    #popCreateVote .option-li .time-select {
        flex: 1 1 100%;
    }
    #popCreateVote .time-select .date-group,
    #popCreateVote .time-select .time-group {
        flex: 1 1 100%;
        min-width: 0;
    }
}