/*--- common ---*/

/* 공통 class */
.red {
    color: var(--red);
}

.blue {
    color: var(--blue);
}

.white {
    color: #666;
}

.gold {
    color: #ff9100;
}

.main-color {
    color: var(--main-color);
}

.regular {
    font-weight: 400;
}

.mt80 {
    margin-top: 80px;
}

.mt50 {
    margin-top: 50px !important;
}

.wp100 {
    width: 100%;
}

.pt10 {
    padding-top: 10px;
}

.mt100 {
    margin-top: 100px;
}

.margin40 {
    margin: 40px 0;
}

.pt0 {
    padding-top: 0 !important;
}

.font16 {
    font-size: 16px;
}

.bold {
    font-weight: 700;
}

.center {
    text-align: center !important;
}

.right {
    text-align: right;
}
.padding5{
    padding: 5px 0;
}

.contents-wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 176px 0;
}

.subTitle {
    font-size: 46px;
    font-weight: 700;
    display: block;
    text-align: left;
    line-height: 1.2em;
}

.subTitle2 {
    font-size: 24px;
    font-weight: 700;
    display: block;
    text-align: left;
    line-height: 1.2em;
    margin-bottom: 16px;
}

.subTitle-txt {
    font-size: 15px;
    line-height: 22px;
}

/* 공통버튼 */
.btn-basic-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 16px;
}

.btn-basic-wrap a {
    width: 167px;
    line-height: 48px;
    display: block;
    background-color: #fff;
    border: 1px solid #005e5b;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
}

.btn-basic-wrap a.on {
    background-color: #005e5b;
    color: #fff;
}

.btn-basic-wrap2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 8px;
}

.btn-basic-wrap2 a {
    width: 50%;
    line-height: 48px;
    display: block;
    background-color: #fff;
    border: 1px solid #005e5b;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
}

.btn-basic-wrap2 a.on {
    background-color: #005e5b;
    color: #fff;
}

/* 공통버튼 긴 버전 */
.btn-long {
    padding-top: 80px;
    text-align: center;
}

.btn-long button {
    width: 343px;
    padding: 15px 0;
    text-align: center;
    font-size: 17px;
    border: 1px solid var(--black);
}

.btn-long button.on {
    background: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
}

/* 공통버튼 검색 */
.btn-search {
    width: 80px;
    height: 40px;
    border: 1px solid var(--black);
    text-align: center;
    font-size: 17px;
    margin-left: 8px;
}

/* 대기예약 신청 팝업 */
.pop-waiting-box {
    width: 540px;
    border: 1px solid #ccc;
    background-color: #f9ffff;
    padding: 26px 30px 16px;
    margin: 20px 0 16px;
    border-radius: 20px;
    position: relative;
}

.pop-waiting-box .selected-day {
    position: relative;
    font-size: 18px;
    padding-left: 30px;
}

.pop-waiting-box .selected-day::before {
    content: '';
    background: url('/pc/images/valley/ic_mypage_calendar2.svg') center / cover no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
}

.pop-waiting-box .selected-day span {
    color: var(--red);
    font-weight: 700;
}

.pop-waiting-box ul {
    padding-top: 27px;
}

.pop-waiting-box ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 9px;
    padding-bottom: 13px;
    border-bottom: 1px dotted #d6d6d6;
    margin-bottom: 13px;
}

.pop-waiting-box ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.pop-waiting-box ul li button {
    width: 73px;
    height: 30px;
    padding: 8px 0 8px;
    border-radius: 30px;
    text-align: center;
    position: relative;
}

.pop-waiting-box .btn-reset {
    display: flex;
    align-items: center;
    position: absolute;
    right: 13px;
    bottom: 13px;
    color: #666;
}

.pop-waiting-box ul li button.on {
    background-color: #20a9a5;
    color: #fff;
    font-weight: 700;
}

.pop-waiting-box p {
    line-height: 1.5em;
    font-size: 14px;
}

.selected-time {
    text-align: center;
    width: 540px;
}

.selected-time p {
    word-break: keep-all;
    line-height: 1.5em;
    font-size: 24px;
    font-weight: 700;
}

.selected-time h3 {
    font-size: 22px;
    padding: 17px 0 30px;
}

.pop-waiting-text {
    width: 100%;
    background-color: #eee;
    padding: 13px 14px;
    margin-bottom: 15px;
}

.pop-waiting-text textarea {
    width: 100%;
    height: 73px;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px 16px;
}

.pop-waiting-box .btn-reset {
    display: flex;
    align-items: center;
    position: absolute;
    right: 13px;
    bottom: 13px;
    color: #666;
}

.pop-waiting-box ul li button.on.one::before {
    content: '①';
    color: #FFFF00;
    display: inline-block;
    padding-right: 5px;
}

.pop-waiting-box ul li button.on.two::before {
    content: '②';
    color: #FFFF00;
    display: inline-block;
    padding-right: 5px;
}


/* 알림팝업 */
.notice-pop {
    border: 3px solid var(--main-color);
    border-radius: 10px;
    min-width: 400px;
    min-height: 300px;
    padding: 13px 20px 30px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
}

.notice-pop.layout1 {
    min-height: unset !important;
}

.notice-pop .notice-pop-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notice-pop .notice-pop-head h2 {
    position: relative;
    font-size: 18px;
    padding-left: 30px;
    font-weight: 500;
}

.notice-pop .notice-pop-head h2::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url('/pc/images/valley/ic_si.svg') center center no-repeat;
    display: block;
    left: 0;
    top: 0px;
}

.notice-pop .notice-pop-head a {
    display: block;
    font-size: 14px;
    color: #585858;
    display: flex;
    align-items: center;
    gap: 0 6px;
}

.notice-pop .notice-text {
    padding: 50px 0 30px;
    text-align: center;
    line-height: 1.5em;
    letter-spacing: -0.48px;
}

.notice-pop .notice-text .notice-pop-title {
    color: var(--main-color);
    padding-bottom: 14px;
    font-size: 22px;
    font-weight: 700;
}

.notice-pop .notice-text .notice-pop-title2 {
    padding-bottom: 14px;
    font-size: 22px;
    font-weight: 700;
}

.notice-pop .notice-text .small {
    font-size: 14px;
}

.btn-pop-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 15px;
}

.btn-pop-wrap a {
    display: block;
    width: calc((100% - 15px) / 2);
    line-height: 48px;
    border: 1px solid var(--main-color);
    background-color: #fff;
    color: var(--main-color);
    font-size: 18px;
    text-align: center;
}

.btn-pop-wrap a.on {
    background-color: var(--main-color);
    color: #fff;
}

.btn-pop-wrap.wait a {
    max-width: 167px;
}

.btn-pop-wrap2 {
    width: 167px;
    margin: 0 auto;
}

.btn-pop-wrap2 a {
    display: block;
    line-height: 48px;
    border: 1px solid var(--main-color);
    background-color: #fff;
    color: var(--main-color);
    font-size: 18px;
    text-align: center;
}

.btn-pop-wrap2 a.on {
    background-color: var(--main-color);
    color: #fff;
}

/* 마이페이지 쿠폰 팝업 */
.pop-coupon-scroll {
    width: 100%;
    max-height: 610px;
    padding: 0 42px;
    text-align: center;
    overflow-y: auto;
}

.pop-coupon-scroll::-webkit-scrollbar {
    width: 9px;
}

.pop-coupon-scroll::-webkit-scrollbar-thumb {
    height: 2%;
    background: var(--main-color);
    border-radius: 10px;
}

.pop-coupon-scroll::-webkit-scrollbar-track {
    background: #eee;
}

.pop-coupon-scroll figure {
    text-align: center;
    margin-bottom: 32px;
}

.pop-coupon-scroll h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.23em;
    padding-bottom: 10px;
}

.pop-coupon-scroll h4 {
    font-size: 18px;
    line-height: 1.5em;
}

.pop-coupon-text {
    margin-top: 37px;
    width: 505px;
    background-color: #f9f9f9;
    padding: 20px 23px;
    line-height: 1.3em;
    text-align: left;
}

.pop-coupon-text h3 {
    font-weight: 700;
    margin-bottom: 20px;
}

.pop-coupon-text p {
    font-size: 14px;
}

/* 기본팝업 */
.normal-pop {
    border: 3px solid var(--main-color);
    border-radius: 20px;
    min-width: 620px;
    min-height: 300px;
    padding: 16px 40px 48px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
}

.normal-pop .normal-pop-head {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;

}

.normal-pop .normal-pop-head button {
    font-size: 14px;
    color: #585858;
    display: flex;
    align-items: center;
    gap: 0 6px;
}

.normal-pop-title {
    text-align: center;
    padding: 34px 0;
}

.normal-pop-title span {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.8px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--black);
}

/* select */
select {
    appearance: none;
    background: url('/pc/images/valley/ic_select.svg') center right 5px no-repeat;
    background-size: 16px 16px;
}

select option[value=""][disabled] {
    display: none;
}

/* 서브 리스트 탭 공통 */
.list-tab-wrap ul {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 90px;
    position: relative;
}

.list-tab-wrap ul::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--black);
    position: absolute;
    bottom: 0;
}

.list-tab-wrap ul li {
    width: 220px;
    font-size: 20px;
    text-align: center;
    color: #999;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #fff;
}

.list-tab-wrap ul li:first-child {
    border-left: 1px solid #ccc;
}

.list-tab-wrap ul li:hover {
    background-color: #eee;
}

.list-tab-wrap ul li.on {
    font-weight: 700;
    color: var(--black);
    border-top: 2px solid var(--black);
    border-right: 2px solid var(--black);
    border-left: 2px solid var(--black);
    border-bottom: 1px solid #fff;
    z-index: 10;
}

.list-tab-wrap ul li.on:hover {
    background-color: #fff;
}

.list-tab-wrap ul li a {
    display: block;
    padding: 20px 0;
}

/* 테이블 */
.tbl-sty01 {
    width: 100%;
    border-top: 2px solid var(--black);
    margin-top: 10px;
    text-align: center;
}

.tbl-sty01 thead th {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    font-weight: 700;
    vertical-align: middle;
    padding: 17px 0;
    height: 60px;
}

.tbl-sty01 tbody td {
    vertical-align: middle;
    padding: 8px;
    height: 60px;
    line-height: 1.3em;
    font-size: 17px;
    border: 1px solid #ccc;
    font-weight: 300;
    letter-spacing: -0.8px;
    word-break: keep-all;
}

.tbl-sty01 tbody th {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-left: 0;
    font-size: 17px;
    vertical-align: middle;
}

.tbl-sty01 thead th:first-child, .tbl-sty01 tbody td:first-child {
    border-left: 0;
}

.tbl-sty01 thead th:last-child, .tbl-sty01 tbody td:last-child {
    border-right: 0;
}


/*--- common end ---*/


/*--- reservation ---*/
.con-reser {
    padding: 220px 0;
    width: 1200px;
    margin: auto;
}

.tab-reser {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    color: #c1c1c1;
    gap: 0 20px;
    margin-bottom: 68px;
}

.tab-reser li {
    font-size: 20px;
    position: relative;
    padding-right: 20px;
}

.tab-reser li::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 1px;
    width: 1px;
    height: 18px;
    background-color: #c1c1c1;
}

.tab-reser li:last-child::after {
    display: none;
}

.tab-reser li.on {
    font-size: 32px;
    font-weight: 700;
    color: var(--black);
}

.reser-wrap {
    width: 100%;
    display: flex;
    gap: 0 54px;
}

.reser-calendar-wrap {
    width: 410px;
}

.reser-list-wrap {
    flex: 1;
}

/* 예약 달력 */
.reser-calendar {
    width: 100%;
    color: var(--black);
    padding: 0 11px;
    font-family: var(--font-num);
}

.reser-calendar ul li h2 {
    position: relative;
    text-align: center;
    width: 100%;
    font-weight: 700;
    margin-bottom: 18px;
    padding-bottom: 2px;
    font-size: 20px;
}

.reser-calendar ul li h2 button {
    position: absolute;
    top: 50%;
    left: 10px;
    color: #ccc;
    font-size: 10px;
    transform: translateY(-50%);
    padding: 10px;
}

.reser-calendar ul li h2 button.p-r {
    right: 10px;
    left: auto;
}

.reser-calendar {
    width: 100%;
    text-align: center;
}

.reser-calendar th {
    width: 52px;
    line-height: 35px;
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 10px;
}

.reser-calendar th:first-child, .reser-calendar td.possible:first-child, .reser-calendar td.weekend:first-child {
    color: var(--red);
}

.reser-calendar th:last-child, .reser-calendar td.possible:last-child, .reser-calendar td.weekend:last-child {
    color: var(--blue);
}

.reser-calendar td {
    position: relative;
    font-size: 18px;
    color: #999;
    font-weight: 500;
    height: 58px;
    vertical-align: top;
    z-index: 1;
}

