@import url(common.css);

/* subtop */
#subtop {
    background: url(../img/subtop_bg.jpg) center center no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    background-size: cover;
}
/* sub-wrp */
@media (min-width:992px) {
    #sub-wrp {
        display: flex;
        align-items: stretch;
    }
    #sub-wrp #subTabs {
        width: 270px;
        padding: 20px 30px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }
    #sub-wrp #sub-content {
        width: calc(100% - 270px);
        padding-left: 40px;
    }
}
/* subTabs */
#subTabs {
    padding: 30px 0;
}
#subTabs .tabWrps {
    position: relative;
}
#subTabs .tabWrps #lnbMn {
    display: flex;
    align-items: center;
    justify-content: center;
}
#subTabs .tabWrps #lnbMn li a {
    display: block;
    text-decoration: none;
    color: #999;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 600;
    padding-bottom: 5px;
    cursor: pointer;
}
@media (min-width:992px) {
    #subTabs .tabWrps .lnbTit {
        padding: 20px 0;
    }
    #subTabs .tabWrps #lnbMn {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #fff;
    }
    #subTabs .tabWrps #lnbMn li {
        display: block;
        color: rgba(10,10,10,.5);
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        position: relative;
        border-bottom: 1px solid #ccc;
        width: 100%;
    }
    #subTabs .tabWrps #lnbMn li:first-child {
        border-top: 1px solid #979797;
    }
    #subTabs .tabWrps #lnbMn li a {
        padding: 17px 10px;
        display: flex;
        justify-content: space-between;
    }
    #subTabs .tabWrps #lnbMn li.act a {
        color: var(--main-color2);
    }
}
@media (max-width:992px) {
    #subTabs .tabWrps #lnbMn {
        position: absolute;
        left: 0;
        top: calc(100% - 1px);
        width: 100%;
        margin-top: 0;
        border-radius: 0;
        border-top: 0px;
        display: none;
        max-height: 200px;
        overflow-y: auto;        
        border: 1px solid #ddd;
        background-color: #fff;
        z-index: 20;
        text-align: center;
    }
    #subTabs .tabWrps #lnbMn.act {
        display: block;
    }
    #subTabs .tabWrps #lnbMn li a {
        padding: 10px;
        font-size: 12px;
        border: 0px;
    }
    #subTabs .tabWrps #lnbMn li.act a {
        color: #fff;
        background-color: var(--main-color2);
    }
    #subTabs .tabWrps #lnbMn li a i {
        display: none;
    }
    #subTabs .tabWrps #cateName {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        border: 1px solid #ddd;
        cursor: pointer;
    }
}
@media (max-width:768px) {
    #subTabs {
        padding: 20px 0 0;
    }
}

/* table-board */
.table.table-board {
    border-top: 1px solid #111;
}
.table.table-board thead tr th,
.table.table-board thead tr td,
.table.table-board tbody tr th,
.table.table-board tbody tr td {
    font-size: 15px;
    line-height: 1.1em;
    vertical-align: middle;
    padding: 15px;
    text-align: center;
}
.table.table-board thead tr th,
.table.table-board thead tr td {
    background-color: #f7f7f7;
    border-bottom: 0px;
    font-weight: 500;
}
.table.table-board tbody tr th,
.table.table-board tbody tr td {
    border-bottom: 1px solid #ddd;
}
.table.table-board:not(.table-board-eq) tbody tr:hover th,
.table.table-board:not(.table-board-eq) tbody tr:hover td {
    background-color: #fcfcfc;
}
.table.table-board tbody tr th.break-all,
.table.table-board tbody tr td.break-all {
    word-break: break-all;
}
@media (max-width:992px){
    .table-wrp {
        overflow: auto;
    }
    .table-wrp .table {
        width: 800px;
        max-width: none;
    }
}
@media (max-width:768px){
    .table.table-board thead tr th,
    .table.table-board thead tr td,
    .table.table-board tbody tr th,
    .table.table-board tbody tr td {
        font-size: 13px;
        padding: 10px;
    }
}
@media (max-width:500px){
    .table.table-board thead tr th,
    .table.table-board thead tr td,
    .table.table-board tbody tr th,
    .table.table-board tbody tr td {
        font-size: 12px;
    }
}
/* table-board-eq */
.table.table-board-eq thead tr th:last-child,
.table.table-board-eq thead tr td:last-child,
.table.table-board-eq tbody tr th:last-child,
.table.table-board-eq tbody tr td:last-child {
    border-right: 0px;
}
.table.table-board-eq tbody tr td a {
    text-decoration: none;
    color: #666;
}
.table.table-board-eq tbody tr td a:hover {
    color: #111;
}
@media (min-width:768px){
    .table.table-board-eq thead tr th,
    .table.table-board-eq thead tr td,
    .table.table-board-eq tbody tr th,
    .table.table-board-eq tbody tr td {
        border: 1px solid #ddd;
    }
    .table.table-board-eq thead tr th:first-child,
    .table.table-board-eq thead tr td:first-child,
    .table.table-board-eq tbody tr th:first-child,
    .table.table-board-eq tbody tr td:first-child {
        border-left: 0px;
    }
}
/* ic_print */
.ic_add,
.ic_print {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    cursor: pointer;
}

