/*
Theme Name: Web agency
Author: NINE
Author URI: https://nine2021.com
Description: web agency
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: web agency
Tags: web agency
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/web-agency/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/web-agency/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/web-agency/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/web-agency/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/web-agency/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/web-agency/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/web-agency/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/web-agency/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/web-agency/assets/font/pretendard/Pretendard-Thin.subset.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

/* scrollbar size */

/* 전체 스크롤바 크기 */
::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}

/* 트랙 */
::-webkit-scrollbar-track {
    background-color: #E5E7EB;
}

/* 썸 */
::-webkit-scrollbar-thumb {
    background-color: #8B8B8B;
    border-radius: 7px;

    border: 3px solid transparent;  /*간격*/
    background-clip: content-box;
}

/* hover */
::-webkit-scrollbar-thumb:hover {
    background-color: #616161;
}

/* 공통 버튼 영역 */
::-webkit-scrollbar-button {
    height: 20px;
    background-color: #E5E7EB;
}

/* 위 화살표 */
::-webkit-scrollbar-button:vertical:decrement {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%236B7280' d='M7 14l5-5 5 5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

/* 아래 화살표 */
::-webkit-scrollbar-button:vertical:increment {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%236B7280' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}



