.container.type-a {
    padding: 100px 0;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.container.type-a .snb {
    display: block;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    margin-left: unset;
    width: auto;
    margin-bottom: 40px;
}

.container.type-a .snb .snb-inner {}

.container.type-a .snb .snb-inner .snb-location {
    display: none;
}

.container.type-a .snb .snb-inner .snb-location a {}

.container.type-a .snb .snb-inner .snb-tbox {}

.container.type-a .snb .snb-inner .snb-tbox strong {}

.container.type-a .snb .snb-inner .snb-tbox strong {
    display: none;
}

.container.type-a .snb .snb-inner .snb-tbox p {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.container.type-a .snb .snb-inner .snb-tbox span {
    width: calc(100% - 20px);
    font-size: 18px;
    line-height: 1.5;
    color: #484848;
    display: block;
    text-align: center;
    margin: 10px auto 0;
    word-break: keep-all;
}

.container.type-a .content {
    border: 1px solid lightgrey;
    padding: 40px;
    width: calc(100% - 20px);
    margin: 0 auto;
    max-width: 1200px;
    box-sizing: border-box;
}

.container.type-a .content .content-inner {}

.container.type-a .content .content-inner .title {
    display: none;
}

.container.type-a .content .content-inner .title p {}

.container.type-a .content .content-inner .common-title.faq {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 30px;
    border-bottom: 1px solid #DEDEDE;
}

.container.type-a .content .content-inner .common-title.faq .common-title-left {}

.container.type-a .content .content-inner .common-title.faq .common-title-left p {
    font-size: 18px;
    line-height: 1.5;
    color: #484848;
}

.container.type-a .content .content-inner .common-title.faq form {}

.container.type-a .content .content-inner .common-title.faq form input[type="hidden"] {}

.container.type-a .content .content-inner .common-title.faq form .common-title-right {
    display: flex;
    align-items: center;
}

.container.type-a .content .content-inner .common-title.faq form .common-title-right .common-title-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
    width: 410px;
    height: 56px;
    line-height: 56px;
    border: 1px solid #AAAAAA;
}

.container.type-a .content .content-inner .common-title.faq form .common-title-right .common-title-box input {
    width: 100%;
}

.container.type-a .content .content-inner .common-title.faq form .common-title-right .common-title-box button {
    width: 18px;
    height: 18px;
    background: url(../img/icon-search.svg) no-repeat center center / contain;
}

.container.type-a .content .content-inner .faq-cont {}

.container.type-a .content .content-inner .faq-cont .ibox-content {}

.container.type-a .content .content-inner .faq-cont .ibox-content .table-responsive {
    overflow-x: auto;
}

.container.type-a .content .content-inner .faq-cont .ibox-content .table-responsive table.table.table-striped.table-hover {}

.container.type-a .content .content-inner .faq-cont .ibox-content .table-responsive table.table.table-striped.table-hover thead {}

.container.type-a .content .content-inner .faq-cont .ibox-content .table-responsive table.table.table-striped.table-hover thead tr {}

.container.type-a .content .content-inner .faq-cont .ibox-content .table-responsive table.table.table-striped.table-hover thead tr th.text-center {
    font-size: 18px;
    line-height: 1.5;
    color: #484848;
    padding: 8px;
    vertical-align: middle;
    border-bottom: 1px solid #DDDDDD;
}

.container.type-a .content .content-inner .faq-cont .ibox-content .table-responsive table.table.table-striped.table-hover tbody#agent_list {}

.container.type-a .content .content-inner .faq-cont .ibox-content .table-responsive table.table.table-striped.table-hover tbody#agent_list tr {}

.container.type-a .content .content-inner .faq-cont .ibox-content .table-responsive table.table.table-striped.table-hover tbody#agent_list tr:hover {
    background-color: #f5f5f5
}

.container.type-a .content .content-inner .faq-cont .ibox-content .table-responsive table.table.table-striped.table-hover tbody#agent_list tr:nth-child(2n-1) {
    background-color: #f9f9f9;
}

.container.type-a .content .content-inner .faq-cont .ibox-content .table-responsive table.table.table-striped.table-hover tbody#agent_list tr:nth-child(2n) {}

.container.type-a .content .content-inner .faq-cont .ibox-content .table-responsive table.table.table-striped.table-hover tbody#agent_list tr td.text-center {
    font-size: 18px;
    line-height: 1.5;
    color: #484848;
    border-bottom: 1px solid #e7eaec;
    padding: 8px;
    vertical-align: middle;
    text-align: center;
}

.container.type-a .content .content-inner .faq-cont .ibox-content .table-responsive table.table.table-striped.table-hover tfoot {}

.container.type-a .content .content-inner .faq-cont .ibox-content .table-responsive table.table.table-striped.table-hover tfoot tr {}

.container.type-a .content .content-inner .faq-cont .ibox-content .table-responsive table.table.table-striped.table-hover tfoot tr td {
    font-size: 18px;
    line-height: 1.5;
    color: #484848;
    padding: 8px;
}

.container.type-a .content .content-inner .pg-wrap {}

.container.type-a .content .content-inner .pg-wrap .pg-page {}

.container.type-a .content .content-inner .pg-wrap .pg-page.pg-current {}

/*  */
.main-menu {
    display: none;
}

@media screen and (max-width: 767px) {
    .container.type-a .content {
        padding: 20px;
    }

    .container.type-a .content .content-inner .common-title.faq {
        display: block;
    }

    .container.type-a .content .content-inner .common-title.faq form .common-title-right .common-title-box {
        width: 100%;
        margin-top: 20px;
    }

    .container.type-a .snb .snb-inner .snb-tbox p {
        font-size: 25px;
    }

    .container.type-a .snb .snb-inner .snb-tbox span {
        font-size: 16px;
    }

    .container.type-a .content .content-inner .common-title.faq .common-title-left p {
        font-size: 16px;
    }

    .container.type-a .content .content-inner .faq-cont .ibox-content .table-responsive table.table.table-striped.table-hover thead tr th.text-center {
        font-size: 16px;
        white-space: nowrap;
    }

    .container.type-a .content .content-inner .faq-cont .ibox-content .table-responsive table.table.table-striped.table-hover tbody#agent_list tr td.text-center {
        font-size: 16px;
        white-space: nowrap;
    }

    .container.type-a .content .content-inner .faq-cont .ibox-content .table-responsive table.table.table-striped.table-hover tfoot tr td {
        font-size: 16px;
    }
}