html.pc-browser {
    height: auto;
    font-size: var(--font3);
}
html.pc-browser body {
    background-color: #f5f5f5;
    height: auto;
    overflow: hidden;
    overflow-x: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    --pc-max-width: 560px;
}
html.pc-browser #app {
    position: relative;
    height: auto;
    width: var(--parent-width);
    margin: 0;
    z-index: 1000;
}
html.pc-browser .scene {
    overflow-x: hidden;
    overflow-y: visible;
    position: initial;
}
html.pc-browser .comp {
    position: fixed !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: var(--pc-max-width) !important;
}

html.pc-browser #app #placedetail {
    height: 100vh;
}

html.pc-browser #app #placedetail .content{
    top: 0;
}

html.pc-browser #app #placedetail .hall-list-wrapper {
    overflow-y: hidden;
}
/* pc-browser 경우 height 따로 처리 */
html.pc-browser #pc-browser-intro {
    display: block !important;
}
html.pc-browser #header {
    position: sticky;
    /*z-index: 300;*/
    z-index: 2001;
    /*z-index: 2000;*/
}
html.pc-browser #pc-browser-intro {
    display: none;
    position: relative;
    width: 640px;
    min-width: 490px;
    height: 100vh;
    z-index: 1000;
    overflow: hidden;
}
html.pc-browser #pc-browser-intro .inner {
    position: fixed;
    width: 640px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
html.pc-browser #pc-browser-intro .head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
html.pc-browser #pc-browser-intro .head .logo {
    width: 64px;
    border-radius: 5px;
}
html.pc-browser #pc-browser-intro .head .name {
    margin-left: 16.8px;
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
    letter-spacing: -0.71px;
    color: #333333;
}
html.pc-browser #pc-browser-intro .main-title {
    margin-top: 34.28px;
    color: #000000;
    font-size: 42px;
    line-height: 61px;
    font-weight: 600;
    letter-spacing: -1.25px;
}
html.pc-browser #pc-browser-intro .main-title strong {
    color: #23545F;
}
html.pc-browser #pc-browser-intro .sub-text {
    margin-top: 18px;
    font-size: 20px;
    line-height: 31px;
    font-weight: 300;
    letter-spacing: -0.59px;
    color: #5c5c5c;
}
html.pc-browser #pc-browser-intro .download-box {
    margin-top: 97px;
}
html.pc-browser #pc-browser-intro .download-box .down-title {
    /*font-size: var(--font8);*/
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.53px;
    font-weight: 500;
    color: #333333;
}
html.pc-browser #pc-browser-intro .download-box .down-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 11.72px;
}
html.pc-browser #pc-browser-intro .download-box .down-wrapper .qr-wrapper {
    width: 134px;
    height: 134px;
    margin-right: 19px;
    background: white;
    padding: 8px;
    border-radius: 10px;
}
html.pc-browser #pc-browser-intro .download-box .down-wrapper .qr-wrapper img {
    width: 100%;
}
html.pc-browser #pc-browser-intro .download-box .down-wrapper ul {
    display: flex;
    flex-direction: column;
}
html.pc-browser #pc-browser-intro .download-box .down-wrapper ul li {
    margin: 4px 0;
    cursor: pointer;
}
html.pc-browser #pc-browser-intro .sns-list {
    margin-top: 86px;
}
html.pc-browser #pc-browser-intro .sns-list .sns-item {
    margin-right: 12px;
    width: 42px;
    cursor: pointer;
}