@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.7/dist/web/static/pretendard.css");
/* BASIC */
@font-face {
    font-family: ng;
    src: url("../font/NanumGothic.eot");
    src: local(※), url("../font/NanumGothic.woff") format("woff");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
select,
button,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
textarea {
    margin: 0;
    padding: 0;
}
fieldset,
img {
    border: 0 none;
}
dl,
ul,
ol,
menu,
li {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    margin: 0;
    padding: 0;
}
img {
    -ms-interpolation-mode: bicubic !important;
}
a,
input,
select,
textarea,
button,
img {
    vertical-align: middle;
    font-family: inherit;
}
input {
    margin: 0;
    padding: 0;
}
table,
th,
td {
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
}
address,
caption,
cite,
code,
dfn,
em,
var {
    font-style: normal;
    font-weight: normal;
}
legend,
caption {
    height: 0;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
}
input,
button {
    border-radius: 0;
}
button,
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    outline: none;
    border: none;
    cursor: pointer;
    background: none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
select {
    border-radius: 0;
}

html {
    overflow-y: scroll;
    font-size: 14px;
}
body {
    font-family: Pretendard, "나눔고딕", "nanumgothic", ng, sans-serif;
    color: #1a1a1a;
    -webkit-text-size-adjust: none;
    max-width: 720px;
    margin: 0 auto;
}
a {
    color: initial;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

.hidden {
    display: none;
}

/* 스쿨선생님 리스트 */

.schoolTeacher ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.schoolTeacher ul li {
    display: table-cell;
}
.schoolTeacher ul li img {
    vertical-align: top;
}

.clear {
    clear: both;
    display: block;
    float: none;
    font-size: 0 !important;
    height: 0;
    line-height: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    width: 100%;
}
.clearfix {
    *zoom: 1;
    *overflow: hidden;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
}
.hide,
.sr-only {
    position: absolute;
    left: -9999px;
    top: -9999px;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    visibility: hidden;
}

::-webkit-input-placeholder {
    color: #888;
}
:-moz-placeholder {
    color: #888;
}
::-moz-placeholder {
    color: #888;
}
:-ms-input-placeholder {
    color: #888;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    border: 0;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: top;
}
.fancybox-wrap {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 8020;
}
.fancybox-skin {
    background: #f9f9f9;
    border-radius: 4px;
    color: #444;
    moz-border-radius: 4px;
    position: relative;
    text-shadow: none;
    webkit-border-radius: 4px;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
    webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
    display: block;
    height: 100%;
    width: 100%;
}
.fancybox-image {
    max-height: 100%;
    max-width: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url(../images/fancybox_sprite.png);
}
#fancybox-loading {
    background-position: 0 -108px;
    cursor: pointer;
    left: 50%;
    margin-left: -22px;
    margin-top: -22px;
    opacity: 0.8;
    position: fixed;
    top: 50%;
    z-index: 8060;
}
#fancybox-loading div {
    background: url(../images/fancybox_loading.gif) center center no-repeat;
    height: 44px;
    width: 44px;
}
.fancybox-close {
    cursor: pointer;
    height: 36px;
    position: absolute;
    right: -18px;
    top: -18px;
    width: 36px;
    z-index: 8040;
}
.fancybox-nav {
    background: transparent url(../images/blank.gif);
    cursor: pointer;
    height: 100%;
    position: absolute;
    text-decoration: none;
    top: 0;
    webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 40%;
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    cursor: pointer;
    height: 34px;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    visibility: hidden;
    width: 36px;
    z-index: 8040;
}
.fancybox-prev span {
    background-position: 0 -36px;
    left: 10px;
}
.fancybox-next span {
    background-position: 0 -72px;
    right: 10px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    left: -99999px;
    max-height: 99999px;
    max-width: 99999px;
    overflow: visible !important;
    position: absolute;
    top: -99999px;
    visibility: hidden;
}
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    background: url(../images/fancybox_overlay.png);
    display: none;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 8010;
}
.fancybox-overlay-fixed {
    bottom: 0;
    position: fixed;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
.fancybox-title {
    position: relative;
    text-shadow: none;
    visibility: hidden;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    bottom: 0;
    margin-bottom: -35px;
    position: absolute;
    right: 50%;
    text-align: center;
    z-index: 8050;
}
.fancybox-title-float-wrap .child {
    color: #fff;
    display: inline-block;
    font-family: 맑은 고딕, malgun gothic;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 24px;
    margin-right: -100%;
    padding: 2px 20px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    color: #fff;
    margin-top: 10px;
    position: relative;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 10px;
    position: absolute;
}

/*
*
*	2024 오마이스쿨 모바일 리뉴얼
*
*/

.rel {
    position: relative;
}
.abs {
    position: absolute;
}

.inner {
    padding: 0 16px;
}

.w100 {
    width: 100% !important;
}
.scroll {
    overflow: auto;
}

/* 여백 */
.mt0 {
    margin-top: 0 !important;
}
.mt8 {
    margin-top: 8px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt16 {
    margin-top: 16px !important;
}
.mt32 {
    margin-top: 32px !important;
}
.mb8 {
    margin-bottom: 8px !important;
}
.mb16 {
    margin-bottom: 16px !important;
}
.mb32 {
    margin-bottom: 32px !important;
}

.mr8 {
    margin-right: 8px !important;
}

.pt0 {
    padding-top: 0 !important;
}
.pl0 {
    padding-left: 0 !important;
}
.px16 {
    padding: 0 16px !important;
}

/* font */
.bold {
    font-weight: bold;
}
.txt-error {
    padding-top: 4px;
    padding-left: 16px;
    color: #ff3e3e;
    font-size: 0.9rem;
}
.txt-info {
    padding-top: 4px;
    padding-left: 16px;
    color: #291beb;
    font-size: 0.9rem;
}

/* 체크박스 정렬 */
.check-box-wrap {
    display: flex;
    gap: 0 32px;
}

/* 체크박스 */
.check-box {
    display: flex;
    align-items: center;
}
.check-box label {
    cursor: pointer;
    color: #1a1a1a;
}
.check-box input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 4px;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    cursor: pointer;
}
.check-box input[type="checkbox"]::before {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("/images/2024/common/icon_check.png");
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    content: "";
}
.check-box input[type="checkbox"]:checked {
    background-color: #c01e24;
    border-color: #c01e24;
}
.check-box input[type="checkbox"]:checked::before {
    opacity: 1;
}

/* 라디오박스 */
.radio-box {
    display: flex;
    align-items: center;
}
.radio-box label {
    cursor: pointer;
}
.radio-box input[type="radio"] {
    position: relative;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    -webkit-appearance: none;
    cursor: pointer;
}
.radio-box input[type="radio"]::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: var(--Primary-color);
    opacity: 0;
    content: "";
}
.radio-box input[type="radio"]:checked {
    border-color: var(--Primary-color);
}
.radio-box input[type="radio"]:checked::before {
    opacity: 1;
}

