
/* 기타 */
.red{
    color: var(--red);
}
.p-color{
    color: var(--point-color);
    font-weight: 600;
}
.f-g16{
    display: flex;
    align-items: center;
    gap: 16px;
}
.f-g12{
    display: flex;
    align-items: center;
    gap: 12px;   
}
.f-g8{
    display: flex;
    align-items: center;
    gap: 8px;
}
.f-g4{
    display: flex;
    align-items: center;
    gap: 4px;
}
.f-sb{
    display: flex;
    justify-content: space-between;
}
.scroll-y{
    overflow-y: auto;
}
.scroll-y::-webkit-scrollbar{
    width: 6px;
}
.scroll-y::-webkit-scrollbar-thumb{
    background: var(--scroll-bar);
    border-radius: 100px;
}
.scroll-y::-webkit-scrollbar-track{
    background: transparent;
}

.help-icon,
.help-inr-icon{
    width: 20px;
    height: 20px;
    background: url(../images/icon/help.svg) no-repeat;
}
.bold{
    font-weight: 700;
}
.xs-tit-mg{
    margin-bottom: 12px;
    align-items: flex-end;
}
.xs-tit{
    font-size: 18px;
    font-weight: 600;
}
.s-gray-txt{
    color: var(--text600);
    font-size: 14px;
}
.mt-8{
    margin-top: 40px;
}

/* input range  */
.range-area{
    padding-bottom: 30px;
}
.range{
	position: relative;
	background: #E8EAEE;
	border-radius: 100px;
    height: 14px;
}
.range::before {
    content: "";
    position: absolute;
    height: 100%;
	width: var(--progress-width, 0%); /* 변수로 동적 설정 */
    background: var(--point-color);
    border-radius: 100px;
    /* transition: width 0.1s ease-out; */
    left: 0;
}

.range.disabled input[type="range"]:disabled::-moz-range-thumb {
	border: 1px solid #ccc;
}
.range.disabled input[type="range"]:disabled::-webkit-slider-thumb {
	border: 1px solid #ccc;
}
.range.disabled input[type="range"] {
	background: var(--disabled-bg) !important;
}
.range-inr{
    display: flex;
    align-items: center;
    position: relative;
}
.range-inr>.middle{
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: 500;
    color: var(--text500);
}
.value{
	width: 68px;
	height: 40px;
    line-height: 38px;
    border: 1px solid #eee;
	border-radius: 8px;
	text-align: center;
	font-weight: 500;
}
.range.disabled .value {
	opacity: 0.5;
}

.basic-ck {
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
}

.basic-ck .checkbox {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
}
.basic-ck .checkbox::after {
    content: "";
    background: url(../images/icon/check-white.svg) no-repeat;
    display: block;
    width: 16px;
    height: 12px;
    background-size: contain;
    position: absolute;
    top: 6px;
    left: 3px;
}

.basic-ck input[type="checkbox"]:checked+.checkbox {
    background-color: var(--point-color);
    border: 1px solid var(--point-color);
}


/* 라벨 */
.label{
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    line-height: 120%;
    background: #fff;
    box-sizing: border-box;
    white-space: nowrap;
}
.nomal-label{
    border: 1px solid var(--bk);
    background: #fff;
}
.fill-label{
    background: var(--bk);
    color: #fff;
}
.da-label{
    background: #f0f0f0;
    color: var(--text600);
}
.gray-label{
    background: var(--text600);
    color: #fff;
}
.gray-label2{
    background: var(--gray-bg);
    color: var(--text600);
}
.fail-label{
    border: 1px solid var(--red) !important;
    color: var(--red);
    padding: 4px 8px !important;
}
.point-label{
    background: var(--point-color) !important;
    color: #fff;
}
.success-label{
    border: 1px solid var(--point-color) !important;
    color: var(--point-color);
    padding: 4px 8px !important;
}
.nano-label{
    background: var(--nano);
}
.mat-label{
    background: var(--matrix);
}
.spe-label{
    background: var(--specialty);
}
.pb-label{
    background: var(--point-color);
    color: #fff;
}
.pg-label{
    background: var(--success);
    color: #fff;
}
.pr-label{
    background: var(--red);
    color: #fff;
}
.pp-label{
    background: var(--text600);
    color: #fff;
}
.mj1-label{
    background: var(--nomal);
}
.mj2-label{
    background: var(--connect);
}
.mj3-label{
    background: var(--outside);
}
.mj4-label{
    background: var(--matrix);
}
.mj5-label{
    background: var(--nano);
}

