/*
Theme Name: Ariawell Theme
Theme URI: https://ariawell.co.kr
Author: Ariawell
Description: Ariawell 스타터 테마
Version: 2.1.2
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ariawelltheme
*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: Pretendard, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	line-height: 1.6;
	color: #1a1a1a;
}

a {
	color: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.site-header__menu .sub-menu {
	display: none;
}

.site-header,
.site-footer {
	max-width: none;
	margin: 0;
	padding: 0;
}

#main-content:not(.front-page) {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}
