@charset "utf-8";

/*----------------------------------basic----------------------------------*/
.center {
    text-align: center !important;
}

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

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

.cl-b {
    clear: both;
}

.fl-l {
    float: left;
}

.fl-r {
    float: right;
}

.line15 {
    line-height: 1.5em;
}

.pre-line {
    white-space: pre-line;
}

.under {
    text-decoration: underline;
}

.wp10 {
    width: 10% !important;
}

.wp15 {
    width: 15% !important;
}

.wp20 {
    width: 20% !important;
}

.wp25 {
    width: 25%;
}

.wp30 {
    width: 30% !important;
}

.wp35 {
    width: 35% !important;
}

.wp40 {
    width: 40% !important;
}

.wp45 {
    width: 45%;
}

.wp50 {
    width: 50% !important;
}

.wp55 {
    width: 55% !important;
}

.wp60 {
    width: 60% !important;
}

.wp70 {
    width: 70% !important;
}

.wp80 {
    width: 80% !important;
}

.wp90 {
    width: 90%;
}

.wp100 {
    width: 100% !important;
}

.padding5 {
    padding: 5px 0;
}

.padding10 {
    padding: 10px 0;
}

.padding20 {
    padding: 20px 0;
}

.padding30 {
    padding: 30px 0;
}

.padding50 {
    padding: 50px 0;
}

.padding70 {
    padding: 70px 0;
}

.margin5 {
    margin: 5px auto;
}

.margin10 {
    margin: 10px auto;
}

.margin15 {
    margin: 15px auto;
}

.margin20 {
    margin: 20px auto;
}

.margin25 {
    margin: 25px auto;
}

.margin30 {
    margin: 30px auto;
}

.margin40 {
    margin: 40px auto;
}

.margin50 {
    margin: 50px auto !important;
}

.margin60 {
    margin: 60px auto;
}

.margin90 {
    margin: 90px auto;
}

.mt0 {
    margin-top: 0 !important;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

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

.mt60 {
    margin-top: 60px !important;
}

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 100px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb70 {
    padding-bottom: 70px;
}

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

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt45 {
    padding-top: 45px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pt70 {
    padding-top: 70px;
}

.img100 {
    width: 100%;
}

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

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

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

.cursor {
    cursor: pointer;
}

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

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

select[disabled] {
    opacity: 1;
    background-image: none;
}

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

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

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

.btn-basic-wrap a.on {
    background-color: #8183c6;
    color: #fff;
}

/*input focus*/
.input.focus {
    border: 1px solid var(--main-color) !important;
}

/*----------------------------------알림팝업----------------------------------*/
.notice-pop {
    border: 3px solid #272b9a;
    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 .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/hills/ic_si.svg') center center no-repeat;
    display: block;
    left: 0;
    top: 0;
}

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

.notice-pop .notice-text {
    padding: 50px 0 40px;
    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: 20px;
    font-weight: 700;
    line-height: 1.5em;
}

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

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

.btn-pop-wrap li a {
    display: block;
    width: 167px;
    line-height: 48px;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 30px;
}

.btn-pop-wrap li a.on {
    background-color: #8183c6;
    color: #fff;
}

/*----------------------------------기본팝업----------------------------------*/
.normal-pop {
    /*border: 3px solid #272b9a;*/
    border-radius: 10px;
    min-width: 620px;
    min-height: 300px;
    max-height: 80%;
    overflow-y: auto;
    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-bottom: 34px;
}

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

.normal-pop .notice-text ul li {
    text-align: center;
    font-size: 25px;
    line-height: 1.28em;
    padding: 60px 0;
}

/*----------------------------------예약----------------------------------*/
.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-table {
    width: 100%;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.reser-calendar-table td.deadline, .reser-calendar-table td.open, .reser-calendar-table td.holiday {
    color: #999;
    cursor: pointer;
}

.reser-calendar-table td.deadline::after {
    content: '마감';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

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

.reser-calendar-table td.holiday::after {
    content: '휴장';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

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

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

.reser-calendar-table td.deadline.choice::after, .reser-calendar-table td.open.choice::after {
    color: var(--black);
}

/*--예약 공지--*/
.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;
    border-radius: 20px;
}

.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 24px;
}

.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/hills/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: var(--main-color);
    color: #fff;
    font-weight: 600;
}

.reser-list-explain {
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    letter-spacing: -0.28px;
}

.reser-list-icon {
    display: flex;
    gap: 0 16px;
}

.reser-list-icon li {
    position: relative;
    padding-left: 28px;
}

.reser-list-icon li.label-special::after {
    background: url('/pc/images/hills/ic_reser_special.svg') center center no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
}

.reser-list-icon li.label-early::after {
    background: url('/pc/images/hills/ic_reser_early.svg') center center no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
}

.reser-list-icon li.label-custom::after {
    background: url('/pc/images/hills/ic_reser_custom.svg') center center no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
}

.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);
}

.no-time {
    padding: 228px 0;
    text-align: center;
    font-size: 17px;
    color: #999;
}

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

.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 {
    width: 100%;
}

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

.view-time-box {
    width: 100%;
    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;
}

.view-time-box h3 {
    font-size: 18px;
    font-weight: 700;
    width: 100%;
}

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

/*예약박스 - 기본상태*/
.reser-list-box .reser-time {
    position: relative;
    padding-left: 8px;
    width: 174px;
}

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

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

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

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

.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: 10px;
}

.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;
}

.reser-list-box .reser-price .small {
    font-size: 12px;
    padding-top: 5px;
    display: block;
}

.reser-list-box .reser-price .today {
    color: #697d18;
    font-weight: 700;
    font-size: 14px;
}

.select-list-box .reser-price .small {
    font-size: 12px;
    padding-top: 5px;
    display: block;
}

