@charset "utf-8";

/* reset */
@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    src: url(/font/Pretendard-Light.woff2) format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: normal;
    src: url(/font/Pretendard-Medium.woff2) format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    src: url(/font/Pretendard-SemiBold.woff2) format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: bold;
    src: url(/font/Pretendard-Bold.woff2) format('woff2');
}


@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

html {
    position: relative;
    height: 100%
}

html,
body {
    background-color: #0a0a0a;
    font-family: 'Pretendard';
    font-weight: 300;
    color: #f5f5f5;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.5
}

html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
input,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
}

body,
button,
h1,
h2,
h3,
h4,
h5,
input,
select,
table,
textarea {
    font-family: 'Pretendard';
    margin: 0;
    padding: 0
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
select,
input,
textarea,
p,
blockquote,
th,
td,
menu,
button,
a,
span,
strong,
label,
header,
footer,
section,
article,
aside,
nav,
hgroup,
details,
figure,
figcaption {
    word-break: break-word;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

/* 여백을 포함한 사이즈 설정*/
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea,
button,
option {
    color: inherit;
    font-family: 'Pretendard';
    font-size: 100%;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
th {
    font-weight: bold;
}

em,
var,
address,
i {
    font-style: normal;
}

ul,
ol,
li {
    list-style: none;
}

legend,
fieldset,
button,
img {
    border: 0
}

img {
    max-width: 100%;
    vertical-align: top;
}

input,
select,
textarea,
button,
label,
strong,
a,
time {
    vertical-align: inherit;
}

input,
select,
textarea,
button,
option {
    font-family: inherit;
    font-weight: inherit;
}

input,
select,
textarea {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    color: #000;
}

input:focus,
textarea:focus {
    outline-style: none;
    box-shadow: none;
    border: 0px
}

textarea {
    resize: none;
    border: none
}

button,
select,
option {
    color: inherit;
    text-transform: none;
}

table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    background: none;
    cursor: pointer;
    white-space: nowrap;
    overflow: visible;
    outline: none;
}

a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}

h1 {
    font-size: 2rem;
    font-weight: 700;
}

h2 {
    font-size: 1.75rem;
    font-weight: 600;
}

h3 {
    font-size: 1.5rem;
    font-weight: 600;
}

h4 {
    font-size: 1.25rem;
    font-weight: 500;
}

h5 {
    font-size: 1rem;
    font-weight: 500;
}

h6 {
    font-size: 0.875rem;
    font-weight: 500;
}

input[type=file] {
    display: none;
}

.light {
    font-weight: 300 !important;
}

/* wrapper */
.wrapper {
    max-width: 1024px;
    padding: 0 15px;
    margin: 0 auto;
}

/* header */
.header {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid lightgray;
    background-color: #0a0a0a;
}

.header h1 .logo {
    display: block;
    width: 320px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 10px;
}

.header .hamburger {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    width: 30px;
    height: 16px;
}

.header .hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #f5f5f5;
}

.header .hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    border-radius: 2px;
    transition: .25s;
}

.header .hamburger span:nth-child(1) {
    top: 0;
}

.header .hamburger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.header .hamburger span:nth-child(3) {
    bottom: 0;
}

.header .hamburger.active span:nth-child(1) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.header .hamburger.active span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}

.header .hamburger.active span:nth-child(3) {
    top: 50%;
    left: 50%;
    bottom: unset;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.header nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.header nav a {
    font-size: 18px;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.header nav a.on {
    font-weight: normal;
}

/* container */
.container {
    margin: 0 auto;
    text-align: center;
    padding: 80px 0;
}

.container .areaImg {
    padding: 60px 0;
}

.container.main h3 {
    line-height: 40px;
}

.container .areaImg img {
    border-radius: 20px;
}

.container .profileList {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.container .profileList > li {
    width: calc((100% - 80px) / 3);
    /* gap 40px * 2 = 80px 빼고 3등분 */
}

.container .profileList > li a {
    display: block;
}

.container .profileList > li a img {
    width: 100%;
    border-radius: 12px;
    transition: .25s;
    aspect-ratio: 3/4;
    object-fit: cover;
}

.container .profileList > li a:hover img {
    transform: translateY(-5px);
}

.container .profileList > li a .name {
    padding-top: 12px;
    padding-bottom: 4px;
    text-align: center;
    font-size: 1.125rem;
}

.container .profileList > li a .spec {
    text-align: center;
}

.page-title {
    font-weight: 300;
    margin-bottom: 32px;
}

/* footer */
.footer {
    padding: 50px 0;
    border-top: 1px solid lightgray;
}

.footer ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 20px;
}

.footer .copyright {
    text-align: center;
}

.section_address {
    display: none;
}

.map_wrapper {
    margin: 0 auto;
    max-width: 600px;
}

.map_wrapper > div {
    width: 100% !important;
    margin: 0 auto;
}

#today {
    margin-bottom: 24px;
}

.staffList {
    padding-bottom: 40px;
}

.staffList li {
    font-size: 1.25rem;
    margin-bottom: 8px;
}

.modal {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    padding: 1rem;
    box-sizing: border-box;
}

.modal header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    border-bottom: none;
}

