/*@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');*/
/* Noto Sans KR Regular */
@font-face {
    font-family: 'Noto Sans KR';
    src: url('font/NotoSansKR-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Noto Sans KR Bold */
@font-face {
    font-family: 'Noto Sans KR';
    src: url('font/NotoSansKR-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Noto Sans KR Light */
@font-face {
    font-family: 'Noto Sans KR';
    src: url('font/NotoSansKR-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Noto Sans KR Medium */
@font-face {
    font-family: 'Noto Sans KR';
    src: url('font/NotoSansKR-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* Noto Sans KR Black */
@font-face {
    font-family: 'Noto Sans KR';
    src: url('font/NotoSansKR-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* Noto Sans KR Thin */
@font-face {
    font-family: 'Noto Sans KR';
    src: url('font/NotoSansKR-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}


/*@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;*/
/*}*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
    font-family: "Noto Sans KR" !important;
}

.font-cute {
    /*font-family: 'Cute Font', sans-serif;*/
    font-family: "Noto Sans KR" !important;
    font-weight: normal;
    font-style: normal;
    font-size: 1.1em;
}

.font-core-dream {
    /*font-family: 'S-CoreDream-3Light';*/
    font-family: "Noto Sans KR" !important;
}

.font-yg-jalnan {
    /*font-family: 'yg-jalnan';*/
    font-family: "Noto Sans KR" !important;
}


::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(139, 179, 232, 0.5);
    border-radius: 20px;
}

/* 파이어폭스에서 스크롤바 숨기기 */
* {
    scrollbar-width: none; /* 파이어폭스에서 스크롤바 숨기기 */
    -ms-overflow-style: none; /* IE와 Edge에서 스크롤바 숨기기 */
}

/* 기본 스타일 설정 */
html, body {
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #0D0D0D;
    background: #FDFDFD;
    font-family: 'S-CoreDream-3Light', 'Noto Sans KR', sans-serif;
    overflow: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    -webkit-overflow-scrolling: touch;
}

.uk-container, .uk-height-viewport {
    background-color: #FDFDFD !important;

}

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

.uk-navbar-container {
    background-color: #FDFDFD !important;
    box-shadow: none;
    border: none;
    outline: none;
}

.uk-card-default {
    background-color: #FDFDFD !important;
}

/* 웹킷 기반 브라우저(크롬, 사파리, 오페라, 엣지)에서 스크롤바 숨기기 */
html::-webkit-scrollbar, body::-webkit-scrollbar {
    display: none;
}

body {
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* 하단 고정 메뉴바 중앙 정렬 */
.bottom-navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed; /* 하단에 고정 */
    left: 0; /* 왼쪽에서부터 시작 */
    right: 0; /* 오른쪽까지 확장 */
    bottom: 0; /* 화면의 바닥에 위치 */
    margin: auto; /* 자동 마진으로 중앙 정렬 */
    max-width: 574px; /* 최대 너비 설정 */
    width: 100%; /* 뷰포트의 폭에 맞춤 */
    background-color: #fff; /* 배경색, 필요에 따라 조정 */
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); /* 상단에 그림자 효과, 선택적 */
}


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;
}

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

.padding-bottom-30px {
    padding-bottom: 30px;
}

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

.cursor-pointer {
    cursor: pointer;
}


.margin-top-50px {
    margin-top: 50px;
}

.margin-top-25px {
    margin-top: 25px;
}

.margin-right-7px {
    margin-right: 7px;
}

.text-main-color {
    color: rgb(139, 179, 232) !important;
    font-weight: bold;
}

.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;
    font-weight: bold;
    font-family: 'S-CoreDream-3Light';
    color: #595959 !important;
}

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

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

.uk-grid {
    margin-left: 0px;
}

/* 솔루션 후기 */
.list-view-text {
    float: right;
    font-size: 70%;
    color: #6e6e6e;
    padding-top: .5em
}


.solution-review-card {
    position: relative;
    height: 120px
}

.solution-review-card-head-left {
    position: absolute;
    left: 0;
    width: 80px;
    height: 100%;
}

.solution-review-card-head-left > img {
    width: 75px;
    height: 75px;
}

.solution-review-card-head-right {
    position: absolute;
    right: 0;
    left: 80px;
    height: 100%;
}

/* 부트스트랩 뱃지 */
/* 기본 뱃지 스타일 */
.badge {
    display: inline-block;
    padding: 0.35em 0.6em;
    font-size: 70%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.375rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.background-white {
    background: #FDFDFD;
    /*background: #f0f0f0;*/
}

/* 색상별 커스텀 뱃지 스타일 */
.bg-primary {
    color: #fff;
    background-color: #007bff;
}

.bg-secondary {
    color: #fff;
    background-color: #6c757d;
}

.bg-success {
    color: #fff;
    background-color: #28a745;
}

.bg-danger {
    color: #fff;
    background-color: #dc3545;
}

.bg-warning {
    color: white;
    background-color: #ffc107;
}

.bg-info {
    color: #fff;
    background-color: #17a2b8;
}

.bg-light {
    color: #212529;
    background-color: #f8f9fa;
}

.bg-dark {
    color: #fff;
    background-color: #343a40;
}

/* 훈련 의뢰 아이템 */
.request-card-head-left {
    position: absolute;
    left: 0;
    right: 80px;
    top: 18px;
    bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    height: 45px;
}

.request-card-head-right {
    position: absolute;
    right: 0;
    width: 70px;
    top: 1em;
    bottom: 0;
}

.slide-request-card-head > .card-head-area {
    height: 70px;
}

.trainer-card-head-left > img {
    max-height: 90px;
    max-width: 90px;
}

/* 하단 메뉴바 */
.bottom-navbar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    height: 85px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    color: #333333;
}

.menu-item > svg {
    margin: auto !important;
}

/* 활성화된 메뉴 아이템 스타일 */
.active-menu-item > .menu-title {
    color: rgb(139, 179, 232) !important;
    font-weight: bold;
}

.active-menu-item > svg, .active-menu-item > svg > g {
    fill: rgb(139, 179, 232) !important;
}

.icon {
    font-size: 24px;
    margin-bottom: 5px;
}

.menu-item {
    text-align: center;
    font-size: 80%;
    text-decoration: none; /* 링크의 밑줄 제거 */
    color: inherit; /* 링크의 색상 제거 */
    margin-bottom: 5px;
    margin-top: 5px;
    font-family: 'S-CoreDream-3Light';
}

.menu-item:link {
    text-decoration: none;
}

.menu-item:visited, a:active {
    color: inherit;
}

.channel-slide-card-body {
    top: 190px;
}

.menu-title {
    /*margin-top: 7px;*/
    color: #D3D3D3;
}

.rounded {
    border-radius: 5px;
}

.test-banner-box, .uk-card, a, a:visited, a:hover, a:active, a:focus {
    color: inherit; /* 링크 색상을 상위 요소의 색상과 동일하게 설정 */
    text-decoration: none; /* 밑줄 제거 */
    outline: none; /* 포커스 시 나타나는 외곽선 제거 */
    -webkit-tap-highlight-color: transparent; /* 모바일 브라우저 탭 하이라이트 색상 제거 */
}

/* 웹킷 기반 브라우저 (Chrome, Edge, Safari 등)에서 스크롤바 숨기기 */
div::-webkit-scrollbar {
    display: none;
}

/* Firefox에서 스크롤바 숨기기 */
div {
    scrollbar-width: none; /* 스크롤바 폭 제거 */
    -ms-overflow-style: none; /* IE 및 Edge에서 스크롤바 숨기기 */
}

.test-banner-img {
    max-width: 95%;
}


.vhills__wrap {
    width: 100%;
    height: auto;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}


.selected-button {
    background-color: rgb(139, 179, 232) !important;
    color: white !important;
    border-color: #d6e1ef !important;
}

input, select, textarea, button {
    border-radius: 5px !important;
}

/* 기본 상태 */
.uk-button-primary {
    background-color: rgb(139, 179, 232) !important;
    color: white !important;
    border-color: #d6e1ef !important;
}

.uk-button-warning {
    background-color: #FFD700 !important; /* Light pastel yellow */
    color: #555555 !important; /* Dark gray text color for good contrast */
    border-color: #FFECB3 !important; /* Slightly darker pastel yellow for border */
}

.uk-button-warning:hover {
    background-color: #FFF8DC !important; /* Slightly darker pastel yellow for hover effect */
    border-color: #FFECB3 !important;
}

/* 호버 상태 */
.uk-button-primary:hover, .uk-button-primary:focus {
    background-color: rgb(120, 160, 212) !important; /* 호버 시 좀 더 어두운 색으로 */
    color: #fff !important; /* 텍스트 색상 유지 */
    border-color: #b0c9e0 !important; /* 테두리 색상 조정 */
}

.solution-type {
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0px;
    color: rgb(60, 60, 60); /* 글자색을 약간 어두운 색으로 */
    display: inline-block; /* 크기를 텍스트 크기에 맞추기 위해 inline-block 사용 */
}

.mce-content-body, .uk-textarea {
    font-size: 13px;
}

.uk-form-danger {
    color: inherit !important;
}

.uk-description-list-divider > dt:nth-child(n+2) {
    border-top: 1px solid #f5f5f5; /* 더 연한 회색 */
}

li {
    font-size: 13px;
}

.none-box-shadow {
    box-shadow: none !important;
}

.layer-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}




.popup-content {
    background-color: black;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;

    scroll-snap-type: y mandatory; /* scroll-snap-type을 mandatory로 설정하여 반드시 한 요소씩 스냅되도록 설정 */
    scroll-behavior: smooth; /* 부드러운 스크롤 효과 */
    -webkit-overflow-scrolling: touch; /* 터치 디바이스에서 부드러운 스크롤 */
    overscroll-behavior-y: contain; /* 스크롤 범위를 벗어났을 때 튕김 방지 */

}

/* 닫기 버튼 스타일 */
.layer-close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    font-size: 30px !important;
    background: black;
    border: none;
    color: white;
    cursor: pointer;
    z-index: 10000;
}

.close-button i {
    pointer-events: none;
}

.video-iframe-scroll-container {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    margin-bottom: 20px;
    position: relative;
    scroll-snap-align: center;
    scroll-snap-stop: always !important; /* 스냅 위치에 도달하면 반드시 멈추도록 설정 */
    background-color: black !important;
}
.video-iframe-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: black !important;
}

.popup-video-container iframe {
    width: 100%;
    height: 100%;
    background-color: black !important;
}

.video-iframe-container iframe {
    pointer-events: auto !important; /* iframe 상호작용 허용 */
    background-color: black !important;
    border: none !important;
}

.swal-fullscreen {
    width: 100% !important; /* 팝업 너비를 화면 전체로 설정 */
    height: 100% !important; /* 팝업 높이를 화면 전체로 설정 */
    max-width: 100% !important; /* 최대 너비 제한 해제 */
    max-height: 100% !important; /* 최대 높이 제한 해제 */
    border-radius: 0 !important; /* 모서리를 둥글게 하지 않음 */
    display: flex; /* 콘텐츠 중앙 정렬 */
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.and_view, .apple_view, .is_app_view, .is_not_app_view, .web_content, .is_app_view_flex, .is_not_app_view_flex {
    display: none;
}

.swal2-select
{
    outline: solid 1px rgba(0, 0, 0, 0.5) !important; /* 연한 검은색 */
}

iframe
{
    width: 100% !important;
    max-width: 100% !important;
}


.cdx-input
{
    max-width: 100% !important;
}
