@font-face {
    font-family: 'Pretendard Variable';
    src: url('../woff2/PretendardVariable.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* 기본 스타일 초기화 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* 브라우저 기본 스타일 제거 및 초기화 */
body {
    line-height: 1.5;
    font-family: 'Pretendard Variable';
    /* 기본 폰트 설정 */

    /* 기본 텍스트 색상 */
    color: #000;
}

/* 리스트 스타일 제거 */
ul,
ol {
    list-style: none;
}

/* 앵커 태그 기본 스타일 설정 */
a {
    text-decoration: none;
    /* 밑줄 제거 */
    color: inherit;
    /* 부모 요소의 텍스트 색상 상속 */
}

/* 이미지 및 테이블 스타일 설정 */
img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    /* 이미지가 컨테이너를 넘지 않도록 설정 */
}

table {
    border-collapse: collapse;
    /* 테이블 셀 경계 합치기 */
    width: 100%;
    /* 테이블이 부모 요소의 너비를 채우도록 설정 */
}



/* 폰트 및 텍스트 기본 설정 */
body {
    /* 기본 폰트 크기 */
    font-size: 13px;
    font-family: 'Pretendard Variable';
    /* 기본 폰트 패밀리 */
    line-height: 1.6;
    /* 텍스트 줄 간격 */
}

/* 제목 태그 기본 설정 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    /* 기본 글꼴 두께 */
}


/* 박스 모델 기본 설정 */
*,
*::before,
*::after {
    box-sizing: border-box;
    /* 패딩과 보더를 포함한 총 너비와 높이 설정 */
}


/* 기본 화면 사이즈 */
.container,
section {
    max-width: 800px;
    margin: 0 auto;
    /* 가운데 정렬 */
}

/* 부트스트랩 추가 커스터 마이징 */
.h7 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.mb-6 {
    margin-bottom: 30px;
}

.py-60 {
    padding: 60px 0;
}

.btn {
    padding: 13px 16px;
    font-size: 15px;
    box-shadow: 0 .125rem .25rem rgb(0 0 0 / 8%);
    margin: 5px 0;
}

.btn-darkgreen {
    --bs-btn-color: #fff;
    --bs-btn-bg: #055000;
    --bs-btn-border-color: #055000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #033d00;
    --bs-btn-hover-border-color: #033d00;
    --bs-btn-focus-shadow-rgb: 5, 80, 0;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #022c00;
    --bs-btn-active-border-color: #022c00;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #055000;
    --bs-btn-disabled-border-color: #055000;
}

.btn-gray {
    --bs-btn-color: #000;
    --bs-btn-bg: #f2f2f2;
    --bs-btn-border-color: #f2f2f2;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e0e0e0;
    --bs-btn-hover-border-color: #e0e0e0;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #d4d4d4;
    --bs-btn-active-border-color: #b8b8b8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f2f2f2;
    --bs-btn-disabled-border-color: #f2f2f2;
}


/* ------------------------------- */
.TopTitlePix {
    line-height: 1.5;
    font-size: 13px;
    font-weight: 200;
    padding: 15px 40px;
    background-color: #212529;
    color: #ccc;
}



.ContentClickBox {
    background-color: white;
    border: 1px solid #efefef;
    border-radius: 10px;
    box-shadow: 0 10px 15px 0 rgb(5 5 5 / 5%);
    transition: background-color ease-out .2s;
}

.ContentClickDetails {
    letter-spacing: -1px;
    line-height: 1.25;
    color: #888;
    font-weight: 300;
    transition: background-color ease-out .2s;
}

.ContentClickBox:hover {
    background: #2a303c;
    color: #fff;
}

.ContentClickBox:hover .ContentClickDetails {
    color: #fff !important;
}

.ContentClickBoxLayer {
    text-align: left;
    background: #fafafa;
    background-image: linear-gradient(0deg, rgba(244, 244, 249, .8) 50%, rgba(244, 244, 249, .05) 100%);
    -webkit-mask-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, .013) 1.1%, rgba(0, 0, 0, .049) 2.3%, rgba(0, 0, 0, .104) 3.58%, rgba(0, 0, 0, .175) 4.94%, rgba(0, 0, 0, .259) 6.34%, rgba(0, 0, 0, .352) 7.78%, rgba(0, 0, 0, .45) 9.26%, rgba(0, 0, 0, .55) 10.74%, rgba(0, 0, 0, .648) 12.22%, rgba(0, 0, 0, .741) 13.66%, rgba(0, 0, 0, .825) 15.06%, rgba(0, 0, 0, .896) 16.42%, rgba(0, 0, 0, .951) 17.7%, rgba(0, 0, 0, .987) 18.9%, #000 20%);
}

.ContentIntroduction {
    position: relative;
    z-index: 3;
    top: -150px;
    margin-bottom: -100px;
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
}


.ContentIntroduction img {
    padding: 0 10px;
    margin-bottom: 30px;
}

.ProfileBox {
    padding: 30px 25px;
    background: #fafafa;
    background-image: linear-gradient(0deg, rgba(244, 244, 249, .8) 50%, rgba(244, 244, 249, .05) 100%);
}

.SubTitle {
    padding: 6px 14px;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #B2D197;
    letter-spacing: -1px;
    font-weight: 500;
    color: #271600;
}

.PointTitle {
    font-size: 26px;
    letter-spacing: -3px;
    margin: 5px 0 10px;
    font-weight: 700;
}

.PointTitleDetails {
    color: #888;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -.5px;
}





.Calendarcard {
    width: 316px;
    height: fit-content;
    background-color: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #efefef;
    margin: 0 auto;
    padding: 0;
}

.calendar-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
}