.reser-calendar td.today::after {
    content: '';
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: block;
    background-color: #eee;
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.reser-calendar td.possible {
    color: var(--black);
    cursor: pointer;
}

.reser-calendar td.possible div, .reser-calendar td.weekend div, .reser-calendar td.holiday div {
    position: absolute;
    bottom: 17px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: var(--black);
}

.reser-calendar td.possible div span {
    color: var(--red);
    font-weight: 500;
}

.reser-calendar td.possible.choice, .reser-calendar td.weekend.choice {
    color: #fff;
    font-weight: 500;
}

.reser-calendar td.possible.choice::after, .reser-calendar td.weekend.choice::after {
    content: '';
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: block;
    background-color: var(--main-color);
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.reser-calendar td.deadline, .reser-calendar td.open, .reser-calendar td.holiday {
    position: relative;
    color: #999;
}

.reser-calendar td.deadline div, .reser-calendar td.open div, .reser-calendar td.holiday div {
    position: absolute;
    bottom: 17px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.reser-calendar td.deadline.choice div {
    color: #999;
    font-size: 12px;
}

.reser-calendar td.deadline.choice {
    color: #fff;
    font-weight: 500;
}

.reser-calendar td.deadline.choice::after {
    content: '';
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: block;
    background-color: var(--main-color);
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

/*.reser-calendar td.open::after {
    content: '오픈전';
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
}*/

/* 예약달력 - 밸리 주말예약 */
.reser-calendar td.weekend div span {
    font-size: 12px;
    color: var(--black);
}

.reser-calendar td.weekend a {
    display: block;
    width: 100%;
    height: 75%;
}


/* 예약 공지 */
.reser-notice-box {
    width: 100%;
    min-height: 340px;
    padding: 24px;
    background-color: #f9f9f9;
    margin-top: 80px;
    font-size: 14px;
    word-break: keep-all;
    line-height: 1.7em;
}

.reser-notice-box h2 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
}

.reser-notice-box li {
    padding-bottom: 10px;
}

.reser-notice-box li > ul {
    padding-left: 20px;
}

.reser-notice-box li > ul li {
    list-style: disc;
}

.reser-notice-box li > ul li b {
    font-weight: 700;
}


/* 예약 리스트 */
.reser-list-head {
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 1px solid #dedede;
}

.reser-list-head ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.select-course {
    width: 198px;
    border: 1px solid #dedede;
    background-color: #f9f9f9;
    border-radius: 30px;
    height: 34px;
    padding: 0 24px;
}

select.select-course {
    background-position: center right 15px;
    color: #acacac;
}

select.select-course option {
    color: var(--black);
}

.select-two-way button {
    position: relative;
    font-size: 18px;
    color: #afafaf;
    padding-right: 10px;
    margin-right: 10px;
}

.select-two-way button::before {
    content: '';
    width: 1px;
    height: 10px;
    background-color: #9b9b9b;
    position: absolute;
    right: 0;
    top: 6px;
}

.select-two-way button.on {
    color: var(--black);
    font-weight: 500;
}

.select-two-way button:last-child::before {
    display: none;
}

.select-time {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    gap: 0 2px
}

.select-time::before {
    content: '';
    background: url('/pc/images/valley/ic_clock.svg') center center no-repeat;
    position: absolute;
    left: -30px;
    top: 6px;
    width: 24px;
    height: 24px;
    display: block;
}

.select-time button {
    color: #999;
    font-size: 17px;
    width: 85px;
    line-height: 34px;
    border-radius: 20px;
    transition: .2s all ease-in-out;
}

.select-time button.on {
    background-color: #20a9a5;
    color: #fff;
    font-weight: 600;
}

.reser-list-explain {
    padding: 25px 0;
    font-size: 14px;
    letter-spacing: -0.28px;
}

.reser-list-text {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 10px;
    color: #666;
}

.reser-list-text a {
    width: 120px;
    line-height: 34px;
    text-align: center;
    display: block;
    background-color: #8183c6;
    color: #fff;
    font-size: 17px;
    border-radius: 20px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
}

.reser-list-scroll {
    width: 100%;
    max-height: 730px;
    overflow-y: auto;
}

.reser-list-scroll::-webkit-scrollbar {
    width: 9px;
}

.reser-list-scroll::-webkit-scrollbar-thumb {
    height: 2%;
    background: var(--main-color);
    border-radius: 10px;
}

.reser-list-scroll::-webkit-scrollbar-track {
    background: #eee;
}

.reser-list {
    padding-right: 13px;
    font-family: "Pretendard", sans-serif;
}

.reser-list-area {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px 13px;
    border-bottom: 1px dotted var(--black);
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.reser-list-area:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.reser-list-box {
    width: 350px;
    border: 1px solid #dfdfdf;
    min-height: 86px;
    padding: 20px 28px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

/* 예약박스 - 기본상태 */
.reser-list-box .reser-time {
    position: relative;
}

.reser-list-box .reser-time b {
    position: relative;
    font-weight: 700;
    font-size: 18px;
}

.reser-list-box .reser-time p {
    font-size: 16px;
    padding-top: 8px;
}

.reser-list-box .reser-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}

.reser-list-box .reser-price p {
    padding-bottom: 8px;
}

.reser-list-box .reser-price b {
    font-weight: 500;
    color: var(--red);
}

.reser-list-box .reser-price b span {
    color: #999;
    text-decoration: line-through;
}

/* 예약박스 - off일때 */
.reser-list-box.off {
    opacity: 0.5;
    cursor: default;
}

/* 예약박스 - 선택일때 */
.select-list-box {
    width: 350px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.29);
    border: 2px solid var(--main-color);
    min-height: 150px;
    padding: 20px 28px;
    display: flex;
    flex-direction: column;
}

.select-list-box .reser-time {
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
}

.select-list-box .reser-time li {
    display: flex;
    align-items: center;
}

.select-list-box .reser-time b {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    padding-right: 5px;
}

.select-list-box .reser-time span {
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    margin-left: 5px;
}

.select-list-box .reser-time span.ic-user::before {
    background: url('/pc/images/valley/ic_user.svg') center center no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    content: '';
    position: absolute;
    top: -1px;
    left: -0;
}

.select-list-box .reser-time span.ic-caddie::before {
    background: url('/pc/images/valley/ic_caddie.svg') center center no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    content: '';
    position: absolute;
    top: -1px;
    left: -0;
}

.select-list-box .reser-time p {
    font-size: 16px;
    padding: 15px 0;
}

.select-list-box .reser-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select-list-box .reser-price p {
    padding-left: 24px;
    padding-bottom: 12px;
    position: relative;
}

.select-list-box .reser-price b {
    font-weight: 500;
    color: var(--red);
    font-size: 18px;
}

.select-list-box .reser-price b span {
    color: #999;
    text-decoration: line-through;
}

.select-list-box .reser-price button {
    width: 112px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background-color: #20a9a5;
    border-radius: 20px;
}

/* 예약리스트 없음 */
.no-time {
    padding: 90px 0;
    text-align: center;
    color: #999;
}

/* 밸리 - 주말예약 */
.reser-list-weekend {
    height: 720px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.weekend-time {
    padding: 90px 0;
}

.weekend-time ul li {
    font-size: 17px;
    text-align: center;
}

.weekend-time ul li:first-child {
    font-weight: 700;
    margin-bottom: 20px;
}

.weekend-time ul li a {
    display: block;
    width: 200px;
    line-height: 48px;
    background-color: #8183c6;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    border-radius: 60px;
    margin-top: 40px;
}


/* 예약체크 */
.reser-check-wrap {
    width: 100%;
    font-family: "Pretendard", sans-serif;
}

.reser-check-head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 15px;
}

.reser-list-box.on {
    width: 350px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.29);
    border: 2px solid var(--main-color);
}

.reser-check-head a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 87px;
    height: 86px;
    color: #fff;
    font-size: 14px;
    line-height: 1.3em;
    background-color: var(--main-color);

    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.29);
}

.reser-check-box {
    width: 100%;
    padding: 40px 70px 25px;
    margin-top: 35px;
    text-align: left;
    background-color: #f9ffff;

    position: relative;
    border: 1px solid #e1e1e1;
}

.reser-check-box::before {
    content: '';
    background: url('/pc/images/valley/ic_calendar.svg') center center no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 37px;
    left: 34px;
}

.reser-check-box ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 30px;
    margin-bottom: 25px;
}

.reser-check-box ul li {
    font-size: 18px;
    font-weight: 700;
}

.reser-check-box ul li span {
    font-weight: 400;
}

.reser-check-box ul li span em {
    font-size: 14px;
    color: var(--red);
    font-weight: 500;
}

.reser-sum-price {
    border-top: 1px dotted #d6d6d6;
    padding-top: 20px;
    text-align: right;
    font-size: 18px;
    margin-top: 35px;
}

.reser-sum-price span {
    font-weight: 700;
    color: var(--red);
}

.check-notice-text {
    margin: 40px 0 60px;
}

.check-notice-text h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67em;
    padding-bottom: 10px;
}

.check-notice-text ul li {
    padding: 0 0 10px 20px;
    font-size: 14px;
    line-height: 1.86em;
}

.check-notice-text a {
    display: block;
    width: 140px;
    line-height: 34px;
    border-radius: 20px;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #c7c7c7;
    background-color: var(--main-color);
    color: #fff;
    font-size: 17px;
    margin-left: 20px;
    text-align: center;
}

.check-notice-agree {
    margin: 40px 0 60px;
}

.check-notice-agree h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67em;
    padding-bottom: 10px;
}

.check-notice-agree ul {
    padding: 20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;

}

.check-notice-agree ul li {
    padding: 10px 0 10px 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checking-notice input[type=checkbox] {
    display: none;
}

.checking-notice input[type=checkbox] + label {
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url('/pc/images/valley/ic_login_check.svg');
    background-position: left center;
    background-size: 24px 24px;
    text-indent: 35px;
    transition: 0.2s all ease;
    display: inline-block;
    padding: 7px 0;
}

.checking-notice input[type=checkbox]:checked + label {
    background-image: url('/pc/images/valley/ic_login_checked.svg');
    background-size: 24px 24px;
}

.all-checking {
    text-align: right;
    padding: 20px 0;
}

/* 식음예약 */
.reser-food-wrap {
    width: 100%;
    font-family: "Pretendard", sans-serif;
}

.reser-food-title {
    padding-bottom: 40px;
}

.reser-food-title h2 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
}

.reser-food-title p {
    font-size: 15px;
    letter-spacing: -0.3px;
}

.reser-food-cover {
    border: 1px solid #ccc;
    padding: 40px 28px;
    margin-bottom: 80px;
}

.reser-food-list {
    padding-bottom: 48px;
    margin-bottom: 48px;
    border-bottom: 1px dotted #999;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 47px;
    position: relative;
}

.reser-food-list:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.reser-food-box {
    position: relative;
    flex: 1;
    max-width: 350px;
    border: 1px solid var(--main-color);
    padding: 24px 20px 10px;
    cursor: pointer;
}

.reser-food-box::before {
    content: '';
    width: 1px;
    height: 80px;
    border-right: 1px dotted var(--black);
    position: absolute;
    right: -24px;
    top: 38px;
    opacity: 0.5;
}

.reser-food-box:last-child::before {
    display: none;
}

.reser-food-box h2 {
    padding-bottom: 6px;
    font-weight: 500;
}

.reser-food-box h2 span {
    color: var(--red);
}

.reser-food-box h4 {
    font-size: 14px;
}

.reser-food-box p.price {
    padding: 18px 0;
    color: var(--red);
    font-weight: 500;
    font-size: 18px;
}

.reser-food-box .btn-food-detail {
    position: relative;
    float: right;
    padding: 9px 0 9px 23px;
}

.reser-food-box .btn-food-detail::before {
    content: '';
    background: url('/pc/images/valley/ic_detail_list.svg') center center no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 9px;
}

.reser-food-box .food-detail-list {
    clear: both;
    padding-top: 16px;
    display: none;
}

.reser-food-box .food-detail-list dl {
    display: table;
    width: 100%;
    line-height: 1.5em;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px dotted #999;
}

.reser-food-box .food-detail-list dl:last-child {
    border-bottom: 0;
}

.reser-food-box .food-detail-list dl dt {
    display: table-cell;
    width: 70px;
    font-weight: 500;
}

.reser-food-box .food-detail-list dl dd {
    display: table-cell;
}

.reser-food-box em {
    display: none;
}

.btn-food-close {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--main-color);
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-food-close::before, .btn-food-close::after {
    content: '';
    background-color: #fff;
    display: block;
    height: 2px;
    position: absolute;
}

.btn-food-close::before {
    width: 16px;
    transform: rotate3d(0, 0, 1, -45deg);
}

.btn-food-close::after {
    width: 16px;
    transform: rotate3d(0, 0, 1, 45deg);
}

/* reser-food-box가 off일때 */
.reser-food-box.off {
    opacity: 0.5;
    cursor: default;
}

.reser-food-box.off::after {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* reser-food-box가 on일때 */
.reser-food-box.on {
    cursor: default;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.29);
}

.reser-food-box.on .btn-food-detail {
    float: left;
    width: 100%;
    text-align: left;
    background-color: #f3f3f3;
    padding-left: 30px;
}

.reser-food-box.on .btn-food-detail::before {
    left: 8px;
}

.reser-food-box.on .food-detail-list, .reser-food-box.on em {
    display: block;
}

/* 예약 - 이용안내 */
.reser-guide-wrap h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.reser-guide-cont {
    background-color: #f9f9f9;
    padding: 40px 60px;
}

.reser-guide-txt {
    margin-bottom: 40px;
}

.reser-guide-txt h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.reser-guide-txt p {
    line-height: 1.88em;
    font-size: 17px;
    white-space: pre-line;
}

.reser-guide-txt span {
    color: #20a9a5;
    white-space: pre-line;
}

.reser-guide-txt.box1 ul li:first-child {
    margin: 0 0 20px 0;
}