.select-list-box .reser-price .today {
    color: #697d18;
    font-weight: 700;
    font-size: 14px;
    padding-left: 0;
    padding-bottom: 5px;
}

.select-list-box .reser-price .call {
    background-color: #839c1b;
    cursor: default;
}

.select-list-box .reser-price .right .small {
    padding-top: 15px;
    padding-bottom: 0;
}

/*예약박스 - 특가*/
.reser-list-box.special .reser-time::before {
    background: url('/pc/images/hills/ic_reser_special.svg') center center no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    top: -4px;
    left: -17px;
}

/*예약박스 - 조기예약*/
.reser-list-box.early .reser-time::before {
    background: url('/pc/images/hills/ic_reser_early.svg') center center no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    top: -4px;
    left: -17px;
}

/*예약박스 - 맞춤*/
.reser-list-box.custom .reser-time::before {
    background: url('/pc/images/hills/ic_reser_custom.svg') center center no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    top: -4px;
    left: -17px;
}

/*예약박스 - 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;
    border-radius: 15px;
}

.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/hills/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/hills/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;
    width: 100%;
}

.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: var(--main-color);
    border-radius: 20px;
}

/*예약박스 - 특가*/
.select-list-box.special .reser-price p::before {
    background: url('/pc/images/hills/ic_reser_special.svg') center center no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
}

/*예약박스 - 조기예약*/
.select-list-box.early .reser-price p::before {
    background: url('/pc/images/hills/ic_reser_early.svg') center center no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
}

/*예약박스 - 맞춤*/
.select-list-box.custom .reser-price p::before {
    background: url('/pc/images/hills/ic_reser_custom.svg') center center no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
}

/*--------------------------------예약체크--------------------------------*/
.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;
    border-radius: 15px;
    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);
    border-radius: 15px;
    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: #f9f9ff;
    border-radius: 15px;
    position: relative;
    border: 1px solid #e1e1e1;
}

.reser-check-box::before {
    content: '';
    background: url('/pc/images/hills/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/hills/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/hills/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;
    border-radius: 20px;
    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);
    border-radius: 20px;
    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/hills/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: flex;
    width: 100%;
    line-height: 1.5em;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px dotted #999;
    gap: 0 20px;
}

.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);
    border-radius: 20px;
    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;
}

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

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

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

.pop-waiting-box .selected-day::before {
    content: '';
    background: url('/pc/images/hills/ic_calendar.svg') center center 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: 6px 0 8px;
    border-radius: 30px;
    text-align: center;
    position: relative;
}

.pop-waiting-box ul li button.on {
    background-color: var(--main-color);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.38);
}

.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;
}

.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;
}

.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;
}

/*---------------------------서브비쥬얼공통--------------------------*/
.sub-header {
    position: relative;
    width: 100%;
    height: 600px;
}

.sub-header.bg01 {
    background: url('/pc/images/hills/bg_sub01.jpg') center center no-repeat;
    background-size: cover;
}

.sub-header.bg02 {
    background: url('/pc/images/hills/bg_sub02.jpg') center center no-repeat;
    background-size: cover;
}

.sub-header.bg03 {
    background: url('/pc/images/hills/bg_sub03.jpg') center center no-repeat;
    background-size: cover;
}

.sub-header.bg04 {
    background: url('/pc/images/hills/bg_sub04.jpg') center center no-repeat;
    background-size: cover;
}

.sub-header.bg05 {
    background: url('/pc/images/hills/bg_sub05.jpg') center center no-repeat;
    background-size: cover;
}

.sub-header-wrap {
    width: 1200px;
    padding-top: 250px;
    margin: 0 auto;
    color: #fff;
}

.sub-header-wrap h2 {
    font-size: 50px;
    font-weight: 700;
    padding-bottom: 35px;
}

.sub-header-wrap h2 span {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    padding-left: 8px;
}

.sub-header-wrap p {
    display: flex;
    align-items: center;
    gap: 0 9px;
    text-transform: uppercase;
}

.sub-header-wrap p em {
    background: url('/pc/images/hills/ic_head_arrow.svg') center center no-repeat;
    width: 17px;
    height: 17px;
    display: block;
    padding: 0 15px;
}

.sub-header-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 48px;
    border-top: 3px solid rgba(255, 255, 255, 0.15);
}

.sub-header-menu ul {
    width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 57px;
    height: 48px;
}

.sub-header-menu ul li {
    position: relative;
    flex-shrink: 1;
    min-width: 130px;
    text-align: center;
    height: 48px;
}

.sub-header-menu ul li a {
    font-size: 18px;
    display: block;
    color: #fff;
    padding: 12px 0 14px;
}

.sub-header-menu ul li.on::after {
    content: '';
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background-color: #fff;
}

.sub-header-menu ul li::after {
    content: '';
    position: absolute;
    top: -3px;
    left: 50%;
    width: 0;
    height: 3px;
    background-color: #fff;
    transition: .2s all ease-in-out;
    transform: translateX(-50%);
}

.sub-header-menu ul li:hover::after {
    content: '';
    width: 100%;
}

.sub-contents {
    padding: 90px 0;
}

/*---------------------------회원가입--------------------------*/
.sub-join-cover {
    border-radius: 20px;
    width: 1200px;
    margin: 0 auto 100px;
    padding: 70px;
    border: 1px solid #e2e2e2;
    box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.05);
}

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

.join-agree-wrap.wide {
    width: 500px;
}

.logo-login {
    width: 100%;
    margin-bottom: 37px;
    background: url('/pc/images/hills/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;
}

.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/hills/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/hills/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/hills/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/hills/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;
}


/*join-stpe-02*/
.certified-box {
    width: 100%;
    overflow: hidden;
    margin: 20px 0 30px;
    padding: 35px 0 40px;
    border-bottom: 1px solid #dbdbdb;
}

