/* Alpensia package / event / food / ticket detail renewal - PC */
.alp-detail {
    --alp-green: #073f34;
    --alp-green-deep: #052e27;
    --alp-gold: #ad9671;
    --alp-ivory: #f7f5f0;
    --alp-line: #e1e2de;
    --alp-text: #26332f;
    --alp-muted: #747c78;
    color: var(--alp-text);
}

.alp-detail .con-header {
    margin-bottom: 42px;
}

.alp-detail .alp-detail-hero {
    position: relative;
    height: 390px;
    margin: 0 0 0;
    overflow: hidden;
    background: #e9ece9;
}

.alp-detail .alp-detail-hero__visual,
.alp-detail .alp-detail-hero__visual::after {
    position: absolute;
    inset: 0;
}

.alp-detail .alp-detail-hero__visual img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.alp-detail .alp-detail-hero__backdrop {
    object-fit: cover;
    filter: blur(18px) brightness(.72);
    transform: scale(1.08);
}

.alp-detail .alp-detail-hero__image {
    z-index: 1;
    object-fit: contain;
}

.alp-detail .alp-detail-hero__visual::after {
    z-index: 2;
    background: linear-gradient(90deg, rgba(3, 24, 20, .76) 0%, rgba(3, 24, 20, .42) 42%, rgba(3, 24, 20, .04) 76%);
    content: "";
}

.alp-detail .alp-detail-hero__copy {
    position: absolute;
    z-index: 3;
    left: 48px;
    right: 48px;
    bottom: 42px;
    color: #fff;
}

.alp-detail .alp-detail-eyebrow {
    display: block;
    margin-bottom: 13px;
    color: #e3d5bb;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .17em;
}

.alp-detail .alp-detail-hero__copy h2 {
    max-width: 780px;
    margin: 0;
    color: #fff;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.32;
    letter-spacing: -.045em;
    text-shadow: 0 2px 15px rgba(0, 0, 0, .18);
    word-break: keep-all;
}

.alp-detail .alp-detail-status {
    margin-top: 18px;
}

