/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* 체크박스 크기*/
input[type="checkbox"] {
	width:16px!important;
	height:16px!important;
}
/* 체크박스가 안보이는 현상 발생시*/
.cosmosfarm-members-form .div_checkbox input {
	margin:10px;
}
.cosmosfarm-members-form label input[type=checkbox] { -webkit-appearance: checkbox; }
.cosmosfarm-members-form label input[type=checkbox]:before { display: none; }
.cosmosfarm-members-form .div_checkbox input[type=checkbox] { -webkit-appearance: checkbox; }
.cosmosfarm-members-form .div_checkbox input[type=checkbox]:before { display: none; }

@font-face {font-family: 'SpoqaHanSansThin';font-style: normal;font-weight: 100;src: url('/wp-content/fonts/SpoqaHanSans/Spoqa Han Sans Neo Thin.woff2'); format('woff2');}
@font-face {font-family: 'SpoqaHanSansLight';font-style: normal;font-weight: 300;src: url('/wp-content/fonts/SpoqaHanSans/Spoqa Han Sans Neo Light.woff2'); format('woff2');}
@font-face {font-family: 'SpoqaHanSansRegular';font-style: normal;font-weight: 300;src: url('/wp-content/fonts/SpoqaHanSans/Spoqa Han Sans Neo Regular.woff2'); format('woff2');}
@font-face {font-family: 'SpoqaHanSansMedium';font-style: normal;font-weight: 500;src: url('/wp-content/fonts/SpoqaHanSans/Spoqa Han Sans Neo Medium.woff2'); format('woff2');}
@font-face {font-family: 'SpoqaHanSansBold';font-style: normal;font-weight: 700;src: url('/wp-content/fonts/SpoqaHanSans/Spoqa Han Sans Neo Bold.woff2'); format('woff2');}

@font-face {font-family: 'PlayB';font-style: normal;font-weight: 600;src: url('/wp-content/fonts/Play/Play-Bold.ttf'); format('ttf');}
@font-face {font-family: 'PlayR';font-style: normal;font-weight: 300;src: url('/wp-content/fonts/Play/Play-Regular.ttf'); format('ttf');}

@font-face {
    font-family: 'RixYeoljeongdo_Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2102-01@1.0/RixYeoljeongdo_Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



html, body, applet, object, iframe, p, h6, blockquote, pre, 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:'SpoqaHanSansRegular', sans-serif;
}

h5, h6 {
	font-family:'SpoqaHanSansMedium', sans-serif;
}
h4 {
	font-family:'SpoqaHanSansBold', sans-serif;
}
h2, h3 {
	font-family:'SpoqaHanSansBold', sans-serif;
}
h1 {
	font-family:'SpoqaHanSansLight', sans-serif;
}

html, body {
	color:#212121;
	word-break:keep-all;
  -webkit-text-size-adjust : none;  /* 크롬, 사파리, 오페라 신버전 */
  -ms-text-size-adjust : none;  /* IE */
  -moz-text-size-adjust : none;  /* 파이어폭스 */
  -o-text-size-adjust : none;  /* 오페라 구버전 */
}
p {font-size: 16px;line-height: 1.4em;margin-bottom:0;}
h1 {font-size: 56px;line-height: 1.2em;color:#000;}
h2 {font-size: 48px;line-height: 1.3em;color:#000;}
h3 {font-size: 36px;line-height: 1.4em;color:#000;}
h4 {font-size: 24px;line-height: 1.4em;color:#000;}
h5 {font-size: 18px;line-height: 1.4em;color:#222;}
h6 {font-size: 16px;line-height: 1.4em;color:#222;}