.certified-box ul {
    display: flex;
    justify-content: center;
    width: 100%;
}

.certified-box li {
    text-align: center;
}

.certified-box li h2 {
    color: #535b5d;
    font-size: 20px;
    font-weight: 500;
}

.certified-box li p {
    margin: 36px auto 52px;
    display: flex;
    justify-content: center;
    justify-items: center;
}

.certified-box li p img {
    height: 70px;
}

.btn-certified {
    width: 104px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    background-color: #8183c6;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.16);
    border-radius: 20px;
}

.certified-text {
    font-size: 18px;
    line-height: 2em;
    color: #888;
    word-break: keep-all;
}

.certified-text b {
    color: var(--black);
}


/*join-step-03*/
.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-radius: 30px;
    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-radius: 30px;
    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/hills/ic_radio.svg');
    background-size: 19px 19px;
    padding-left: 21px;
    padding-right: 20px;
    background-position: left top 4px;
    transition: 0.3s all;
}

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


/*join-step-04*/
.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;
}


/*id-pw찾기*/
.btn-send-cord {
    width: 100%;
    line-height: 56px;
    border-radius: 15px;
    border: solid 1px #e1e1e1;
    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] {
    height: 60px;
    background-color: #f9f9f9;
    border-radius: 30px;
    border: 1px solid #dedede;
    font-size: 18px;
}

.idpw-box input.num {
    text-align: center;
    text-indent: 0;
    font-family: "Pretendard", sans-serif;
}

.idpw-box input.num[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;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.phone-certified input.num {
    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;
}


/*---------------------------게시판--------------------------*/
.board-search-box input {
    width: 340px;
    height: 40px;
    border: 1px solid #ccc;
    padding: 0 20px;
    font-size: 17px;
    text-indent: 0;
}

.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/hills/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/hills/page_arrow_right.svg") center / cover no-repeat;
    background-size: 24px 24px;
}

.board-wrap {
    width: 1200px;
    margin: auto;
}

/* board-list */
.board-head {
    padding: 8px 16px;
}

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

.board-search-box .btn-search {
    width: 80px;
    height: 40px;
    background-color: var(--main-color);
    border-radius: 20px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    margin-left: 8px;
}

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

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

.board-qa-box {
    margin-bottom: 100px;
}

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

.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;
}

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

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

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

.board-view-table table thead tr th {
    text-align: center;
    line-height: 1.2em;
    word-break: keep-all;
}

.board-view-table table thead tr th .point {
    color: var(--main-color);
    font-weight: 400;
}

.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.view-text-wrap {
    width: 100%;
    padding: 30px 0;
    line-height: 1.5em;
}

.board-view-table table tbody tr td img {
    text-align: center;
    display: block;
    max-width: 100%;
    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 li:last-child .toggleIn li.toggle {
    border-bottom: 0;
}

.toggle-list .toggleIn li.toggle.active-tab {
    border-bottom: 0;
}

.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/hills/toggle_arrow_down.svg") center / cover no-repeat;
}

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

.toggle-list li .toggle-content {
    display: none;
    background-color: #f9f9f9;
    border-top: 1px solid #ccc;
    border-right: 1px dashed #ccc;
    border-left: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding-right: 60px;
    word-break: keep-all;
}

.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 .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 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;
}


/*---------------------------마이페이지--------------------------*/

.sub-common-title {
    padding-bottom: 20px;
}

.sub-common-title h2 {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 10px;
    padding-left: 18px;
}

.sub-common-title h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 30px;
    width: 9px;
    height: 28px;
    background-color: #8183c6;
}

/* write */
.write-wrap {
    border-top: 2px solid #163022;
    border-bottom: 2px solid #163022;
    margin-bottom: 80px;
}

.write-wrap table {
    width: 100%;
    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;
    padding: 0 20px;
    text-indent: 0;
}

.write-wrap select {
    width: 300px;
    height: 40px;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #dedede;
    font-size: 18px;
    padding: 0 20px;
    background-position: center right 24px;
}

.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 */
.board-view-table.mypage table tbody tr td p {
    text-align: left;
}

.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-wrap select {
    width: 280px;
    height: 40px;
    background-color: #f6f6f6;
    border-radius: 30px;
    border: 1px solid #dedede;
    font-size: 18px;
    padding: 0 20px;
    background-position: center right 24px;
}

.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;
}

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

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

.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;
    border-radius: 40px;
    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;
    border-radius: 30px;
    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;
}


.btn-withdraw {
    text-align: center;
    padding-top: 40px;
}

.btn-withdraw a {
    display: inline-block;
    border: 1px solid #ccc;
    width: 340px;
    line-height: 50px;
    color: #999;
    background-color: #f9f9f9;
    font-weight: 500;
    border-radius: 30px;
}

/*회원탈퇴*/
.withdraw-box {
    width: 100%;
    text-align: center;
}

.withdraw-box h2 {
    font-size: 24px;
    padding: 38px 0 24px;
    color: #535b5d;
}

.withdraw-box .textarea-box {
    padding-bottom: 40px;
    border-bottom: 1px dashed #dbdbdb;
    margin-bottom: 40px;
}

.withdraw-box .textarea-box textarea {
    width: 100%;
    height: 336px;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #dedede;
    background-color: #f9f9f9;
    text-align: left;
}

.join-agree-wrap.withdraw {
    width: 1000px;
}

.join-agree-wrap.withdraw .join-header-text {
    width: 400px;
    margin: auto;
}

.withdraw-box input {
    width: 280px;
    height: 40px;
    border-radius: 30px;
    border: 1px solid #dedede;
}

.withdraw-text {
    margin-top: 32px;
    line-height: 1.88em;
    font-size: 17px;
}

.withdraw-text h3 {
    font-weight: 700;
}


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