.reser-guide-txt.box1 ul li:last-child {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.reser-guide-txt.box1 ul li:first-child p {
    color: var(--red);
    font-weight: 700;
    font-size: 18px;
}

.reser-guide-txt.box1 ul li:nth-of-type(2) li {
    font-size: 17px;
}

.reser-guide-txt.box2 {
    margin-bottom: 0;
}

.reser-guide-txt.box2 h5 {
    color: var(--red);
    font-weight: 700;
    font-size: 18px;
}

.reser-guide-txt.box2 ul {
    margin-top: 35px;
}

.reser-guide-txt.box2 ul li {
    margin-bottom: 30px;
}

.reser-guide-txt.box2 ul li:last-child {
    margin-bottom: 0;
}

.reser-guide-txt.box2 ul li p:first-child {
    font-weight: 700;
}

.reser-guide-txt.box2 ul li .reser-guide-table {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px 30px 30px 30px;
    width: 100%;
    margin-top: 25px;
}

.reser-guide-txt.box2 ul li .reser-guide-table table {
    width: 100%;
    table-layout: fixed;
}

.reser-guide-txt.box2 ul li .reser-guide-table table tbody tr td {
    padding: 15px 0;
    border-bottom: 1px dashed #707070;
    white-space: pre-line;
    line-height: 2em;
}

.reser-guide-txt.box2 ul li .reser-guide-table table tbody tr:last-child td {
    border-bottom: 0;
}

.reser-guide-cont2 {
    margin-top: 100px;
}

.reser-guide-cont2 h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.reser-guide-cont2 p {
    line-height: 1.5em;
    white-space: pre-line;
    font-size: 16px;
    margin-top: 25px;
}

.guide-info-box {
    width: 100%;
    border-top: 2px solid var(--black);
}

.guide-info-box li {
    padding: 25px 60px 35px 60px;
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-template-rows: auto;
    align-items: center;
    gap: 0 40px;
    border-bottom: 1px solid #ccc;
}

.guide-info-box li span.img {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    background-color: #eaf6f6;
    border-radius: 100%;
    height: 80px;
    position: relative;
}

.guide-info-box li span.img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.guide-info-box li p {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.guide-info-box li span.text {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    font-size: 17px;
    display: block;
    white-space: pre-line;
    line-height: 1.4em;
}

.reser-guide-txt.box3 {
    background-color: #f9f9f9;
    padding: 40px 60px;
}

.reser-guide-txt.box3 h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 28px;
}

.reser-guide-txt.box3 ul:nth-of-type(1) {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

.reser-guide-txt.box3 ul:nth-of-type(1) li {
    font-size: 17px;
    line-height: 32px;
}

.reser-guide-txt.box3 ul:nth-of-type(2) {
    display: grid;
    grid-template-columns: 60px auto 60px auto;
    grid-template-rows: auto;
    align-items: center;
    gap: 0 16px;
}

.reser-guide-txt.box3 ul:nth-of-type(2) li {
    position: relative;
}

.reser-guide-txt.box3 ul:nth-of-type(2) li:first-child {
    grid-column: 1 / 1;
}

.reser-guide-txt.box3 ul:nth-of-type(2) li:nth-of-type(2) {
    grid-column: 2 / 2;
}

.reser-guide-txt.box3 ul:nth-of-type(2) li:nth-of-type(3) {
    grid-column: 3 / 3;
}

.reser-guide-txt.box3 ul:nth-of-type(2) li:nth-of-type(4) {
    grid-column: 4 / 4;
}

.reser-guide-txt.box3 ul:nth-of-type(2) li span {
    display: block;
    font-weight: 500;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 17px;
    color: var(--black);
    border-radius: 100%;
    background-color: #eaf6f6;
    width: 48px;
    text-align: center;
    line-height: 48px;
}

.reser-guide-txt.box3 ul:nth-of-type(2) li p {
    line-height: 24px;
    margin-top: 0;
}

.penalty-table .tbl-sty01 tbody tr td:nth-of-type(1) {
    text-align: left;
    padding-left: 60px;
}

.reser-guide-txt.box5 {
    background-color: #f9f9f9;
    padding: 30px 40px;
}

.reser-guide-txt.box5 ul li {
    font-size: 17px;
    line-height: 32px;
}

/* 이용요금 */
.fee-cont {
    margin-bottom: 100px;
}

.fee-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fee-head h3 {
    margin-bottom: 0;
}

.fee-table p {
    margin-top: 25px;
    line-height: 24px;
    white-space: pre-line;
}

.fee-cont h3 small {
    color: #666;
    font-size: 16px;
    font-weight: 400;
}

/* 로컬룰/패널티 */
.reser-guide-cont.rules {
    padding: 70px 100px;
}

.reser-guide-txt.box4 {
    margin-bottom: 0;
}

.reser-guide-txt.box4 ul li:nth-of-type(1) {
    margin-bottom: 55px;
}

.guide-info-box ul.rules li {
    display: block;
    padding: 0px 60px 10px 60px;
}

.reser-guide-txt.box4 ul li p {
    line-height: 40px;
}

.guide-info-box ul.rules li p strong {
    font-size: 20px;
    margin-bottom: 16px;
}

.guide-info-box ul.rules li p b {
    font-size: 17px;
    font-weight: 400;
}

/*--- reservation end ---*/


/*--- board ---*/
/* board-input */
.board-search-box input {
    width: 320px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 17px;
}

.board-search-box input::placeholder {
    padding: 10px 0;
    color: #999;
}

/* board-page-btn */
.btn-page {
    width: 100%;
    margin-top: 80px;
}

.btn-page ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.btn-page ul li {
    width: 48px;
    height: 48px;
    background: #fff;
    text-align: center;
    font-size: 17px;
    margin-right: 8px;
    border: 1px solid #ccc;
    color: #999;
    line-height: 47px;
}

.btn-page ul li.on {
    border: 1px solid var(--black);
    color: var(--black);
    font-weight: 700;
}

.btn-page ul li a {
    width: 100%;
    height: 100%;
    display: block;
}

.btn-page ul span a {
    display: block;
    width: 100%;
    height: 100%;
}

.btn-page ul span.left {
    width: 48px;
    height: 48px;
    background: #fff;
    background: url("/pc/images/valley/page_arrow_left.svg") center / cover no-repeat;
    background-size: 24px 24px;
    margin-right: 8px;
}

.btn-page ul span.right {
    width: 48px;
    height: 48px;
    background: #fff;
    background: url("/pc/images/valley/page_arrow_right.svg") center / cover no-repeat;
    background-size: 24px 24px;
}

.board-wrap {
    width: 100%;
    height: 100%;
}

/* board-list */
.board-head {
    background-color: #f9f9f9;
    padding: 8px 16px;
}

.board-search-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.board-list-wrap {
    width: 100%;
    margin-top: 24px;
}

.board-list-table, .board-view-table, .board-qa-table {
    width: 100%;
    border-top: 2px solid var(--black);
    border-bottom: 2px solid var(--black);
}

.board-qa-box {
    width: 100%;
    border-top: 2px solid var(--black);
}

.board-list-table table {
    width: 100%;
    table-layout: fixed;
}

.board-list-table table thead tr th {
    font-size: 17px;
    font-weight: 700;
    padding: 20px 0;
    text-align: center;
}

.board-list-table table tbody tr td {
    text-align: center;
    padding: 20px;
    border-top: 1px solid #ccc;
    font-size: 17px;
}

.board-list-table table tbody tr td.title {
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0;
}

.board-list-table table tbody tr td.title a {
    display: block;
    padding: 20px;
}

/* board-view */
.board-view-wrap {
    width: 100%;
    margin-top: 24px;
}

.board-view-table table {
    width: 100%;
    table-layout: fixed;
}

.board-view-table table thead tr th {
    text-align: center;
}

.board-view-table table thead tr:first-child th {
    font-size: 32px;
    font-weight: 700;
    padding: 25px 0 16px 0;
}

.board-view-table table thead tr:last-child th {
    font-size: 16px;
    color: #999;
    padding: 0 0 25px 0;
}

.board-view-table table tbody tr td {
    padding: 20px;
    border-top: 1px solid #ccc;
}

.board-view-table table tbody tr td p {
    width: 100%;
    padding: 30px 0;
    text-align: left;
    white-space: pre-line;
    word-break: keep-all;
    font-size: 18px;
    line-height: 32px;
}

.board-view-table table tbody tr td img {
    display: block;
    max-width: 800px;
    margin: 0 auto;
}

/* Q&A */
.board-qa-box .toggle-list li {
    font-size: 17px;
    cursor: pointer;
    text-align: left;
    position: relative;
}

.toggle-list .toggleIn li {
    padding: 34px 0 34px 60px;
}

.toggle-list .toggleIn li.toggle {
    border-bottom: 1px solid #ccc;
}

.toggle-list .toggleIn li.toggle h2 {
    font-size: 20px;
    font-weight: 700;
}

.toggle-list li span.icon {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 73px;
    top: 50%;
    transform: translateY(-50%);
    background: url("/pc/images/valley/toggle_arrow_down.svg") center / cover no-repeat;
}

.toggle-list li span.icon.active {
    background: url("/pc/images/valley/toggle_arrow_up.svg") center / cover no-repeat;
}

.toggle-list li .toggle-content {
    display: none;
    background-color: #f9f9f9;
    border-right: 1px dashed #ccc;
    border-left: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}

.toggle-list li .toggle-content p {
    white-space: pre-line;
    line-height: 34px;
    font-size: 18px;
}

/* event */
.event-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0 45px;
}

.event-box:last-child {
    margin-bottom: 0;
}

.event-box .event-box-in {
    width: calc((100% - 90px) / 3);
    max-height: 410px;
    color: var(--black);
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 80px;
}

.event-box .event-box-in:last-child {
    margin-right: 0;
}

.event-box .event-box-in img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.event-box .event-box-in h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 24px;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.event-box .event-box-in p {
    font-size: 17px;
    margin: 22px 0 16px 0;
    line-height: 24px;
    white-space: pre-line;
    height: 52px;
    overflow: hidden;
}

.event-box .event-box-in span {
    font-size: 16px;
}

/* 자료실 */
.archive-list-wrap {
    display: flex;
    gap: 0 40px;
    width: 100%;
}

.archive-list-container {
    width: calc((100% - 40px) / 2);
}

.archive-list {
    margin-bottom: 65px;
}

.archive-list:last-child {
    margin-bottom: 0;
}

.archive-list table {
    width: 100%;
    font-size: 20px;
}

.archive-list table thead tr th {
    border-top: 2px solid var(--black);
    border-bottom: 1px solid #ccc;
    height: 63px;
    padding-left: 30px;
    font-weight: 700;
    text-align: left;
    vertical-align: middle;
    background-color: #f9f9f9;
}

.archive-list table tbody tr th {
    padding-left: 30px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    vertical-align: middle;
    height: 64px;
}

.archive-list table tbody tr td {
    padding-right: 16px;
    border-bottom: 1px solid #ccc;
    text-align: right;
    vertical-align: middle;
    height: 64px;
}

.archive-list table tbody tr td .file-list {
    display: flex;
    gap: 0 8px;
    justify-content: flex-end;
}

.archive-list table tbody tr td .file-list a {
    width: 32px;
    height: 32px;
}

.archive-list table tbody tr td .file-list a:nth-of-type(1) {
    background: url("/pc/images/valley/ic_pdf.svg") no-repeat;
}

.archive-list table tbody tr td .file-list a:nth-of-type(2) {
    background: url("/pc/images/valley/ic_hwp.svg") no-repeat;
}


/*--- board end ---*/


/*--- 마이페이지 ---*/
.mypage-wrap {
    width: 100%;
    height: 100%;
}

/* 마이페이지 - 글쓰기 */
.write-wrap {
    border-top: 2px solid #163022;
    border-bottom: 2px solid #163022;
    margin-bottom: 80px;
}

.write-wrap table {
    width: 100%;
    table-layout: fixed;
    font-size: 17px;
}

.write-wrap table tbody tr th {
    padding: 20px 0;
    font-weight: 700;
    text-align: center;
    background-color: #f9f9f9;
    vertical-align: middle;
    border-top: 1px solid #ced5de;
}

.write-wrap table tbody tr td {
    text-align: left;
    background-color: #f9f9f9;
    height: 60px;
    padding-right: 65px;
    vertical-align: middle;
    border-top: 1px solid #ced5de;
}

.write-wrap table tbody tr td input {
    border: 1px solid #ccc;
    background: #fff;
    height: 40px;
}

/* select-box */
.select-box.write-select {
    background-color: #fff;
    border: 1px solid #ccc;
    width: 320px;
    height: 40px;
}

.select-box.write-select li {
    width: 100%;
    height: 100%;
    padding: 10px 16px;
}

.select-box.write-select li span {
    color: #999;
    display: block;
}

.select-box.write-select li .options {
    width: calc(100% + 2px);
    left: -1px;
}

.select-box.write-select li .options.option1.open {
    z-index: 100;
}

.select-box.write-select li .options li {
    border-bottom: 1px solid #ced5de;
}

.select-box.write-select li .options.open {
    border-bottom: 1px solid #ced5de;
    top: 39px;
}

.select-box.write-select li .options.open li {
    border: 1px solid #ced5de;
    border-bottom: 0;
}

.select-box.write-select li .options.open li:last-child {
    border-bottom: 0;
}

.select-box.write-select li .options.open li:first-child {
    border-top: 0;
}

/* textarea */
.write-wrap table tbody tr td.textarea {
    padding: 32px 65px;
}

.write-wrap table tbody tr td textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    padding: 24px;
}

/* 마이페이지 - view */
.view-reply-wrap {
    width: 100%;
    margin-top: 80px;
}