.header.black {
    background-color: #000;
}

.modal#password {
    width: 100%;
    background-color: #000;
    color: #fff;
}


.modal#password input {
    color: #000;
}

.modal-password-wrap {
    display: flex;
    gap: 20px;
}

.modal-password-wrap input {
    width: 100%;
}

/* 모달 내부 박스 */
.modal-content {
    position: relative;
    border-radius: 8px;
    max-height: 90vh;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.modal#password .modal-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* 헤더 영역 (X 버튼 포함) */
.modal-header {
    color: white;
    text-align: center;
    padding: 1rem 1.5rem;
    font-weight: 300;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    margin-bottom: 30px;
}

.modal-header h1 {
    font-weight: 300 !important;
    margin-bottom: 12px;
}

.modal-header h4 {
    font-weight: 300;
}

/* 열기 */
body.modal-open {
    overflow: hidden;
}

/* 닫기 버튼 */
.modal-close {
    position: absolute;
    top: 24px;
    right: 24px;
    background-image: url('/images/icon/x-solid.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    background-color: transparent;
    border: none;
    width: 30px;
    height: 24px;
    cursor: pointer;
    z-index: 999;
}

/* 이미지 둥글게 */
.modal-content img {
    border-radius: 12px;
    max-width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    cursor: grab;
}

/* Swiper 컨테이너는 내용 영역 */
.swiper-container {
    position: relative;
    flex: 1;
    box-sizing: border-box;
}

.swiper-slide {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.swiper-slide img {
    width: 100%;
    max-width: 600px;
}

/* 버튼들 */
.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 80px !important;
    position: absolute;
    top: 55% !important;
    border-radius: 8px;
    transform: translateY(-55%) !important;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
}

/* 좌우 위치 지정 */
.swiper-button-next {
    right: 10px;
    background-image: url('/images/icon/chevron-right-solid.svg');
}

.swiper-button-prev {
    left: 10px;
    background-image: url('/images/icon/chevron-left-solid.svg');
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.swiper-button-next span,
.swiper-button-prev span {
    pointer-events: none;
}

.swiper-button-next,
.swiper-button-prev {
    font-size: 0;
}

.swiper-zoom-container > img {
    max-width: 600px !important;
}

label {
    user-select: none;
}

input,
.file-desc {
    border: 1px solid lightgray;
    border-radius: 4px;
    padding: 8px 12px;
    outline: none;
}

input:focus {
    border: 1px solid #999;
}

label.vertical {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

label p,
label h3 {
    text-align: left;
    cursor: pointer;
}

label input,
.file-desc {
    width: 100%;
}

.notice-location {
    margin-top: 65px;
    text-align: center;
    font-weight: 300;
    line-height: 42px;
}

.required {
    color: red;
    font-weight: 300;
    font-size: 0.875rem;
}

label .lb-flex-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.pc_only {
    display: block;
}

.mob_only {
    display: none;
}

.member_search {
    margin-bottom: 60px;
}

.member_search input {
    max-width: 500px;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.pagination ul {
    display: flex;
    gap: 10px;
}

.pagination ul li a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
}

.pagination .active {
    background-color: #f1f1f1;
    color: #0a0a0a;
    border-radius: 50%;
    text-align: center;
}

.pagination ul li a.first,
.pagination ul li a.prev,
.pagination ul li a.next,
.pagination ul li a.last {
    font-size: 24px;
}