.bbox {
 max-width: 600px;
 height: auto;
 margin: auto;
 box-sizing: border-box;
 background: black;
 position: relative;
 padding-bottom: 16px;
}

.bhd {
 width: 100%;
 height: 35px;
 color: white;
 box-sizing: border-box;
 padding: 2px 10px 2px 10px;
}

#bhd-p {
 width: 100%;
 height: 110px;
 margin: auto;
 position: relative;
}

#bhd-dp {
 width: 100px;
 aspect-ratio: 1 / 1;
 border-radius: 100%;
 border: 4px solid black;
 position: absolute;
 top: 67px;
 left: 27px;
}

#bhd-n {
 width: 340px;
 height: 65px;
 position: absolute;
 top: 116px;
 left: 160px;
 color: white;
}

.bkptr {
 display: flex;
 justify-content: left;
 gap: 8px;
}

#bkptr-bx {
 width: fit-content;
 height: 25px;
 border-radius: 8px;
 border: 1px solid #424242;
 font-size: 11px;
 box-sizing: border-box;
 text-align: center;
 padding: 2px 6px 0 6px;
 color: #727272;
}

.brp-rp-z {
 width: 80%;
 margin: auto;
 box-sizing: border-box;
 padding: 100px 0 30px 0;
 color: white;
 font-family: Chakra Petch;
 font-size: 15px;
 line-height: 2;
}

#bpsps-rp {
 width: 93%;
 height: 50px;
 margin: auto;
 background: #1c1c1c;
 padding: 9px 9px 9px 25px;
 box-sizing: border-box;
 color: #7e7e7e;
 position: relative;
 font-family: Chakra Petch;
 font-size: 15px;
 align-content: center;
}

#bpsps-pc {
 width: 50px;
 position: absolute;
 top: 9px;
 right: 0px;
 text-align: center;
 font-size: 17px;
}