/* input text */
.inp-txt {
    width: 100%;
    height: 48px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    outline: none;
    padding: 0 16px;
    box-sizing: border-box;
    transition: 0.3s;
}
.inp-txt::placeholder {
    color: #b3b3b3;
}
.inp-txt:focus {
    border-color: #3bc9f4;
}
.inp-txt:read-only {
    background-color: #fafafa;
    border-color: #e0e0e0;
}
.inp-txt:read-only:focus {
    border-color: #e0e0e0;
}

.inp-txt.inp-error {
    border: 1px solid #ff3e3e;
}
.inp-ok {
    background-image: url("/images/2024/common/icon_check_bl.png");
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

/* textarea */
.text-box {
    width: 100%;
    height: 90px;
    padding: 16px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    resize: none;
    box-sizing: border-box;
}
.text-box::placeholder {
    color: #b3b3b3;
}

/* search-box */
.search-box {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 48px;
    padding: 0 24px;
    background-color: #f5f5f5;
    border: 2px solid transparent;
    border-radius: 24px;
    box-sizing: border-box;
    transition: border-color 0.4s, background-color 0.4s;
}
.search-box.act {
    background-color: #fff !important;
    border-color: #c01e24 !important;
}
.search-box input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    border: none;
    background: none;
    outline: none;
}
.search-box .btn-search {
    width: 30px;
    height: 30px;
    background: url("/images/2024/common/icon_search.png") center no-repeat;
    flex-shrink: 0;
}
.search-box .keyword-list {
    display: none;
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    padding: 16px;
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    z-index: 10;
}
.search-box .keyword-list li {
    margin: 8px 0;
}
.search-box .keyword-list li a {
    display: block;
    overflow: hidden;
    padding-left: 36px;
    color: #666;
    font-size: 14px;
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url("/images/2024/common/icon_search_bull.png") center left no-repeat;
}

