.playful-branch-page {
    --playful-branch-font: "Uiyeun", sans-serif;
}

#wrapper_title {
    display: none;
}

@font-face {
    font-family: "Uiyeun";
    src: url("https://cdn.jsdelivr.net/gh/fontbee/font@main/ownglyph/Uiyeun.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.playful-branch-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px 110px;
    text-align: center;
    box-sizing: border-box;
}

.playful-branch-title {
    margin: 0 0 42px;
}

.playful-branch-title img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.playful-branch-grid {
    display: grid;
    grid-template-columns: repeat(2, 200px);
    gap: 14px 16px;
    justify-content: center;
    width: 416px;
    max-width: 100%;
    margin: 0 auto;
}

.playful-branch-btn {
    position: relative;
    display: block;
    width: 200px;
    height: 80px;
    padding: 0;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    overflow: hidden;
    transition: opacity .16s ease, transform .16s ease;
}

.playful-branch-btn:hover {
    color: #fff;
    opacity: .9;
    transform: translateY(-1px);
    text-decoration: none;
}

.playful-branch-icon {
    position: absolute;
    left: 40px;
    top: 50%;
    width: 31px;
    height: 23px;
    transform: translateY(-50%);
    font-size: 0;
    line-height: 0;
}

.playful-branch-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.playful-branch-name {
    display: block;
    position: absolute;
    left: 86px;
    top: 50%;
    width: 104px;
    transform: translateY(-50%);
    color: #fff;
    font-family: var(--playful-branch-font);
    font-weight: 300;
    font-size: 47px;
    letter-spacing: 1px;
    line-height: 1;
    text-align: left;
    word-break: keep-all;
    overflow-wrap: normal;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    font-synthesis: none;
}

.playful-name-short .playful-branch-name {
    font-size: 47px;
    line-height: 1;
}

.playful-name-medium .playful-branch-name {
    font-size: 38px;
    line-height: 1;
}

.playful-name-long .playful-branch-name {
    font-size: 28px;
    line-height: .96;
    text-align: left;
    white-space: normal;
}

.playful-name-long .playful-branch-name span {
    display: block;
}

.playful-content-page {
    text-align: left;
}

.playful-content-body {
    max-width: 860px;
    min-height: 220px;
    margin: 0 auto;
    color: #111;
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
}

.playful-branch-empty {
    margin: 0;
    color: #555;
    font-size: 16px;
    text-align: center;
}

@media (max-width: 520px) {
    .playful-branch-page {
        padding: 0 18px 80px;
    }

    .playful-branch-title {
        font-size: 28px;
    }

    .playful-branch-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        gap: 12px;
    }

    .playful-branch-btn {
        width: 100%;
    }
}
.playful-branch-content-page {
    text-align: left;
}

.playful-branch-selected-content {
    margin-top: 43px;
    color: #000;
    font-size: 15px;
    line-height: 1.7;
}

.playful-branch-selected-content img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
.playful-branch-empty {
    padding: 80px 0;
    color: #999;
    font-size: 15px;
    text-align: center;
}