/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* -----------------------------------
	글꼴 파일을 직접 업로드하여, 등록
   -----------------------------------*/
@font-face {font-family: 'NotoSansThin'; font-style: normal; font-weight: 100; src: url('/wp-content/fonts/NotoSans/NotoSans-Thin.woff2'); format('woff2');}
@font-face {font-family: 'NotoSansLight'; font-style: normal; font-weight: 300; src: url('/wp-content/fonts/NotoSans/NotoSans-Light.woff2'); format('woff2');}
@font-face {font-family: 'NotoSansRegular'; font-style: normal; font-weight: 400; src: url('/wp-content/fonts/NotoSans/NotoSans-Regular.woff2'); format('woff2');}
@font-face {font-family: 'NotoSansMedium'; font-style: normal; font-weight: 500; src: url('/wp-content/fonts/NotoSans/NotoSans-Medium.woff2'); format('woff2');}
@font-face {font-family: 'NotoSansBold'; font-style: normal; font-weight: 700; src: url('/wp-content/fonts/NotoSans/NotoSans-Bold.woff2'); format('woff2');}
@font-face {font-family: 'NotoSansBlack'; font-style: normal; font-weight: 900; src: url('/wp-content/fonts/NotoSans/NotoSans-Black.woff2'); format('woff2');}
@font-face {font-family: 'NanumGothic'; font-style: normal; font-weight: normal; src: url('/wp-content/fonts/NanumGothic/NanumGothic.otf'); format('otf');}
@font-face {font-family: 'NanumGothicLight'; font-style: normal; font-weight: normal; src: url('/wp-content/fonts/NanumGothic/NanumGothicLight.otf'); format('otf');}
@font-face {font-family: 'NanumGothicBold'; font-style: normal; font-weight: normal; src: url('/wp-content/fonts/NanumGothic/NanumGothicBold.otf'); format('otf');}
@font-face {font-family: 'NanumGothicExtraBold'; font-style: normal; font-weight: normal; src: url('/wp-content/fonts/NanumGothic/NanumGothicExtraBold.otf'); format('otf');}
/*
@font-face {font-family: 'NanumMyeongjo'; font-style: normal; font-weight: normal; src: url('/wp-content/fonts/NanumMyeongjo/NanumMyeongjo.otf'); format('otf');}
@font-face {font-family: 'NanumMyeongjoBold'; font-style: normal; font-weight: normal; src: url('/wp-content/fonts/NanumMyeongjo/NanumMyeongjoBold.otf'); format('otf');}
@font-face {font-family: 'NanumMyeongjoExtraBold'; font-style: normal; font-weight: normal; src: url('/wp-content/fonts/NanumMyeongjo/NanumMyeongjoExtraBold.otf'); format('otf');}
@font-face {font-family: 'BlackHanSans'; font-style: normal; font-weight: normal; src: url('/wp-content/fonts/Black_Han_Sans/BlackHanSans-Regular.ttf'); format('ttf');}
@font-face {font-family: 'TitilliumWeb-Light'; font-style: normal; font-weight: normal; src: url('/wp-content/fonts/Titillium_Web/TitilliumWeb-Light.ttf'); format('ttf');}
@font-face {font-family: 'TitilliumWeb-Regular'; font-style: normal; font-weight: normal; src: url('/wp-content/fonts/Titillium_Web/TitilliumWeb-Regular.ttf'); format('ttf');}
@font-face {font-family: 'TitilliumWeb-Bold'; font-style: normal; font-weight: normal; src: url('/wp-content/fonts/Titillium_Web/TitilliumWeb-Bold.ttf'); format('ttf');}
@font-face {font-family: 'TitilliumWeb-Black'; font-style: normal; font-weight: normal; src: url('/wp-content/fonts/Titillium_Web/TitilliumWeb-Black.ttf'); format('ttf');}
*/

/* -------------------------------------
	온라인 글꼴 파일을 임포트하여, 등록 - 이 경우에는 온라인에 오픈된 CSS파일의 내용을 보고 font-family 찾음.
   -------------------------------------*/
/*
노토산스 (font-family: 'Noto Sans KR';)
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

나눔고딕 (font-family: 'Nanum Gothic';)
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);

나눔고딕코딩 (font-family: 'Nanum Gothic Coding';)
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css);

나눔명조 (font-family: 'Nanum Myeongjo';)
@import url(https://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

나눔펜
@import url(https://fonts.googleapis.com/earlyaccess/nanumpenscript.css);

나눔브러쉬
@import url(https://fonts.googleapis.com/earlyaccess/nanumbrushscript.css);

한나
@import url(https://fonts.googleapis.com/earlyaccess/hanna.css);

제주고딕
@import url(https://fonts.googleapis.com/earlyaccess/jejugothic.css);

제주한라산
@import url(https://fonts.googleapis.com/earlyaccess/jejuhallasan.css);

제주명조
@import url(https://fonts.googleapis.com/earlyaccess/jejumyeongjo.css);

바탕
@import url(https://fonts.googleapis.com/earlyaccess/kopubbatang.css);
*/

/* 글꼴 적용 */
html, body, div, span, applet, object, iframe, p, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family:'NotoSansRegular', sans-serif;
}

h4, h5{
	font-family:'NotoSansMedium', sans-serif;
}

h1, h2, h3 {
	font-family:'NotoSansBold', sans-serif;
}
h1{
	font-family:'NotoSansBlack', sans-serif;
}

/* 글꼴 관련 기타 설정*/
body {color:#231815;}
html, p, a {font-size: 16px;font-style:normal;line-height:1.4em; word-break:keep-all;}
h1 {font-size: 62px;font-style:normal;line-height:1.2em;word-break:keep-all;}
h2 {font-size: 48px;font-style:normal;line-height:1.2em;word-break:keep-all;}
h3 {font-size: 40px;font-style:normal;line-height:1.2em;word-break:keep-all;}
h4 {font-size: 32px;font-style:normal;line-height:1.4em;word-break:keep-all;}
h5 {font-size: 28px;font-style:normal;line-height:1.4em;word-break:keep-all;}
h6 {font-size: 21px;font-style:normal;line-height:1.4em;word-break:keep-all;}