.view-reply .reply-head {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.view-reply .reply-head h2 {
    font-size: 17px;
    font-weight: 700;
    margin-right: 16px;
}

.view-reply .reply-head h3 {
    width: 320px;
    border: 1px solid #eee;
    font-weight: 400;
    padding: 10px 16px;
}

.view-reply .reply-in {
    width: 100%;
    height: 340px;
    background-color: #f9f9f9;
    padding: 40px 65px;
    margin-top: 10px;
}

.view-reply .reply-in.reply-show {
    height: 100%;
    padding: 55px 65px;
}

.view-reply .reply-in textarea {
    width: 100%;
    height: 100%;
    padding: 24px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.view-reply .reply-in p {
    text-align: center;
    line-height: 20px;
    white-space: pre-line;
    font-size: 17px;
}

/*--- 예약현황 ---*/
/* 예약현황 > intro */
.mypage-head {
    margin-bottom: 25px;
    font-size: 14px;
}

.mypage-head b {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    margin-right: 15px;
    padding-left: 55px;
}

.mypage-head b::before {
    content: '';
    position: absolute;
    top: -7px;
    left: 0;
    background: url('/pc/images/valley/ic_person.svg') center center no-repeat;
    width: 48px;
    height: 48px;
}

.mypage-box-wrap {
    display: flex;
    width: 100%;
    gap: 0 28px;
}

.mypage-state-box {
    flex: 1;
}

.mypage-state-box ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 27px 28px;
}

.mypage-state-box ul li {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    background-color: #fff;
    flex: 1;
    flex-basis: 300px;
    height: 177px;
    transition: .2s all ease-in-out;
}

.mypage-state-box ul li:hover {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}

.mypage-state-box ul li a {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.mypage-state-box ul li a img {
    width: 45px;
    height: 45px;
}

.mypage-state-box ul li a p {
    font-size: 18px;
    color: #000;
    margin-top: 25px;
}

.mypage-state-box ul li a p strong {
    color: var(--red);
    text-decoration: underline;
}

.mypage-state-box ul li:hover a p {
    color: #fff;
}

.mypage-state-box ul li:hover a img {
    filter: brightness(10);
}

/* mypage-slide */
.mypage-slide-box {
    width: 538px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.mypage-slide-box .swiper-slide {
    height: 354px;
}

.mypage-slide-box .swiper-slide a img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.mypage-control-bar .swiper-scrollbar {
    width: 100px;
    background-color: #ccc
}

.mypage-control-bar .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #231f20;
    cursor: pointer;
}

.mypage-control-bar .swiper-horizontal > .swiper-scrollbar, .mypage-slide .swiper-control-bar .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 2px;
    bottom: auto;
}


/* 예약현황 > 리스트 페이지 */
.mypage-list-head {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.datePick-title {
    font-weight: 500;
    color: #222;
    margin-right: 12px;
}

.mypage-list-head-in2 input[type="date"].datePick {
    border: 1px solid #ccc;
    padding: 9px 5px;
    background: #fff;
    text-align: center;
    color: #999;
    cursor: pointer;
}

.mypage-list-wrap {
    border-bottom: 1px solid #707070;
}

/* 예약현황 > 리스트 페이지 > 예약내역 - 공통 */
.mypage-listBox-wrap {
    position: relative;
    width: 100%;
    background-color: #fff;
    border: 2px solid #fff;
    margin-bottom: 10px;
}

.mypage-listBox-wrap::after {
    content: "";
    width: 95%;
    border-bottom: 1px dashed #999;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
}

.mypage-listBox-wrap:last-child::after {
    border-bottom: 0;
}

.mypage-listBox-wrap ul.listBox {
    background-color: #fff;
    border: 2px solid #fff;
    padding: 25px;
    transition: .2s all ease-in-out;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.mypage-listBox-wrap ul.listBox li.listBox-in {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.mypage-listBox-wrap ul.listBox li.listBox-in ul {
    display: flex;
    align-items: flex-start;
    gap: 0 35px;
}

.mypage-listBox-wrap ul.listBox li.listBox-in ul:first-child li {
    padding: 5px 0;
}

.mypage-listBox-wrap ul.listBox li.listBox-in ul li {
    font-size: 18px;
    opacity: 0.5;
    line-height: 1.2em;
}

.mypage-listBox-wrap ul.listBox li.listBox-in ul li p {
    display: flex;
    gap: 0 38px;
}

.mypage-listBox-wrap ul.listBox li.listBox-in ul li b {
    font-weight: 700;
}

/* 예약현황 > 리스트 페이지 > 예약내역 - 공통 > 버튼 */
.mypage-listBox-wrap ul.listBox li.listBox-in ul li a {
    padding: 5px 25px;
    border-radius: 17px;
    border: 1px solid #20a9a5;
    font-weight: 400;
    font-size: 17px;
    display: block;
    cursor: unset;
}

.mypage-listBox-wrap ul.listBox.on li.listBox-in ul li a {
    cursor: pointer;
}

/* 내장완료 버튼 */
.mypage-listBox-wrap ul.listBox li.listBox-in ul li.complete a {
    background-color: #ccc;
    border: 1px solid #ccc;
    color: #fff;
    cursor: unset;
}

/* 취소 버튼 */
.mypage-listBox-wrap ul.listBox li.listBox-in ul li.cancel a {
    background-color: #eee;
    border: 1px solid #eee;
    color: #666;
}

/* 변경 버튼 */
.mypage-listBox-wrap ul.listBox li.listBox-in ul li.change a {
    color: #20a9a5;
}

/* 동반자등록 버튼 */
.mypage-listBox-wrap ul.listBox li.listBox-in ul li.add a.reser {
    background-color: #20a9a5;
    color: #fff;
}


/* 예약현황 > 리스트 페이지 > 예약내역 - 기본 */
.mypage-listBox-wrap.basic ul.listBox {
    transition: .2s all ease-in-out;
    cursor: default;
    padding: 25px;
}

.mypage-listBox-wrap.basic ul.listBox:hover {
    border: 2px solid #20a9a5;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.29);
    background-color: #f9ffff;
}

.mypage-listBox-wrap.basic:hover .listBox-in ul li {
    opacity: 1;
}

/* 예약현황 > 리스트 페이지 > 예약내역 > 기본 - 오버 시 펼침 */
.mypage-listBox-wrap.basic ul.listBox.list-on {
    transition: .2s all ease-in-out;
    cursor: default;
}

.mypage-listBox-wrap.basic ul.listBox.list-on li.listBox-in {
    transition: .2s all ease-in-out;
    position: relative;
}

.mypage-listBox-wrap.basic ul.listBox.list-on li.listBox-in ul li:nth-of-type(2) {
    display: flex;
    flex-direction: column;
}

.mypage-listBox-wrap.basic ul.listBox.list-on .listBox-in p.listBox-in2 {
    visibility: hidden;
    transition: .2s all ease-in-out;
    opacity: 0;
    height: 0;
}

.mypage-listBox-wrap.basic ul.listBox.list-on .listBox-in ul li p {
    font-size: 18px;
}

.mypage-listBox-wrap.basic ul.listBox.list-on .listBox-in2 em b {
    color: var(--red);
    font-weight: 700;
}

.mypage-listBox-wrap.basic ul.listBox.list-on:hover li {
    top: 0;
}

.mypage-listBox-wrap.basic ul.listBox.list-on:hover p.listBox-in2 {
    visibility: visible;
    opacity: 1;
    padding-top: 20px;
    height: auto;
}

.mypage-listBox-wrap.basic ul.listBox.list-on:hover p.listBox-in2 .listBox-in2 p {
    opacity: 1;
}

/* 예약현황 > 리스트 페이지 > 예약내역 > 기본 + 동반자등록 */
.mypage-listBox-wrap.basic.on ul.listBox {
    border: 2px solid #20a9a5;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.29);
    background-color: #f9ffff;
    padding: 25px;
}

.mypage-listBox-wrap.basic.on .listBox-in ul li {
    opacity: 1;
}

.mypage-listBox-wrap.basic.on ul.listBox.list-on p.listBox-in2 {
    visibility: visible;
    opacity: 1;
    padding-top: 20px;
    height: auto;
}

.mypage-listBox-wrap.basic.on ul.listBox.list-on p.listBox-in2 .listBox-in2 p {
    opacity: 1;
}

.listBox-partner-wrap {
    width: 98%;
    margin: 15px auto 40px auto;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 30px 30px 50px 30px;
    display: none;
    position: relative;
    flex-basis: 217px;
}

.listBox-partner-wrap h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.listBox-partner-wrap p {
    font-size: 15px;
    margin-top: 6px;
    line-height: 20px;
}

.partner-box-wrap {
    display: flex;
    justify-content: flex-start;
    gap: 0 55px;
    padding: 0 10px;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.listBox-partner {
    margin-top: 32px;
    position: relative;
    width: calc((100% - 165px) / 4);
}

.listBox-partner:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 42px;
    right: -28px;
    width: 100%;
    height: 50%;
    border-right: 1px dashed #ccc;
}

.listBox-partner li {
    position: relative;
    z-index: 10;
}

.listBox-partner li > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 25px;
    margin-bottom: 13px;
}

.listBox-partner li > ul li {
    position: relative;
    flex: 1;
    flex-basis: 106px;
}

.listBox-partner li > ul li:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -13px;
    top: 10px;
    width: 1px;
    height: 13px;
    background-color: #d9d9d9;
}

.listBox-partner li > ul li input {
    border-radius: 30px;
    border: 1px solid var(--main-color);
    background-color: #fff;
    height: 34px;
    font-size: 15px;
    width: 106px;
}

.listBox-partner li > ul li input.phone {
    width: 100%;
    border: 1px solid #ccc;
}

.select-gender-area {
    font-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 6px;
}

.select-gender-area input[type=radio] {
    display: none;
}

.select-gender-area input[type=radio] + label {
    background-color: #c4c4c4;
    transition: .2s all ease-in-out;
    flex-basis: 46px;
    line-height: 34px;
    border-radius: 60px;
    text-align: center;
    cursor: pointer;
}

.select-gender-area input[type=radio].gender-man:checked + label {
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.16);
    background-color: #2bafe6;
}

.select-gender-area input[type=radio].gender-woman:checked + label {
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.16);
    background-color: #e82fa4;
}

.enter-partner-info .close-partner {
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--main-color);
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.enter-partner-info .close-partner::before, .enter-partner-info .close-partner::after {
    content: '';
    background-color: #fff;
    display: block;
    height: 2px;
    position: absolute;
}

.enter-partner-info .close-partner::before {
    width: 18px;
    transform: rotate3d(0, 0, 1, -45deg);
}

.enter-partner-info .close-partner::after {
    width: 18px;
    transform: rotate3d(0, 0, 1, 45deg);
}

.btn-partner-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 8px;
}

.btn-partner-wrap a {
    flex: 1;
    line-height: 32px;
    display: block;
    background-color: transparent;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    text-align: center;
    border-radius: 60px;
    font-size: 17px;
}

.btn-partner-wrap a.on {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.btn-partner-wrap.btn2 {
    padding-top: 25px;
    border-top: 1px dashed #999;
    justify-content: center;
}

.btn-partner-wrap.btn2 a {
    flex: unset;
    width: 116px;
}


/* close btn */
.listBox-btn {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #eff1f0;
    border: 1px solid #ccc;
    transition: .2s all ease-in-out;
}

.listBox-btn::before {
    content: "";
    width: 2px;
    height: 17px;
    border-radius: 20px;
    background-color: #999;
    position: absolute;
    left: 18px;
    top: 10px;
    transform: rotate(39deg);
}

.listBox-btn::after {
    content: "";
    width: 2px;
    height: 17px;
    border-radius: 20px;
    background-color: #999;
    position: absolute;
    left: 18px;
    top: 10px;
    transform: rotate(-42deg);
}


/* 예약현황 > 리스트 페이지 > 예약내역 - 예약내역 없을때 */
.mypage-listBox-wrap.empty ul.listBox li.listBox-in ul {
    width: 100%;
}

.mypage-listBox-wrap.empty ul.listBox li.listBox-in ul li {
    width: 100%;
    text-align: center;
}

.mypage-listBox-wrap.empty ul.listBox li.listBox-in ul li b {
    color: #999;
    font-weight: 400;
}

/* 예약현황 > 예약변경 */
.btn-check-list button.change {
    background-color: #fff;
    border: 1px solid #707070;
    color: #707070;
}

.reser-sum-price {
    border-top: 1px dotted #d6d6d6;
    padding-top: 20px;
    text-align: right;
    font-size: 18px;
    margin-top: 35px;
}

.reser-sum-price span {
    font-weight: 700;
    color: var(--red);
}

.btn-basic-wrap.one {
    margin-top: 60px;
}

.btn-basic-wrap.one a {
    width: 350px;
}

.reser-check-box select {
    width: 140px;
    height: 34px;
    background-color: #fff;
    border-radius: 30px;
    border: solid 1px #dedede;
    padding: 0 20px;
    background-position: right 20px center;
    font-weight: 400;
}

.reser-check-box.change::before {
    top: 45px;
}

.reser-list-wrap.change {
    padding: 55px 50px 0;
}

.reser-list-wrap.change .reser-list-head ul {
    justify-content: flex-end;
}

.reser-list-wrap.change .reser-list-head {
    margin-bottom: 65px;
}


/*--- 예약현황 end ---*/


/*--- 취소현황 ---*/
.mypage-listBox-wrap.cancel ul.listBox li.listBox-in ul li {
    opacity: 1;
}

.mypage-listBox-wrap.cancel ul.listBox li.listBox-in ul li.cancel-txt b {
    font-size: 17px;
    font-weight: 400;
}

/*--- 취소현황 end ---*/


/*--- 대기현황 ---*/
.wait-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0 18px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

.wait-wrap:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.wait-wrap .mypage-listBox-wrap-wait {
    flex-basis: 590px;
    position: relative;
    width: 100%;
    background-color: #fff;
    border: 2px solid #fff;
    margin-bottom: 10px;
}

.wait-wrap .mypage-listBox-wrap-wait:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 17px;
    background-color: #bcbcbc;
    z-index: 10;
}

.mypage-listBox-wrap-wait ul.listBox {
    background-color: #fff;
    border: 2px solid #fff;
    transition: .2s all ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding: 25px;
}