.calendar-toolbar>.current-month {
    font-size: 20px;
    font-weight: bold;
    color: #19181a;
}

.calendar-toolbar>[class$="month-btn"] {
    width: 40px;
    aspect-ratio: 1;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #19181a;
    background: #f8f7fa;
    border: none;
    border-radius: 15px;
}

.weekdays,
.calendar-days {
    display: flex;
    flex-wrap: wrap;
    padding-inline: 18px;
}

.weekdays {
    padding-top: 12px;
}

.calendar-days {
    padding-bottom: 12px;
}

.weekday-name,
[class$="-day"] {
    width: 40px;
    height: 40px;
    color: #19181a;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    font-size: 1rem;
}

.weekday-name {
    color: #19181a;
    font-weight: 700;
}

.current-day {
    background-color: #055000;
    color: #f8f7fa;
    border-radius: 15px;
    font-weight: 700;
    transition: 0.5s;
    cursor: pointer;
}

.padding-day {
    color: #a5a5a5;
    user-select: none;
}

.calendar-toolbar>[class$="month-btn"]:hover,
.month-day:hover {
    border-radius: 15px;
    background-color: #f8f7fa;
    color: #055000;
    transition: 0.1s;
    cursor: pointer;
    box-shadow: inset 0px 0px 0px 1.5px#055000;
}


/* .calendar-toolbar>[class$="month-btn"]:hover,
.month-day:hover,
.btn:hover {
    border-radius: 15px;
    background-color: #f8f7fa;
    color: #055000;
    transition: 0.1s;
    cursor: pointer;
    box-shadow: inset 0px 0px 0px 1.5px#055000;
} */

.calendar-toolbar>[class$="month-btn"]:focus,
.month-day:focus {
    border-radius: 15px;
    background-color: #055000;
    color: #f8f7fa;
}

/* .calendar-toolbar>[class$="month-btn"]:focus,
.month-day:focus,
.btn:focus {
    border-radius: 15px;
    background-color: #055000;
    color: #f8f7fa;
} */

.goto-buttons {
    border-top: 1px solid #efefef;
    padding-block: 18px;
    display: flex;
    justify-content: space-evenly;
}

/* .btn {
    background: #f8f7fa;
    border: none;
    border-radius: 15px;
    padding: 11px 13px;
    color: #19181a;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    margin-right: 1px;
    box-shadow: 0px 0px 0px #efefef;
} */

.RegisteredSchedule {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    padding: 0 18px;
}

.RegisteredSchedule.active {
    max-height: 200px;
    /* 적절한 최대 높이로 조정 (내용에 따라 조절) */
    opacity: 1;
    border-top: 1px solid #efefef;
}

#schedule-content {
    padding:20px 0;
}
 
.ClickDay {
    width: 40px;
    height: 40px;
    color: #055000;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 15px;
    background-color: #f8f7fa;
    color: #055000;
    box-shadow: inset 0px 0px 0px 1.5px#055000;
}

.BlogBoxLayer {
    background-image: linear-gradient(0deg, rgba(244, 244, 249, .8) 50%, rgba(244, 244, 249, .05) 100%);
}

.ReviewSwiper .swiper-slide img {
    border-radius: 8px;
    box-shadow: 0 10px 15px 0 rgb(5 5 5 / 5%);
    border: 1px solid #efefef;
}


.bg-cover-section {
    background-image: url('../images/1457384979.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto; /* 원하는 높이로 조정 가능 */
}




.CallBoxLayer {
    background: #fafafa;
    background-image: linear-gradient(0deg, rgba(244, 244, 249, .8) 50%, rgba(244, 244, 249, .05) 100%);
    -webkit-mask-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, .013) 2.5%, rgba(0, 0, 0, .049) 5%, rgba(0, 0, 0, .104) 7.76%, rgba(0, 0, 0, .175) 10.7%, rgba(0, 0, 0, .259) 13.74%, rgba(0, 0, 0, .352) 16.88%, rgba(0, 0, 0, .45) 20%, rgba(0, 0, 0, .55) 23.12%, rgba(0, 0, 0, .648) 26.26%, rgba(0, 0, 0, .741) 29.4%, rgba(0, 0, 0, .825) 32.54%, rgba(0, 0, 0, .896) 35.58%, rgba(0, 0, 0, .951) 38.5%, rgba(0, 0, 0, .987) 41.3%, #000 44%);
}

.image-container {
    position: relative;
    width: 48px; /* 메인 이미지 크기 */
    height: 48px; /* 메인 이미지 크기 */
}

.image-container .image-shadow {
    position: absolute;
    bottom: -10px; /* 그림자의 아래쪽 위치 조정 */
    left: 50%; /* 그림자의 중앙 위치 조정 */
    transform: translateX(-50%); /* 그림자의 중앙 정렬 */
    width: 40px; /* 그림자 이미지의 크기 */
    height: 40px; /* 그림자 이미지의 크기 */
    filter: blur(10px); /* 그림자의 흐림 정도 */
    opacity: 0.5; /* 그림자의 투명도 */
    z-index: -1; /* 그림자가 메인 이미지 뒤에 위치하도록 설정 */
}

.image-container .image-main {
    position: relative; /* 그림자와 겹치지 않도록 position을 relative로 설정 */
    width: 100%;
    height: 100%;
    border-radius: 20%; /* 둥근 모서리 */
    border-width: 0; /* 테두리 너비 설정 */
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.2), /* 첫 번째 그림자 연하게 설정 */
    0 1px 3px 1px rgba(60, 64, 67, 0.1); /* 두 번째 그림자 연하게 설정 */
    z-index: 1; /* 메인 이미지가 그림자 위에 있도록 설정 */
}