/*
Theme Name: 모프로 비랜딩 테마
Theme URI: https://blanding.kr
Author: 비랜딩 (blanding.kr)
Author URI: https://blanding.kr
Description: 모프로의원 전용 비랜딩 통합사이트 테마입니다.
Version: 0.1.0
Text Domain: mopro-blanding
*/

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-block-start: 0.5rem;
    margin-block-end: 1rem;
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

p {
    margin-block-start: 0;
    margin-block-end: 0.9rem;
}

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

dd,
dl,
dt,
li,
ol,
ul {
    margin-block-start: 0;
    margin-block-end: 0;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
    width: 100%;
    padding: 0.5rem 1rem;
    border: 1px solid #666;
    border-radius: 3px;
    transition: all 0.3s;
}

button,
[type="button"],
[type="submit"] {
    display: inline-block;
    width: auto;
    padding: 0.5rem 1rem;
    border: 1px solid #c36;
    border-radius: 3px;
    background-color: transparent;
    color: #c36;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
}

table {
    width: 100%;
    margin-block-end: 15px;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
    font-size: 0.9em;
}

table td,
table th {
    padding: 15px;
    border: 1px solid rgba(128, 128, 128, 0.5);
    line-height: 1.5;
    vertical-align: top;
}

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

.screen-reader-text:focus {
    z-index: 100000;
    top: 8px;
    left: 8px;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 12px 16px !important;
    clip: auto !important;
    background: #fff;
    color: #222;
}

.mopro-elementor-content {
    width: 100%;
    margin: 0;
    padding: 0;
}

.mopro-standard-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

.mopro-standard-content .entry-header {
    margin-bottom: 30px;
}

.mopro-standard-content .entry-title {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
}

a {
    color: #c36;
    text-decoration: none;
}

a:hover {
    color: #336;
}

.site-header {
    background: #fff;
    border-bottom: 1px solid #e9ecef;
}

.nav-menu {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-menu a {
    color: #333;
    font-weight: 500;
}

.nav-menu a:hover {
    color: #007bff;
    text-decoration: none;
}