.mypage-listBox-wrap-wait ul.listBox li.listBox-in {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.mypage-listBox-wrap-wait ul.listBox li.listBox-in ul {
    display: flex;
    align-items: flex-start;
    gap: 0 20px;
    width: 50%;
}

.mypage-listBox-wrap-wait ul.listBox li.listBox-in ul:last-child {
    justify-content: flex-end;
}

.mypage-listBox-wrap-wait ul.listBox li.listBox-in ul:first-child li {
    padding: 5px 0;
}

.mypage-listBox-wrap-wait ul.listBox li.listBox-in ul li {
    font-size: 18px;
    opacity: 0.5;
    line-height: 1.2em;
}

.mypage-listBox-wrap-wait ul.listBox li.listBox-in ul li p {
    display: flex;
    gap: 0 38px;
}

.mypage-listBox-wrap-wait ul.listBox li.listBox-in ul li b {
    font-weight: 700;
}

.wait-wrap .mypage-listBox-wrap-wait ul.listBox.on {
    cursor: default;
}

.wait-wrap .mypage-listBox-wrap-wait ul.listBox li.listBox-in ul li p em {
    width: 150px;
}

/* 버튼 */
.wait-wrap .mypage-listBox-wrap-wait ul.listBox li.listBox-in ul li a {
    width: 120px;
    height: 34px;
    line-height: 33px;
    border-radius: 17px;
    border: 1px solid #20a9a5;
    font-weight: 400;
    font-size: 17px;
    display: block;
    text-align: center;
}

.wait-wrap .mypage-listBox-wrap-wait ul.listBox li.listBox-in ul li.wait-cancel a {
    background-color: #eee;
    border: 1px solid #eee;
    color: #666;
}

.wait-wrap .mypage-listBox-wrap-wait ul.listBox li.listBox-in ul li.wait-change a {
    color: #20a9a5;
}

.wait-wrap .mypage-listBox-wrap-wait ul.listBox li.listBox-in ul li.wait-complete a {
    background-color: #ccc;
    border: 1px solid #eee;
    color: #fff;
}

.wait-wrap .mypage-listBox-wrap-wait .wait-complete a {
    cursor: unset;
}

.wait-wrap .mypage-listBox-wrap-wait ul.listBox.on:hover {
    border: 2px solid #20a9a5;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.29);
    background-color: #f9ffff;
}

.wait-wrap .mypage-listBox-wrap-wait ul.listBox.on:hover li.listBox-in ul li {
    opacity: 1;
}

/*--- 대기현황 end ---*/


/*--- 위약현황 ---*/
.mypage-listBox-wrap.penalty ul.listBox li.listBox-in ul li {
    opacity: 1;
}

.mypage-listBox-wrap.penalty ul.listBox li.listBox-in ul li p strong {
    color: var(--red);
    font-weight: 700;
}

/*--- 위약현황 end ---*/


/*--- 쿠폰함 ---*/
.mypage-listBox-wrap.coupon ul.listBox li.listBox-in {
    align-items: center;
}

.mypage-listBox-wrap.coupon ul.listBox li.listBox-in ul:nth-of-type(2) li b {
    font-weight: 400;
}

.mypage-listBox-wrap.coupon ul.listBox.on {
    cursor: default;
}

.mypage-listBox-wrap.coupon ul.listBox.on:hover {
    border: 2px solid #20a9a5;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.29);
    background-color: #f9ffff;
}

.mypage-listBox-wrap.coupon ul.listBox.on:hover li.listBox-in ul:nth-of-type(2) li b {
    color: var(--main-color);
}

.mypage-listBox-wrap.coupon ul.listBox.on:hover li.listBox-in ul li {
    opacity: 1;
}

.mypage-listBox-wrap.coupon ul.listBox li.listBox-in ul li.more {
    padding: 0;
}

.mypage-listBox-wrap.coupon ul.listBox li.listBox-in ul li.more a {
    width: 108px;
    color: #20a9a5;
    padding: 0;
    line-height: 32px;
    text-align: center;
}

/*--- 쿠폰함 end ---*/


/*--- 나의 활동 ---*/
/* 나의 기록 */
.mypage-record-wrap {
    width: 100%;
    margin: 35px 0;
}

.mypage-record-wrap ul {
    display: flex;
    width: 100%;
    gap: 0 20px;
}

.mypage-record-wrap ul li {
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 30px;
    width: calc((100% - 60px) / 4);
    display: grid;
    grid-template-columns: 63px 1fr;
    grid-template-rows: repeat(2, minmax(20%, auto));
    align-items: center;
}

.mypage-record-wrap ul li img {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.mypage-record-wrap ul li p {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    line-height: 1.7em;
    font-size: 18px;
    color: #666;
}

.mypage-record-wrap ul li span {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    font-size: 28px;
    color: var(--red);
    font-weight: 700;
}

/* 내장현황 */
.mypage-listBox-wrap.mypage ul.listBox {
    cursor: default;
}

.mypage-listBox-wrap.mypage ul.listBox:hover {
    border: 2px solid #20a9a5;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.29);
    background-color: #f9ffff;
}

.mypage-listBox-wrap.mypage ul.listBox li.listBox-in ul li.add a.my {
    width: 96px;
    background-color: transparent;
    border: 1px solid #20a9a5;
    color: #20a9a5;
    opacity: 0.5;
    padding: 5px 0;
    text-align: center;
}

.mypage-listBox-wrap.mypage ul.listBox:hover li.listBox-in ul li {
    opacity: 1;
}

.mypage-listBox-wrap.mypage ul.listBox:hover li.listBox-in ul li.add a.my {
    opacity: 1;
}

.mypage-listBox-wrap.mypage.on ul.listBox {
    border: 2px solid #20a9a5;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.29);
    background-color: #f9ffff;
}

.mypage-listBox-wrap.mypage.on .listBox-in ul li {
    opacity: 1;
}

.mypage-listBox-wrap.mypage.on ul.listBox li.listBox-in ul li.add a.my {
    opacity: 1;
}

.listBox-score-wrap {
    padding: 30px 30px 50px 30px;
    display: none;
    position: relative;
    width: 98%;
    margin: 15px auto 40px auto;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
}

.mypage-listBox-wrap.mypage ul.listBox-score h3 {
    font-size: 20px;
    font-weight: 500;
}

.mypage-listBox-wrap.mypage ul.listBox-score li p {
    font-size: 15px;
    margin: 6px 0 30px 0;
}

ul.listBox-score li .tbl-score {
    width: 100%;
    font-size: 18px;
    text-align: center;
    border-collapse: collapse;
    background-color: #fff;
}

ul.listBox-score li .tbl-score thead tr th {
    background-color: #20a9a5;
    color: #fff;
    border-bottom: 1px solid #ccc;
    height: 45px;
    vertical-align: middle;
}

ul.listBox-score li .tbl-score thead tr th b {
    font-weight: 700;
    text-transform: uppercase;
}

ul.listBox-score li .tbl-score thead tr th span {
    font-size: 14px;
}

ul.listBox-score li .tbl-score thead tr th:first-child {
    font-weight: 700;
    background-color: var(--black);
}

ul.listBox-score li .tbl-score thead tr th:last-child {
    border-right: 1px solid #ccc;
}

ul.listBox-score li .tbl-score tbody tr.score-th {
    background-color: var(--main-color);
    color: #fff;
}

ul.listBox-score li .tbl-score tbody tr.score-th td {
    font-weight: 400;
}

ul.listBox-score li .tbl-score tbody tr td {
    padding: 12px 5px;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    vertical-align: middle;
}

ul.listBox-score li .tbl-score tbody tr td:last-child {
    border-right: 1px solid #ccc;
}

ul.listBox-score li .tbl-score tbody tr td b {
    font-weight: 700;
    text-transform: uppercase;
}

ul.listBox-score li .tbl-score tbody tr td span {
    font-size: 14px;
}

ul.listBox-score li .tbl-score tbody tr th {
    background-color: #fff;
    padding: 12px 0;
    font-weight: 500;
    vertical-align: middle;
    border: 1px solid #ccc;
}

/*--- 나의 활동 end ---*/

.mypage-color-add {
    background-color: #f9f9f9;
}

.mypage-color-add2 {
    background-color: #fff;
    padding: 50px 0 80px 0;
    border-radius: 20px;
    box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.05);
}

/*--- mypage end ---*/


/*--- member ---*/
.join-agree-wrap {
    width: 400px;
    margin: auto;
}

.logo-login {
    width: 100%;
    margin-bottom: 37px;
    background: url('/pc/images/valley/ic_bi.svg') center center no-repeat;
    height: 68px;
    font-size: 0;
}

.join-wrap {
    width: 100%;
    margin: auto;
}

.join-wrap h1.title {
    text-align: center;
    font-size: 24px;
    padding-bottom: 12px;
    color: #535b5d;
    font-weight: 500;
}

.join-header-text {
    font-size: 14px;
    text-align: center;
    color: #535b5d;
    line-height: 1.7em;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #dbdbdb;
}

/* 회원정보 수정 */
.join-agree-wrap.wide {
    width: 500px;
}

.check-all {
    text-align: center;
    width: 100%;
}

.check-all span {
    width: 34px;
    height: 34px;
    display: inline-block;
}

.check-all p {
    font-size: 20px;
    color: #505050;
    padding-top: 9px;
}

.check-all input[type=checkbox] {
    display: none;
}

.check-all input[type=checkbox] + label {
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url('/pc/images/valley/ic_login_check.svg');
    background-size: 34px 34px;
    padding: 17px;
    font-size: 0;
    width: 35px;
    height: 35px;
    transition: 0.3s all;
}

.check-all input[type=checkbox]:checked + label {
    background-image: url('/pc/images/valley/ic_login_checked.svg');
    background-size: 34px 34px;
}

.join-box {
    padding-top: 30px;
    width: 100%;
}

.join-box ul li {
    width: 100%;
    border-bottom: 1px dashed #dbdbdb;
    display: table;
}

.join-box ul li h2.title {
    font-size: 18px;
    text-align: left;
    color: #535b5d;
    letter-spacing: -1px;
    font-weight: 400;
    position: relative;
    height: 88px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.join-box ul li h2.title b {
    color: var(--red);
    padding-left: 4px;
    display: inline-block;
}

.join-box ul li h2.title a {
    position: absolute;
    right: 50px;
    top: 26px;
    display: inline-block;
    width: 104px;
    padding: 8px 0;
    color: #505050;
    letter-spacing: -0.8px;
    border: 1px solid #c7c7c7;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.16);
    text-align: center;
    border-radius: 20px;
    font-size: 16px;
}

.check-select {
    position: absolute;
    right: 0;
    top: 26px;
    width: 34px;
    height: 34px;
}

.check-select input[type=checkbox] {
    display: none;
}

.check-select input[type=checkbox] + label {
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url('/pc/images/valley/ic_login_check.svg');
    background-size: 34px 34px;
    font-size: 0;
    padding: 17px;
    width: 35px;
    height: 35px;
    transition: 0.3s all;
}

.check-select input[type=checkbox]:checked + label {
    background-image: url('/pc/images/valley/ic_login_checked.svg');
    background-size: 34px 34px;
}

.join-box-text {
    text-align: center;
    font-size: 18px;
    color: #a2a2a2;
    padding-top: 35px;
}

.agree-box {
    width: 600px;
    margin: 15px 0 25px;
    max-height: 350px;
    overflow-y: auto;
}

.agree-box ul li {
    word-break: keep-all;
    line-height: 1.25em;
    font-size: 13px;
    color: #1c1c1c;
}

.member-info-box {
    width: 100%;
}

.member-info-box dl {
    width: 100%;
    margin-bottom: 36px;
}

.member-info-box dt {
    display: block;
    margin-bottom: 15px;
    color: #505050;
    font-weight: 400;
    font-size: 20px;
}

.member-info-box dt span {
    vertical-align: baseline;
    color: var(--red);
    font-weight: 500;
    padding-left: 5px;
}

.member-info-box dd {
    width: 100%;
    margin-bottom: 8px;
    color: #4e4e4e;
}

.member-info-box p {
    line-height: 1.5em;
    word-break: keep-all;
    color: #4e4e4e;
}

.select-gender {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 16px;
}

.input-disable {
    background-color: #fff;
    text-indent: 20px;
    line-height: 40px;
    font-size: 20px;
    color: var(--black);
    font-weight: 500;
    font-family: "Pretendard", sans-serif;
}

.select-gender span {
    width: 77px;
    line-height: 60px;
    display: inline-block;
    border-radius: 40px;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.16);
    color: #fff;
    text-align: center;
}

.select-gender span.man {
    background-color: #2bafe6;
}

.select-gender span.woman {
    background-color: #db5c97;
}

.enter-id {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 9px;
}

.enter-id input {
    flex: 1;
}

.btn-overlap {
    width: 104px;
    background-color: var(--main-color);
    color: #fff;
    font-weight: 300;
    text-align: center;
    height: 60px;
    border-radius: 40px;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.16);
}

.member-info-box input[type=text], .member-info-box input[type=password], .member-info-box input[type="number"] {
    height: 60px;
    background-color: #f9f9f9;
    border: 1px solid #dedede;
    font-size: 18px;
}

.member-info-box input[type="number"] {
    text-align: center;
    text-indent: 0;
    font-family: "Pretendard", sans-serif;
}

.member-info-box input[type="number"][disabled] {
    color: #acacac;
}

.member-info-box input::-webkit-input-placeholder {
    font-size: 18px;
    color: #acacac;
}

.member-info-box input.focus {
    border: 1px solid var(--main-color);
}

.member-info-box select {
    height: 60px;
    background-color: #f9f9f9;
    border: 1px solid #dedede;
    font-size: 18px;
    padding: 0 20px;
}

.zone {
    display: flex;
    justify-content: space-between;
    gap: 0 7px;
}

.zone select {
    flex: 1;
    background-position: center right 24px;
}

.email {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-items: center;
    line-height: 48px;
    gap: 9px 6px;
}

.email input[type="text"] {
    flex: 1;
}

.email select {
    flex-shrink: 1;
    width: 100%;
    background-position: center right 24px;
}

.area select {
    flex-shrink: 1;
    width: 100%;
    background-position: center right 24px;
}

.member-info-box .phone {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 0 4px;
}

.member-info-box .phone input {
    flex: 1;
    text-align: center;
    text-indent: 0;
}

.radio-sty01 {
    font-size: 16px;
}

.radio-sty01 input[type=radio] {
    display: none;
}

.radio-sty01 input[type=radio] + label {
    background-repeat: no-repeat;
    background-image: url('/pc/images/valley/ic_radio.svg');
    background-size: 19px 19px;
    padding-left: 21px;
    padding-right: 20px;
    background-position: left top 0px;
    transition: 0.3s all;
}

.radio-sty01 input[type=radio]:checked + label {
    background-image: url('/pc/images/valley/ic_radio_select.svg');
    background-size: 19px 19px;
}

.member-info-box .phone-modify {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 0 4px;
}

.member-info-box .phone-modify input {
    flex: 1;
}

.member-info-box .phone-modify input[type="text"]::placeholder {
    text-align: center;
}

.member-info-box .phone-modify button {
    width: 133px;
    background-color: var(--main-color);
    color: #fff;
    font-weight: 300;
    text-align: center;
    height: 60px;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.16);
}

.member-info-box .phone-enter-certified {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 4px;
}

.member-info-box .phone-enter-certified button {
    width: 133px;
    background-color: var(--main-color);
    color: #fff;
    font-weight: 300;
    text-align: center;
    height: 60px;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.16);
}

.member-info-box .phone-enter-certified .enter-number-certified {
    border: 1px solid #dedede;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.member-info-box .phone-enter-certified .enter-number-certified input.num {
    border: 0;
    text-align: left;
    text-indent: 0;
    padding: 0 20px;
    flex: 1;
}

.member-info-box .phone-enter-certified .enter-number-certified .certified-time {
    width: 30%;
    color: #acacac;
    line-height: 58px;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
}


/*id-pw찾기*/
.btn-send-cord {
    width: 100%;
    line-height: 56px;
    border: solid 1px var(--black);
    background-color: #fff;
    font-size: 20px;
    letter-spacing: -1px;
    margin-bottom: 17px;
}

.idpw-box {
    border-top: 1px dashed #dbdbdb;
    padding: 27px 0 0;
}

.idpw-box ul {
    width: 100%;
    margin-bottom: 19px;
}

.idpw-box .phone {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 0 4px;
}

.idpw-box .phone input {
    flex: 1;
}

.idpw-box input[type=text], .idpw-box input[type=password], .idpw-box input[type="number"] {
    height: 60px;
    background-color: #f9f9f9;
    border: 1px solid #dedede;
    font-size: 18px;
}

