/*
Theme Name: 4RRAY Wordpress theme v260602
Theme URI: https://4rray.com 
Author: Gruu Family
Author URI: http://gruulab.dothome.co.kr 
Description: Theme for websites from Gruu Family - 4RRAY
Version: 2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gruulab 
*/

:root {
	--c-text: #111827;
}

/* preset */
	.ff-mso 	{ font-family: 'Material Symbols Outlined'; }

html 	{ margin: 0; padding: 0; font-family: 'IBM Plex Sans KR', sans-serif; font-size: 16px; color: #111827; line-height: 1.6; font-weight: 400; background: #ffffff; }
body 	{ margin: 0; padding: 0; font-size: 1rem; }
a 		{ text-decoration: none; }
/* site */
	.site 	{ padding: 1rem; }
	/* header */
		.site.header 	{ display: grid; grid-template-columns: 1fr 1fr;  }
		/* left */
			.site.header .left 	{ display: flex; align-items: center; gap: .75rem; }
			/* title and logo */
				header.site  	{ line-height: 1; }
				.custom-logo 	{ width: 1.25rem; height: auto; }
				a.home 			{ font-weight: 500; color: var(--c-text); }
		/* right */
			.site.header .right	{ display: flex; align-items: center; justify-content: flex-end; }
			/* search form */
				.searchform 		{ display: inline-flex; align-items: center; box-sizing: border-box; width: 100%; max-width: 250px; padding: .25rem; border: 1px solid; }
				.searchform input	{ border: 0; margin: 0; padding: .25rem; background: transparent; width: 100%; }
				.searchform button	{ border: 0; margin: 0; padding: .25rem; background: transparent; cursor: pointer; line-height: 1; font-size: 1rem; display: inline-flex; align-items: center; justify-content: center; padding: .25rem; }