/*
Theme Name: Brooklyn Child
Theme URI: http://www.unitedthemes.com
Description: Creative Portfolio
Version: 4.9.5
Author: United Themes
Author URI: http://www.unitedthemes.com
Template: brooklyn
명심해야 할 점은 폰트가 선언되는 순서가 매우 중요하다.
브라우저가 폰트를 가져올 때 지원하는 형식 중 가장 첫번째 형식을 가져오게 된다.
그렇기 때문에, 최신 브라우저가 WOFF2 방식을 사용하게 하려면 WOFF2선언을 WOFF 위에 해야한다.
그 외에도 @font-face에는 unicode-range라는 속성을 지원한다.
사용할 유니코드의 범위를 정할 수 있으며 유니코드 범위 내 사용하는 문자가 없으면 웹폰트를 다운로드 하지 않는다.
그 외에도 @font-face에는 unicode-range라는 속성을 지원한다.
사용할 유니코드의 범위를 정할 수 있으며 유니코드 범위 내 사용하는 문자가 없으면 웹폰트를 다운로드 하지 않는다.
unicode-range: U+AC01, U+AC08; // 단위 코드 (각각 지정)
unicode-range: U+AC07-AC0A; // 범위 코드 (범위 지정, 사이에 있는 폰트는 모두 반영)
unicode-range: U+ff??; // 와일드 카드 (?로 지정, 해당 예시는 일본어만 적용하겠단 뜻)
*/
@font-face {
	font-display: swap;
  font-family: "Noto Sans Korean";
  font-weight: 100;
  font-style: normal;
  src: 
		local('Noto Sans Thin'),
		local('NotoSans-Thin'),
		url("css/fonts/NotoSans-Thin.woff2") format("woff2"),
		url("css/fonts/NotoSans-Thin.woff") format("woff"),
		url("css/fonts/NotoSans-Thin.eot"),
		url("css/fonts/NotoSans-Thin.eot?#iefix") format("embedded-opentype"),
		url("css/fonts/NotoSans-Thin.otf") format("opentype");
}

@font-face {
	font-display: swap;
  font-family: "Noto Sans Korean";
  font-weight: 200;
  font-style: normal;
  src: 
		local('Noto Sans Light'),
		local('NotoSans-Light'),
		url("css/fonts/NotoSans-Light.woff2") format("woff2"),
		url("css/fonts/NotoSans-Light.woff") format("woff"),
		url("css/fonts/NotoSans-Light.eot"),
		url("css/fonts/NotoSans-Light.eot?#iefix") format("embedded-opentype"),
		url("css/fonts/NotoSans-Light.otf") format("opentype");
}

@font-face {
	font-display: swap;
  font-family: "Noto Sans Korean";
  font-weight: 300;
  font-style: normal;
  src: 
		local('Noto Sans DemiLight'),
		local('NotoSans-DemiLight'),
		url("css/fonts/NotoSans-DemiLight.woff2") format("woff2"),
		url("css/fonts/NotoSans-DemiLight.woff") format("woff"),
		url("css/fonts/NotoSans-DemiLight.eot"),
		url("css/fonts/NotoSans-DemiLight.eot?#iefix") format("embedded-opentype"),
		url("css/fonts/NotoSans-DemiLight.otf") format("opentype");
}

@font-face {
	font-display: swap;
  font-family: "Noto Sans Korean";
  font-weight: 400;
  font-style: normal;
  src: 
		local('Noto Sans Regular'),
		local('NotoSans-Regular'),
		url("css/fonts/NotoSans-Regular.woff2") format("woff2"),
		url("css/fonts/NotoSans-Regular.woff") format("woff"),
		url("css/fonts/NotoSans-Regular.eot"),
		url("css/fonts/NotoSans-Regular.eot?#iefix") format("embedded-opentype"),
		url("css/fonts/NotoSans-Regular.otf") format("opentype");
}

@font-face {
	font-display: swap;
  font-family: "Noto Sans Korean";
  font-weight: 500;
  font-style: normal;
  src: 
		local('Noto Sans Medium'),
		local('NotoSans-Medium'),
		url("css/fonts/NotoSans-Medium.woff2") format("woff2"),
		url("css/fonts/NotoSans-Medium.woff") format("woff"),
		url("css/fonts/NotoSans-Medium.eot"),
		url("css/fonts/NotoSans-Medium.eot?#iefix") format("embedded-opentype"),
		url("css/fonts/NotoSans-Medium.otf") format("opentype");
}

@font-face {
	font-display: swap;
  font-family: "Noto Sans Korean";
  font-weight: 700;
  font-style: normal;
  src: 
		local('Noto Sans Bold'),
		local('NotoSans-Bold'),
		url("css/fonts/NotoSans-Bold.woff2") format("woff2"),
		url("css/fonts/NotoSans-Bold.woff") format("woff"),
		url("css/fonts/NotoSans-Bold.eot"),
		url("css/fonts/NotoSans-Bold.eot?#iefix") format("embedded-opentype"),
		url("css/fonts/NotoSans-Bold.otf") format("opentype");
}

@font-face {
	font-display: swap;
  font-family: "Noto Sans Korean";
  font-weight: 900;
  font-style: normal;
  src: 
		local('Noto Sans Black'),
		local('NotoSans-Black'),
		url("css/fonts/NotoSans-Black.woff2") format("woff2"),
		url("css/fonts/NotoSans-Black.woff") format("woff"),
		url("css/fonts/NotoSans-Black.eot"),
		url("css/fonts/NotoSans-Black.eot?#iefix") format("embedded-opentype"),
		url("css/fonts/NotoSans-Black.otf") format("opentype");
}
/*html, body {
    font-family: "Noto Sans Korean", sans-serif;
    font-style: normal;
    font-weight: 400;
}*/
.menu-item span {
	font-family: "Noto Sans Korean", sans-serif;
	font-weight: 500;
}
.wpb_content_element .lead, .ut-service-column.ut-service-column-horiz, .ut-info {
	font-family: "Noto Sans Korean", sans-serif;
}
.hero-description, .ut-word-rotator-wrap.wpb_content_element, .hero-description-bottom, span .hero-btn {
	font-family: Raleway;
}
.hero-description {
	border-bottom: 3px solid rgb(255, 255, 255);
	border-bottom: 3px solid rgba(255, 255, 255, 0.15);
}
/*.ut-word-rotator-wrap.wpb_content_element { font-size: 53px; }*/
#ut-hero .hero-description span, #ut-hero .hero-description-bottom span, .ut-sub-footer-content span { color: #ffbf00; }
.bklyn5-team-member { border-radius: 1em; }

/* Footer */
.ut-sub-footer-content { font-family: Raleway; }
.ut-sub-footer-content .copyright {
	font-family: "Noto Sans Korean", sans-serif;
	font-weight: 500;
}

/* 플러그인 등 추가 스타일 */
/* admin*/
.vc_ui-tabs-line li:first-child .vc_ui-tabs-line-trigger {
    padding-left: none !important;
}