/* 예약현황 */
.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/hills/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: 343px;
    background-color: #ccc;
    left: 50%;
    transform: translateX(-50%);
}

.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-tab {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    position: relative;
    margin-top: 40px;
}

.mypage-list-tab::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--main-color);
}

.mypage-list-tab li {
    color: #acacac;
    text-align: center;
    line-height: 64px;
    font-size: 20px;
    position: relative;
    flex-shrink: 1;
    min-width: 220px;
    background-color: #fff;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    transition: .2s all ease-in-out;
}

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

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

.mypage-list-tab li.on {
    color: var(--black);
    font-weight: 700;
    border-top: 0;
    border-right: 0;
}

.mypage-list-tab li:first-child::before, .mypage-list-tab li:first-child {
    border-radius: 20px 0 0 0;
}

.mypage-list-tab li:last-child::before, .mypage-list-tab li:last-child {
    border-radius: 0 20px 0 0;
}

.mypage-list-tab li.on:first-child {
    border-left: 0;
}

.mypage-list-tab li.on::before {
    content: '';
    width: 100%;
    height: 100%;
    border-top: 2px solid var(--main-color);
    border-left: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color);
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.mypage-list-tab li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
}

/*서브 타이틀 area*/
.sub-middle-title {
    margin: 70px 0 25px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.sub-title-area h2 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.5px;
    padding-bottom: 10px;
    position: relative;
}

.sub-title-area h2 a {
    color: #3d6ee1;
    text-decoration: underline;
}

.sub-title-area p {
    font-size: 15px;
    line-height: 22px;
}

.search-area {
    display: flex;
    align-items: center;
    gap: 0 8px;
}

.search-area b {
    font-weight: 500;
}

.search-area input[type="date"] {
    border: 1px solid #ccc;
    line-height: 34px;
    background: #f9f9f9;
    text-align: center;
    color: #999;
    cursor: pointer;
    border-radius: 20px;
    padding: 0 10px;
}

.search-area button {
    width: 80px;
    line-height: 34px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 17px;
    border-radius: 30px;
}

/*예약현황리스트 - 내용없을때*/
.list-none {
    padding: 50px 0;
    text-align: center;
    font-size: 18px;
    color: #a2a2a2;
    border-bottom: 1px solid #707070;
}

/*예약현황리스트 - 내용있을때*/
.mypage-list-box {
    width: 100%;
    border-bottom: 1px solid #707070;
}

.check-list-wrap {
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px dashed #ccc;
    line-height: 1.5em;
}

.check-list-wrap:last-child {
    border-bottom: none;
}

.check-list-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 32px 20px;
    position: relative;
    z-index: 2;
    font-size: 18px;
    transition: .2s all ease-in-out;
}

.check-list-box::after {
    content: '';
    transition: .2s all ease-in-out;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 15px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.check-list-box.on::after, .check-list-box:hover::after {
    content: '';
    background-color: #f9f9ff;
    border: 2px solid var(--main-color);
    border-radius: 15px;
}

.check-list-box.on .add-info, .check-list-box:hover .add-info {
    opacity: 1;
    visibility: visible;
    padding-top: 20px;
    height: auto;
}

.check-list-box.off::before {
    content: '';
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.check-list-box.off:hover::after, .check-list-box.off:hover .add-info {
    display: none;
}

.check-list-info {
    flex: 1;
    padding: 5px 0;
}

.check-list-info b {
    font-weight: 700;
}

.check-list-info ul {
    display: flex;
    align-items: flex-start;
    gap: 0 38px;
}

.check-list-info ul li p {
    display: flex;
    gap: 0 38px;
}

.check-list-info .add-info {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: .2s all ease-in-out;
}

.check-list-info .add-info2 {
    padding-top: 20px;
}

.btn-check-list {
    flex-shrink: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 10px;
    padding-top: 3px;
}

.btn-check-list button {
    background-color: #535353;
    color: #fff;
    padding: 0 14px;
    line-height: 28px;
    border: 1px solid #535353;
    border-radius: 20px;
    font-size: 15px;
}

.btn-check-list button.on {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.btn-check-list button.change {
    background-color: #fff;
    border: 1px solid #707070;
    color: #707070;
}

/*동반자등록*/
.enter-partner-wrap {
    opacity: 0;
    height: 0;
    visibility: hidden;
    transition: .2s all ease-in-out;
}

.enter-partner-wrap .enter-partner-info {
    width: 96%;
    margin: 0 auto;
    border: 1px solid #e1e1e1;
    background-color: #fbfbfb;
    border-radius: 20px;
    padding: 30px 27px 34px;
    position: relative;
}

.enter-partner-wrap .enter-partner-info h2 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 8px;
}

.enter-partner-wrap.show {
    opacity: 1;
    height: auto;
    visibility: visible;
    padding: 20px 0 50px;
}

.partner-info-wrap {
    display: flex;
    gap: 0 55px;
    padding: 0 30px;
    position: relative;
}

.partner-info-box {
    margin-top: 32px;
    position: relative;
    flex-basis: 217px;
}

.partner-info-box::after {
    content: '';
    position: absolute;
    top: 13px;
    right: -30px;
    width: 1px;
    height: 105px;
    border: 1px dashed #d6d6d6;
}

.partner-info-box:last-child::after {
    display: none;
}

.partner-info-box h3 {
    font-weight: 500;
    letter-spacing: -0.32px;
    padding-bottom: 6px;
}

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

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

.partner-info-box li > ul li::after {
    content: '';
    position: absolute;
    right: -9px;
    top: 10px;
    width: 1px;
    height: 13px;
    background-color: #d9d9d9;
}

.partner-info-box li > ul li:last-child::after {
    display: none;
}

.partner-info-box li > ul li input[type=text] {
    border-radius: 30px;
    border: 1px solid var(--main-color);
    background-color: #fff;
    height: 34px;
    font-size: 15px;
    min-width: 106px;
}

.partner-info-box li > ul li input.num {
    border: 1px solid #dedede;
    height: 34px;
    background-color: #fff;
    border-radius: 30px;
}

.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: 44px;
    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;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
}

.btn-partner-wrap a {
    flex: 1;
    line-height: 32px;
    display: block;
    background-color: #fff;
    border: 1px solid #c9c9c9;
    text-align: center;
    border-radius: 60px;
    font-size: 15px;
    margin-bottom: 10px;
}

.btn-partner-wrap a.on {
    background-color: #8183c6;
    border-color: #8183c6;
    color: #fff;
}

.btn-partner-wrap.all {
    width: 235px;
    margin: auto;
    padding-top: 50px;
}

/*예약변경*/
.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;
}