/* button */
.btn-wrap {
    display: flex;
}
.btn-wrap.half {
    justify-content: space-between;
    gap: 8px 0;
}
.btn-wrap.half .bbtn {
    width: 49%;
}

/* 팝업 */
.pop-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
}
.pop-wrap.on {
    display: block;
}
.pop-wrap .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    padding: 32px 16px 16px;
    background-color: #fff;
    border-radius: 16px;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}

.popup .pop-tit {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
.pop-wrap .btn-pop-cls {
    position: absolute;
    top: 30px;
    right: 16px;
}

/* width full popup */
.pop-wrap.pop-full .popup {
    width: 100%;
    height: 100vh;
    padding: 0;
    border-radius: 0;
}
.pop-wrap.pop-full .pop-tit {
    padding: 24px 16px;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #f5f5f5;
}
.pop-wrap.pop-full .btn-pop-cls {
    top: 27px;
}
.pop-wrap.pop-full .pop-content {
    padding: 32px 16px;
    background-color: #fafafa;
}

/* range slider */
.range-slider {
    position: relative;
    height: 6px;
    background-color: #e1e9f6;
    border-radius: 3px;
}
.range-selected {
    position: absolute;
    height: 100%;
    background: linear-gradient(45deg, #70ffff, #00bbf4);
    border-radius: 5px;
}
.range-input {
    position: relative;
}
.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -7px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.range-input input::-webkit-slider-thumb {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    border: 1px solid #d7dde0;
    background-color: #fff;
    pointer-events: auto;
    -webkit-appearance: none;
}
.range-input input::-moz-range-thumb {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 1px solid #d7dde0;
    background-color: #fff;
    pointer-events: auto;
    -moz-appearance: none;
}
.range-price {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
    color: var(--Primary-color-02);
    font-size: 18px;
}
.range-price input {
    width: 12vh;
    color: var(--Primary-color-02);
    font-size: 18px;
    text-align: right;
    background-color: transparent;
    border: none;
}

/* select */
select {
    height: 48px;
    padding: 0 16px;
    background-image: url("/images/2024/common/icon_arrow_bk.png");
    background-repeat: no-repeat;
    background-position: 96% 50%;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* 프리미엄 상세페이지 */
#premium {
}
.infoWrap {
    margin-bottom: 40px;
}
.infoWrap .vod_area {
}
.infoWrap .vod_area > img {
    width: 100%;
    height: 200px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.infoWrap .info {
    padding: 20px 16px;
}
.infoWrap .info .titlarea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.infoWrap .info .titlarea .category-tag {
    display: inline-block;
    border: 1px solid #000;
    font-size: 12px;
    color: #000;
    border-radius: 100px;
    padding: 6px 16px;
    font-weight: 700;
}
.infoWrap .info .titlarea .icon-set > a {
    width: 26px;
    height: 26px;
    border-radius: 4px;
    background: #f2f2f2;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.infoWrap .info .titlarea .icon-set .bookmark-icon {
    width: 16px;
    height: 19px;
    background: #f2f2f2 url("/images/2024/lecture/sp_bookmark.png") no-repeat bottom center;
}
.infoWrap .info .titlarea .icon-set .share-icon {
    width: 16px;
    height: 19px;
    background: #f2f2f2 url("/images/2024/lecture/icon_share.png") no-repeat top center;
    opacity: 0.4;
}
.infoWrap .info .titlarea .icon-set .bookmark-icon.on {
    background-position: top center;
}
.infoWrap .info .titlarea .icon-set .share-icon.on {
    opacity: 1;
}
.infoWrap .info .title {
    font-weight: 700;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.2;
    height: 2.4em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.infoWrap .info .duration {
    margin-bottom: 20px;
}
.infoWrap .info .play-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #c01e24;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    font-weight: 700;
    border: none;
    border-radius: 4px;
}
.infoWrap .info .play-btn i {
    width: 20px;
    height: 20px;
    background: url("/images/2024/lecture/icon_play-btn.png") no-repeat center center/cover;
    margin-right: 10px;
}
.infoWrap .info .play-btn.pause {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333;
    background: #e6e6e6;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    font-weight: 700;
    border: none;
    border-radius: 4px;
}
.infoWrap .info .play-btn.pause i {
    width: 20px;
    height: 20px;
    background: url("/images/2024/lecture/icon_play-btn.png") no-repeat center center/cover;
    margin-right: 10px;
}
.infoWrap .cnt_info {
    background-color: #f2f2f2;
    padding: 20px 20px 28px;
}
.infoWrap .cnt_info h2 {
    font-size: 14px;
    font-weight: 800;
    text-decoration: underline;
    margin-bottom: 10px;
}
.infoWrap .cnt_info .cntTxt {
    font-size: 12px;
    line-height: 1.2;
}

/* 아티클 상세페이지 */
.news-meta {
    display: flex;
    align-items: center;
    gap: 8px;
}
.news-meta .author-name {
    color: #000;
    font-weight: 700;
}
.news-meta .publish-date {
    color: #999;
}
.infoWrap .news-cnt {
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    padding: 0px 16px;
}
.infoWrap .news-cnt .view_contents_area{}
.infoWrap .news-cnt .view_contents_area .view_sub_tit{border-left: 2px solid #000; margin: 12px 0; }
.infoWrap .news-cnt .view_contents_area .view_sub_tit li{padding-left: 8px; color: #000; font-size: 16px;}
.infoWrap .news-cnt .view_contents_area .view_cont_wrap  figcaption{padding: 8px 0 16px; color: #000;}
.infoWrap .news-cnt .view_contents_area .view_cont_wrap  .econo_warning{color: #000; margin-top: 16px;}

.selc-wrap {
    position: relative;
    display: inline-block;
    width: 61%;
}
.selc-wrap .selc-box {
    height: 48px;
    width: 100%;
    padding: 0 40px 0 10px;
    background-image: url("/images/2024/common/icon_arrow_bk.png");
    background-repeat: no-repeat;
    background-position: 90% 50%;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-sizing: border-box;
}
.selc-wrap .selc-opt-area {
    overflow-y: auto;
    position: absolute;
    top: 52px;
    width: 100%;
    max-height: 112px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    z-index: 10;
}
.selc-wrap .selc-opt-area.hide {
    display: none;
}
.selc-opt-area .selc-opt {
    padding: 8px 16px;
    font-size: 1rem;
}

/* toggle-box */
.toggle-box {
    position: relative;
}
.toggle-box .hidden {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    appearance: none;
    width: 100%;
    height: 100%;
}
.toggle-box label {
    display: block;
    position: relative;
    width: 48px;
    height: 30px;
    background-color: #e1e7eb;
    border-radius: 15px;
    transition: background-color 0.5s;
    cursor: pointer;
}
.toggle-box label .switch {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 #585a60;
    transition: left 0.5s, box-shadow 0.3s;
}
.toggle-box label::before,
.toggle-box label::after {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    transition: opacity 0.5s;
}
.toggle-box label::before {
    left: 38px;
}
.toggle-box label::after {
    right: 38px;
}
.toggle-box label::after {
    opacity: 0;
}
.toggle-box input:checked + label {
    background-color: var(--Primary-color);
}
.toggle-box input:checked + label .switch {
    left: calc(100% - 28px - 1px);
}
.toggle-box input:checked + label::before {
    opacity: 0;
}
.toggle-box input:checked + label::after {
    opacity: 1;
}

/* 첨부파일 */
.file-box {
    display: flex;
    gap: 0 8px;
}
.file-box input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}
.file-box label {
    flex-shrink: 0;
    display: inline-block;
    padding: 11px 10px;
    border: 1px solid var(--bass-color);
    border-radius: 4px;
}

/* datepicker */

.datepicker-range {
    display: flex;
    gap: 0 4px;
    align-items: center;
}
.datepicker-range .line {
    display: block;
    width: 8px;
    height: 2px;
    background-color: var(--bass-color);
}
.inp-datepicker {
    padding: 8px 32px 10px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-sizing: border-box;
    background-image: url(/images/2024/common/icon_calendar.png);
    background-repeat: no-repeat;
    background-position: 94% 50%;
}
