/* responsive */
@media screen and (max-width:1450px){
    
}

@media screen and (max-width:1280px){
    
}

@media screen and (max-width:1024px){
    #container .inner .page.post-13 .content-wrap .profile-wrap {text-align:left;padding:calc(50px - 0.75rem) 0 1rem;margin-bottom:1.25rem;}
    #container .inner .page.post-13 .content-wrap .profile-wrap .profile-image {top:-50px;left:0.75rem;width:100px;transform:translateX(0);}
    #container .inner .page.post-13 .content-wrap .profile-wrap .link-list {top:0;right:0.625rem;}
    #container .inner .page.post-13 .content-wrap .profile-wrap .name {justify-content:flex-start;gap:0.25rem;}
    #container .inner .page.post-13 .content-wrap .profile-wrap .name .text {font-size:1.25rem;}
    #container .inner .page.post-13 .content-wrap .profile-wrap .id {font-size:0.875rem;margin-top:0;}
    #container .inner .page.post-13 .content-wrap .information-wrap .subject {font-size:1.25rem;}
    #container .inner .page.post-13 .content-wrap .information-wrap .desc {font-size:0.875rem;margin-bottom:1.25rem;}
    #container .inner .page.post-13 .content-wrap .decoration-wrap .deco {display:none;}

    #container .inner .page.post-45 .relationship-list {gap:0.75rem;}
    #container .inner .page.post-45 .relationship-list .item {aspect-ratio:7 / 4;}
    #container .inner .page.post-45 .relationship-list .item a .description .info {gap:0.25rem;}
    #container .inner .page.post-45 .relationship-list .item a .description .info li + li::before {display:none;}
    #container .inner .page.post-45 .relationship-list .item a .description .info .desc {width:100%;}
}

@media screen and (max-width:768px){
    
}

@media screen and (max-width:480px){
    #container .inner .page.post-13 .content-wrap .profile-wrap {padding:calc(40px - 0.75rem) 0 1rem}
    #container .inner .page.post-13 .content-wrap .profile-wrap .profile-image {top:-40px;width:80px;}
    #container .inner .page.post-13 .content-wrap .information-wrap .genre-list .item {font-size:0.75rem;}
}