.alp-detail .alp-detail-status span {
    display: inline-flex;
    min-height: 28px;
    box-sizing: border-box;
    align-items: center;
    padding: 5px 12px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 16px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.alp-detail .alp-detail-status .is-wait,
.alp-detail .alp-detail-status .is-end {
    border-color: rgba(255, 255, 255, .38);
    color: rgba(255, 255, 255, .82);
}

.alp-detail .write-title-wrap.alp-detail-summary {
    display: block;
    box-sizing: border-box;
    margin: 0 0 46px;
    padding: 0 32px;
    border: 1px solid var(--alp-line);
    border-top: 0;
    background: #fff;
}

.alp-detail .write-title-wrap.alp-detail-summary > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.alp-detail .write-title-wrap.alp-detail-summary ul {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    align-items: center;
    min-height: 72px;
    box-sizing: border-box;
    margin: 0;
    padding: 0 24px;
    border: 0;
    border-left: 1px solid #ecece8;
}

.alp-detail .write-title-wrap.alp-detail-summary ul:first-child {
    border-left: 0;
}

.alp-detail .write-title-wrap.alp-detail-summary li {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0 !important;
    color: #59615e;
    font-size: 14px;
    line-height: 1.6;
}

.alp-detail .write-title-wrap.alp-detail-summary li:first-child {
    border-right: 0 !important;
    color: var(--alp-green);
    font-weight: 700;
}

.alp-detail .write-title-wrap.alp-detail-summary li::before,
.alp-detail .write-title-wrap.alp-detail-summary li::after {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    border: 0 !important;
    background: none !important;
    content: none !important;
}

.alp-detail .alp-detail-category-list {
    word-spacing: 7px;
}

.alp-detail .alp-detail-tabs {
    display: flex;
    justify-content: center;
    margin: 0 0 42px;
    border-bottom: 1px solid var(--alp-line);
}

.alp-detail .alp-detail-tabs:empty {
    display: none;
}

.alp-detail .alp-detail-tabs a {
    position: relative;
    min-width: 150px;
    padding: 17px 20px 16px;
    color: #7a817e;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}

.alp-detail .alp-detail-tabs a:first-child {
    color: var(--alp-green);
    font-weight: 700;
}

.alp-detail .alp-detail-tabs a:first-child::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: var(--alp-green);
    content: "";
}

.alp-detail .info-layout.alp-detail-content {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important;
}

.alp-detail .info-layout.alp-detail-content > li {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.alp-detail .alp-detail-info-card {
    margin: 0 0 54px;
    padding: 0 !important;
    border: 1px solid #e2e2dc;
    border-top: 2px solid var(--alp-green);
    background: var(--alp-ivory);
}

.alp-detail .alp-detail-info-card .use-table {
    width: 100%;
    margin: 0;
    border: 0;
    table-layout: fixed;
}

.alp-detail .alp-detail-info-card .use-table th,
.alp-detail .alp-detail-info-card .use-table td {
    box-sizing: border-box;
    height: auto;
    min-height: 66px;
    padding: 20px 24px;
    border: 0;
    border-bottom: 1px solid #e2e0da;
    background: transparent;
    font-size: 14px;
    line-height: 1.75;
}

.alp-detail .alp-detail-info-card .use-table tr:last-child th,
.alp-detail .alp-detail-info-card .use-table tr:last-child td {
    border-bottom: 0;
}

.alp-detail .alp-detail-info-card .use-table th {
    width: 20%;
    color: var(--alp-green);
    font-weight: 700;
    text-align: left;
}

.alp-detail .alp-detail-info-card .use-table td {
    color: #444d49;
}

.alp-detail .alp-detail-info-card td.hotel .btn-align {
    display: inline-flex;
    width: 260px;
    min-width: 260px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 5px 7px 5px 0;
    padding: 9px 10px 9px 16px;
    border: 1px solid #dcd8cf;
    background: #fff;
}

.alp-detail .alp-detail-info-card .btn-align.center {
    margin: 0;
    padding: 22px 24px;
    border-top: 1px solid #e2e0da;
    text-align: right;
}

.alp-detail .alp-detail-info-card .btn,
.alp-detail .alp-detail-info-card a.btn {
    display: inline-flex;
    min-width: 92px;
    min-height: 40px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    padding: 9px 18px;
    border: 1px solid var(--alp-green);
    background: var(--alp-green);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

.alp-detail .alp-detail-price {
    color: var(--alp-green) !important;
    font-size: 23px !important;
    font-weight: 700;
    letter-spacing: -.02em;
}

.alp-detail .alp-detail-price small {
    font-size: 14px;
    font-weight: 500;
}

.alp-detail .alp-detail-purchase > .btn-align.center .btn {
    min-width: 190px;
    min-height: 48px;
    font-size: 15px;
}

.alp-detail .package-rate-calendar-slot {
    margin-bottom: 54px;
}

.alp-detail .alp-detail-editor,
.alp-detail--event .alp-detail-editor,
.alp-detail--food .alp-detail-editor {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    min-height: 0 !important;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 0 64px !important;
    border: 0 !important;
    background: #fff !important;
    text-align: left !important;
}

.alp-detail .info-layout.alp-detail-content > li.alp-detail-editor::after {
    display: block;
    clear: both;
    content: "";
}

.alp-detail .alp-detail-editor > h2,
.alp-detail .alp-detail-section-title {
    position: relative;
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    box-sizing: border-box;
    margin: 0 0 28px !important;
    padding: 0 0 16px 18px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--alp-line) !important;
    color: var(--alp-green) !important;
    font-size: 21px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    text-align: left !important;
}

.alp-detail .alp-detail-editor > h2::before,
.alp-detail .alp-detail-section-title::before {
    position: absolute;
    left: 0;
    top: 5px;
    width: 3px;
    height: 17px;
    background: var(--alp-gold);
    content: "";
}

.alp-detail .alp-detail-editor > .col {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    min-height: 0 !important;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important;
    color: #4d5552;
    font-size: 15px;
    line-height: 1.85;
}

.alp-detail .alp-detail-editor img,
.alp-detail .alp-detail-editor .col img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto !important;
    margin-right: auto !important;
}

.alp-detail .alp-detail-editor iframe,
.alp-detail .alp-detail-editor video {
    max-width: 100%;
}

.alp-detail .alp-detail-contact {
    display: block;
    margin: 6px 0 64px;
    padding: 24px 30px !important;
    border: 1px solid #e1e2de !important;
    background: #fafaf8;
}

.alp-detail .alp-detail-contact > h2 {
    display: none;
}

.alp-detail .alp-detail-contact > .col {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.alp-detail .alp-detail-contact .icon-guide.thin {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0;
    padding: 0;
}

.alp-detail .alp-detail-contact .icon-guide.thin img {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.alp-detail .alp-detail-contact .icon-guide.thin p {
    margin: 0;
    color: #59615e;
    font-size: 13px;
}

.alp-detail .alp-detail-contact .icon-guide.thin p::before {
    display: block;
    margin-bottom: 3px;
    color: var(--alp-green);
    font-size: 15px;
    font-weight: 700;
    content: "상담 및 문의";
}

.alp-detail .alp-detail-contact .icon-guide.thin p span {
    display: block;
    margin-top: 3px;
    color: var(--alp-green);
    font-size: 21px;
    font-weight: 700;
}

.alp-detail .table-layout.all {
    margin-top: 0;
}

.alp-detail .table-layout.all .use-table.list {
    border-top: 1px solid var(--alp-green);
    border-bottom: 1px solid var(--alp-line);
}

.alp-detail .table-layout.all .use-table.list th,
.alp-detail .table-layout.all .use-table.list td {
    height: 54px;
    padding: 15px 20px;
    border-color: #ecece8;
    background: #fff;
    color: #626a66;
    font-size: 13px;
}

.alp-detail .table-layout.all .use-table.list th {
    width: 110px;
    background: #fafaf8;
    color: var(--alp-green);
    font-weight: 700;
}

.alp-detail .btn-align.high {
    margin-top: 32px;
}

.alp-detail .btn-align.high .btn {
    min-width: 130px;
    height: 44px;
    box-sizing: border-box;
    border-color: var(--alp-green);
    color: var(--alp-green);
    line-height: 42px;
}

.alp-detail .btn-align.high .btn:hover {
    background: var(--alp-green);
    color: #fff;
}