.ic_print.btnType {
    width: auto;
    padding: 0 10px;
    display: inline-flex;
    gap: 5px;
}
.ic_print.btnType .txt {
    font-size: .85em;
}
/* board_list_top */
#board_list_top .board_list_top_con {
    padding: 15px 20px;
}
#board_list_top .board_list_top_con.top {
    background-color: #2f3e44;
}
#board_list_top .board_list_top_con.bt {
    border: 1px solid #ccc;
}
#board_list_top .board_list_top_con.bt .dft {
    position: relative;
    padding-left: 10px;
    font-weight: 500;
}
#board_list_top .board_list_top_con.bt .dft + .dft {
    margin-top: 5px;
}
#board_list_top .board_list_top_con.bt .dft:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--main-color2);
    width: 3px;
    height: 3px;
}
#board_list_top .board_list_top_con.bt .analysis_step {
    font-size: .85em !important;
}
@media (max-width:768px){
    #board_list_top .board_list_top_con.bt .analysis_step {
        width: auto;
        height: auto;
        padding: 4px 8px;
    }
    #board_list_top .board_list_top_con.bt .dft + .dft {
        margin-top: 10px;
    }
}
/* analysis_step */
.analysis_step {
    display: inline-flex;
    font-size: .9em;
    line-height: 1em;
    height: 30px;
    width: 78px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-radius: 4px;
    gap: 3px;
    text-decoration: none;
}
.analysis_step.step1 {
    background-color: rgba(218, 19, 164, 0.08);
    color: #f113b6;
    border: 1px solid rgba(218, 19, 164, 0.2);
}
.analysis_step.step2 {
    background-color: rgba(0, 180, 141, 0.08);
    color: #00b68e;
    border: 1px solid rgba(0, 182, 143, 0.2);
}
.analysis_step.step3 {
    background-color: rgba(110, 68, 219, 0.08);
    color: #7b4cf3;
    border: 1px solid rgba(110, 68, 219, 0.2);
}
.analysis_step.step4 {
    background-color: rgba(206, 36, 47, 0.08);
    color: #d3232f;
    border: 1px solid rgba(206, 36, 47, 0.2);
}
.analysis_step.step5 {
    background-color: rgba(32, 88, 223, 0.08);
    color: #1d60fc;
    border: 1px solid rgba(32, 88, 223, 0.2);
}

.analysis_step.step6 {
    background-color: rgba(193, 114, 13, 0.08);
    color: #d78010;
    border: 1px solid rgba(193, 114, 13, 0.08);
}
/* .analysis_step.step1 {
    background-color: rgba(218, 19, 164, 0.95);
    color: #fff;
    border: 1px solid #f113b6;
    box-shadow: 2px 2px 10px rgba(218, 19, 164, 0.25);
}
.analysis_step.step2 {
    background-color: rgba(0, 180, 141, 0.95);
    color: #fff;
    border: 1px solid rgb(0, 204, 160);
    box-shadow: 2px 2px 10px rgba(0, 180, 141, 0.25);
}
.analysis_step.step3 {
    background-color: rgba(110, 68, 219, 0.95);
    color: #fff;
    border: 1px solid #7b4cf3;
    box-shadow: 2px 2px 10px rgba(110, 68, 219, 0.25);
}
.analysis_step.step4 {
    background-color: rgba(206, 36, 47, 0.95);
    color: #fff;
    border: 1px solid #d3232f;
    box-shadow: 2px 2px 10px rgba(184, 40, 50, 0.25);
}
.analysis_step.step5 {
    background-color: rgba(32, 88, 223, 0.95);
    color: #fff;
    border: 1px solid #1d60fc;
    box-shadow: 2px 2px 10px rgba(32, 88, 223, 0.25);
} */
.analysis_step i {
    font-weight: 400;
}