.idpw-box input[type="number"] {
    text-align: center;
    text-indent: 0;
    font-family: "Pretendard", sans-serif;
}

.idpw-box input[type="number"][disabled] {
    color: #acacac;
}

.idpw-box input::-webkit-input-placeholder {
    font-size: 18px;
    color: #acacac;
}

.idpw-box .phone .input.focus {
    border: 1px solid var(--main-color);
}

.idpw-box .phone-certified.input.focus {
    border: 1px solid var(--main-color);
}

.phone-certified {
    width: 100%;
    border: 1px solid #dedede;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-certified li {
    flex-grow: 1;
}

.phone-certified input[type="text"] {
    border: 0;
    text-align: left;
    text-indent: 20px;
}

.phone-certified .certified-time {
    flex-shrink: 1;
    color: #acacac;
    line-height: 58px;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
}

.id-check-box {
    width: 100%;
    padding-bottom: 33px;
    font-weight: 400;
    text-align: center;
    font-size: 20px;
    letter-spacing: -0.63px;
    line-height: 2.4em;
    color: #acacac;
    border-bottom: 1px dashed #dbdbdb;
    margin: 35px 0 30px;
}

.id-check-box span {
    font-size: 35px;
    letter-spacing: -2px;
    font-weight: 500;
    color: var(--black);
}

.join-box-text2 {
    text-align: center;
    font-size: 18px;
    padding-top: 35px;
    line-height: 2em;
    color: #3d3d3d;
    letter-spacing: -1px;
}

/* 로그인 */
.loginPage-wrap {
    width: 100%;
    height: 100%;
    background: url("/pc/images/valley/login_back.jpg") center / cover no-repeat;
    position: relative;
}

.loginPage-wrap-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.48);
}

.loginPage-in {
    width: 400px;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    z-index: 10;
    position: relative;
}

.loginPage-in .logo-loginPage {
    width: 100%;
    background: url('/pc/images/valley/ic_bi.svg') center center no-repeat;
    font-size: 0;
    height: 145px;
}

.loginPage-in .login-wrap {
    padding: 0 0 52px 0;
}

.loginPage-in .search-idpw {
    margin: 50px auto;
}

/*--- member end ---*/

/*--- about ---*/
.about-wrap {
    width: 1200px;
    margin: 0 auto 100px;
}

.esg-wrap {
    width: 100%;
    margin-top: 75px;
}

.club-head-title {
    position: relative;
}

.club-head-title h3 {
    color: #666;
    line-height: 1.5em;
    padding-bottom: 14px;
}

.club-head-title h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 38px;
}

.image-club-wrap ul {
    width: 100%;
    margin-bottom: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 65px;
}

.image-club-wrap ul .greeting-text {
    flex: 1;
    color: #3d3d3d;
    line-height: 1.6em;
}

.image-club-wrap ul .greeting-text h3 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 25px;
}

.image-club-wrap ul .greeting-text p {
    margin-bottom: 60px;
    word-break: keep-all;
}

.image-club-wrap ul .greeting-text p.sign {
    display: flex;
    justify-content: flex-end;
    gap: 0 5px;
    align-items: center;
}

.image-club-wrap ul .greeting-text p:last-child {
    margin-bottom: 0;
}

/* 에세이 */
.visual-essay {
    padding: 60px;
    background-color: #f8f8f8;
    margin-bottom: 80px;
}

.visual-text {
    padding-left: 290px;
    position: relative;
}

.visual-text h2 {
    color: var(--main-color);
    font-size: 24px;
    font-weight: 700;
}

.visual-text p {
    width: 600px;
    margin-top: 24px;
    padding-top: 24px;
    line-height: 1.5em;
    border-top: 1px dashed #999;
    color: #666;
}

.visual-text::before {
    content: '';
    background: url('/pc/images/valley/essay.png') center center no-repeat;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: -44px;
    width: 227px;
    height: 210px;
}

.essay-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px 16px;
    margin-top: 30px;
}

.essay-list li {
    padding: 16px 15px;
    border: 1px solid #ccc;
    text-align: center;
}

.essay-list li a {
    display: block;
}

.essay-list li figure img {
    width: 256px;
    height: 362px;
    object-fit: cover;
}

.essay-list li h3 {
    font-size: 20px;
    padding: 16px 0;
}

/* 스토리 */
.story-wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.story-wrap img {
    width: 100%;
    height: 100%;
}

.story-text {
    position: absolute;
    bottom: 56px;
    right: 22px;
    display: flex;
    gap: 0 25px;
}

.story-text img {
    width: 90px;
    height: 90px;
}

.story-text p {
    white-space: pre-line;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 22px 0;
}

.story-text p b {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}

.story-text p span {
    font-weight: 400;
    font-size: 18px;
}

.story-text p span strong {
    font-weight: 700;
}

/*연혁*/
.history-head {
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 1px solid #ccc;
}

.history-head figure img {
    width: 100%;
}

.history-head h2 {
    padding: 32px 0;
    font-size: 40px;
    line-height: 1.4em;
    font-weight: 400;
}

.history-head h2 strong {
    font-weight: 700;
}

.history-head p {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.55em;
    white-space: pre-line;
}

.history-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 30px;
}

.history-tab {
    position: relative;
}

.history-tab::before {
    content: '';
    position: absolute;
    top: -26px;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: var(--main-color);
}

.history-tab li {
    display: flex;
    flex-direction: column;
    gap: 38px 0;
}

.history-tab li p span {
    font-size: 32px;
    color: rgba(35, 31, 32, 0.4);
    transition: .2s all ease-in-out;
    cursor: pointer;
}

.history-tab li p.on span {
    color: rgba(35, 31, 32, 1);
    font-weight: 700;
}

.history-wrap .history-con-wrap {
    width: 775px;
    position: relative;
}

.history-con {
    position: relative;
    height: 685px;
    overflow-y: auto;
}

.history-con::-webkit-scrollbar {
    width: 9px;
}

.history-con::-webkit-scrollbar-thumb {
    height: 2%;
    background: var(--main-color);
    border-radius: 10px;
}

.history-con::-webkit-scrollbar-track {
    background: #eee;
}

.history-list {
    position: relative;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
}

.history-list ul {
    position: relative;
    padding-bottom: 26px;
}

.history-list ul:last-child {
    padding-bottom: 0;
}

.history-list ul::after {
    content: '';
    position: absolute;
    top: 18px;
    left: -46px;
    width: 1px;
    height: 100%;
    background-color: var(--main-color);
}

.history-list ul:last-child::after {
    display: none;
}

.history-list ul li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 0 26px;
    font-size: 18px;
    line-height: 1.7em;
}

.history-list ul li::before {
    content: '';
    position: absolute;
    top: 13px;
    left: -50px;
    background-color: #fff;
    border: 1px solid var(--main-color);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    z-index: 1;
}

.history-list ul li span {
    font-weight: 700;
}

.history-list em {
    position: relative;
    padding-bottom: 40px;
}

.history-list em::after {
    content: '';
    position: absolute;
    top: 18px;
    left: -46px;
    width: 1px;
    height: 100%;
    background-color: var(--main-color);
}

/* 어워즈 */
.awards-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 30px;
}

.awards-tab {
    position: relative;
    width: 100%;
}

.awards-tab li {
    display: flex;
    gap: 0 24px;
    align-items: center;
    justify-content: center;
}

.awards-tab li span {
    font-size: 32px;
    color: #999;
    transition: .1s all ease-in-out;
    cursor: pointer;
    position: relative;
}

.awards-tab li span.on {
    color: #20a9a5;
    font-weight: 700;
    border-bottom: 1px solid #20a9a5;
}

.awards-con-wrap {
    padding-top: 64px;
    width: 100%;
}

.awards-con-wrap li {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px 16px;
}

.awards-box {
    border: 1px solid #ccc;
    flex: 1;
    max-width: 288px;
    height: 373px;
    text-align: center;
}

.awards-box h4 {
    font-size: 14px;
    color: #999;
}

.awards-box p {
    font-size: 17px;
    line-height: 1.4em;
    padding: 32px 13px 0;
    letter-spacing: -0.5px;
    white-space: pre-line;
}

/* esg */
.esg-wrap {
    width: 100%;
    margin-top: 35px;
}

.club-head-title {
    position: relative;
}

.club-head-title h3 {
    color: #666;
    line-height: 1.5em;
    padding-bottom: 14px;
}

.club-head-title h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 38px;
}

.club-head-title .btn-atrium {
    position: absolute;
    right: 0;
    bottom: 38px;
    display: inline-block;
    padding: 8px 15px 9px;
    border: 1px dashed #666;
    background-color: var(--black);
    font-size: 17px;
    color: #fff;
    box-shadow: 0 0 0 3px var(--black);
}

.club-head-title .btn-atrium b {
    font-weight: 700;
}

.esg-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.5px;
    padding-bottom: 10px;
    margin: 56px 0 24px;
}

.video-concert {
    background-color: #f8f8f8;
    width: 100%;
    margin-bottom: 100px;
}

.concert-title {
    width: 600px;
    text-align: center;
    margin: auto;
    padding: 63px 0 93px;
}

.concert-title h3 {
    font-size: 24px;
    color: var(--red);
    font-weight: 700;
    border-bottom: 1px dashed #999;
    padding-bottom: 22px;
}

.concert-title p {
    margin-top: 10px;
}

.video-concert .concert {
    width: 100%;
}

.concert-summary {
    padding: 46px 60px;
    background-color: #f8f8f8;
    margin-bottom: 100px;

}

.concert-summary p {
    line-height: 1.5em;
    font-size: 20px;
}

.link-concert {
    display: flex;
    gap: 0 16px;
    padding: 32px 0;
    border-bottom: 1px dashed #999;
}

.link-concert a {
    display: inline-block;
    padding: 15px 30px 13px;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    background-color: #2bafe6;
}

.link-concert a.btn-concert {
    background-color: #8183c6;
}

.link-concert a.btn-photoBook {
    background-color: #db5c97;
}

.slide-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.5px;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--black);
    margin: 56px 0 33px;
}

.esg-slide-wrap {
    position: relative;
}

.esg-slide .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.esg-slide .swiper-slide p {
    text-align: center;
    padding-top: 11px;
    font-size: 14px;
}

.esg-slide .swiper-slide.swiper-slide-active img {
    border: 3px solid var(--main-color);
}

.esg-slide .swiper-slide.swiper-slide-active p {
    color: var(--main-color);
    font-weight: 700;
}

.btn-concert-left, .btn-concert-right {
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% - 10px));
    z-index: 2;
    font-size: 0;
    cursor: pointer;
}

.btn-concert-left {
    left: -32px;
    background: url('/pc/images/valley/ic_main_facilG.svg') center center no-repeat;
    width: 64px;
    height: 64px;
    background-size: 64px 64px;
    opacity: 0.5;
}

.btn-concert-right {
    right: -32px;
    background: url('/pc/images/valley/ic_main_facilR.svg') center center no-repeat;
    width: 64px;
    height: 64px;
    background-size: 64px 64px;
}

/* 합동결혼식 */
.wedding-slide-wrap {
    position: relative;
}

.wedding-slide .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn-wedding-left, .btn-wedding-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    font-size: 0;
    cursor: pointer;
}

.btn-wedding-left {
    left: -32px;
    background: url('/pc/images/valley/ic_main_facilG.svg') center center no-repeat;
    width: 64px;
    height: 64px;
    background-size: 64px 64px;
    opacity: 0.5;
}

.btn-wedding-right {
    right: -32px;
    background: url('/pc/images/valley/ic_main_facilR.svg') center center no-repeat;
    width: 64px;
    height: 64px;
    background-size: 64px 64px;
}

.wedding-text {
    margin-top: 40px;
    text-align: center;
    line-height: 1.5em;
    font-size: 20px;
}

/* academy */
.academy-text {
    margin: 40px 0 78px;
    text-align: center;
    line-height: 1.5em;
    font-size: 20px;
}

.pro-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 64px 26px;
}

.pro-list li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pro-list li h3 {
    border: 1px solid #ccc;
    border-top: 0;
    background-color: #f9f9f9;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
}

.program-title {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1.2px;
    padding-bottom: 24px;
    margin: 100px 0 80px;
    border-bottom: 2px solid var(--black);
}

.academy-con-wrap {
    padding-top: 64px;
    width: 100%;
}

.btn-program {
    display: inline-block;
    padding: 8px 15px 9px;
    border: 1px dashed #666;
    background-color: var(--black);
    font-size: 17px;
    color: #fff;
    box-shadow: 0 0 0 3px var(--black);
}

.academy-img-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 1%;
}

.academy-img-box li {
    flex: 0 0 49%;
}

.academy-img-box li img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}

/* 오시는길 */
.way-tab {
    position: relative;
    width: 100%;
    margin-bottom: 64px;
}

.way-tab li {
    display: flex;
    gap: 0 16px;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.way-tab li span {
    font-size: 20px;
    color: #999;
    transition: .2s all ease-in-out;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.way-tab li span.on {
    color: #20a9a5;
    font-weight: 700;
    border-bottom: 1px solid #20a9a5;
}

.way-tab li span b {
    font-size: 13px;
    display: block;
    padding-top: 4px;
}

.way-tab li span em {
    height: 24px;
}

.way-con {
    width: 100%;
}

.way-con li {
    width: 100%;
    position: relative;
}

.way-con li figure img {
    width: 100%;
}

.way-con li a {
    display: inline-block;
    position: absolute;
    bottom: 40px;
    left: 20px;
    background-color: #20a9a5;
    color: #fff;
    padding: 11px 24px;
    border-radius: 30px;
}

.about-way-info {
    width: 100%;
    padding: 0 20px;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    margin-top: 24px;
}

.about-way-info li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 32px;
    height: 60px;
}

.about-way-info li p {
    position: relative;
    padding-left: 24px;
}

.about-way-info li p::before {
    content: '';
    background: url('/pc/images/valley/ic_point.svg') center center no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
}

.about-way-info li p:last-child::before {
    background: url('/pc/images/valley/ic_call.svg') center center no-repeat;
}

.tbl-sty01.way tbody th {
    color: #20a9a5;
    font-weight: 700;
    background-color: #fff;
    font-size: 18px;
    line-height: 1.88em;
}

.tbl-sty01.way tbody td {
    line-height: 1.88em;
    text-align: left;
    padding: 20px 40px;
    word-break: keep-all;
    font-weight: 400;
}

/* 클럽하우스 */
.facil-tab {
    position: relative;
    width: 100%;
}

.facil-tab li {
    display: flex;
    gap: 0 24px;
    align-items: center;
    justify-content: center;
}

.facil-tab li span {
    font-size: 28px;
    color: #999;
    transition: .2s all ease-in-out;
    cursor: pointer;
    position: relative;
}

.facil-tab li span.on {
    color: #20a9a5;
    font-weight: 700;
    border-bottom: 1px solid #20a9a5;
}

.facil-con-wrap {
    width: 100%;
    margin-top: 80px;
}

.facil-slide {
    border: 8px solid #20a9a5;
    height: 680px;
    position: relative;
}

.facil-slide p {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    padding: 0 50px 37px 32px;
    word-break: keep-all;
    line-height: 1.5em;
    z-index: 2;
    font-weight: 300;
    letter-spacing: -1px;
    white-space: pre-line;
}

.facil-slide p::before {
    content: '';
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.8));
    width: 100%;
    height: 220px;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.facil-slide .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.facil-thumb-slide {
    margin-top: 40px;
}