.sh-form{
    border: 2px solid var(--main-color);
    border-radius: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sh-form input{
    margin-left: 32px;
    height: calc(100% - 2px);
}
.tag-wrap{
    display: flex;
    gap: 8px;
}
.tag{
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 100px;
    padding: 8px 12px;
    height: 36px;
    transition: all .2s;
}
.tag:hover{
    background: var(--gray-hover);
}
.tag .tag-close{
    width: 20px;
    height: 20px;
}
.tag .tag-close>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.tag>span{
    font-size: 14px;
}
.recent-tag{
    background: var(--gray-btn);
}
.hashtag-btn{
    border: 1px solid #ddd;
}
.hash{
    font-size: 0 !important;
}
.hash::before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/icon/uni-search.svg) no-repeat;
    background-size: contain;
    vertical-align: -2px;
}
.hashtag-btn>img{
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.team{
    font-size: 13px;
    color: var(--text600);
}
.cap-list{
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.cap{
    border: 1px solid var(--bk);
    padding: 4px 14px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 50px;
    line-height: 120%;
    background: #fff;
}
.cap.off{
    background: var(--disabled-btn);
    color: var(--disabled-text);
    border: none;
}
.cap.fill{
    background: var(--bk);
    color: #fff;
}
.cap.ess{
    background: var(--point-color2);
    color: var(--bk);
    border: none;
}

/* 셀렉트박스 커스텀 */
.custom-select{
    position: relative;
}
.custom-select .select-btn{
    height: 48px;
    padding: 0 16px;
    background: var(--select-bg);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
.select-btn>strong{
    font-size: 14px;
    font-weight: 500;
}
.select-list{
    background: var(--select-bg);
    width: 100%;
    border-radius: 8px;
    padding: 8px;
    bottom: 52px;
    position: absolute;
    display: none;
}
.select-list>li a{
    padding: 4px 8px;
    font-size: 14px;
}
.select-list.active{
    display: block;
}

.speech {
    position: fixed !important; /* absolute 대신 fixed 사용 */
    z-index: 10000;
    margin: 0 !important;
    padding: 6px 10px;
    background: var(--bk);
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

/* 아래쪽 삼각형 */
.speech::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: var(--bk) transparent transparent transparent;
}

/* 버튼 */
.toggle-wrap{
    display: flex;
    gap: 4px;
    background-color: var(--gray-btn);
    border-radius: 8px;
    position: relative;
    padding: 4px;
    align-items: center;
    height: 40px;
}
.horiz{
    position: absolute;
    background: #fff;
    height: calc(100% - 8px);
    border-radius: 8px;
    margin: 4px;
    transition: all .3s ease;
    left: 0;
    box-shadow: var(--toggle-shadow);
    width: 50%;
}
.toggle-btn.on{
    color: var(--bk);
}
.toggle-btn{
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    color: var(--disabled-text);
    line-height: 140%;
    height: 32px;
}
.s-btn{
    height: 32px;
    padding: 0 24px;
    border-radius: 6px;
    transition: background-color .2s;
    font-size: 14px;
}
.m-btn{
    height: 40px;
    padding: 8px 24px;
    border-radius: 8px;
    transition: background-color .2s;
    font-size: 14px;
}
.l-btn{
    height: 48px;
    padding: 0 24px;
    border-radius: 8px;
    transition: background-color .2s;
}
.xl-btn{
    height: 56px;
    padding: 0 24px;
    border-radius: 8px;
    transition: background-color .2s;
}
.gray-btn{
    background-color: var(--gray-btn);
    font-weight: 500;
    transition: all .2s;
}
.gray-btn:hover{
    background-color: var(--gray-hover);
}
.primary-btn{
    background-color: var(--main-color);
    color: #fff;
    font-weight: 500;
    transition: all .2s;
    
}
.primary-btn:hover{
    background-color:var(--main-focus);
}
.line-btn{
    border: 1px solid #ddd;
    background: #fff;
    transition: all .2s;
    font-weight: 500;
}
.line-btn:hover{
    background: var(--gray-btn);
}
.save-btn{
    width: 24px;
    height: 24px;
    background: var(--gray-btn);
    border-radius: 4px;
    position: relative;
    z-index: 20;
}
.save-btn>svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.save-btn.on{
    background: var(--point-bg);
}
.exclude-btn,
.plan-btn{
    width: 24px;
    height: 24px;
    background: var(--gray-btn);
    border-radius: 4px;
    position: relative;
    z-index: 5;
}
.exclude-btn>img,
.plan-btn>img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.exclude-btn>img.on,
.plan-btn>img.on{
    display: none;
}
.exclude-btn.active{
    background: #FFF8E9;
}
.plan-btn:hover{
    background: #FFF8E9;
}
.exclude-btn.active>img{
    display: none;
}
.plan-btn:hover>img{
   display: none; 
}
.plan-btn:hover>img.on{
    display: block;
}
.exclude-btn.active>img.on{
    display: block;
}
.download-btn{
    display: flex;
    gap: 8px;
    align-items: center;
}
.download-btn>span{
    font-size: 14px;
    font-weight: 500;
}
.download-btn::after{
    content: "";
    background: url(../images/icon/download.svg) no-repeat;
    display: block;
    width: 14px;
    height: 14px;
    background-size: contain;
}

.box-btn{
    padding: 32px 40px;
    background-color: var(--gray-btn);
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    transition: all .2s;
    min-width: 288px;
}
.box-btn:hover{
    background: var(--gray-hover);
}
.box-btn .btn-img{
    height: 120px;
}
.box-btn .btn-img>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.box-btn strong{
    display: block;
    font-size: 20px;
}
.box-btn .blink{
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 4px;
}
.box-btn .blink::after{
    content: "";
    background: url(../images/icon/link-bk.svg) no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    background-size: contain;
}
.box-btn .blink2::after{
    content: "";
    background: url(../images/icon/link-bk2.svg) no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    background-size: contain; 
}
.view-btn{
    padding: 0 8px 0 12px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.view-btn>span{
    font-size: 14px;
    font-weight: 500;
}
.view-btn::after{
    content: "";
    background: url(../images/icon/right-arrow.svg) no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    background-size: contain;
}
.file-add>span{
    font-size: 14px;
}

/* 모달창 */
.modal-bg{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    z-index: 9999;
    visibility:hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    display: flex;
    align-items: center;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter:blur(5px);
    overflow: hidden auto;
}
.modal-bg.open{
    opacity: 1;
    visibility:inherit;
}
.modal-pst{
    margin: auto;
    width: 100%;
}
.modal-wrap{
    width: 100%;
    transform: scale(0.6);
    background: #fff;
    border-radius: 16px;
    transition: transform 0.3s ease;
    padding: 32px;
}
.modal-bg.open .modal-wrap{
    transform: scale(1);
}
.modal-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
}
.modal-head>h2{
    font-weight: 600;
    font-size: 20px;
}
.modal-head>.modal-close{
    width: 32px;
    height: 32px;
}
.modal-close>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.modal-1240{
    max-width: 1240px;
}
.modal-1024{
    max-width: 1024px;
}
.modal-768{
    max-width: 768px;
}
.modal-640{
    max-width: 640px;
}
.modal-400{
    max-width: 400px;
}
.modal-btn-wrap{
    display: flex;
    width: 100%;
    gap: 12px;
    padding-top: 40px;
}
.modal-btn-wrap>button{
    width: 100%;
}
.modal-btn-wrap>button.gray-btn{
    width: 50%;
}
.pop-tit{
    font-size: 20px;
    font-weight: 700;
    text-align:  center;
    padding: 8px 0 24px;
}
.pop-twrap{
    max-height: 50vh;
    overflow: auto;
}
.pop-twrap>p{
    word-break: keep-all;
    line-height: 150%;
    white-space: pre-line;
}
.pop-tct{
    text-align: center;
}
.pop-tct strong{
    font-weight: 600;
}
.modal-bg .box{
    background: var(--gray-bg);
    border-radius: 8px;
    padding: 24px; 
}
/* 테이블 */
.total-scroe{
    color: var(--text500);
}
.nomal-table{
    border-top: 1px solid var(--bk);
}
.nomal-table tr{
    border-bottom: 1px solid #ddd;

}
.hover tbody>tr{
    transition: all .2s;
}
.nomal-table.hover tbody>tr:hover{
    background: var(--gray-bg) !important;
}
.nomal-table tr>th{
    background: var(--th);
}
.nomal-table tr>th{
    font-weight: 500;
}
.nomal-table tr>th,
.nomal-table tr>td{
    height: 56px;
    padding: 8px;
    text-align: center;
    font-size: 14px;
    word-break: keep-all;
}
.nomal-table tr.point{
    background: var(--point-bg );
}
.nomal-table tr a{
    font-size: 14px;
    transition: all .1s;
    word-break: keep-all;
    overflow-wrap: break-word;
    white-space: normal;
}
.nomal-table.hover tr a:hover{
    color: var(--point-color);
}
.nomal-table.r-line tr>th:last-child,
.nomal-table.r-line tr>td:last-child{
    border-right: 0;
}
.nomal-table.r-line tr>th,
.nomal-table.r-line tr>td{
    border-right: 1px solid #ddd;
}
.nomal-table tr>.line{
    border-right: 1px solid #ddd !important;
}
.nomal-table tr.th-bg td{
    background: var(--th);
}
.dt-tb{
    border-top: 1px solid var(--bk);
}
.dt-tb>dl,
.dt-tb3 dl{
    padding: 24px 32px;
    border-bottom: 1px solid #eee;
}
.dt-tb>dl dt,
.dt-tb3 dl>dt{
    font-size: 14px;
    color: var(--text600);
}
.dt-tb>dl dd,
.dt-tb3 dl>dd{
    font-weight: 500;
    padding-top: 8px;
    word-break: keep-all;
}
.dt-tb>dl.reverse dd{
    padding-top: 0;
    padding-bottom: 8px;
}
.dt-tb>dl.two{
    display: flex;
    justify-content: space-between;
    gap: 12px;
}
.dt-tb>dl.two .dl-col{
    width: 100%;
}
.dt-tb2{
    border-top: 1px solid var(--bk);
    padding: 16px 32px;
    border-bottom: 1px solid #eee;
}
.dt-tb2>li{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
}
.dt-tb3>li{
    margin-top: 40px;
}
.dt-tb3 .lb-tit{
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    background: var(--point-bg);
    box-sizing: border-box;
    height: 24px;
    color: var(--main-color);
    display: inline-block;     
}
.scroll-table{
    overflow-x: auto;
}
.scroll-table::-webkit-scrollbar{
    display: none;
}

.scroll-table>table{
    min-width: 860px;
    border-spacing: 0;
    margin-left: -1px;
    table-layout: auto;
    overflow: auto;
}
.scroll-table .sticky{
    position: sticky;
    left: 0;
    background: var(--th);
}
.left-tb tr>th,
.left-tb tr>td{
    text-align: left;
    padding-left: 40px;
}
.popup{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 9999;
    visibility:hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    overflow: hidden auto;
}
.popup-pst{
    position: fixed;
    z-index: 999;
    background: #fff;
    transition: transform .3s ease;
    box-shadow: var(--box-shadow);
    border-radius: 8px;
    padding: 20px;
    opacity: 0;
    visibility:hidden;
    transform: scale(0.6);
}
.popup-pst.open{
    transform: scale(1);
    opacity: 1;
    visibility: initial;
}
.popup-pst>p{
    font-size: 14px;
}
.no-data-wrap{
    text-align: center;
    width: 100%;
    min-height: 212px;
}
.no-data-wrap .nod-tit{
    font-size: 20px;
    font-weight: 600;
    margin: 16px 0 4px;
}
.no-data-wrap>p{
    font-size: 14px;
}
.no-data-wrap>img{
    object-fit: contain;
    width: 64px;
}
.no-data-wrap button{
    margin-top: 20px;
}

/* 스와이퍼 */
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    display: none !important;
}
.swiper-btn-wrap{
    position: relative;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: auto;
    display: flex;
    align-items: center;
    height: 40px;
    overflow: hidden;
}
.swiper-btn-wrap>.swiper-btn{
    width: 40px;
    height: 40px;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin-top: 0;
}
.swiper-btn-wrap>.swiper-btn:hover{
    background-color: var(--gray-btn);
}
.swiper-btn-wrap>.swiper-btn:active{
    background-color: #fff;
}
.swiper-btn-wrap .swiper-button-prev{
    transform: rotate(180deg);
    background: url(../images/icon/btn-arrow.svg) no-repeat;
    background-position: 50% 50%;
}
.swiper-btn-wrap .swiper-button-next{
    background: url(../images/icon/btn-arrow.svg) no-repeat;
    background-position: 50% 50%;
}

/* 차트&그래프 */
.r-chart-area{
    position: relative;
}
.radar-label {
position: absolute;
color: var(--bk);
padding: 2px 8px;
border-radius: 4px;
font-size: 12px;
font-weight: 500;
line-height: 120%;
transform: translate(-50%, -50%);
pointer-events: none;
background-color: var(--color);
white-space: nowrap;
opacity: 0;
transition: all .3s;
transition-delay: .1s;
}
.radar-label.open{
    opacity: 1;
}
.r-chart-area .radar-label4{
    transform: translate(-50%, -30px);
}
.r-chart-area .radar-label1{
    transform: translate(-50%, 0);
} 

/* 서브페이지 */
.sp-card-info{
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 8px;
}
.sp-card-info>li{
    font-size: 13px;
}
.sp-card-info>li.f-line{
    width: 1px;
    height: 10px;
    background: #ddd;
}
/* 애니메이션 */
.y-in{
    transition: all .6s ease;
    opacity: 0;
    transform: translateY(40px);
}
.y-in.ani{
    opacity: 1;
    transform: translateY(0);
}

/* 달력커스텀 */
.se-date{
    display: flex;
    gap: 8px;
}
.custom-calendar{
    position: relative;
    background: url(../images/icon/calendar.svg) no-repeat;
    background-size: 20px 20px;
    background-position: right 10px center;
    background-color: #fff;
    width: 100%;
}
.flatpickr-calendar{
    width: auto !important;
}
.flatpickr-months{
    background: var(--gray-bg);
    height: 44px;
}
.flatpickr-months .flatpickr-current-month{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    height: 44px;
    padding: 0;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month{
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flatpickr-current-month span.cur-month:hover{
    background: transparent !important;
}
.flatpickr-calendar span.flatpickr-weekday{
    height: 44px;
    width: 44px;
    line-height: 44px;
}
.flatpickr-calendar .flatpickr-weekdays{
    padding: 0 10px;
    height: auto;
    border-bottom: 1px solid #eee;
}
.flatpickr-calendar .flatpickr-days{
    padding: 10px;
    width: 100%;
}
.flatpickr-calendar .flatpickr-day{
    font-size: 14px;
    border-radius: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
}
.flatpickr-calendar .flatpickr-day.today{
    border: transparent;
    background: var(--bk);
    color: #fff;
}
.flatpickr-day.selected, .flatpickr-day.startRange,
.flatpickr-day.endRange, .flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus, .flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus, .flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay{
    background: var(--point-color) !important;
    border: transparent !important;
}
.flatpickr-current-month input.cur-year{
    font-weight: 700 !important;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg{
    display: none !important;
}
.flatpickr-calendar .flatpickr-prev-month::after{
    content: "";
    background: url(../images/icon/select-aw.svg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
    opacity: 0.6;
}
.flatpickr-calendar .flatpickr-next-month::after{
    content: "";
    background: url(../images/icon/select-aw.svg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
    opacity: 0.6;
}
.datepicker-header{
    background: var(--th);
    height: 44px;
}
.datepicker-picker .datepicker-controls .button{
    background: transparent;
}
.datepicker span{
    text-align: center !important;
    margin: 0 !important;
    font-size: 14px !important;
}
.datepicker .dow{
    height: auto !important;
    padding: 10px 0;
}

.datepicker-main{
    padding: 0 8px!important;
    position: relative;
}
.datepicker-main:after{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #eee;
    top: 40px;
    left: 0;
}
.datepicker-grid{
    padding: 8px 0;
}
.datepicker-cell.next:not(.disabled), .datepicker-cell.prev:not(.disabled){
    opacity: 0.5 !important;
} 
.datepicker .datepicker-cell.selected, .datepicker-cell.selected:hover{
    background: var(--point-color) !important;
    color: #fff !important;
}

@media(max-width:768px){
    .modal-wrap{
        padding: 24px 16px 32px;
    }
    .modal-pst{
        padding: 0 12px;
    }
    .modal-768>.modal-wrap{
        height: 100vh;
        border-radius: 0; 
    }
    .dt-tb>dl, .dt-tb3 dl{
        padding: 24px 12px;
    }
    .dt-tb2{
        padding: 16px 12px;
    }
    #ui-setting,
    #simulation-modal,
    #search-filter{
        opacity: 1;
    }
    
    #ui-setting .modal-pst,
    #simulation-modal .modal-pst,
    #search-filter .modal-pst{
        padding: 0;
    }
    #ui-setting .modal-wrap,
    #simulation-modal .modal-wrap,
    #search-filter .modal-wrap{
        transform: translateX(100%);
        transition: all 0.3s ease-out;
    }
    #ui-setting.open .modal-wrap,
    #simulation-modal.open .modal-wrap,
    #search-filter.open .modal-wrap{
        transform: translateX(0);
    }
    .modal-btn-wrap{
        gap: 8px;
    }
    .box-btn{
        border-radius: 12px;
    }
}