/*예약취소*/
.mypage-list-box.cancel .check-list-box::after {
    display: none;
}

.check-list-text {
    flex-shrink: 1;
    font-size: 18px;
    font-weight: 700;
    padding-top: 3px;
}

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

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

.wait-wrap .check-list-wrap {
    flex-basis: 590px;
    border-bottom: none;
    position: relative;
}

.wait-wrap .check-list-wrap::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50px;
    width: 1px;
    height: 17px;
    background-color: #bcbcbc;
}

.wait-wrap .check-list-wrap:last-child::after {
    display: none;
}

.wait-wrap .check-list-wrap .check-list-info ul li p em {
    width: 150px;
}


/*쿠폰*/
.mypage-list-box.coupon .check-list-wrap .check-list-info ul li p em:first-child {
    max-width: 500px;
}

.btn-coupon {
    width: 108px;
    line-height: 32px;
    margin-left: 8px;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    text-align: center;
    font-size: 14px;
    border-radius: 17px;
}

.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;
}


/*나의활동*/
.my-record-wrap {
    margin: 35px 0 110px;
}

.my-record-wrap ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 20px;
}

.my-record-wrap ul li {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 30px 40px 30px 104px;
    flex: 1;
    position: relative;
}

.my-record-wrap ul li p {
    font-size: 18px;
    color: #666;
    padding-bottom: 8px;
}

.my-record-wrap ul li b {
    font-size: 28px;
    font-weight: 700;
    color: var(--red);
}

.my-record-wrap ul li::before {
    content: '';
    position: absolute;
    top: 44px;
    left: 40px;
    width: 32px;
    height: 32px;
}

.my-record-wrap ul li:first-child::before {
    background: url('/pc/images/hills/ic_mypage_round.svg') center center no-repeat;
}

.my-record-wrap ul li:nth-of-type(2)::before {
    background: url('/pc/images/hills/ic_mypage_best.svg') center center no-repeat;
}

.my-record-wrap ul li:nth-of-type(3)::before {
    background: url('/pc/images/hills/ic_mypage_average.svg') center center no-repeat;
}

.my-record-wrap ul li:last-child::before {
    background: url('/pc/images/hills/ic_mypage_handicap.svg') center center no-repeat;
}

/*스코어내역*/
.view-score-wrap {
    opacity: 0;
    height: 0;
    visibility: hidden;
    transition: .2s all ease-in-out;
}

.view-score-wrap.show {
    opacity: 1;
    height: auto;
    visibility: visible;
    padding: 20px 0 50px;
}

.view-score-wrap .score-info {
    width: 96%;
    margin: 0 auto;
    border: 1px solid #e1e1e1;
    background-color: #fbfbfb;
    border-radius: 20px;
    padding: 30px 27px 60px;
    position: relative;
}

.view-score-wrap .score-info h2 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 4px;
}

.tbl-score {
    width: 100%;
    border-radius: 15px;
    border-collapse: collapse;
    background-color: #fff;
    margin-top: 16px;
    box-shadow: 0 0 0 1px rgba(204, 204, 204, 1);
}

.tbl-score thead th {
    background-color: #8183c6;
    color: #fff;
    font-size: 18px;
    height: 45px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
}

.tbl-score thead th b {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.tbl-score thead th span {
    font-size: 14px;
}

.tbl-score thead th:first-child {
    border-radius: 15px 0 0 0;
    background-color: var(--black);
    border-right: 1px solid #ccc;
}

.tbl-score thead th:last-child {
    border-radius: 0 15px 0 0;
    border-right: 0;
}

.tbl-score tbody th {
    background-color: #efefef;
    font-size: 18px;
    font-weight: 700;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    height: 45px;
}

.tbl-score tbody tr:last-child th:first-child {
    border-radius: 0 0 0 15px;
    border-bottom: 0;
}

.tbl-score tbody td {
    font-size: 18px;
    height: 45px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
}

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

.tbl-score tbody tr.score-th td b {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

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

.tbl-score tbody tr:last-child td {
    border-bottom: 0;
}

.tbl-score tbody tr td b {
    font-weight: 700;
}

.score-info .close-score {
    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;
}

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

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

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

/*---------------------------예약안내--------------------------*/

.reser-info-wrap {
    margin-top: 90px;
}

.reser-info-box {
    margin: 20px 0 90px;
    border-collapse: collapse;
}

.figures-area {
    display: flex;
    align-items: flex-start;
    gap: 0 90px;
}

.figures-area li {
    flex-shrink: 1;
    text-align: center;
    flex-basis: 240px;
}

.figures-area li figure {
    display: block;
    margin: 25px 0 35px;
}

.figures-area li h3 {
    font-weight: 700;
    padding-bottom: 8px;
}

.figures-area li p {
    font-size: 13px;
    line-height: 1.38em;
}

.reser-info-text {
    line-height: 1.6em;
}

.reser-info-text .btn-join {
    display: inline-block;
    border-radius: 30px;
    background-color: #8183c6;
    text-align: center;
    width: 140px;
    line-height: 35px;
    color: #fff;
    margin: 10px 0;
}

.tbl-sty01 {
    width: 100%;
    border-top: 2px solid var(--main-color);
    margin-top: 10px;
}

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

.tbl-sty01 tbody td {
    vertical-align: middle;
    padding: 8px;
    height: 60px;
    line-height: 1.3em;
    font-size: 17px;
    border: 1px solid #ccc;
    text-align: center;
    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;
    text-align: center;
}

.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;
}


/*이용약관*/
.terms-box {
    font-family: 'Noto Sans KR', sans-serif;
}

.terms-box h2 {
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 700;
    padding-bottom: 5px;
}

.terms-box h3 {
    font-size: 20px;
    line-height: 1.7em;
    font-weight: 700;
    padding-bottom: 30px;
}

.terms-box li {
    line-height: 1.5em;
    word-break: keep-all;
}

.terms-box li p {
    padding-left: 10px;
}

/*로컬룰*/
.local-info-text {
    line-height: 1.6em;
}

.local-info-text h3 {
    font-weight: 700;
    font-size: 18px;
}

.local-info-text p {
    padding: 5px 0 36px 0;
}

/*이용요금*/
.fee-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}


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

