/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Cute+Font&display=swap');*/

/*@font-face {*/
/*    font-family: 'yg-jalnan';*/
/*    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'S-CoreDream-3Light';*/
/*    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

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

html {
    font-size: 14px; /* 1em = 14px */
}

#alert-list {
    position: fixed;
    top: 75px;
    right: 0;
    display: flex;
    flex-direction: column; /* 세로 방향으로 알림을 정렬 */
    justify-content: flex-start; /* 위에서부터 알림을 정렬 */
    align-items: center; /* 가운데 정렬을 유지 */
    z-index: 1000; /* 다른 요소들 위에 표시되도록 z-index 설정 */
    padding: 10px;
    overflow-y: auto; /* 알림 목록이 길어질 경우 스크롤 가능 */
    max-height: 90%; /* 화면의 최대 높이를 90%로 제한 */
}

.alert {
    font-family: 'S-CoreDream-3Light';
    font-size: 14px;
    background-color: #FFF5EE; /* 밝은 배경색 */
    color: #636363; /* 글자 색상 */
    border-radius: 20px; /* 라운드 모서리 */
    padding: 15px;
    margin: 3px 0; /* 알림창 사이의 간격 */
    max-width: 300px; /* 최대 너비 */
    text-align: center; /* 텍스트 중앙 정렬 */
    animation: slideIn 0.5s ease-out; /* 애니메이션 효과 */
}

/* 애니메이션 키프레임 */
@keyframes slideIn {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.none-style-list, .none-style-list > li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 1.5em;
}

.line-height-17em > li {
    line-height: 1.7em;
}


/* 부트스트랩 커스텀 */
.bg-normal {
    --bs-bg-opacity: 1;
    background-color: #8BB3E8 !important;
    /*color: #0D0D0D;*/
}

/* 공용 CSS */
.font-cute {
    font-family: 'Cute Font', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.1em;
}

.border-main-color {
    border-color: #d6e1ef;
}

.outline-main-color {
    color: #0D0D0D;
    border-color: #d6e1ef;

}

.outline-main-color:hover {
    background-color: #d6e1ef;
    color: white;
}

.padding-none {
    padding: 0px;
}

.btn-join-span {
    cursor: pointer;
    font-size: 1.2em
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.text-center {
    text-align: center;
}

.padding-top-3px {
    padding-top: 3px;
}

.padding-top-25em {
    padding-top: 2.5em !important;
}

.padding-top-30em {
    padding-top: 3em !important;
}

.margin-top-30em {
    margin-top: 3em !important;
}


.img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(50, 50);
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
}


