.pc{display: none;}
.tab{display: none;}
.m{display: block;}

#hd_pop, #hd_wrapper, #tnb .inner, #gnb .gnb_wrap, #container_wr, #ft_wr{
    width: unset;
}
.tit{
    color: #35318F;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 36px;

}
.txt{
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 14px;
    padding-bottom: 36px;    
}
.txt-el{
    line-height: 200%;
    word-break: keep-all;
}

.btm img.pic {
    width: 100%;
    padding-bottom: 36px;
}
.name{
    display: flex;
    align-items: center;
    font-weight: bold;
    gap: 12px;
    justify-content: right;
}
.name .left{
    font-size: 16px;
    font-weight: lighter;
    color: #333;
}
.name .right{
    letter-spacing: 20px;
    font-size: 20px;
    color: #35318F;
}