.common-list-tab {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    position: relative;
    margin-top: 40px;
}

.common-list-tab::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--main-color);
}

.common-list-tab li {
    color: #acacac;
    text-align: center;
    line-height: 64px;
    font-size: 20px;
    position: relative;
    flex-shrink: 1;
    min-width: 220px;
    background-color: #fff;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    transition: .2s all ease-in-out;
}

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

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

.common-list-tab li.on {
    color: var(--black);
    font-weight: 700;
    border-top: 0;
    border-right: 0;
}

.common-list-tab li:first-child::before, .common-list-tab li:first-child {
    border-radius: 20px 0 0 0;
}

.common-list-tab li:last-child::before, .common-list-tab li:last-child {
    border-radius: 0 20px 0 0;
}

.common-list-tab li.on:first-child {
    border-left: 0;
}

.common-list-tab li.on::before {
    content: '';
    width: 100%;
    height: 100%;
    border-top: 2px solid var(--main-color);
    border-left: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color);
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.common-list-tab li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.greeting-wrap {
    margin-top: 90px;
}

.image-club {
    position: relative;
    width: 100%;
    height: 675px;
    background: url('/pc/images/hills/img_greeting.jpg') center center no-repeat;
}

.image-club-text {
    position: absolute;
    top: 38px;
    left: 50px;
    color: #fff;
    line-height: 1.44em;
    font-weight: 300;
}

.image-club-text::before {
    content: '';
    background: url('/pc/images/hills/ic_bi.svg') center center no-repeat;
    filter: brightness(0) invert(1);
    display: block;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;

}

.image-club-wrap {
    margin-top: 52px;
}

.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;
}

.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;
}

/*연혁*/
.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;
}

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

.history-wrap {
    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: .2s all ease-in-out;
    cursor: pointer;
    position: relative;
}

.awards-tab li span.on {
    color: var(--main-color);
    font-weight: 700;
    border-bottom: 1px solid var(--main-color);
}

.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;
}

/* 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-photo {
    background-color: #9d9d9d;
}

.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/hills/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/hills/ic_main_facilR.svg') center center no-repeat;
    width: 64px;
    height: 64px;
    background-size: 64px 64px;
}

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

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

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

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

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

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

/*대보골프단*/
.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;
}


/* 에세이 */
.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/hills/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;
}

/* 클럽하우스 */
.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: var(--main-color);
    font-weight: 700;
    border-bottom: 1px solid var(--main-color);
}

.facil-con-wrap {
    width: 100%;
    padding-top: 80px;
    position: relative;
}

.facil-slide {
    border: 8px solid var(--main-color);
    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;
}

.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;
}

.btn-food-menu {
    background-color: var(--main-color);
    border-radius: 30px;
    text-align: center;
    width: 230px;
    line-height: 46px;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 25px;
    left: 0;
}


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

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

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

.map-tab li span.on {
    color: var(--main-color);
    font-weight: 700;
    border-bottom: 1px solid var(--main-color);
}

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

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

.map-con {
    width: 100%;
}

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

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

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

.map-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;
}

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

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

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

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

.tbl-sty01.map tbody th {
    color: var(--main-color);
    font-weight: 700;
    background-color: #fff;
    font-size: 18px;
    line-height: 1.88em;
}

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

/* 토너먼트 */
.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: var(--main-color);
    font-weight: 700;
    border-bottom: 1px solid var(--main-color);
}

.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/hills/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/hills/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/hills/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/hills/ic_main_facilR.svg') center center no-repeat;
    width: 64px;
    height: 64px;
    background-size: 64px 64px;
}

/* course */
.course-intro-text {
    width: 1200px;
    margin: 64px auto 100px;
}

.course-intro-text h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25em;
    padding-bottom: 8px;
}

.course-intro-text p {
    font-size: 17px;
    line-height: 1.5em;
}

.visual-course {
    position: relative;
    padding-top: 793px;
}

.visual-course::before {
    content: '';
    background: url('/pc/images/hills/img_course01.jpg') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 880px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.visual-course-box {
    width: 1200px;
    margin: auto;
    padding: 48px 44px;
    background-color: #fff;
    border-radius: 30px;
}

.visual-course-box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 30px;
    margin-bottom: 54px;
}

.visual-course-box ul li {
    flex: fit-content;
}

.visual-course-box ul li h3 {
    font-size: 20px;
    padding-bottom: 8px;
}

.visual-course-box ul li h2 {
    font-size: 30px;
    font-weight: 700;
}

.visual-course-box ul li h2 span {
    font-size: 20px;
}