html {
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #0D0D0D;
    overflow: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

html::-webkit-scrollbar {
    display: none; /* 크롬, 사파리, 오페라, 엣지 */
}


body {
    height: auto;
    max-width: 574px;
    margin: 0 auto;
    font-family: 'Noto Sans KR', sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
}

img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

.profile-img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.max-width-mobile {
    max-width: 768px;
    margin: 0 auto;
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.contents-area {
    touch-action: pan-x pan-y;
    font-size: 1em;
    margin-bottom: 80px;
    overflow: auto;
    /*-ms-overflow-style: none; !* IE and Edge *!*/
    /*scrollbar-width: none; !* Firefox *!*/
}

.contents-area::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

.footer-area {
    position: fixed;
    bottom: 0px;
    height: 80px;
    left: 0;
    right: 0;
    padding: 0px 0px 25px 0px;
    background-color: #fafafa;
}

#contents {
    padding: 1em 1em 80px 1em;
    width: 100%;
    height: 100%;
}

.border-none {
    border: none;
}

.flex-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cursor-pointer {
    cursor: pointer;
}

.width-100 {
    width: 100%;
}

.bottom-border {
    border-top: 1px solid #F0F0F0;
}

.bottom-menu-list {
    background-color: #fafafa;
    /*background-color: #D6E1EF;*/

}

.bottom-menu-list > div {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    font-size: 70%;
    font-weight: 500;
    /*font-family: 'Jua', sans-serif;*/
}

.nav-bar-item > span {
    color: #595959;
}

/*.bottom-menu-list > div:hover, .bottom-menu-list > div > svg:hover {*/
/*    color: #8BB3E8;*/
/*    fill: #8BB3E8 !important;*/
/*}*/

.swal2-container {
    z-index: 9999 !important;
}


.category {
    margin-top: 3px;
}

.margin-top-25em {
    margin-top: 2.5em;
}

.margin-bottom-20em {
    margin-bottom: 2em;
}

.margin-top-05em {
    margin-top: .5em;
}

.margin-top-10em {
    margin-top: 1em;
}

.margin-top-15em {
    margin-top: 1.5em;
}

.font-weight-700 {
    font-weight: 700;
}

.carousel-inner {
    box-shadow: #d6e1ef 0px 2px 8px 0px;
}

.card {
    border: none !important;
}

.service-item {
    font-weight: 700;
    color: #595959 !important;
}

.carousel-indicators button {
    background-color: #d6e1ef !important;
}

.carousel-indicators .active {
    background-color: #8BB3E8 !important;
}

.service-item-box {
    padding: 0em 1em 1em 1em;
}

.service-item {
    border-radius: 1em;
    box-shadow: #d6e1ef 0px 2px 8px 0px;
    min-height: 140px;
    position: relative;
    cursor: pointer;
    font-size: 1.1em;
}

.service-item-title {
    position: absolute;
    top: 1.5em;
    left: 1.2em;
}

.service-item-img {
    position: absolute;
    top: 2em;
    right: 1em;
    bottom: 0em;
    padding: 1em 0 1em 1em;
}

.service-item-img > img {
    height: 100%;
    width: auto;
}

.list-view-text {
    float: right;
    font-size: 70%;
    color: #6e6e6e;
    padding-top: .5em
}

.slide-contents {
    width: 100%;;
    height: auto;
    white-space: nowrap;
    overflow: auto;
    padding: .1em;
    -ms-scroll-snap-destination: 0 0; /* code added */
    scroll-snap-destination: 0 0; /* code added */
    -ms-scroll-snap-type: x mandatory; /* code added */
    scroll-snap-type: x mandatory;
}

.overflow-none-scroll::-webkit-scrollbar {
    display: none; /* 크롬, 사파리, 오페라, 엣지 */
}

.overflow-none-scroll {
    overflow: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */

    -ms-scroll-snap-destination: 0 0; /* code added */
    scroll-snap-destination: 0 0; /* code added */
    -ms-scroll-snap-type: x mandatory; /* code added */
    scroll-snap-type: x mandatory;
}

.slide-card {
    width: 90%;
    max-width: 320px;
    height: 270px;
    display: inline-block;
    margin-right: 1em;
    scroll-snap-align: start; /* 자식 적용 */
    scroll-snap-stop: always; /* code added */
}

.trainer-slide-card {
    width: 90%;
    max-width: 320px;
    display: inline-block;
    margin-right: 1em;
    scroll-snap-align: start; /* 자식 적용 */
    scroll-snap-stop: always; /* code added */
    height: 220px;
}

.channel-img {
    border-radius: 1em 1em 0px 0px !important;
    width: 100%;
}

.slide-card-inner {
    width: 100%;
    height: 100%;
    margin: 3px;
    box-shadow: #d6e1ef 0px 2px 8px 0px;
    position: relative;
    border-radius: 1em;
    font-size: .9rem;
}

.slide-contents > div {
    width: 90%;
    max-width: 340px;
    height: 280px;
    display: inline-flex;
    position: relative;
    margin-right: 1em;
    scroll-snap-align: start; /* 자식 적용 */
    scroll-snap-stop: always; /* code added */
}

.slide-request-card {
    width: 90%;
    max-width: 340px;
    height: 250px;
    display: inline-block;
    position: relative;
    margin-right: 1em;
    scroll-snap-align: start; /* 자식 적용 */
    scroll-snap-stop: always; /* code added */
}

.slide-card-head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
    padding: 1em;
    text-align: center;
    line-height: 3px;
}

.slide-request-card-head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 90px;
    padding: 1em;
    text-align: center;
}

.card-head-area {
    width: 100%;
    height: 100%;
    position: relative;
}

.card-head-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 75px;
}

.trainer-card-head-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 120px;
}


.card-head-right {
    position: absolute;
    top: 0;
    left: 75px;
    right: 0;
    bottom: 0;
    text-align: left;
    padding-left: .5em;
}

.trainer-card-head-right {
    position: absolute;
    top: 0;
    left: 120px;
    right: 0;
    bottom: 0;
    text-align: left;
    padding-left: .5em;
}


.slide-card-body {
    position: absolute;
    top: 130px;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0px 1em 1em 1em;
}

.slide-request-card-body {
    position: absolute;
    top: 100px;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0px 1em 1em 1em;
}