/* analysis_payment */
.analysis_payment {
    display: inline-flex;
    font-size: .9em;
    line-height: 1em;
    height: 30px;
    width: 78px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-radius: 4px;
    gap: 3px;
    text-decoration: none;
    cursor: pointer;
}
.analysis_payment.pay1 {
    background-color: rgba(32, 88, 223, 0.95);
    color: #fff;
    border: 1px solid #1d60fc;
    box-shadow: 2px 2px 10px rgba(32, 88, 223, 0.25);
}
.analysis_payment.pay2 {
    background-color: rgba(15, 28, 59, 0.95);
    color: #fff;
    border: 1px solid #112758;
    box-shadow: 2px 2px 10px rgba(15, 28, 59, 0.25);
}
/* ONE */
.pagination ul {
    padding: 0;
    list-style-type: none;
    text-align: center;
    margin: auto;
}
.pagination a {
    display: inline-block;
    padding: 10px 18px;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    text-decoration: none;
}
.pagination a.is-active{
    background-color: #243660;
    border-radius: 100%;
    color: #fff;
}
@media (max-width:768px){
    .pagination a {
        font-size: 13px;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
}

/* modal-wrp */
.modal-wrp {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1000;
    opacity: 0;
}
.modal-wrp.act {
    z-index: 1000;
    opacity: 1;
}
.modal-wrp .modal-block {
    position: absolute;
    z-index: 3;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.modal-wrp .modal-box {
    position: relative;
    z-index: 10;
    background-color: #fff;
    width: calc(100% - 15px);
    max-width: 600px;
    border-radius: var(--border-radius-10);
    padding: 40px 20px;
    transform: translateY(-30px);
    opacity: 0;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.modal-wrp.act .modal-box {
    opacity: 1;
    transform: translateY(0px);
}
.modal-wrp .modal-box .sbj {
    position: relative;
    padding-right: 60px;
}
.modal-wrp .modal-box .sbj .clsBtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
@media (max-width:768px){
    .modal-wrp .modal-box {
        padding: 30px 20px;
    }
}
/* consumer_info */
.consumer_info {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.consumer_info .consumer_con {
    padding: 15px 10px;
}
.consumer_info .consumer_con.tit {
    border-bottom: 1px solid #b1b1b1;
}
.consumer_info .consumer_con.tit .dft {
    line-height: 1em;
}
.consumer_info .consumer_con.con .dft {
    display: flex;
    align-items: center;
    font-weight: 500;
}
.consumer_info .consumer_con.con .dft + .dft {
    margin-top: 5px;
}
.consumer_info .consumer_con.con .dft .hd {
    width: 100px;
    color: #999;
}
.consumer_info .consumer_con.con .dft .cc {
    width: calc(100% - 100px);
}
@media (max-width:768px){
    .consumer_info .consumer_con.con .dft .hd {
        width: 70px;
    }
    .consumer_info .consumer_con.con .dft .cc {
        width: calc(100% - 70px);
    }
}

/* footer */
#footer {
    padding: 40px 0;
    background-color: #f1f1f1;
    border-top: 1px solid #ccc;
}
#footer img {
    width: 100px;
    filter: grayscale(1);
}
@media (max-width:768px) {
    #footer {
        text-align: center;
    }
    #footer .fbox > div {
        width: 100%;
    }
    #footer img {
        width: 70px;
        margin-top: 10px;
    }
}

/* payment-box */
.payment-box {
    padding: 20px;
    border: 1px solid #ddd;
}