.visual-course-box ul li p {
    padding-top: 40px;
    line-height: 1.5em;
}

.visual-course-box ul li p b {
    font-weight: 700;
}

/* 코스제원 */
.course-all-info {
    width: 1200px;
    margin: 64px auto 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 123px;
}

.course-all-info li {
    flex: fit-content;
}

.course-all-info li h3 {
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 14px;
}

.course-all-info li h2 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 30px;
}

.course-detail-info {
    padding-bottom: 30px;
}

.course-detail-info:last-child {
    padding-bottom: 0;
}

.course-detail-info dl {
    width: 100%;
    display: table;
    line-height: 1.6em;
}

.course-detail-info dl dt {
    display: table-cell;
    width: 240px;
}

.course-detail-info dl dd {
    display: table-cell;
}

.course-kind-wrap {
    width: 1200px;
    margin: auto;
}

.course-kind-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 24px 0;
    height: 280px;
    margin-bottom: 40px;
}

.course-kind-box.west {
    background: url('/pc/images/hills/img_course_west.jpg') center center no-repeat;
}

.course-kind-box.east {
    background: url('/pc/images/hills/img_course_east.jpg') center center no-repeat;
}

.course-kind-box.south {
    background: url('/pc/images/hills/img_course_south.jpg') center center no-repeat;
}

.course-kind-box h1 {
    font-size: 34px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.course-kind-box a {
    display: inline-block;
    line-height: 40px;
    width: 215px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
}

.course-kind-box a span {
    display: inline-block;
    transition: .2s all ease-in-out;
}

.course-kind-box a:hover span {
    transform: translateX(5px);
}

.tbl-sty01.hole {
    margin-bottom: 78px;
}

.tbl-sty01.hole td {
    font-weight: 400;
}

.tbl-sty01.hole td.yellow {
    color: #eb990b;
}

/* 코스 course */
.sub-contents.course {
    padding: 0;
    position: relative;
}

.course-wrap {
    width: 100%;
    background-color: #f8f8f8;
    padding: 100px 0;
}

.course-wrap.first {
    padding-top: 170px;
}

.course-wrap:nth-child(even) {
    background-color: #fff;
}

.course-tab {
    width: 100%;
    /*margin-top: 85px;*/
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0 30px;
    position: absolute;
    top: 80px;
    transition: .1s all ease;
}

.course-tab.scroll {
    position: fixed;
    top: 120px;
    background-color: #fff;
    margin-top: 0;
    border-bottom: 1px solid #eee;
    z-index: 5;
}

.course-tab.move-up {
    top: 80px !important;
}

.course-tab li {
    flex-shrink: 1;
    text-transform: uppercase;
    font-size: 18px;
    height: 100px;
}

.course-tab li b {
    display: block;
    font-weight: 700;
    font-size: 22px;
    margin-top: 24px;
    padding-bottom: 5px;
}

.course-tab li.gray {
    color: #9f9f9f;
}

.hole-tab {
    display: flex;
    align-items: center;
}

.hole-box {
    width: 110px;
    height: 100px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px 0;
    position: relative;
    color: #999;
    transition: all .2s ease-in-out;
}

.hole-box.active {
    color: var(--black);
}

.hole-box.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--main-color);
}

.hole-box:hover {
    background: #eee;
}

.hole-box h3 {
    font-size: 12px;
}

.hole-box h2 {
    font-size: 24px;
    font-weight: 700;
}

.course-info-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 90px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.course-info-wrap ul {
    display: flex;
    flex-direction: column;
}

.course-info-wrap ul li img {
    mix-blend-mode: multiply;
}

.hole-info-box {
    text-align: center;
}

.hole-info-box h3 {
    letter-spacing: 3.2px;
    text-transform: uppercase;
}

.hole-info-box h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2em;
    padding: 10px 0 20px;
}

.hole-info-box .hole-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 24px;
    font-size: 18px;
    font-weight: 500;
}

.hole-info-box .hole-info p {
    line-height: 1.14em;
}

.hole-info-box .hole-info p span {
    font-size: 14px;
    color: #999;
    display: inline-block;
    padding-right: 24px;
    text-transform: uppercase;
}

.hole-info-box .hole-info em::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 11px;
    background-color: #999;
}

.video-course {
    width: 825px;
}

.course-text {
    padding-top: 20px;
    line-height: 1.56em;
    width: 600px;
    word-break: keep-all;
}

.course-text span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 8px;
    font-family: "Pretendard", sans-serif;
}

/* policy */
.policy-wrap article {
    white-space: pre-line;
    word-break: keep-all;
    line-height: 1.8em;
}

.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;
    word-break: keep-all;
    padding-right: 100px;
}

.policy-cont h4 {
    font-weight: 400;
    margin-bottom: 20px;
    white-space: pre-line;
}

/*start-popup*/
.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;
}

/*일반단체*/
.reser-wrap.group {
    justify-content: space-between;
}

.normal-group-info {
    width: 600px;
    border-radius: 20px;
    background-color: #f9f9f9;
    padding: 32px 40px 0;
    line-height: 1.5em;
}

.normal-group-info h2 {
    color: var(--main-color);
    font-size: 18px;
    line-height: 1.3em;
    text-align: center;
    font-weight: 500;
}

.normal-group-info dl {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 17px;
    border-bottom: solid 1px #e6e6e6;
}

.normal-group-info dl:last-child {
    border-bottom: 0;
}