.slide-card-body-area {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide-card-body-text {
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    border-top: #d6e1ef solid 1px;
    padding-top: 1em;
}

.slide-request-card-body-text {
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    border-top: #d6e1ef solid 1px;
    padding-top: 1em;
}

.slide-card-body-trainer {
    position: absolute;
    bottom: 5px;
    right: 0;
    color: #979797;
}

.slide-card-body-channel-name {
    position: absolute;
    bottom: .1em;
    color: #979797;
}

.slide-card-body-channel-date {
    position: absolute;
    bottom: .1em;
    right: 0;
    color: #979797;
}

.trainer-slide-card-body-trainer {
    position: absolute;
    right: .3em;
    color: #979797;
}

.slide-card-body-tags {
    position: absolute;
    bottom: 0;
    right: .3em;
}

.slide-card-body-tags > li {
    list-style: none;
}

/* Badge 컬러 커스텀 */
.badge {
    font-weight: normal;
}

.bg-base {
    background-color: none;
    border: rgb(139, 179, 232) solid 1px;
    /*border: #d6e1ef solid 1px;*/
    /*color: #d6e1ef;*/
    color: rgb(139, 179, 232);
}


.trainer-slide-card-body-score {
    display: flex;
    align-items: center;
}

/* 테스트 배너 */
.test-banner-box {
    width: 100%;
    background-color: #d6e1ef;
    text-align: center;
    border-radius: 1em;
}

.test-banner-img {
    max-width: 400px;
    height: auto;
    margin: auto;
}


.channel-slide-card-body-text {
    border: none !important;
    padding: 0px !important;
    font-size: 13px;
}

/* 레이어 팝업 부분 */
/* 메인 컨텐츠 메뉴 팝업 */
.main-popup-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    z-index: 100;
    display: none;
}

.main-popup-menu-contents-area {
    height: 100%;
    max-width: 768px;
    margin: auto
}

/* 메인 팝업 딤 영역 */
.main-popup-dimmed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 80px;
    z-index: 80;
    overflow-y: auto;
    background-color: #fafafa;
    display: none;
}

/* 메인 컨텐츠 팝업 */
.main-popup-contents {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 80px;
    z-index: 90;
    overflow-y: auto;
    display: none;
}

.main-popup-contents-area {
    height: 100%;
    color: #595959;
}

.main-popup-contents-body {
    min-height: 100%;
    background-color: #fff;
    padding: 3em;
}

.tab-menu {
    padding: 1em;
    width: auto;
    font-weight: 700;
}

.tab-menu.active {
    border-bottom: #8BB3E8 solid 2px
}

.body-tab-contents {
    font-family: 'Noto Sans KR', sans-serif;
    position: relative;
    margin-top: 15px;
}

/* 솔루션 페이지 */
#contents-filter {
    font-size: 14px;
}

.filter-animal-type, .filter-animal-type-item, .filter-behavior-type {
    padding: .3em .5em .3em .5em;
    border-radius: .5em;
    width: auto;
    color: rgb(156 163 175);
    padding: 7px;
    margin: 3px;
    box-shadow: #d6e1ef 0px 2px 8px 0px;
    display: inline-block;
}

.filter-animal-type.selected, .filter-animal-type-item.selected, .filter-behavior-type.selected {
    color: black;
}

.filter-animal-type-area {
    display: none;
}

/* 솔루션 - 솔루션 요청 컨텐츠 (카드) */
.request-card-contents {
    box-shadow: #d6e1ef 0px 2px 8px 0px;
    width: 100%;
    height: 250px;;
    position: relative;
    font-size: 14px;
}

.request-card-contents-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 120px;
}

.request-card-contents-left-inner {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 2em .5em 2em .5em;
    border-right: #d6e1ef solid 1px;
}

.request-card-left-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 140px;
    text-align: center;
}

.request-card-left-body {
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
    bottom: 0;
}

.request-card-contents-right {
    position: absolute;
    top: 0;
    left: 120px;
    bottom: 0;
    right: 0;
}

.request-card-contents-right-inner {
    width: 100%;
    height: 100%;
    position: relative
}

.request-card-right-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 130px;
    padding: .7em;
    /*border-bottom: #d6e1ef solid 1px;*/
}

.request-card-right-body {
    position: absolute;
    top: 125px;
    left: 0;
    right: 0;
    bottom: 0;
    /*padding: .3em .7em 0em .7em;*/
    padding: 1em;
}

.request-card-li {
    border: none;
    padding: 0.1em;
    max-width: 90%;
}

.request-card-text-profile {
    margin-top: .5em;
    color: #595959;
    font-size: 13px
}

.request-card-profile-img {
    height: 80% !important;
}

/* 솔루션 트레이너 */
.trainer-card-contents-item {
    box-shadow: #d6e1ef 0px 2px 8px 0px;
    width: 100%;
    height: 240px;
    position: relative;
    font-size: 14px;
    padding: 1em;
}

.trainer-profile-img {
    bottom: 0;
}

.trainer-card-contents-item-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 220px
}

.trainer-card-contents-item-right {
    position: absolute;
    top: 0;
    left: 220px;
    bottom: 0;
    right: 0;
    padding: 1em;
}

.bg-primary {
    background-color: #B6D0E2 !important;; /* 따뜻한 파스텔 블루 */
}

.bg-warning {
    background-color: #F6C667 !important;; /* 따뜻한 파스텔 오렌지 */
}

.bg-danger {
    background-color: #F8B7B7 !important;; /* 따뜻한 파스텔 레드 */
}

