/*
Theme Name: 산후도우미
Author: grow_marketing
Author URI:
Description: 산후도우미-care_template
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.0
Version: 1.0.1
License: GPLv2 or later for PHP, Proprietary for CSS/JS/Images
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 산후도우미
Tags: care
Notice: 본 테마는 그로우마케팅에서 제공하는 독점 제품입니다.
구매자는 본 테마를 1개의 웹사이트에서만 사용할 수 있습니다. 소스 코드의 수정, 복제, 재배포는 금지됩니다. 무단 사용이 적발될 경우, 법적 책임을 물을 수 있습니다.
*/

html {
    font-size: 100%;
    line-height: 1.8;
}

body {
    font-family: 'Pretendard', sans-serif;
}

a {
    /*color:white;*/
    text-decoration: none;
}

/* main-navigation */
/*.nav-bg {*/
/*    background-color: transparent;*/
/*    color:white;*/
/*}*/

/*nav ul li .sub-menu {*/
/*    position: absolute;*/
/*    transform: scaleY(0);*/
/*    transform-origin: top;*/
/*    transition: transform 0.5s;*/
/*    background-color:#0a7aff;*/

/*}*/

/*nav ul li:hover .sub-menu {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*    transform: scaleY(1);*/
/*}*/


@font-face {
    font-family: 'Pretendard';
    src: url('/wp-content/themes/care-template/assets/font/pretendard/Pretendard-Black.subset.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/wp-content/themes/care-template/assets/font/pretendard/Pretendard-ExtraBold.subset.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/wp-content/themes/care-template/assets/font/pretendard/Pretendard-Bold.subset.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/wp-content/themes/care-template/assets/font/pretendard/Pretendard-SemiBold.subset.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/wp-content/themes/care-template/assets/font/pretendard/Pretendard-Medium.subset.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/wp-content/themes/care-template/assets/font/pretendard/Pretendard-Regular.subset.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/wp-content/themes/care-template/assets/font/pretendard/Pretendard-Light.subset.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/wp-content/themes/care-template/assets/font/pretendard/Pretendard-ExtraLight.subset.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/wp-content/themes/care-template/assets/font/pretendard/Pretendard-Thin.subset.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

/* 전체 스크롤바 */
::-webkit-scrollbar {
    width: 5px; /* 스크롤바 너비 */
    height: 5px; /* 가로 스크롤바 높이 */
}

/* 스크롤바의 슬라이더(스크롤 핸들) */
::-webkit-scrollbar-thumb {
    background-color: #F86F91; /* 스크롤바 색상 */
    border-radius: 10px; /* 둥근 모서리 */
    background-clip: padding-box; /* 배경이 둥글게 클립 */
}

/* 스크롤바 트랙(배경) */
::-webkit-scrollbar-track {
    background-color: #1E1E1E; /* 스크롤바 트랙 색상 */
}