.facil-thumb-slide .swiper-slide {
    flex-basis: content;;
}

.facil-thumb-slide .swiper-slide img {
    display: block;
    width: 231px;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    cursor: pointer;
}

.facil-thumb-slide .swiper-slide.swiper-slide-thumb-active img {
    opacity: 1;
}

.facil-text {
    line-height: 1.6em;
    white-space: pre-line;
    margin-top: 40px;
}

.facil-text b {
    font-weight: 700;
}

.facil-btn-menu {
    width: 250px;
    margin-bottom: 20px;
    background: var(--main-color);
}

.facil-btn-menu a {
    display: block;
    text-align: center;
    font-size: 17px;
    color: #fff;
    padding: 12px 0;
}


/* 토너먼트 */
.tournament-tab {
    position: relative;
    width: 100%;
    margin: 64px 0;
}

.tournament-tab li {
    display: flex;
    gap: 0 16px;
    align-items: center;
    justify-content: center;
}

.tournament-tab li span {
    font-size: 32px;
    color: #999;
    transition: .2s all ease-in-out;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.tournament-tab li span.on {
    color: #20a9a5;
    font-weight: 700;
    border-bottom: 1px solid #20a9a5;
}

.tournament-tab li span b {
    font-size: 13px;
    display: block;
    padding-top: 4px;
}

.btn-tournament-left, .btn-concert-right {
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% - 10px));
    z-index: 2;
    font-size: 0;
    cursor: pointer;
}

.btn-concert-left {
    left: -32px;
    background: url('/pc/images/valley/ic_main_facilG.svg') center center no-repeat;
    width: 64px;
    height: 64px;
    background-size: 64px 64px;
    opacity: 0.5;
}

.btn-concert-right {
    right: -32px;
    background: url('/pc/images/valley/ic_main_facilR.svg') center center no-repeat;
    width: 64px;
    height: 64px;
    background-size: 64px 64px;
}

.tournament-box {
    width: 100%;
    background-color: #f8f8f8;
    padding: 56px 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 162px;
    margin-bottom: 100px;
}

.tournament-box li {
    flex: 1;
}

.tournament-box .poster {
    width: 487px;
    height: 487px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tournament-box .poster img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: cover;
}

.tournament-box h1 {
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 700;
    word-break: keep-all;
    margin-bottom: 52px;
    letter-spacing: -1px;
}

.tournament-box dl {
    display: table;
    padding: 12px 0;
    font-size: 17px;
    width: 100%;
}

.tournament-box dl dt {
    display: table-cell;
    width: 158px;

}

.tournament-box dl dd {
    font-weight: 700;
    text-align: right;
    padding-right: 50px;
}

.tournament-slide {
    box-sizing: border-box;
}

.tournament-slide .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn-tournament-left, .btn-tournament-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    font-size: 0;
    cursor: pointer;
}

.btn-tournament-left {
    left: -32px;
    background: url('/pc/images/valley/ic_main_facilG.svg') center center no-repeat;
    width: 64px;
    height: 64px;
    background-size: 64px 64px;
    opacity: 0.5;
}

.btn-tournament-right {
    right: -32px;
    background: url('/pc/images/valley/ic_main_facilR.svg') center center no-repeat;
    width: 64px;
    height: 64px;
    background-size: 64px 64px;
}

/*--- about end ---*/

/*--- course ---*/
/* 코스안내 */
.contents-wrap.course {
    padding: 176px 0 0 0;
}

.contents-wrap.course2 {
    padding: 0 0 176px 0;
}

.course-info-text {
    margin-bottom: 75px;
}

.course-info-text h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 10px;
}

.course-info-text p {
    font-size: 17px;
    line-height: 26px;
    white-space: pre-line;
}

.course-info-img {
    position: relative;
    height: 880px;
}

.course-info-img::after {
    content: "";
    background: url("/pc/images/valley/course/img_courseinfo.jpg") center / cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: brightness(0.95);
}

.course-info-detail {
    display: flex;
    align-items: center;
    width: 100%;
    background: #f8f8f8;
    padding: 85px 85px 85px 55px;
    border-radius: 30px 30px 0 0;
    gap: 0 100px;
    position: relative;
    top: -87px;
    z-index: 5;
}

.course-info-detail-img, .course-info-detail-text {
    width: calc((100% - 100px) / 2);
}

.course-info-detail-img img {
    width: 100%;
}

.course-info-detail-text h3 {
    font-size: 40px;
    margin-bottom: 35px;
}

.course-info-detail-text table {
    width: 100%;
}

.course-info-detail-text table tbody tr th {
    text-align: left;
    font-weight: 500;
    font-size: 17px;
    padding: 15px 0;
}

.course-info-detail-text table tbody tr td {
    text-align: right;
    font-size: 17px;
    padding: 15px 0;
}

.course-info-box-top {
    margin-bottom: 40px;
    width: 100%;
    height: 280px;
    background: url("/pc/images/valley/course/img_course_info_back1.jpg") center / cover no-repeat;
    position: relative;
    z-index: 1;
}

.course-info-box-top::after {
    content: "";
    background: rgba(0, 94, 91, 0.4);
    width: 100%;
    height: 100%;
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
}

.course-info-box-top .top-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 10;
}

.course-info-box-top .top-text h3 {
    font-size: 34px;
    margin-bottom: 32px;
}

.course-info-box-top .top-text a {
    width: 215px;
    display: block;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #fff;
    margin: 0 auto;
}

.course-info-table table {
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.course-info-table table thead tr th {
    padding: 20px 0;
    font-weight: 700;
    border-top: 2px solid var(--black);
    background: #f9f9f9;
}

.course-info-table table tbody tr th {
    padding: 20px 0;
    font-size: 17px;
    border-bottom: 1px solid #ccc;
}

.course-info-table table tbody tr td {
    padding: 20px 0;
    font-size: 17px;
    border-bottom: 1px solid #ccc;
}

.course-info-box-top.top2 {
    background: url("/pc/images/valley/course/img_course_info_back2.jpg") center / cover no-repeat;
}

/* 서원코스 */
.course-guide-tab ul {
    width: 100%;
    display: flex;
    align-items: center;
}

.course-guide-tab ul li {
    width: calc((100%) / 9);
    padding: 25px 0;
    cursor: pointer;
    border-bottom: 4px solid #fff;
    transition: all .2s ease-in-out;
}

.course-guide-tab ul li p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px 0;
    opacity: 0.5;
}

.course-guide-tab ul li p b {
    font-size: 12px;
}

.course-guide-tab ul li p span {
    font-size: 24px;
}

.course-guide-tab ul li.on {
    border-bottom: 4px solid var(--main-color);
}

.course-guide-tab ul li.on:hover {
    background: #eee;
    border-bottom: 4px solid var(--main-color);
}

.course-guide-tab ul li:hover {
    background: #eee;
    border-bottom: 4px solid #eee;
}

.course-guide-tab ul li.on p {
    opacity: 1;
}

.course-guide-tab ul li.on p span {
    font-weight: 700;
}

.course-guide-cont {
    background: #f8f8f8;
    display: none;
    padding: 80px 38px 65px;
}

.course-guide-box {
    width: 100%;
    display: grid;
    align-items: end;
    gap: 77px 174px;
    grid-template:
        "a b"
        "c c";
    grid-template-columns: calc((100% - 174px) / 2);
    grid-template-rows: auto;
}

.course-guide-box img {
    width: 100%;
}

.course-guide-in1 {
    grid-area: a;
    padding-left: 45px;
    height: 690px;
}

.course-guide-in1 ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 80px 0;
    width: 100%;
    height: 100%;
}

.course-guide-in1 ul li:nth-of-type(1) {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    align-items: center;
    justify-content: center;
}

.course-guide-in1 ul li:nth-of-type(1) p b {
    letter-spacing: 3.2px;
}

.course-guide-in1 ul li:nth-of-type(1) p strong {
    font-size: 64px;
    font-weight: 700;
    line-height: 76px;
}

.course-guide-in1 ul li:nth-of-type(1) p:nth-of-type(3) {
    display: flex;
    align-items: center;
    gap: 0 48px;
    position: relative;
}

.course-guide-in1 ul li:nth-of-type(1) p:nth-of-type(3)::after {
    content: "";
    width: 1px;
    height: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #999;
}

.course-guide-in1 ul li:nth-of-type(1) p span {
    font-size: 14px;
    color: #999;
    width: calc((100% - 25px) / 2);
}

.course-guide-in1 ul li:nth-of-type(1) p span small {
    font-size: 18px;
    color: var(--black);
    margin-left: 23px;
}

.course-guide-in1 ul li:nth-of-type(2) {
    font-size: 17px;
    line-height: 34px;
    white-space: pre-line;
    text-align: center;
    word-break: keep-all;
}

.course-guide-in1 ul li:nth-of-type(3) table {
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.course-guide-in1 ul li:nth-of-type(3) table thead tr th {
    border-top: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
    font-weight: 700;
    padding: 15px 0;
}

.course-guide-in1 ul li:nth-of-type(3) table thead tr th:nth-of-type(1) {
    color: #1331c5;
}

.course-guide-in1 ul li:nth-of-type(3) table thead tr th:nth-of-type(2) {
    color: #666;
}

.course-guide-in1 ul li:nth-of-type(3) table thead tr th:nth-of-type(3) {
    color: #ff9100;
}

.course-guide-in1 ul li:nth-of-type(3) table thead tr th:nth-of-type(4) {
    color: var(--red);
}

.course-guide-in1 ul li:nth-of-type(3) table tbody tr td {
    border-bottom: 1px solid var(--black);
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0;
}

.course-guide-in2 {
    grid-area: b;
    width: 373px;
    height: 690px;
    mix-blend-mode: multiply;
}

#seowonCon1 .course-guide-in2 {
    background: url("/pc/images/valley/course/seowon/s1.jpg") center / contain no-repeat;
}

#seowonCon2 .course-guide-in2 {
    background: url("/pc/images/valley/course/seowon/s2.jpg") center / contain no-repeat;
}

#seowonCon3 .course-guide-in2 {
    background: url("/pc/images/valley/course/seowon/s3.jpg") center / contain no-repeat;
}

#seowonCon4 .course-guide-in2 {
    background: url("/pc/images/valley/course/seowon/s4.jpg") center / contain no-repeat;
}

#seowonCon5 .course-guide-in2 {
    background: url("/pc/images/valley/course/seowon/s5.jpg") center / contain no-repeat;
}

#seowonCon6 .course-guide-in2 {
    background: url("/pc/images/valley/course/seowon/s6.jpg") center / contain no-repeat;
}

#seowonCon7 .course-guide-in2 {
    background: url("/pc/images/valley/course/seowon/s7.jpg") center / contain no-repeat;
}

#seowonCon8 .course-guide-in2 {
    background: url("/pc/images/valley/course/seowon/s8.jpg") center / contain no-repeat;
}

#seowonCon9 .course-guide-in2 {
    background: url("/pc/images/valley/course/seowon/s9.jpg") center / contain no-repeat;
}

.course-guide-in3 {
    grid-area: c;
    width: 100%;
    height: 628px;
}

#seowonCon1 .course-guide-in3 {
    background: url("/pc/images/valley/course/seowon/b_s1.jpg") center / contain no-repeat;
}

#seowonCon2 .course-guide-in3 {
    background: url("/pc/images/valley/course/seowon/b_s2.jpg") center / contain no-repeat;
}

#seowonCon3 .course-guide-in3 {
    background: url("/pc/images/valley/course/seowon/b_s3.jpg") center / contain no-repeat;
}

#seowonCon4 .course-guide-in3 {
    background: url("/pc/images/valley/course/seowon/b_s4.jpg") center / contain no-repeat;
}

#seowonCon5 .course-guide-in3 {
    background: url("/pc/images/valley/course/seowon/b_s5.jpg") center / contain no-repeat;
}

#seowonCon6 .course-guide-in3 {
    background: url("/pc/images/valley/course/seowon/b_s6.jpg") center / contain no-repeat;
}

#seowonCon7 .course-guide-in3 {
    background: url("/pc/images/valley/course/seowon/b_s7.jpg") center / contain no-repeat;
}

#seowonCon8 .course-guide-in3 {
    background: url("/pc/images/valley/course/seowon/b_s8.jpg") center / contain no-repeat;
}

#seowonCon9 .course-guide-in3 {
    background: url("/pc/images/valley/course/seowon/b_s9.jpg") center / contain no-repeat;
}

/* 밸리코스 */
#valleyCon1 .course-guide-in2 {
    background: url("/pc/images/valley/course/valley/v1.jpg") center / contain no-repeat;
}

#valleyCon2 .course-guide-in2 {
    background: url("/pc/images/valley/course/valley/v2.jpg") center / contain no-repeat;
}

#valleyCon3 .course-guide-in2 {
    background: url("/pc/images/valley/course/valley/v3.jpg") center / contain no-repeat;
}

#valleyCon4 .course-guide-in2 {
    background: url("/pc/images/valley/course/valley/v4.jpg") center / contain no-repeat;
}

#valleyCon5 .course-guide-in2 {
    background: url("/pc/images/valley/course/valley/v5.jpg") center / contain no-repeat;
}

