/* common */
.common-page .isPC .top {
    flex-direction: column;
    height: 100%;
    width: 48px;
    background: linear-gradient(90deg, rgba(0, 81, 95, 1) 0%, rgba(0, 115, 134, 1) 50%, rgba(1, 151, 176, 1) 100%);
}
.common-page .isPC .top .menu-item {
    width: 100%;
    height: 100%;
}
.isPC .full-width-offcanvas .offcanvas-header, .isPC .full-width-offcanvas .offcanvas-body {
    width: 500px;
    margin: 0 auto;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

.isPC .download-btn {
    max-width: 300px;
}

.isPC .pc-width-medium {
    width: 500px;
}

.isPC .pc-max-width-medium {
    max-width: 500px;
}

.isPC.main-content {
    padding: 0;
}

.isPC.half-offcanvas .full-width-offcanvas {
    max-width: 500px;
}
.isPC.half-offcanvas .full-width-offcanvas .offcanvas-header, .isPC.half-offcanvas .full-width-offcanvas .offcanvas-body {
    border: none;
}

/* conversation */
.isPC .TUI-conversation-list, .isPC .TUI-contact {
    width: 300px;
    height: 100%;
    border-right: 1px solid #e9e9e9;
}

/* topic */
.isPC .topic-content .carousel-item {
    height: 600px;
}

.isPC .video-content {
    height: 320px;
}