.normal-group-info dt {
    text-align: center;
    flex-basis: 64px;
    color: var(--main-color);
    font-weight: bold;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

.normal-group-info dt::before {
    content: '';
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #e6e6e6;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.normal-group-info dd {
    font-size: 12px;
    color: #222;
}

.group-info-wrap {
    padding-top: 100px;
}

/*일반단체 팝업*/
.pop-group-scroll {
    width: 100%;
    max-height: 610px;
    text-align: center;
    overflow-y: auto;
}

.pop-group-con {
    width: 400px;
    margin: 32px auto 50px;
    text-align: left;
    display: flex;
    gap: 24px 0;
    flex-direction: column;
}

.pop-group-con dl {
    display: flex;
    gap: 9px 0;
    flex-direction: column;
}

.pop-group-con dl dt {
    font-size: 20px;
}

.pop-group-con dl dd {
    width: 100%;
}

.pop-group-con dl dd input {
    height: 60px;
    background-color: #f9f9f9;
    border-radius: 30px;
    border: 1px solid #dedede;
    font-size: 18px;
    padding: 0 20px;
    text-indent: 0;
}

.pop-group-con dl dd select {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #dedede;
    font-size: 18px;
    padding: 0 40px 0 20px;
    appearance: none;
    background: #f9f9f9 url("/pc/images/hills/ic_select.svg") center right 20px no-repeat;
    background-size: 10px 8px;
}

.pop-group-con dl .group-choice {
    display: flex;
    align-items: center;
    gap: 0 12px;
    font-size: 18px;
}

.pop-group-con dl .group-choice span {
    flex: 1;
}

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

.group-choice input[type=radio] + label {
    width: 100%;
    display: block;
    border-radius: 30px;
    line-height: 38px;
    border: solid 1px #dcdcf2;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    transition: 0.3s all;
    color: #222;
    text-align: center;
    cursor: pointer;
}

.group-choice input[type=radio]:checked + label {
    background-color: var(--main-color);
    color: #fff;
    font-weight: 700;
}

/*my연단체*/
.mypage-group {
    padding-top: 90px;
}

.my-group-summation {
    margin: 35px 0 110px;
    position: relative;
}

.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: 20px;
    padding: 30px 28px 30px 68px;
    flex: 1;
    position: relative;
}

.my-group-summation ul li button {
    position: absolute;
    bottom: 10px;
    right: 12px;
    width: 90px;
    line-height: 28px;
    background-color: #e6e6e6;
    border-radius: 20px;
    font-size: 13px;
}

.my-group-summation ul li p {
    font-size: 18px;
    color: #666;
    padding-bottom: 12px;
}

.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: 22px;
    width: 32px;
    height: 32px;
}

.my-group-summation ul li:first-child::before {
    background: url('/pc/images/hills/ic_mypage_round.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:nth-of-type(3)::before {
    background: url('/pc/images/hills/ic_mypage_food.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;
}

.btn-group-link {
    color: #fff;
    padding: 0 14px;
    line-height: 28px;
    border-radius: 20px;
    font-size: 15px;
    background-color: var(--main-color);
    border-color: var(--main-color);
    display: inline-block;
    position: absolute;
    right: 0;
    top: -40px;
}

.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;
}

.btn-check-list.group p b {
    padding-right: 16px;
}

.group-etc-text {
    font-size: 13px;
    color: #666;
    letter-spacing: -0.26px;
    line-height: 1.38em;
}

/*포인트팝업*/
.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/hills/ic_search.svg') center left 23px no-repeat;
    text-indent: 0;
}

.group-user-box {
    height: 335px;
}

.group-user-box .group-user-head {
    background-color: #42436e;
    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/hills/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/hills/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 div span b {
    font-weight: 700;
}

.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;
}

.checking-group {
    display: flex;
    gap: 0 12px;
    align-items: center;
}

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

.checking-group input[type=radio] + label {
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url('/pc/images/hills/ic_chk.svg');
    background-position: left center;
    background-size: 16px 16px;
    transition: 0.1s all ease;
    display: inline-block;
    padding: 8px;
}

.checking-group input[type=radio]:checked + label {
    background-image: url('/pc/images/hills/ic_chk_on.svg');
    background-size: 16px 16px;
}

.checking-group button {
    height: 24px;
    background-color: #999;
    color: #fff;
    border-radius: 12px;
    text-align: center;
    font-size: 14px;
    padding: 2px 10px 4px;
}

/*연단체신청*/
.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: #F9F9FF;
    border: 2px solid var(--main-color);
    text-align: center;
    border-radius: 60px;
    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;
}

.sub-title-area 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/hills/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/hills/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;
    border-radius: 30px;
    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: #F9F9FF;
    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/hills/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/hills/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/hills/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-radius: 30px;
    border: 1px solid #dedede;
    padding: 0 20px;
    background-position: center right 24px;
}

/*250417-payment추가*/
.reser-payment-box {
    width: 100%;
    padding: 32px 26px;
    text-align: left;
    background-color: #f9f9ff;
    border-radius: 15px;
    position: relative;
    border: 1px solid #e1e1e1;
    margin: 30px 0 14px;
}

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

.payment-info-box dl {
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    line-height: 1.5em;
    padding: 3px 0;
}

.payment-info-box dl dt {
    position: relative;
    width: 90px;
}

.payment-info-box dl dt::after {
    content: ':';
    position: absolute;
    right: 0;
}

.payment-info-box dl dd {
    padding-left: 12px;
}

.payment-sum {
    text-align: right;
    font-size: 20px;
    padding-top: 17px;
    margin-top: 30px;
    border-top: 1px dashed #d6d6d6;
}

/* 250610 연단체 추가*/
.tab-group {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    color: #c1c1c1;
    gap: 0 20px;
    padding: 24px 0 43px;
}

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

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

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

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

.normal-pop-title2 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 24px;
}

.add-guest-info {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    margin-bottom: 40px;
}

.add-guest-info dt {
    font-size: 20px;
    padding-bottom: 9px;
}

.add-guest-info dd input{
    border: 1px solid #dedede;
    background-color: #f9f9f9;
    height: 60px;
    border-radius: 30px;
}