#valleyCon6 .course-guide-in2 {
    background: url("/pc/images/valley/course/valley/v6.jpg") center / contain no-repeat;
}

#valleyCon7 .course-guide-in2 {
    background: url("/pc/images/valley/course/valley/v7.jpg") center / contain no-repeat;
}

#valleyCon8 .course-guide-in2 {
    background: url("/pc/images/valley/course/valley/v8.jpg") center / contain no-repeat;
}

#valleyCon9 .course-guide-in2 {
    background: url("/pc/images/valley/course/valley/v9.jpg") center / contain no-repeat;
}

#valleyCon1 .course-guide-in3 {
    background: url("/pc/images/valley/course/valley/b_v1.jpg") center / contain no-repeat;
}

#valleyCon2 .course-guide-in3 {
    background: url("/pc/images/valley/course/valley/b_v2.jpg") center / contain no-repeat;
}

#valleyCon3 .course-guide-in3 {
    background: url("/pc/images/valley/course/valley/b_v3.jpg") center / contain no-repeat;
}

#valleyCon4 .course-guide-in3 {
    background: url("/pc/images/valley/course/valley/b_v4.jpg") center / contain no-repeat;
}

#valleyCon5 .course-guide-in3 {
    background: url("/pc/images/valley/course/valley/b_v5.jpg") center / contain no-repeat;
}

#valleyCon6 .course-guide-in3 {
    background: url("/pc/images/valley/course/valley/b_v6.jpg") center / contain no-repeat;
}

#valleyCon7 .course-guide-in3 {
    background: url("/pc/images/valley/course/valley/b_v7.jpg") center / contain no-repeat;
}

#valleyCon8 .course-guide-in3 {
    background: url("/pc/images/valley/course/valley/b_v8.jpg") center / contain no-repeat;
}

#valleyCon9 .course-guide-in3 {
    background: url("/pc/images/valley/course/valley/b_v9.jpg") center / contain no-repeat;
}

/*--- course end ---*/

/*--- 이용약관 ---*/
.policy-wrap article {
    white-space: pre-line;
    word-break: keep-all;
    line-height: 19px;
}

.policy-cont {
    border-bottom: 1px dashed #d5d5d5;
    padding-top: 30px;
    padding-bottom: 30px;
}

.policy-cont:last-child {
    border-bottom: 0;
}

.policy-cont h2, .policy-cont h3 {
    font-weight: 700;
    margin-bottom: 30px;
}

.policy-cont p {
    line-height: 30px;
    white-space: pre-line;
}

.policy-cont h4 {
    font-weight: 400;
    margin-bottom: 20px;
    white-space: pre-line;
}


/*--- 이용약관 end ---*/

/*--- 예약 팝업 ---*/
.main-pop-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 200;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 30px;
}

.main-popup {
    width: 400px;
    height: 100%;
}

.main-popup figure img {
    width: 100%;
    display: block;
}

.main-popup ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding-left: 15px;
}

.main-popup ul li {
    font-size: 14px;
}

/*--- 예약 팝업 end ---*/


/*my연단체*/
.my-group-summation {
    margin: 35px 0 110px;
}

.my-group-summation ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 20px;
}

.my-group-summation ul li {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 30px 40px 30px 104px;
    flex: 1;
    position: relative;
}

.my-group-summation ul li button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 90px;
    line-height: 34px;
    border: 1px solid #20a9a5;
    border-radius: 20px;
    font-size: 13px;
    color: #20a9a5;
}

.my-group-summation ul li p {
    font-size: 18px;
    color: #666;
    padding-bottom: 8px;
}

.my-group-summation ul li b {
    font-size: 28px;
    font-weight: 700;
    color: var(--red);
}

.my-group-summation ul li b span {
    font-size: 16px;
    color: #222;
}

.my-group-summation ul li::before {
    content: '';
    position: absolute;
    top: 44px;
    left: 40px;
    width: 32px;
    height: 32px;
}

.my-group-summation ul li:first-child::before {
    background: url('/pc/images/valley/ic_play2.svg') center center no-repeat;
}

.my-group-summation ul li:nth-of-type(2)::before {
    background: url('/pc/images/hills/ic_mypage_point.svg') center center no-repeat;
}

.my-group-summation ul li:last-child::before {
    background: url('/pc/images/hills/ic_mypage_receipt.svg') center center no-repeat;
}

.mypage-listBox-wrap.off::before {
    content: '';
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.btn-check-list.group {
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 22px 0;
    padding-top: 3px;
    opacity: 0.5;
}

.mypage-listBox-wrap.basic:hover .btn-check-list.group {
    opacity: 1;
}

.btn-check-list.group p b {
    padding-right: 16px;
}

.btn-check-list.group button {
    width: 105px;
    border-radius: 20px;
    border: 1px solid #20a9a5;
    color: #20a9a5;
    font-weight: 400;
    font-size: 17px;
    text-align: center;
    line-height: 30px;
}

.btn-check-list.group button.on {
    background-color: #20a9a5;
    color: #fff;
}

.group-etc-text {
    font-size: 13px;
    color: #666;
    letter-spacing: -0.26px;
    line-height: 1.38em;
    text-align: right;
}

/*포인트팝업*/
.pop-group-scroll2 {
    width: 100%;
    max-height: 320px;
    overflow-y: auto;
}

.join-group-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 795px;
    margin-bottom: 30px;
}

.pop-group-left, .pop-group-right {
    flex-basis: 332px;
}

.pop-group-left h2, .pop-group-right h2 {
    font-size: 20px;
    font-weight: 700;
    padding-top: 16px;
    padding-bottom: 24px;
    text-align: center;
}

.pop-group-left .search-group input[type=text] {
    width: 100%;
    height: 48px;
    border-radius: 27px;
    border: solid 1px #dedede;
    margin-bottom: 26px;
    padding: 0 55px;
    background: #f9f9f9 url('/pc/images/valley/ic_search.svg') center left 23px no-repeat;
    text-indent: 0;
}

.group-user-box {
    height: 335px;
}

.group-user-box .group-user-head {
    background-color: #20a9a5;
    border-radius: 5px 5px 0 0;
    display: flex;
    padding-left: 17px;
}

.group-user-box .group-user-head li {
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
}

.group-user-box .group-user-head li:first-child {
    flex-basis: 46px;
}

.group-user-box .group-user-head li:nth-of-type(2) {
    flex-basis: 75px;
}

.group-user-box .group-user-head li:nth-of-type(3) {
    flex-basis: 153px;
}

.group-user-box .group-user-head li:last-child {
    flex-basis: 40px;
}

.group-user-list {
    border: 1px solid #ccc;
    border-radius: 0 0 5px 5px;
    width: 100%;
    height: 295px;
    overflow-y: scroll;
}

.group-user-list::-webkit-scrollbar {
    width: 9px;
}

.group-user-list::-webkit-scrollbar-thumb {
    height: 2%;
    background: var(--main-color);
    border-radius: 10px;
}

.group-user-list::-webkit-scrollbar-track {
    background: #eee;
}

.join-group-wrap input[type=checkbox] {
    display: none;
}

.join-group-wrap input[type=checkbox] + label {
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url('/pc/images/valley/ic_chk.svg');
    background-position: left center;
    background-size: 16px 16px;
    transition: 0.1s all ease;
    display: inline-block;
    padding: 8px;
}

.join-group-wrap input[type=checkbox]:checked + label {
    background-image: url('/pc/images/valley/ic_chk_on.svg');
    background-size: 16px 16px;
}

.group-user-list dl {
    display: flex;
    padding-left: 17px;
}

.group-user-list dl dt {
    flex-basis: 46px;
}

.group-user-list dl dt, .group-user-list dl dd {
    font-size: 15px;
    padding: 13px 0 12px;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.group-user-list dl dd:first-child {
    flex-basis: 46px;
}

.group-user-list dl dd:nth-of-type(1) {
    flex-basis: 75px;
}

.group-user-list dl dd:last-child {
    flex-basis: 153px;
}


.pop-group-center {
    flex-basis: 88px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px 0;
    margin-top: 70px;
}

.pop-group-center button {
    width: 100%;
    line-height: 30px;
    border-radius: 5px;
    border: solid 1px #dedede;
    background-color: #e6e6e6;
    display: flex;
    align-items: center;
    gap: 0 4px;
    justify-content: center;
}

.group-select-list {
    width: 100%;
    height: 409px;
    overflow-y: scroll;
    padding: 16px;
    border-radius: 5px;
    border: solid 1px #dedede;
    display: flex;
    flex-direction: column;
    gap: 4px 0;
}

.group-select-list::-webkit-scrollbar {
    width: 9px;
}

.group-select-list::-webkit-scrollbar-thumb {
    height: 2%;
    background: var(--main-color);
    border-radius: 10px;
}

.group-user-list::-webkit-scrollbar-track {
    background: #eee;
}

.group-select-area {
    display: flex;
    border-radius: 5px;
    border: solid 1px #dedede;
    background-color: #f6f6f6;
    width: 100%;
    height: 48px;
    align-items: center;
    padding: 0 16px;
    justify-content: space-between;
}

.group-select-area .show {
    cursor: pointer;
}

.group-select-area .show.on {
    transform: rotate(180deg);
}

.group-select-con dl {
    display: flex;
    padding-left: 2px;
}

.group-select-con dl dt {
    flex-basis: 46px;
}

.group-select-con dl dt, .group-select-con dl dd {
    font-size: 15px;
    padding: 13px 0 12px;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.group-select-con dl dd:first-child {
    flex-basis: 46px;
}

.group-select-con dl dd:nth-of-type(1) {
    flex-basis: 75px;
}

.group-select-con dl dd:last-child {
    flex-basis: 153px;
}

/*연단체신청*/
.group-wrap.apply {
    width: 1200px;
    margin: 124px auto 0;
}

.btn-group-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 24px;
    margin-top: 48px;
}

.btn-group-wrap a {
    width: 380px;
    line-height: 60px;
    display: block;
    background: #EAF6F6;
    border: 2px solid var(--main-color);
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: var(--main-color);
}

.btn-group-wrap a.on {
    background-color: var(--main-color);
    color: #fff;
}

.group-wrap {
    width: 1200px;
    margin: auto;
}

.group-head h2{
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 12px;
}
.group-head h2 span {
    font-size: 16px;
    color: #C80341;
}

.tbl-sty01.group th {
    font-weight: 700;
}

.tbl-sty01.group th b {
    padding-left: 5px;
    color: var(--red);
}

.tbl-sty01.group th span {
    font-size: 12px;
}

.tbl-sty01.group input[type="text"] {
    max-width: 300px;
    border: 1px solid #ccc;
    height: 40px;
}

.tbl-sty01.group td {
    text-align: left;
    padding-left: 32px;
}

.group-type input[type=text] {
    text-indent: 0;
    width: 270px;
    padding: 0 10px;
}

.group-type input[type=text]::placeholder {
    font-size: 14px;
}

.group-gender input[type=text], .group-hope-day input[type=text] {
    width: 80px;
}

.group-gender input:read-only {
    background-color: #eee;
}

.group-type {
    display: flex;
    gap: 0 24px;
    align-items: center;
}

.group-type input[type=checkbox] {
    display: none;
}

.group-type input[type=checkbox] + label {
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url('/pc/images/valley/ic_chk.svg');
    background-position: left center;
    background-size: 16px 16px;
    transition: 0.1s all ease;
    display: inline-block;
    padding: 8px 0 8px 25px;
}

.group-type input[type=checkbox]:checked + label {
    background-image: url('/pc/images/valley/ic_chk_on.svg');
    background-size: 16px 16px;
}

.bg-gray-wrap {
    background-color: #f9f9f9;
    width: 100%;
    border-radius: 16px;
    padding: 32px;
    margin-top: 80px;
}

.group-info-write {
    display: flex;
    gap: 0 36px;
    align-items: flex-start;
}

.group-info-write .group-info-box {
    flex: 1;
}

.group-info-write .group-info-box .tbl-sty01.group th {
    background-color: #eee;
}

.group-info-write .group-info-box input[type=text] {
    max-width: 300px;
    background-color: #fff;
}

.group-email {
    display: flex;
    gap: 0 18px;
    align-items: center;
}

.group-info-write .group-info-box .group-email input[type=text] {
    flex: 1;
    max-width: 124px;
}

.group-address ul {
    display: flex;
    gap: 12px 0;
    flex-direction: column;
}

.group-address ul li input[type="text"]:disabled {
    background-color: #eee;
}

.group-address-search {
    display: flex;
    gap: 0 8px;
    max-width: 300px;
}

.group-address-search input {
    flex: 1;
}

.group-address-search button {
    flex-basis: 104px;
    background-color: var(--main-color);
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 17px;
}

.group-agree-wrap {
    position: relative;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 16px 0;
}

.group-agree-wrap ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 72px;
    border: 2px solid #ccc;
    background-color: #EAF6F6;
    padding: 0 20px;
}

.group-agree-wrap ul li h2 {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    display: inline-block;
}

.group-agree-wrap ul li h2.slide-tit {
    cursor: pointer;
    padding-right: 64px;
}

.group-agree-wrap ul li h2.slide-tit::after {
    content: '';
    background: url("/pc/images/valley/ic_group_arw.svg") right center no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    transition: .4s all ease-in-out;
}

.group-agree-wrap ul li h2.slide-tit.on::after {
    content: '';
    transform: rotate(180deg);
}

.group-agree-wrap ul li h2.slide-tit span {
    font-size: 14px;
}

.group-agree-area {
    display: flex;
    gap: 0 24px;
    align-items: center;
}

.group-agree-area input[type=checkbox] {
    display: none;
}

.group-agree-area input[type=checkbox] + label {
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url('/pc/images/valley/ic_chk.svg');
    background-position: right center;
    background-size: 16px 16px;
    transition: 0.1s all ease;
    display: inline-block;
    padding: 8px 25px 8px 0;
}

.group-agree-area input[type=checkbox]:checked + label {
    background-image: url('/pc/images/valley/ic_chk_on.svg');
    background-size: 16px 16px;
}

.group-agree-box {
    background-color: #f9f9f9;
    padding: 18px 40px;
    line-height: 24px;
}

.group-hope-day select {
    width: 100px;
    height: 45px;
    background-color: #f9f9f9;
    border: 1px solid #dedede;
    padding: 0 20px;
    background-position: center right 12px;
}