<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --translateY: -75px;
}
.header{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    overflow: hidden;
    z-index: 10;
    transition: all 0.35s;
}
.header.hidden{
    transform: translateY(var(--translateY));
}
.m0.fat{
    height: 78px;
}
.m0{
    height: 75px;
    display: flex;
    align-items: center;
}
.m1{
    width: 100%;
}
.m2{
    margin-top: 4px;
    margin-bottom: 4px;
    width: 100%;
}
.m2_0{
    white-space: nowrap;
    overflow: auto;
    display: flex;
    width: 100%;
}
.m3:first-child, .m3.detailpage:first-child{
    margin-left: 8px;
}
.fat .m3:first-child{
    margin-left: 4px;
}
.fat .m3{
    margin: 0px 3px;
}
.m3{
    margin: 0px 8px;
}
.m4.active{
    padding: 0px;
}
.m4.active .m4_bb{
    width: 100%;
    height: 3px;
    background: #111;
    border-radius: 5px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.m4{
    padding: 0px 8px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}
.fat .m4.text{
    background: none;
    font-weight: 600;
    margin-right: 0px;
    padding-right: 0px;
    color: #999;
}
.fat .m4.active{
    color: #111;
}
.fat .m4{
    font-weight: 400;
    height: 50px;
    border-radius: 80px;
    background: #e4e6ea;
}
.m4.bold{
    font-weight: 500;
}
.m4:not(.active, .text):hover{
    background: #e9e9e9;
}
.m4
/*Place*/
.md0{
    height: 64px;
    padding: 0px 8px 0px 4px;
    display: flex;
    align-items: center;
}
.md1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.md2{
    display: flex;
    align-items: center;
    width: 200px;
}
.md2_1{
    border-radius: 100px;
    height: 40px;
    width: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.md2_2{
    color: #111;
    fill: currentColor;
    width: 24px;
    height: 24px;
}
.md2_2.s{
    width: 20px;
    height: 20px;
}
.md2_1.l{
    height: 48px;
    width: 48px;
}
.md2_1{
    border-radius: 100px;
    height: 40px;
    width: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.md3{
    display: flex;
}
.btnS{
    min-height: 48px;
    min-width: 65.5px;
    border-radius: 24px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    background: #e60023;
    border-radius: 100px;
    color: #fff;
}
.btnS_1{
    width: 16px;
    height: 16px;
    margin-right: 8px;
    color: #fff;
    fill: currentColor;
}
.m5{
    height: 43px;margin-right: 4px;
    display: flex;align-items: center;
    justify-content: center;
}
.m5 img{
    height: 28px;
    object-fit: cover;
}
.m6{
    margin-left: 2px;
}
.svg_dp {
    color: #111111;
    width: 10px;
    height: 10px;
    fill: currentColor;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 4px;
}
.m4.bold.active::after{
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid white;
    background: #111;
    border-radius: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    box-sizing: border-box;
}</pre></body></html>