/*
Theme Name: 365-maeil
Author: NINE
Author URI: https://nine2021.com
Description: 365-maeil
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: 365-maeil
Tags: hospital
Notice: 본 테마는 NINE 에서 제공하는 독점 제품입니다. 구매자는 본 테마를 1개의 웹사이트에서만 사용할 수 있습니다. 소스 코드의 수정, 복제, 재배포는 금지됩니다. 무단 사용이 적발될 경우, 법적 책임을 물을 수 있습니다.
*/

html {
    font-size: 100%;
    line-height: 1.8;
    margin: 0!important;
}

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/365-maeil/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/365-maeil/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/365-maeil/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/365-maeil/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/365-maeil/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/365-maeil/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/365-maeil/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/365-maeil/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/365-maeil/assets/font/pretendard/Pretendard-Thin.subset.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

/* scrollBar custom */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: #936F5C;
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background: #E5E7EB;
}
/* scrollBar custom Fin */