.bg-success {
    background-color: #A3D6CC !important;; /* 따뜻한 파스텔 그린 */
}

.bg-info {
    background-color: #A1CAF1 !important;; /* 따뜻한 파스텔 라이트 블루 */
}

.uk-flex-auto {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* 각 아이템 사이에 공간을 균등하게 배분 */
    padding: 20px; /* 안쪽 여백 추가 */
}

img {
    max-width: 100% !important;
    height: auto;
}

.test-banner-img {
    max-width: 574px !important;
}

/* 반응형 설정 */
@media (max-width: 768px) {
    .test-banner-img {
        max-width: 100% !important;
    }
}

.tox-statusbar__branding {
    display: none !important;
}


input, label, div {
    max-width: 100%;
}

.swal2-title {
    font-size: 16px !important;
}

.swal2-html-container {
    font-size: 15px !important;
}

button {
    font-size: 15px !important;
}

.uk-badge-success {
    background: rgb(139, 179, 232);
}

.uk-badge-danger {
    background: #f0506e;
}

.uk-first-column {
    padding: 0px;
}

.uk-icon {
    margin-right: 5px;
}

.uk-badge {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* 뱃지 그림자 */
}

.uk-button {
    border-radius: 5px;
}

.uk-navbar-center > h3 {
    /*font-size: 16px;*/
}

h3 {
    font-size: 16px;
    font-weight: bold;
}

h4 {
    font-size: 14px;
}

.div-follow {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    z-index: 101
}

.not-follow {
    font-size: 20px;
    color: #D3D3D3;
}

.follow {
    font-size: 20px;
    color: red;
}

.uk-label-success {
    background: rgb(139, 179, 232) !important;
}

.btn-squere-padding {
    padding: 0px 10px;
    margin: 0px 5px;
}

::placeholder {
    font-size: 0.9em !important;
}

.positive-icon {
    color: rgb(139, 179, 232);
}

.negative-icon {
    color: red;
}

.main-breed-text {
    font-size: 90%;
    color: #f1948a;
    float: right;
    margin-top: 1px;
}

.swal2-confirm {
    background-color: rgb(139, 179, 232) !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.swal2-cancel {
    background-color: #f1948a !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.swal2-title {
    margin-top: 15px;
}

.uk-spinner > svg > circle {
    stroke: rgb(139, 179, 232) !important;
}

.bottom-line {
    border-bottom: rgba(0, 0, 0, 0.08) solid 0.3px;
    width: 100%;
    padding-bottom: 10px
}


/* UIKit 스타일 확장 */
.uk-lightbox .uk-slidenav {
    background-color: rgba(0, 0, 0, 0.2); /* 반투명 검정 배경 */
    border-radius: 50%; /* 둥근 모서리 */
    width: 25px; /* 버튼 크기 */
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin: 0 10px;
}

.uk-lightbox .uk-slidenav-previous {
    left: 10px; /* 왼쪽에 여백 추가 */
}

.uk-lightbox .uk-slidenav-next {
    right: 10px; /* 오른쪽에 여백 추가 */
}

/* 호버 효과 */
.uk-lightbox .uk-slidenav:hover {
    background-color: rgba(0, 0, 0, 0.7); /* 호버 시 배경 색상 변경 */
}

/* 좌우 아이콘 스타일 */
.uk-lightbox .uk-slidenav-previous:before,
.uk-lightbox .uk-slidenav-next:before {
    font-family: "Font Awesome 6 Pro"; /* Font Awesome Pro 사용 */
    font-weight: 900; /* Font Awesome 아이콘 두껍게 */
    color: white; /* 흰색 아이콘 */
    font-size: 24px; /* 아이콘 크기 */
}

.uk-lightbox .uk-slidenav-previous:before {
    content: "\f104"; /* Font Awesome의 왼쪽 화살표 아이콘 */
}

.uk-lightbox .uk-slidenav-next:before {
    content: "\f105"; /* Font Awesome의 오른쪽 화살표 아이콘 */
}

.uk-slidenav > svg {
    display: none;
}

.uk-lightbox-caption {
    font-family: 'Cute Font', 'Noto Sans KR', sans-serif;
    font-size: 25px;
}

video {
    max-width: 100% !important;
    max-height: 100% !important;
}

video[poster] {
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
}

.uk-lightbox-toolbar {
    left: initial;
    width: auto;
    background: none !important;
}

.uk-lightbox-caption {
    padding: 0px;
    margin: 0px;
    right: 15px;
}
.tox-statusbar__wordcount{
    font-size: 12px !important;
}

.limited-font-size {
    font-size: calc(1.5vw + 1rem); /* 기본 폰트 크기 */
    max-width: 20px; /* 최대 폰트 크기 */
}
svg
{
    transform: translateY(-15%);
}

.swal2-validation-message
{
    font-size: 12px;
}
