@charset "UTF-8";

.p-table {
    position: relative;
    width: 100%;
    border-collapse: collapse;
    margin: 2px 0 0px
}

.p-table thead tr:first-child th {
    border-top: 2px solid #000000;
}

.p-table caption+tbody tr:first-child td,
.p-table caption+tbody tr:first-child th,
.p-table colgroup+tbody tr:first-child td,
.p-table colgroup+tbody tr:first-child th {
    border-top: 2px solid #000000
}

.p-table td,
.p-table th {
    border-bottom: 1px solid #dedede
}

.p-table th {
    padding: 13px 11px;
    background: #f6f6f6;
    font-size: 17px;
    color: #555;
    text-align: center;
    font-weight: 500;
    vertical-align: middle
}

.p-table th:first-child:before {
    display: none
}

.p-table th .p-form__label:before {
    display: none
}

.p-table tbody th {
    background: #f4f5f9
}

.p-table caption+tbody th,
.p-table colgroup+tbody th {
    background: #f6f6f6
}

.p-table td {
    padding: 11px;
    box-sizing: border-box;
    vertical-align: middle;
}

.p-table td.p-table__subject {
    text-align: left
}

.p-table td.p-table__subject>.p-icon {
    margin-left: 0
}

.p-table td img {
    vertical-align: middle
}

.p-table td .p-photo img {
    margin: 2px 0;
    vertical-align: middle
}

.p-table td.p-subject a {
    display: inline
}

.p-table td.p-subject .p-icon {
    margin-top: 1px;
    vertical-align: top
}

.p-table td.p-table__content {
    padding-top: 24px;
    padding-bottom: 24px;
    word-break: break-all
}

.p-table td.p-table__content {
    padding: 50px 30px;
    color: #555;
    font-weight: 400;
}

.p-table td .p-table__subject_text {
    font-size: 1.12em;
    color: #222;
    vertical-align: middle
}

.p-table__cheecked {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .1)
}

.p-table--th-left th {
    position: static;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px
}

.p-table--bordered th {
    position: static
}

.p-table--bordered td,
.p-table--bordered th {
    border: 1px solid #d9d9d9
}

.p-table--bordered th:before {
    display: none
}

.p-table--hover tbody tr:hover td,
.p-table--hover tbody tr:hover th {
    background: rgba(220, 220, 220, .1) !important
}

.p-table--narrow td,
.p-table--narrow th {
    padding: 11px 3px
}

.p-table--layout thead tr:first-child th {
    border-top: none
}

.p-table--layout caption+tbody tr:first-child td,
.p-table--layout caption+tbody tr:first-child th,
.p-table--layout colgroup+tbody tr:first-child td,
.p-table--layout colgroup+tbody tr:first-child th {
    border-top: none
}

.p-table--layout td,
.p-table--layout th {
    background: 0 0;
    border: none
}

.p-table.simple .add-head {
    display: none;
}

@media only screen and (max-width:765px) {
    .p-table.simple {
        border-top: 2px solid #2c3e7e;
        display: table;
        table-layout: fixed;
        padding-top: 6px
    }

    .p-table.simple colgroup,
    .p-table.simple thead,
    .p-table.simple thead th {
        display: none
    }

    .p-table.simple tbody {
        display: table-row-group;
    }

    .p-table.simple tbody tr {
        display: table-row-group;
        width: 100vw;
        border-bottom: 1px solid #d9d9d9;
        padding: 20px 30px;
    }

    .p-table.simple tbody tr.faqpd {
        padding: 20px 30px 20px 15px !important;
    }

    .p-table.simple tbody tr:nth-child(even) {
        background: #fafafa
    }

    .p-table.simple tbody td {
        display: table-row;
        padding: 0;
        border-top: none;
        border-bottom: none;
        text-align: left;
        box-sizing: border-box;
        overflow: hidden;
    }

    .p-table.simple tbody td:first-child:not(.p-table__hidden--mobile) {
        padding-top: 5.5px
    }

    .p-table.simple tbody td.p-subject {
        width: auto;
    }

    .p-table.simple tbody td.p-table__hidden--mobile {
        display: none
    }

    .p-table.simple tr:last-child td {
        border-bottom: none
    }

    .p-table.simple tr:last-child td:last-child {
        border-bottom: 1px solid #a2a2a2
    }

    .p-table.simple .p-notice {
        background-color: transparent
    }

    .p-table.simple .add-head {
        display: table-cell;
        width: 25vw;
        color: #000;
        text-align: right;
        padding: 2px 15px 2px 0
    }

    .p-table.simple .add-head:after {
        content: " : "
    }

    .p-table.simple .tds {
        display: table-cell;
        width: 75vw;
        padding: 1.83333px 15px 1.83333px 0
    }

    .p-table.simple .tds svg {
        vertical-align: middle;
    }

    .p-table.simple td:first-child .add-head {
        padding-top: 11px
    }

    .p-table.simple td:last-child .add-head {
        padding-bottom: 11px
    }

    .p-table.simple .checkbox {
        display: none
    }

    .p-table.simple tr:last-child {
        border: none
    }
}

@media only screen and (max-width:765px) {
    .p-table.block:after {
        display: block;
        position: absolute;
        left: 0;
        top: inherit;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #d9d9d9
    }

    .p-table.block colgroup,
    .p-table.block>thead {
        display: none
    }

    .p-table.block>tbody>tr>td,
    .p-table.block>tbody>tr>th {
        display: block;
        float: none;
        clear: left;
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .p-table.block>tbody>tr>th {
        padding-top: 14px;
        padding-bottom: 0;
        background-color: transparent;
        border-bottom: none;
        text-align: left
    }

    .p-table.block>tbody>tr>th .p-form__label {
        line-height: inherit
    }

    .p-table.block>tbody>tr>td:not(.p-table__content) {
        padding-top: 3.66667px;
        padding-bottom: 14px;
        border-top: none;
        border-bottom: 1px solid #e3e3e3;
        text-align: left
    }

    .p-dropdown .p-table.block>tbody>tr>td:not(.p-table__content) .p-button:not(.zipcode),
    .p-table.block>tbody>tr>td:not(.p-table__content) .p-dropdown .p-button:not(.zipcode),
    .p-table.block>tbody>tr>td:not(.p-table__content) .p-input:not(.zipcode),
    .p-table.block>tbody>tr>td:not(.p-table__content) .p-upload__file:not(.zipcode) {
        width: 100%
    }

    .p-table.block>tbody>tr:first-child th {
        background-color: transparent
    }

    .p-table.block>tbody>tr:first-child th+td {
        border-top: none
    }
}

.p-table .p-subject {
    text-align: left;
    box-sizing: border-box
}

.p-table .p-subject a:hover {
    color: #202e70
}

.p-table .p-subject__comment {
    margin-left: 4px
}

.p-table .p-notice {
    background: #fafafa
}

.p-table .row .p-date-group {
    margin-left: 8px;
    margin-bottom: 0
}

.p-table .row .p-date-group.col {
    width: calc(100% - 16px)
}

.p-table .row .p-date-group.col-1 {
    width: calc(4.16667% - 16px)
}

.p-table .row .p-date-group.col-2 {
    width: calc(8.33333% - 16px)
}

.p-table .row .p-date-group.col-3 {
    width: calc(12.5% - 16px)
}

.p-table .row .p-date-group.col-4 {
    width: calc(16.66667% - 16px)
}

.p-table .row .p-date-group.col-5 {
    width: calc(20.83333% - 16px)
}

.p-table .row .p-date-group.col-6 {
    width: calc(25% - 16px)
}

.p-table .row .p-date-group.col-7 {
    width: calc(29.16667% - 16px)
}

.p-table .row .p-date-group.col-8 {
    width: calc(33.33333% - 16px)
}

.p-table .row .p-date-group.col-9 {
    width: calc(37.5% - 16px)
}

.p-table .row .p-date-group.col-10 {
    width: calc(41.66667% - 16px)
}

.p-table .row .p-date-group.col-11 {
    width: calc(45.83333% - 16px)
}

.p-table .row .p-date-group.col-12 {
    width: calc(50% - 16px)
}

.p-table .row .p-date-group.col-13 {
    width: calc(54.16667% - 16px)
}

.p-table .row .p-date-group.col-14 {
    width: calc(58.33333% - 16px)
}

.p-table .row .p-date-group.col-15 {
    width: calc(62.5% - 16px)
}

.p-table .row .p-date-group.col-16 {
    width: calc(66.66667% - 16px)
}

.p-table .row .p-date-group.col-17 {
    width: calc(70.83333% - 16px)
}

.p-table .row .p-date-group.col-18 {
    width: calc(75% - 16px)
}

.p-table .row .p-date-group.col-19 {
    width: calc(79.16667% - 16px)
}

.p-table .row .p-date-group.col-20 {
    width: calc(83.33333% - 16px)
}

.p-table .row .p-date-group.col-21 {
    width: calc(87.5% - 16px)
}

.p-table .row .p-date-group.col-22 {
    width: calc(91.66667% - 16px)
}

.p-table .row .p-date-group.col-23 {
    width: calc(95.83333% - 16px)
}

.p-table .row .p-date-group.col-24 {
    width: calc(100% - 16px)
}

@media only screen and (max-width:765px) {
    .p-table .row .p-date-group.col-sm-1 {
        width: calc(4.16667% - 16px)
    }

    .p-table .row .p-date-group.col-sm-2 {
        width: calc(8.33333% - 16px)
    }

    .p-table .row .p-date-group.col-sm-3 {
        width: calc(12.5% - 16px)
    }

    .p-table .row .p-date-group.col-sm-4 {
        width: calc(16.66667% - 16px)
    }

    .p-table .row .p-date-group.col-sm-5 {
        width: calc(20.83333% - 16px)
    }

    .p-table .row .p-date-group.col-sm-6 {
        width: calc(25% - 16px)
    }

    .p-table .row .p-date-group.col-sm-7 {
        width: calc(29.16667% - 16px)
    }

    .p-table .row .p-date-group.col-sm-8 {
        width: calc(33.33333% - 16px)
    }

    .p-table .row .p-date-group.col-sm-9 {
        width: calc(37.5% - 16px)
    }

    .p-table .row .p-date-group.col-sm-10 {
        width: calc(41.66667% - 16px)
    }

    .p-table .row .p-date-group.col-sm-11 {
        width: calc(45.83333% - 16px)
    }

    .p-table .row .p-date-group.col-sm-12 {
        width: calc(50% - 16px)
    }

    .p-table .row .p-date-group.col-sm-13 {
        width: calc(54.16667% - 16px)
    }

    .p-table .row .p-date-group.col-sm-14 {
        width: calc(58.33333% - 16px)
    }

    .p-table .row .p-date-group.col-sm-15 {
        width: calc(62.5% - 16px)
    }

    .p-table .row .p-date-group.col-sm-16 {
        width: calc(66.66667% - 16px)
    }

    .p-table .row .p-date-group.col-sm-17 {
        width: calc(70.83333% - 16px)
    }

    .p-table .row .p-date-group.col-sm-18 {
        width: calc(75% - 16px)
    }

    .p-table .row .p-date-group.col-sm-19 {
        width: calc(79.16667% - 16px)
    }

    .p-table .row .p-date-group.col-sm-20 {
        width: calc(83.33333% - 16px)
    }

    .p-table .row .p-date-group.col-sm-21 {
        width: calc(87.5% - 16px)
    }

    .p-table .row .p-date-group.col-sm-22 {
        width: calc(91.66667% - 16px)
    }

    .p-table .row .p-date-group.col-sm-23 {
        width: calc(95.83333% - 16px)
    }

    .p-table .row .p-date-group.col-sm-24 {
        width: calc(100% - 16px)
    }
}

.p-table .p-form-row {
    margin-bottom: 0
}

.p-table .active td {
    background: #f0f0f0;
    color: #bbb
}

.p-table .active td>a,
.p-table .active td>span {
    color: #bbb
}

.p-table .active td .p-icon,
.p-table .active td img {
    opacity: .6
}

.p-table .active .manage .manage__body {
    display: block
}

@media only screen and (max-width:765px) {
    .p-form .p-table.sm-block th {
        padding: 12px 0 0;
        background: 0 0;
        border: none;
        line-height: 1.4em
    }

    .p-form .p-table.sm-block td {
        padding: 0 0 12px;
        border: none
    }

    .p-form .p-table.sm-block tr:first-child th {
        margin-top: 0
    }

    .p-form .p-table.sm-block tr:last-child td {
        margin-bottom: 11px
    }
}


.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.card,
.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.card {
    position: relative;
    margin-bottom: 12px;
    padding: 12px;
    background: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 0;
    box-sizing: border-box
}

.card__header {
    padding: 8px 12px;
    border-bottom: 1px solid #e5e5e5;
    background: #fcfcfc
}

.card__header .card__title {
    padding-bottom: 0
}

.card__header .card__link {
    margin-top: 0
}

.card__footer {
    padding: 8px 12px;
    border-top: 1px solid #e5e5e5
}

.card__title {
    position: relative;
    margin: 0 0 .5em;
    font-size: 1.2em;
    color: #000
}

.card__subtitle {
    position: relative;
    margin-top: -.45em;
    padding-bottom: .5em;
    color: #888;
    font-size: 1em;
    font-weight: 400
}

.card__link {
    margin-top: .5em;
    color: #007bff;
    text-decoration: none
}

.card__link+.card__link {
    margin-left: 12px
}

.card--dashed {
    border: 1px dashed #d1d1d1
}

.card--line {
    padding: 25px 40px;
    border-top: 1px solid #e0e1e2;
    border-right-color: #e0e1e2;
    border-left-color: #959595;
    border-bottom-color: #959595
}

.card--line:after {
    display: block;
    position: absolute;
    left: -1px;
    top: -2px;
    width: 40px;
    height: 3px;
    background: #202e70
}

.card--line2 {
    padding: 20px 30px;
    border: 3px solid #d7dfe3
}

.card--oblique {
    padding: 6px;
    border-color: #dbdbdb;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQYV2NkQAMPHz78z4gsBhKQl5dnhAvCBECKwILIAmBBdAEQHwD+6RdKAIbsKgAAAABJRU5ErkJggg==)
}

.card--oblique .card__body {
    padding: 16px 12px;
    background: #fff
}

.card--frame {
    padding: 0
}

.card--frame .card__content {
    padding: 12px
}

.card--corner {
    padding: 30px 20px;
    border: 5px solid #e0e9ed;
    background: #fff
}

.card--corner:after,
.card--corner:before {
    display: block;
    position: absolute;
    width: 85px;
    height: 85px;
    border: 0 solid #5c6876;
    background: 0 0
}

.card--corner:before {
    top: -5px;
    left: -5px;
    background: 0 0;
    border-top-width: 5px;
    border-left-width: 5px
}

.card--corner:after {
    bottom: -5px;
    right: -5px;
    border-bottom-width: 5px;
    border-right-width: 5px
}

.card--corner .card__title {
    font-size: 1.8em;
    line-height: 1.2;
    color: #000;
    padding-bottom: 30px
}

.card--corner .card__title em {
    color: #202e70
}

.card--corner .card__title:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 2px;
    background: #000
}

.card--corner .card__content {
    padding-top: 12px
}

.card--bgcolor {
    background: #f0f1f3;
    border-color: #f0f1f3
}

.p-nav__link {
    position: relative;
    display: inline-block;
    padding: 4px 12px 6px 14px;
    margin-left: 2px;
    cursor: pointer;
    box-sizing: border-box
}

.p-nav__link:not(:first-child):before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 12px;
    margin-top: -6px;
    background-color: #999;
    vertical-align: middle
}

.p-nav__link:first-child {
    margin-left: 0;
    padding-left: 0
}

.p-nav__link:hover {
    text-decoration: underline
}

.p-nav__link.active {
    color: #5676da
}

.p-nav--small {
    padding: 4px 12px 3px 14px
}

.p-nav--arrow .p-nav__link,
.p-nav--button .p-nav__link {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 0
}

.p-nav--arrow .p-nav__link:before,
.p-nav--button .p-nav__link:before {
    display: none
}

.p-nav--arrow .p-nav__link.active,
.p-nav--button .p-nav__link.active {
    background: #202e70;
    border: 1px solid #172150;
    color: #fff
}

.p-nav--arrow .p-nav__link.active:hover,
.p-nav--button .p-nav__link.active:hover {
    text-decoration: none
}

.p-nav--arrow .p-nav__link:hover,
.p-nav--button .p-nav__link:hover {
    text-decoration: underline
}

.p-nav--arrow .p-nav__link:first-child,
.p-nav--button .p-nav__link:first-child {
    padding-left: 14px
}

.p-nav--arrow .p-dropdown .p-nav__link,
.p-nav--button .p-dropdown .p-nav__link {
    padding-right: 28px
}

.p-nav--arrow .p-dropdown__arrow,
.p-nav--button .p-dropdown__arrow {
    margin-top: -5px
}

.p-nav--arrow .p-nav__link.active {
    position: relative
}

.p-nav--arrow .p-nav__link.active:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    top: 100%;
    left: 44%;
    border-bottom-width: 0;
    border-top-color: #202e70
}

.p-nav.center:not(.p-nav--group) {
    text-align: center
}

.p-nav.center:not(.p-nav--group):not(.p-nav--button):not(.p-nav--arrow) .p-nav__link:first-child {
    padding-left: 14px
}

.p-nav.right:not(.p-nav--group) {
    text-align: right
}

.p-nav.right:not(.p-nav--group):not(.p-nav--button):not(.p-nav--arrow) .p-nav__link:first-child {
    padding-left: 14px
}

.p-nav.right:not(.p-nav--group):not(.p-nav--button):not(.p-nav--arrow) .p-nav__link:last-child {
    padding-left: 14px;
    padding-right: 0
}

.p-nav .p-button {
    vertical-align: top;
    margin-top: 0
}

.p-nav--group {
    padding: 12px;
    border: 3px solid #ccc
}

.p-nav--group .p-nav__button {
    display: none
}

.p-nav--group .p-nav__list:after {
    display: table;
    clear: both
}

.p-nav--group .p-nav__list li {
    float: left;
    display: inline-block
}

.p-nav--group .p-nav__link {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    padding: 3px 12px 3px 23px
}

.p-nav--group .p-nav__link:before {
    position: absolute;
    display: block;
    left: 12px;
    width: 3px;
    height: 3px;
    margin-top: -1px;
    background: #aaa;
    vertical-align: top
}

.p-nav--group .p-nav__link .fc {
    display: none
}

.p-nav--group .p-nav__link.active {
    background: #202e70;
    color: #fff
}

.p-nav--group .p-nav__link.active:before {
    left: 6px;
    top: 15px;
    margin-top: -5px;
    background-color: transparent
}

@media only screen and (max-width:765px) {
    .p-nav--group.open {
        position: relative;
        border: 1px solid red
    }

    .p-nav--group.open .p-nav__body {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 1000;
        border: 1px solid #cdcdcd;
        box-sizing: border-box;
        box-shadow: 0 0 6px rgba(0, 0, 0, .2)
    }

    .p-nav--group.open .p-nav__list li {
        float: none;
        display: block
    }

    .p-nav--group.open .p-nav__link {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .p-nav--group.arrow .p-nav__body {
        margin-top: 7px
    }

    .p-nav--group.arrow .p-nav__body:after,
    .p-nav--group.arrow .p-nav__body:before {
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        border-left: 10px solid transparent;
        border-right: 10px solid transparent
    }

    .p-nav--group.arrow .p-nav__body:before {
        border-bottom: 10px solid #b3b3b3;
        margin-top: -10px
    }

    .p-nav--group.arrow .p-nav__body:after {
        border-bottom: 10px solid #fff;
        margin-top: -9px
    }
}

.p-window {
    position: relative;
    font-size: 14px;
    line-height: 1.7em;
    color: #666;
    font-family: "Noto Sans KR", sans-serif;
    background-color: #fff;
    letter-spacing: 0
}

.p-window a {
    text-decoration: none;
    color: #666
}

.p-window ::selection {
    text-shadow: none;
    background: #dfeef6
}

.p-window .main {
    position: relative;
    margin: 12px
}

.p-window .header {
    width: 100%;
    padding: 10px 0;
    background-color: #2a80d1;
    border-bottom: 1px solid #ccc;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .3)
}

.p-window .header__title {
    display: inline-block;
    margin-left: 12px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: -.7px
}

.p-window .h2,
.p-window .h3,
.p-window .h4,
.p-window .h5,
.p-window h2,
.p-window h3,
.p-window h4,
.p-window h5 {
    position: relative;
    font-weight: 400;
    text-align: left;
    letter-spacing: -1px
}

.p-window .h2,
.p-window h2 {
    margin: 20px 0 10px 0;
    color: #444;
    font-size: 1.2em
}

.p-window .h3,
.p-window h3 {
    margin: 12px 0 5px 0;
    color: #555;
    font-size: 1.1em
}

.p-window .h4,
.p-window h4 {
    margin: 3px 0 0 0;
    color: #555;
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 0
}

.p-window .h5,
.p-window h5 {
    margin: 3px 0;
    color: #888;
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 0
}

.p-window .h3 span,
.p-window .h4 span,
.p-window .h5 span,
.p-window .h6 span,
.p-window h2 span,
.p-window h4 span,
.p-window h5 span,
.p-window h6 span {
    font-size: 14px
}

.p-window .skip h2,
.p-window .skip h3,
.p-window .skip h4,
.p-window .skip h5,
.p-window .skip h6 {
    color: transparent
}

.table-responsive.active {
    position: relative;
    min-height: .01%;
    overflow-x: auto;
    width: 100%;
    overflow-y: hidden;
    box-sizing: border-box;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    margin: 8px 0;
    background: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0)), linear-gradient(to right, rgba(255, 255, 255, 0), #fff 70%) 0 100%, radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) 0 100%;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
    background-position: 0 0, 100%, 0 0, 100%;
    background-attachment: local, local, scroll, scroll
}

.table-responsive.active.icon:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 10px;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    background: rgba(50, 100, 200, .4) url(/common/images/program/finger_gesture.svg) no-repeat center center;
    background-size: auto 44px;
    z-index: 100;
    color: transparent;
    text-align: center;
    border-radius: 50%;
    opacity: 0
}

.table-responsive.active.icon.bouncein:after {
    animation: p-bounceIn .5s linear forwards
}

.table-responsive.active.icon.bounceout:after {
    animation: p-bounceOut .5s linear forwards
}

.table-responsive.active .p-table.scroll {
    margin: 0
}

.table-responsive.active .p-table.scroll>tbody>tr>td,
.table-responsive.active .p-table.scroll>tbody>tr>th,
.table-responsive.active .p-table.scroll>tfoot>tr>td,
.table-responsive.active .p-table.scroll>tfoot>tr>th,
.table-responsive.active .p-table.scroll>thead>tr>td,
.table-responsive.active .p-table.scroll>thead>tr>th {
    width: auto;
    padding: 11px;
    clear: none
}

.table-responsive.active .p-table.scroll tr th {
    white-space: nowrap
}

.table-responsive.active .p-table.scroll tr td:first-child,
.table-responsive.active .p-table.scroll tr th:first-child {
    border-left: 0 !important
}

.table-responsive.active .p-table.scroll tr td:last-child,
.table-responsive.active .p-table.scroll tr th:last-child {
    border-right: 0 !important
}

.table-responsive.active>.table {
    margin: 0
}

@keyframes p-bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes p-bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.p-post-move {
    border-top: 1px solid #222
}

.p-post-move__item {
    border-bottom: 1px solid #d1d1d1
}

.p-post-move__title {
    display: inline-block;
    width: 15%;
    padding: 14px 0;
    text-align: center;
    vertical-align: middle;
    font-size: 17px;
    font-weight: 500;
    color: #282828
}

.p-post-move__link {
    display: inline-block;
    overflow: hidden;
    width: 80%;
    margin-left: 2%;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    color: #565656;
}

@media only screen and (max-width:765px) {
    .p-post-move__title {
        width: 20%
    }

    .p-post-move__link {
        width: 75%
    }
}

.p-photo {
    position: relative;
    width: auto;
    margin: 8px auto;
    font-size: 0;
    line-height: 0;
    text-align: center
}

@media only screen and (max-width:765px) {
    .p-photo {
        width: 100%
    }
}

.p-photo img {
    max-width: 720px;
    max-height: 540px;
    vertical-align: top
}

@media only screen and (max-width:765px) {
    .p-photo img {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: 540px
    }
}

.p-photo__wrap {
    display: inline-block;
    position: relative
}

.p-photo__zoom {
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 1px;
    right: 0;
    z-index: 10;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, .4)
}

.p-photo__link {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, .5)
}

.p-photo__link .p-icon {
    margin-top: 4px;
    font-size: 0
}

.p-photo__link .fc {
    font-size: 20px;
    color: rgba(255, 255, 255, .9)
}

.p-comment {
    margin-top: 60px
}

.p-comment__heading {
    font-size: 1.3em
}

.p-comment__form {
    margin-top: 12px
}

.p-comment__form .p-dropdown .p-button,
.p-comment__form .p-input,
.p-comment__form .p-upload__file,
.p-dropdown .p-comment__form .p-button {
    height: 100px;
    border: 5px solid #e0e0e0
}

.p-comment__button {
    margin-top: 30px;
    text-align: center
}

.p-comment__button .p-button.write {
    background: #fff;
    border-radius: 20px;
    color: #202e70;
    padding-left: 45px;
    padding-right: 45px
}

.p-comment__list {
    border-top: 1px solid #222
}

.p-comment__list-info {
    margin-top: 60px;
    margin-bottom: 12px;
    color: #000
}

.p-comment__list-info strong {
    display: inline-block;
    color: #2c48cf;
    margin-left: 2px
}

.p-comment__item {
    padding: 12px 0;
    border-bottom: 1px solid #d8d8d8
}

.p-comment__button_delete {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: -1px;
    margin-left: 10px;
    border: 1px solid #888;
    border-radius: 4px;
    vertical-align: middle;
    background: transparent url(../../assets/images/board/board_temp.png) no-repeat center center;
    background-size: 11px 11px
}

.p-comment__button_delete .fc,
.p-comment__button_delete svg {
    vertical-align: top;
    margin-top: 4px
}

.p-comment__button_delete .fc {
    color: #555
}

.p-comment__button_delete:hover {
    background-color: #f3f3f3
}

.p-media {
    position: relative
}

.p-media>a {
    display: block;
    text-decoration: none
}

.p-media>a:hover .p-media__heading-text {
    text-decoration: underline
}

.p-media__checkbox {
    display: table-cell;
    vertical-align: top;
    padding-right: 18px
}

.p-media__image {
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding-right: 18px
}

.p-media__image-wrap {
    position: relative;
    border: 1px solid #d1d1d1
}

.p-media__image img {
    vertical-align: top
}

.p-media__image video {
    width: 100%
}

.p-media__image--right {
    padding-left: 18px;
    padding-right: 0
}

.p-media__body {
    display: table-cell;
    vertical-align: top
}

.p-media__heading {
    width: 100%;
    font-size: 1.2em;
    line-height: 1.4em;
    color: #333
}

.p-media__heading .p-icon {
    margin-top: -6px
}

.p-media--ellipsis .p-media__heading {
    display: table;
    table-layout: fixed
}

.p-media--ellipsis .p-media__heading .p-media__heading-text {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.p-media__content {
    color: #666;
    margin-top: 10px
}

.p-media__heading+.p-media__content {
    margin-top: 15px
}

.p-media--indent .p-media__image--left {
    float: left;
    margin-right: 12px
}

.p-media--indent .p-media__image--right {
    float: right;
    margin-left: 12px
}

.p-media--indent:after {
    display: table;
    clear: both
}

.p-media-list {
    border-top: 2px solid #222;
    border-bottom: 1px solid #a2a2a2
}

.p-media-list>li {
    position: relative;
    padding: 28px 0;
    border-top: 1px solid #d1d1d1
}

.p-media-list:after {
    display: table;
    clear: both
}

.p-media-list .p-media__checkbox {
    position: absolute;
    left: 0;
    top: 2px
}

.p-media-list .p-media__image-wrap {
    overflow: hidden;
    width: 210px;
    height: 140px
}

.p-media-list .p-media__image-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%)
}

@media only screen and (max-width:765px) {
    .p-media-list .p-media__image-wrap {
        width: 105px;
        height: 70px
    }

    .p-media-list .p-media__heading {
        font-size: 1.1em
    }

    .p-media-list .p-media__heading .p-media__heading-text {
        display: block;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .p-media-list .p-media__info {
        margin-top: 6px
    }

    .p-media-list .p-media__info .p-split {
        margin-left: 6px
    }

    .p-media-list .p-media__info .p-split:before {
        margin-right: 7px
    }

    .p-media-list .p-media__content {
        overflow-y: hidden;
        height: 3em;
        margin-top: 6px
    }

    .p-media-list .p-media .p-delete-info {
        display: none
    }
}

.p-media--gallery {
    display: block;
    overflow-x: hidden
}

.p-media--gallery .p-media {
    width: 21.7%;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
    border-top: none
}

.p-media--gallery .p-media:not(:nth-child(4n+1)) {
    margin-left: calc((100% - (21.7% * 4))/ 3 - .5px)
}

.p-media--gallery .p-media__checkbox {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 100
}

.p-media--gallery .p-media__image {
    display: block;
    width: 100%;
    padding-right: 0
}

.p-media--gallery .p-media__image-wrap {
    width: 100%;
    padding-top: calc(75% - 2px);
    height: auto
}

.p-media--gallery .p-media__image-wrap img {
    width: auto;
    height: 100%;
    max-width: none;
    max-height: 100%;
    min-height: 100%
}

.p-media--gallery .p-media__image .p-icon-group {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 5px;
    text-align: right;
    box-sizing: border-box
}

.p-media--gallery .p-media__image .p-icon {
    margin-right: 0
}

.p-media--gallery .p-media__body {
    display: block
}

.p-media--gallery .p-media__heading {
    display: block;
    table-layout: auto;
    margin-top: 12px;
    font-size: 1em
}

.p-media--gallery .p-media__heading .p-media__heading-text {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.p-media--gallery .p-media__info {
    margin-top: 4px
}

@media only screen and (max-width:1023px) {
    .p-media--gallery .p-media {
        width: 30%
    }

    .p-media--gallery .p-media:not(:nth-child(4n+1)) {
        margin-left: 0
    }

    .p-media--gallery .p-media:not(:nth-child(3n+1)) {
        margin-left: calc((100% - (30% * 3))/ 2 - 1px)
    }
}

@media only screen and (max-width:765px) {
    .p-media--gallery .p-media {
        width: 45%;
        margin: 15px 0
    }

    .p-media--gallery .p-media:not(:nth-child(3n+1)) {
        margin-left: 0
    }

    .p-media--gallery .p-media:not(:nth-child(2n+1)) {
        margin-left: calc((100% - (45% * 2))/ 1 - 2px)
    }
}

@media only screen and (max-width:430px) {
    .p-media--gallery .p-media .p-author__info .p-split:not(:first-child) {
        display: none
    }
}


.p-media__video {
    border-top: 2px solid #222;
    border-bottom: 1px solid #a2a2a2;
    padding: 24px 0 36px
}

.p-media__video+.p-media--gallery .p-media-list {
    border-top: 0
}

.p-media__video-wrap {
    position: relative;
    margin-top: 12px
}

.p-media__video-wrap:after {
    display: table;
    clear: both
}

.p-media__video-wrap .p-media__body {
    padding-top: 0;
    width: 100%
}

.p-media__video .p-media__info {
    margin-top: 0
}

.p-media__video .p-media__image-wrap {
    position: relative;
    overflow: hidden;
    width: 430px;
    height: 242px;
    border: 1px solid #e5e5e5
}

.p-media__video .p-media__image video {
    Height: 100%;
    object-fit: inherit
}

.p-media__video .p-media__heading-text {
    overflow: visible;
    white-space: inherit;
    text-overflow: inherit
}

.p-media__video .p-media__subtitle {
    border: 1px solid #d1d1d1;
    height: 242px;
    padding: 12px 0
}

.p-media__video .p-media__subtitle [tabindex="0"] {
    overflow-y: scroll;
    position: relative;
    height: 100%;
    padding: 0 12px;
    word-break: break-all
}

@media only screen and (max-width:765px) {
    .p-media__video .p-media__image {
        display: block;
        padding-right: 0
    }

    .p-media__video .p-media__image-wrap {
        margin-left: auto;
        margin-right: auto
    }

    .p-media__video .p-media__body {
        display: block;
        margin-top: 12px
    }
}

@media all and (max-width:430px) {
    .p-media__video .p-media__image-wrap {
        width: 100%;
        height: auto
    }
}

.p-dropdown .p-button,
.p-input,
.p-upload__file {
    display: inline-block;
    width: 100%;
    margin: 2px 0;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 0;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    box-sizing: border-box;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 30px;
    padding: 0 12px 2px;
    line-height: inherit
}

.p-dropdown .p-button::placeholder,
.p-input::placeholder,
.p-upload__file::placeholder {
    color: #757575;
    font-size: .9em
}

.p-dropdown .p-button:not([readonly]):focus,
.p-input:not([readonly]):focus,
.p-upload__file:not([readonly]):focus {
    outline: 0;
    border-color: #888;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2)
}

.p-dropdown .p-button[type=number]::-webkit-inner-spin-button,
.p-dropdown .p-button[type=number]::-webkit-outer-spin-button,
.p-input[type=number]::-webkit-inner-spin-button,
.p-input[type=number]::-webkit-outer-spin-button,
.p-upload__file[type=number]::-webkit-inner-spin-button,
.p-upload__file[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.disabled.p-upload__file,
.p-dropdown .disabled.p-button,
.p-dropdown .p-button[disabled],
.p-dropdown .p-button[readonly],
.p-dropdown .readonly.p-button,
.p-input.disabled,
.p-input.readonly,
.p-input[disabled],
.p-input[readonly],
.p-upload__file[disabled],
.p-upload__file[readonly],
.readonly.p-upload__file {
    cursor: not-allowed;
    background: #f0f0f0;
    border-color: #d7d7d7;
    opacity: 1
}

.p-dropdown .p-button .disabled,
.p-dropdown .p-button[disabled],
.p-input .disabled,
.p-input[disabled],
.p-upload__file .disabled,
.p-upload__file[disabled] {
    color: #959595
}

.p-input--readonly {
    cursor: not-allowed;
    background: #f0f0f0;
    border-color: #d7d7d7;
    opacity: 1
}

.p-input--auto {
    display: inline-block;
    width: auto
}

.p-input--ghost {
    border: none;
    box-shadow: none
}

.p-input__addon,
.p-input__split {
    display: table-cell;
    width: 1%
}

.p-input__addon .p-input__item,
.p-input__split .p-input__item {
    display: inline-block;
    height: 30px;
    padding: 0 12px 2px;
    background-color: #f0f0f0;
    border: 1px solid #cdcdcd;
    border-radius: 0;
    line-height: 29px;
    text-align: center;
    font-weight: 400;
    vertical-align: middle;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box
}

.p-input__addon .p-input__item--before,
.p-input__split .p-input__item--before {
    border-right: none
}

.p-input__addon .p-button,
.p-input__split .p-button {
    border-left: none;
    padding-left: 10px;
    padding-right: 10px
}

.p-input__addon>.p-input__item {
    border-right-color: transparent;
    border-left-color: #cdcdcd
}

.p-dropdown .p-button+.p-input__addon>.p-input__item,
.p-dropdown .p-button+.p-input__split>.p-input__item,
.p-input+.p-input__addon>.p-input__item,
.p-input+.p-input__split>.p-input__item,
.p-upload__file+.p-input__addon>.p-input__item,
.p-upload__file+.p-input__split>.p-input__item {
    border-right-color: #cdcdcd;
    border-left-color: transparent
}

.p-dropdown .p-button,
select.p-input,
select.p-upload__file {
    padding: 0 0 2px 12px;
    -webkit-padding-end: 30px;
    -moz-padding-end: 30px;
    font-family: inherit;
    line-height: 27px;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAANElEQVQYV2Ncvnz5fwYiACPRCkGGEVIcGRnJyAizFZdikCKQGrhCbCbDFGEoRFaMrAgkDgB1ORXvQyzzggAAAABJRU5ErkJggg==) no-repeat right 8px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    min-width: 75px
}

.p-dropdown .p-button::-ms-expand,
select.p-input::-ms-expand,
select.p-upload__file::-ms-expand {
    opacity: 0
}

.p-dropdown .p-button:focus,
select.p-input:focus,
select.p-upload__file:focus {
    outline: 0;
    border-color: #888;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2)
}

.p-dropdown .p-button:after,
select.p-input:after,
select.p-upload__file:after {
    position: absolute;
    width: 27px;
    height: 27px
}

.p-dropdown .p-button[multiple],
.p-dropdown .p-button[size],
select.p-upload__file[multiple],
select.p-upload__file[size],
select[multiple].p-input,
select[size].p-input {
    height: auto;
    background: 0 0;
    padding-top: 4px;
    padding-bottom: 4px
}

.p-dropdown span.p-button,
span.p-input,
span.p-upload__file {
    padding-top: 3px
}

.p-dropdown textarea.p-button,
textarea.p-input,
textarea.p-upload__file {
    height: 220px;
    padding: 12px;
    word-wrap: break-word;
    word-break: break-all
}

.p-dropdown textarea.p-button:focus,
textarea.p-input:focus,
textarea.p-upload__file:focus {
    outline: 0;
    border-color: #888;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2)
}

.zipcode {
    display: inline-block;
    width: 100px
}

.p-form {
    margin-bottom: 12px
}

.p-form__label {
    display: inline-block;
    line-height: 30px;
    color: #111
}

.p-form__label:before {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 4px;
    background: #888;
    vertical-align: middle
}

.p-form__hyphen {
    position: relative
}

.p-form__hyphen:before {
    content: "-";
    position: absolute;
    top: 50%;
    left: -4px;
    transform: translateY(-50%)
}

.p-form__split {
    display: table-cell;
    width: 1%;
    padding: 0 6px;
    vertical-align: middle
}

.p-form__split:before {
    display: inline-block;
    width: 0
}

.p-form__split:first-child {
    padding-left: 0
}

.p-form__split-short {
    padding: 0 3px
}

.p-form__split+input#searchKrwd {
    width: 310px;
}

.p-form__required {
    display: inline-block;
    margin-left: 3px;
    color: #d10734;
    vertical-align: baseline
}

.p-form__required.n {
    color: #757575
}

.p-form__required--icon {
    display: inline-block;
    margin-top: -3px;
    margin-left: 1px;
    vertical-align: middle;
    font-size: 0;
    text-indent: 100%
}

.p-form-checkbox,
.p-form-radio {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle
}

.p-form-checkbox[class*=col-],
.p-form-radio[class*=col-] {
    margin-right: 0
}

.p-form-checkbox[class*=col-] .p-form-checkbox__input,
.p-form-checkbox[class*=col-] .p-form-radio__input,
.p-form-radio[class*=col-] .p-form-checkbox__input,
.p-form-radio[class*=col-] .p-form-radio__input {
    left: 10px
}

.p-form-checkbox--block,
.p-form-radio--block {
    display: block;
    margin-right: 0
}

.p-form-checkbox--single,
.p-form-radio--single {
    margin-right: 0
}

.p-form-checkbox--single .p-form-checkbox__label,
.p-form-checkbox--single .p-form-radio__label,
.p-form-radio--single .p-form-checkbox__label,
.p-form-radio--single .p-form-radio__label {
    overflow: hidden;
    padding-left: 22px;
    width: 0;
    height: 22px;
    vertical-align: top
}

.p-form-checkbox--single .p-form-checkbox__input:focus~.p-form-checkbox__label:before,
.p-form-checkbox--single .p-form-radio__input:focus~.p-form-checkbox__label:before,
.p-form-radio--single .p-form-checkbox__input:focus~.p-form-checkbox__label:before,
.p-form-radio--single .p-form-radio__input:focus~.p-form-checkbox__label:before {
    outline: 2px dotted #2b69fc
}

.p-form-checkbox--single .p-form-checkbox__input:focus~.p-form-radio__label:before,
.p-form-checkbox--single .p-form-radio__input:focus~.p-form-radio__label:before,
.p-form-radio--single .p-form-checkbox__input:focus~.p-form-radio__label:before,
.p-form-radio--single .p-form-radio__input:focus~.p-form-radio__label:before {
    outline: 2px dotted #2b69fc
}

.p-form-checkbox__input,
.p-form-radio__input {
    display: inline-block;
    opacity: 0;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    margin: 0;
    padding: 0;
    vertical-align: middle
}

.p-form-checkbox__input:focus,
.p-form-radio__input:focus {
    opacity: 1;
    outline: 1px dotted #2b69fc
}

.p-form-checkbox__label,
.p-form-radio__label {
    position: relative;
    display: inline-block;
    padding-left: 26px;
    line-height: 1.5;
    vertical-align: top;
    box-sizing: border-box
}

.p-form-checkbox__label:after,
.p-form-checkbox__label:before,
.p-form-radio__label:after,
.p-form-radio__label:before {
    position: absolute;
    display: inline-block
}

.p-form-checkbox__label:before,
.p-form-radio__label:before {
    top: 2px;
    left: 1px;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background: #fff;
    box-sizing: border-box
}

.p-form-checkbox__label:before {
    border-radius: 0
}

.p-form-radio__label:before {
    border-radius: 100%
}

.p-form-checkbox__input:focus~.p-form-checkbox__label:before,
.p-form-radio__input:focus~.p-form-radio__label:before {
    outline: 2px dotted #2b69fc
}

.p-form-checkbox__input:checked~.p-form-checkbox__label:before {
    border-color: #202e70;
    background-color: #202e70
}

.p-form-checkbox__input:checked~.p-form-checkbox__label:after {
    top: 7px;
    left: 5px
}

.p-form-checkbox__input[disabled]~.p-form-checkbox__label:before,
.p-form-checkbox__input[readonly]~.p-form-checkbox__label:before {
    border-color: #aaa;
    background: #efefef
}

.p-form-checkbox__input[disabled]~.p-form-checkbox__label:after,
.p-form-checkbox__input[readonly]~.p-form-checkbox__label:after {
    display: none
}

.p-form-checkbox__input[disabled][checked]~.p-form-checkbox__label:after,
.p-form-checkbox__input[readonly][checked]~.p-form-checkbox__label:after {
    display: inline-block
}

.p-form-radio__input:checked~.p-form-radio__label:after {
    top: 7px;
    left: 6px;
    width: 10px;
    height: 10px;
    background: #202e70;
    border-radius: 50%
}

.p-form-radio__input[disabled]~.p-form-radio__label:before,
.p-form-radio__input[readonly]~.p-form-radio__label:before {
    background: #efefef
}

.p-form-radio__input[disabled]~.p-form-radio__label:after,
.p-form-radio__input[readonly]~.p-form-radio__label:after {
    display: none
}

.p-form-radio__input[disabled][checked]~.p-form-radio__label:after,
.p-form-radio__input[readonly][checked]~.p-form-radio__label:after {
    display: inline-block;
    background-color: #999
}

.p-form-checkbox__input[disabled],
.p-form-checkbox__input[readonly],
.p-form-radio__input[disabled],
.p-form-radio__input[readonly] {
    cursor: not-allowed;
    background: 0 0;
    border-color: rgba(0, 0, 0, 0);
    opacity: 1
}

.p-form-checkbox--button {
    overflow: visible
}

.p-form-checkbox--button .p-form-checkbox__label {
    padding: 4px 12px 5px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 2px
}

.p-form-checkbox--button .p-form-checkbox__label:before {
    content: none
}

.p-form-checkbox--button .p-form-checkbox__input~.p-form-checkbox__label:after {
    content: none
}

.p-form-checkbox--button .p-form-checkbox__input:focus~.p-form-checkbox__label {
    outline: 2px dotted #2b69fc
}

.p-form-checkbox--button .p-form-checkbox__input:checked~.p-form-checkbox__label {
    background: #202e70;
    border: 1px solid #202e70;
    color: #fff
}

.p-form-checkbox--button .p-form-checkbox__input:checked~.p-form-checkbox__label:after,
.p-form-checkbox--button .p-form-checkbox__input:checked~.p-form-checkbox__label:before {
    content: none
}

.p-form-checkbox--button .p-form-checkbox__input[disabled]~.p-form-checkbox__label,
.p-form-checkbox--button .p-form-checkbox__input[readonly]~.p-form-checkbox__label {
    background: #efefef
}

.p-form--group:after {
    content: "";
    display: table;
    clear: both
}

.p-form--group .p-form-checkbox--button {
    float: left;
    margin-right: 0;
    margin-left: -1px
}

.p-form--group .p-form-checkbox--button:first-child {
    margin-left: 0
}

.p-form--group .p-form-checkbox--button .p-form-checkbox__input:checked~.p-form-checkbox__label {
    position: relative;
    z-index: 100
}

.no-svg .p-form-checkbox--button .p-form-checkbox__input {
    top: 8px;
    left: 8px
}

.no-svg .p-form-checkbox--button .p-form-checkbox__label {
    padding-left: 26px;
    background: 0 0
}

.p-form-radio--button {
    overflow: visible
}

.p-form-radio--button .p-form-radio__label {
    padding: 4px 12px 5px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 2px
}

.p-form-radio--button .p-form-radio__label:before {
    content: none
}

.p-form-radio--button .p-form-radio__input~.p-form-radio__label:after {
    content: none
}

.p-form-radio--button .p-form-radio__input:focus~.p-form-radio__label {
    outline: 2px dotted #2b69fc
}

.p-form-radio--button .p-form-radio__input:checked~.p-form-radio__label {
    background: #202e70;
    border: 1px solid #202e70;
    color: #fff
}

.p-form-radio--button .p-form-radio__input:checked~.p-form-radio__label:after,
.p-form-radio--button .p-form-radio__input:checked~.p-form-radio__label:before {
    content: none
}

.p-form-radio--button .p-form-radio__input[disabled]~.p-form-radio__label,
.p-form-radio--button .p-form-radio__input[readonly]~.p-form-radio__label {
    background: #efefef
}

.p-form--group:after {
    content: "";
    display: table;
    clear: both
}

.p-form--group .p-form-radio--button {
    float: left;
    margin-right: 0;
    margin-left: -1px
}

.p-form--group .p-form-radio--button:first-child {
    margin-left: 0
}

.p-form--group .p-form-radio--button .p-form-radio__input:checked~.p-form-radio__label {
    position: relative;
    z-index: 100
}

.no-svg .p-form-radio--button .p-form-radio__input {
    top: 8px;
    left: 8px
}

.no-svg .p-form-radio--button .p-form-radio__label {
    padding-left: 26px;
    background: 0 0
}

.p-checkbox__all {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    text-indent: 100%;
    overflow: hidden
}

.p-checkbox__all:after,
.p-checkbox__all:before {
    position: absolute;
    display: inline-block
}

.p-checkbox__all:before {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background: #fff;
    box-sizing: border-box
}

.p-checkbox__all.check {
    background: #ccc
}

.p-checkbox__all.check-all {
    background: #00f
}

.row .p-form-checkbox__input,
.row .p-form-radio__input {
    left: 11px
}

.p-switcher {
    position: relative;
    margin: 0;
    vertical-align: middle;
    height: 24px
}

.p-switcher:after,
.p-switcher:before {
    transition: .35s cubic-bezier(.785, .135, .15, .86)
}

.p-switcher__input {
    position: absolute;
    top: 3px;
    left: 1px;
    opacity: 0
}

.p-switcher__input:checked~label {
    color: #202e70
}

.p-switcher__input:checked~label:before {
    box-shadow: inset 0 0 0 2em #202e70
}

.p-switcher__input:checked~label:after {
    left: 18px
}

.p-switcher__input:focus~label::before {
    box-shadow: inset 0 0 0 2em #d0d0d0
}

.p-switcher__input:checked:focus~label:before {
    box-shadow: inset 0 0 0 2em #202e70
}

.p-switcher__input:focus~label:before {
    outline: 2px dotted #2b69fc
}

.p-switcher__label {
    position: relative;
    display: inline-block;
    padding-left: 42px;
    height: 24px;
    color: #888;
    box-sizing: border-box
}

.p-switcher__label:after,
.p-switcher__label:before {
    transition: .2s cubic-bezier(.785, .135, .15, .86)
}

.p-switcher__label:before {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 42px;
    height: 20px;
    background: #d0d0d0;
    border-radius: 42px;
    box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, .05)
}

.p-switcher__label:after {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #ccc;
    border-radius: 3em;
    background: #fff
}

.p-switcher__text {
    display: inline-block;
    margin-left: 8px
}

.p-switcher__text.blind {
    margin-left: 0
}

.p-switcher--small {
    height: 18px
}

.p-switcher--small .p-switcher__input {
    width: 10px;
    height: 10px
}

.p-switcher--small .p-switcher__input:checked~label:after {
    left: 14px
}

.p-switcher--small .p-switcher__label {
    padding-left: 36px;
    height: 18px
}

.p-switcher--small .p-switcher__label:before {
    top: 3px;
    width: 32px;
    height: 12px
}

.p-switcher--small .p-switcher__label:after {
    width: 16px;
    height: 16px
}

.p-upload+.p-upload {
    margin-top: 4px
}

.p-upload__label {
    display: inline-block;
    margin-right: 0;
    font-size: 0;
    text-indent: 100%;
    vertical-align: middle
}

.p-upload__label.file {
    margin-top: -10px
}

.p-upload__file {
    display: inline-block;
    width: inherit;
    min-width: 80%;
    padding-left: 0;
    line-height: 16px
}

.p-upload__file--hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    min-width: inherit;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: none
}

.p-upload__clear {
    display: none;
    position: absolute;
    right: 8px;
    top: 9px;
    font-size: 0;
    line-height: 0;
    color: transparent
}

.p-upload__clear.active {
    display: block
}

.p-upload.focus [data-button=upload] {
    outline: 2px dotted #2b69fc
}

.p-form-row {
    display: block;
    margin-right: -8px;
    margin-left: -8px;
    margin-bottom: 12px
}

.p-form-row:after {
    display: table;
    clear: both
}

.p-form-row [type=number]::-webkit-inner-spin-button,
.p-form-row [type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.p-form-group {
    position: relative;
    white-space: nowrap;
    display: table
}

.p-form-group [type=number]::-webkit-inner-spin-button,
.p-form-group [type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.p-form-group__button {
    display: table-cell;
    width: 1%;
    vertical-align: top;
}

.p-form-group__button:before {
    display: inline-block;
    width: 0
}

.p-form-group .p-form__date,
.p-form-group__label {
    display: table-cell;
    width: 1%;
    vertical-align: middle
}

.p-form-group .p-form__date:before,
.p-form-group__label:before {
    display: inline-block;
    width: 0
}

.p-form-group .p-form__date:first-child,
.p-form-group__label:first-child {
    padding-left: 0
}

.p-form-group .p-form__date .p-form__label,
.p-form-group__label .p-form__label {
    margin-top: -2px
}

.p-form-group__label {
    padding: 0 8px 0 24px
}

.p-form-group .p-button {
    border-radius: 0
}

.p-form-group__upload {
    position: relative
}

.p-form-group__upload+.p-form-checkbox .p-form-checkbox__input {
    left: 8px;
    top: 8px
}

.p-dropdown .p-form-inline .p-button,
.p-form-inline .p-dropdown .p-button,
.p-form-inline .p-input,
.p-form-inline .p-upload__file {
    width: auto
}

.p-form-inline .p-form__label {
    margin-left: 12px;
    margin-right: 3px
}

.p-form-inline .p-form__label:first-child {
    margin-left: 0
}

.p-form-inline__button {
    display: table-cell;
    width: 1%;
    vertical-align: middle
}

.p-form-inline__button:before {
    display: inline-block;
    width: 0
}

.p-form-inline .p-form__split {
    display: inline-block;
    width: auto;
    padding: 0 4px
}

.p-form-inline .p-form__split:before {
    display: none
}

.p-input-group {
    display: inline-table;
    position: relative;
    vertical-align: middle;
    white-space: nowrap
}

.p-input-group__button,
.p-upload .p-form-checkbox {
    display: table-cell;
    width: 1%;
    vertical-align: middle
}

.p-input-group__button:before,
.p-upload .p-form-checkbox:before {
    display: inline-block;
    width: 0
}

@media only screen and (max-width:765px) {
    .p-form {
        width: 100%
    }
}

.p-form__date-input {
    display: inline-block;
    width: 100%;
    margin: 2px 0;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 0;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    box-sizing: border-box;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    max-width: 125px;
    height: 30px;
    padding: 0 12px 2px;
    line-height: inherit
}

.p-form__date-input::placeholder {
    color: #757575;
    font-size: .9em
}

.p-form__date-input:not([readonly]):focus {
    outline: 0;
    border-color: #888;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2)
}

@media only screen and (max-width:765px) {
    .p-form__date-input {
        width: 110px;
        padding: 0 8px 2px
    }
}

.p-form__date-button {
    width: 32px;
    height: 32px;
    margin-left: 6px;
    margin-right: 6px;
    background: #e4e4e4;
    border-radius: 50%;
    box-sizing: border-box
}

.p-form__date svg {
    vertical-align: top;
    margin-top: .2em
}

.p-table td .p-form__date:first-child {
    margin-left: 0
}

.p-button {
    padding: 0 24px 0
}

.p-button {
    display: inline-block;
    height: 40px;
    margin: 2px 0;
    border: 1px solid #aaa;
    border-radius: 0;
    line-height: inherit;
    text-align: center;
    font-weight: 400;
    vertical-align: middle;
    text-decoration: none;
    transition: background .3s;
    white-space: nowrap;
    box-sizing: border-box;
    -webkit-appearance: none
}

.p-button:active,
.p-button:hover {
    text-decoration: none
}

.p-button img,
.p-button svg {
    vertical-align: middle
}

.p-button svg {
    position: relative;
    top: -.15em
}

.p-button--icon {
    padding-left: 8px;
    padding-right: 8px;
    min-width: 30px;
    font-size: 0
}

.p-button--icon[type=submit] {
    padding-left: 8px;
    padding-right: 8px
}

.p-button--icon:before {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 5px 0 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: top
}


.p-button--block {
    display: block;
    width: 100%
}

.p-button--small {
    height: 30px;
    line-height: 28px;
    padding: 0 12px 2px;
    font-size: .95em
}

.p-button--small[type=submit] {
    height: 30px;
    line-height: 27px
}

.p-button--manage,
.p-button--xsmall {
    height: 22px;
    padding: 0 10px;
    font-size: .9em
}

.p-button--manage[type=submit],
.p-button--xsmall[type=submit] {
    height: 30px;
    line-height: 27px
}

.p-button--manage:before,
.p-button--xsmall:before {
    margin-top: 3px
}

.p-button--icon.p-button--manage,
.p-button--xsmall.p-button--icon {
    font-size: 0
}

.p-button--large {
    height: auto;
    padding: 10px 24px 12px;
    line-height: inherit;
    font-size: 1.1em
}

.p-button--large.p-button--block {
    font-size: 1.2em
}

.p-button--manage,
.p-button--radius {
    border-radius: 0
}

.p-button {
    background-color: #fff;
    color: #666;
    border-color: #cdcdcd
}

.p-button:hover {
    background-color: #fafafa
}

.p-button.write {
    background-color: #202e70;
    color: #fff;
    border-color: #151e48
}

.p-button.write:hover {
    background-color: #172150;
    border-color: #151e48;
    color: #fff
}

.p-button.write:active {
    background-color: #101738;
    border-color: #151e48;
    color: #fff
}

.p-button.write:link {
    background-color: #202e70;
    border-color: #151e48;
    color: #fff
}

.p-button.edit {
    background-color: #202e70;
    color: #fff;
    border-color: #151e48
}

.p-button.edit:hover {
    background-color: #172150;
    border-color: #151e48;
    color: #fff
}

.p-button.edit:active {
    background-color: #101738;
    border-color: #151e48;
    color: #fff
}

.p-button.edit:link {
    background-color: #202e70;
    border-color: #151e48;
    color: #fff
}

.p-button.delete {
    background-color: #3b3c3f;
    color: #fff;
    border-color: #222325
}

.p-button.delete:hover {
    background-color: #27282a;
    border-color: #222325;
    color: #fff
}

.p-button.delete:active {
    background-color: #18191a;
    border-color: #222325;
    color: #fff
}

.p-button.delete:link {
    background-color: #3b3c3f;
    border-color: #222325;
    color: #fff
}

.p-button.restore {
    background-color: #e8460e;
    color: #fff;
    border-color: #b8370b
}

.p-button.restore:hover {
    background-color: #c23a0c;
    border-color: #b8370b;
    color: #fff
}

.p-button.restore:active {
    background-color: #a5320a;
    border-color: #b8370b;
    color: #fff
}

.p-button.restore:link {
    background-color: #e8460e;
    border-color: #b8370b;
    color: #fff
}

.p-button.primary {
    background-color: #59629d;
    color: #fff;
    border-color: #474e7c
}

.p-button.primary:hover {
    background-color: #4a5283;
    border-color: #474e7c;
    color: #fff
}

.p-button.primary:active {
    background-color: #3f466f;
    border-color: #474e7c;
    color: #fff
}

.p-button.primary:link {
    background-color: #59629d;
    border-color: #474e7c;
    color: #fff
}

.p-button.search {
    background-color: #59629d;
    color: #fff;
    border-color: #474e7c
}

.p-button.search:hover {
    background-color: #4a5283;
    border-color: #474e7c;
    color: #fff
}

.p-button.search:active {
    background-color: #3f466f;
    border-color: #474e7c;
    color: #fff
}

.p-button.search:link {
    background-color: #59629d;
    border-color: #474e7c;
    color: #fff
}

.p-button.config {
    background-color: #59629d;
    color: #fff;
    border-color: #474e7c
}

.p-button.config:hover {
    background-color: #4a5283;
    border-color: #474e7c;
    color: #fff
}

.p-button.config:active {
    background-color: #3f466f;
    border-color: #474e7c;
    color: #fff
}

.p-button.config:link {
    background-color: #59629d;
    border-color: #474e7c;
    color: #fff
}

.p-button.info {
    background-color: #38bae1;
    color: #fff;
    border-color: #1ea1c8
}

.p-button.info:hover {
    background-color: #1fa8d1;
    border-color: #1ea1c8;
    color: #fff
}

.p-button.info:active {
    background-color: #1b92b6;
    border-color: #1ea1c8;
    color: #fff
}

.p-button.info:link {
    background-color: #38bae1;
    border-color: #1ea1c8;
    color: #fff
}

.p-button.danger {
    background-color: #df2746;
    color: #fff;
    border-color: #b81b36
}

.p-button.danger:hover {
    background-color: #c11d38;
    border-color: #b81b36;
    color: #fff
}

.p-button.danger:active {
    background-color: #a61930;
    border-color: #b81b36;
    color: #fff
}

.p-button.danger:link {
    background-color: #df2746;
    border-color: #b81b36;
    color: #fff
}

.p-button.warning {
    background-color: #ffc107;
    color: #333;
    border-color: #d39e00
}

.p-button.warning:hover {
    background-color: #dda600;
    border-color: #d39e00;
    color: #333
}

.p-button.warning:active {
    background-color: #bf8f00;
    border-color: #d39e00;
    color: #333
}

.p-button.warning:link {
    background-color: #ffc107;
    border-color: #d39e00;
    color: #333
}

.p-button.black {
    background-color: #2c3e7e;
    color: #fff;
    border-color: #2c3e7e
}

.p-button.black:hover {
    background-color: #0a0a0b;
    border-color: #1e1e20;
    color: #fff
}

.p-button.black:active {
    background-color: #000;
    border-color: #1e1e20;
    color: #fff
}

.p-button.black:link {
    background-color: #1e1e20;
    border-color: #1e1e20;
    color: #fff
}

.p-button.darken {
    background-color: #777;
    color: #fff;
    border-color: #5e5e5e
}

.p-button.darken:hover {
    background-color: #636363;
    border-color: #5e5e5e;
    color: #fff
}

.p-button.darken:active {
    background-color: #535353;
    border-color: #5e5e5e;
    color: #fff
}

.p-button.darken:link {
    background-color: #777;
    border-color: #5e5e5e;
    color: #fff
}

.p-button.gray {
    background-color: #dcdcdc;
    color: #2a2a2a;
    border-color: #c3c3c3
}

.p-button.gray:hover {
    background-color: #c8c8c8;
    border-color: #c3c3c3;
    color: #2a2a2a
}

.p-button.gray:active {
    background-color: #b8b8b8;
    border-color: #c3c3c3;
    color: #2a2a2a
}

.p-button.gray:link {
    background-color: #dcdcdc;
    border-color: #c3c3c3;
    color: #2a2a2a
}

.p-button.light {
    background-color: #efefef;
    color: #666;
    border-color: #d6d6d6
}

.p-button.light:hover {
    background-color: #dbdbdb;
    border-color: #d6d6d6;
    color: #666
}

.p-button.light:active {
    background-color: #cbcbcb;
    border-color: #d6d6d6;
    color: #666
}

.p-button.light:link {
    background-color: #efefef;
    border-color: #d6d6d6;
    color: #666
}

.p-button.cancel {
    background-color: #efefef;
    color: #666;
    border-color: #d6d6d6
}

.p-button.cancel:hover {
    background-color: #dbdbdb;
    border-color: #d6d6d6;
    color: #666
}

.p-button.cancel:active {
    background-color: #cbcbcb;
    border-color: #d6d6d6;
    color: #666
}

.p-button.cancel:link {
    background-color: #ffffff;
    border-color: #ff0000;
    color: #ff0000;
}

.p-button.cancel:link:hover {
    background-color: #ff0000;
    color: #ffffff;
}



.bbs .p-button {
    margin-left: 4px
}

.bbs .p-button:first-child {
    margin-left: 0
}

.bbs .p-button.cancel .bbs .p-button.list,
.bbs .p-button.write {
    padding: 7px 30px;
    height: auto
}

.bbs .p-button.cancel .bbs .p-button.list .dot,
.bbs .p-button.write .dot {
    display: inline-block;
    margin: 0 11px 1px;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, .8);
    border-radius: 50%;
    vertical-align: middle
}

.bbs .p-button.cancel .bbs .p-button.list .dot:last-child,
.bbs .p-button.write .dot:last-child {
    margin-right: 0
}

.bbs .p-button svg {
    margin-left: 4px
}

.bbs .p-comment__button .p-button.write {
    padding: 5px 35px 7px;
    background-image: none;
    color: #fff
}

.bbs .p-nav--group {
    margin-bottom: 30px
}

.bbs .p-search {
    margin-top: 30px
}

.bbs .p-search .p-form-group {
    width: 60%;
    margin-left: auto;
    margin-right: auto
}

.bbs .p-search .p-dropdown .p-button,
.bbs .p-search .p-input,
.bbs .p-search .p-upload__file,
.p-dropdown .bbs .p-search .p-button {
    height: 42px
}

.bbs .p-search .p-dropdown .p-button,
.bbs .p-search select.p-input,
.bbs .p-search select.p-upload__file,
.p-dropdown .bbs .p-search .p-button {
    line-height: 39px
}

@media screen and (max-width:765px) {
    .program.card_board .bbs .p-search .p-button {
        margin-left: 0 !important;
    }

    .program.card_board .row {
        padding-left: 6px;
    }

    .program.card_board .row .right {
        padding: 0;
        padding-left: 3px;
    }

    .program.card_board .row.row_bottom {
        margin-top: 20px;
    }

    .program.card_board .row.row_bottom .right {
        padding-right: 5px;
        margin-top: 0;
    }

    .program.card_board .p-card_wrap {
        margin-top: 15px;
    }

    .program.card_board .p-page__control .next-one:after {
        transform: rotate(0);
    }

    .p-table.block>tbody>tr>th .p-form__label {
        background-color: transparent;
        font-weight: bold;
    }

    .p-table tbody tr:first-child th {
        font-weight: bold;
    }

    .p-table.block>tbody>tr>th {
        font-weight: bold;
    }

    /*.bbs .p-search .p-button{display:block;width:100%; min-width:inherit; padding-left:6px}*/
}

@media screen and (max-width:600px) {
    .bbs .card--bgcolor {
        padding: 20px;
    }

    .bbs .p-search .p-form-group {
        display: block;
    }

    .bbs .p-search .p-form__split {
        display: none;
    }

    .bbs .p-search select.p-input {
        display: block;
        width: 100%;
    }

    .p-nav--group .p-nav__link {
        font-size: 13px;
        line-height: 20px;
    }

    .p-nav--group .p-nav__link.active {
        font-size: 13px;
        line-height: 20px;
    }

    .p-nav--group .p-nav__link.active:before {
        top: 5px;
    }

    .p-form-group__button {
        display: block;
        width: auto;
        vertical-align: top;
    }

    .p-form-group__button:before {
        display: none;
    }

    .row .col-12.col-sm-24.right select.p-input {
        height: 25px;
        min-height: 40px;
        line-height: 25px;
        font-size: 13px;
    }

    .row .col-12.col-sm-24.right .p-button {
        height: 25px;
        min-height: 40px;
        line-height: 25px;
        font-size: 13px;
    }

    .bbs .p-search .p-button {
        display: block;
        width: 100%;
        margin-left: 0 !important;
    }

    .bbs .p-button,
    .bbs .p-table .p-button {
        font-size: 13px;
        height: auto;
        min-height: 35px;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 35px;
    }
}


@media screen and (max-width: 360px) and (min-width:480px) .bbs .p-search .p-dropdown .p-button,
.bbs .p-search select.p-input,
.bbs .p-search select.p-upload__file,
.p-dropdown .bbs .p-search .p-button {
    width: 100%;
    min-width: inherit;
    padding-left: 6px
}

.bbs .p-search .p-button {
    margin-left: 0px;
}
}

.bbs .p-search .p-button {
    padding: 8px 28px;
    height: auto;
    margin-left: 8px !important
}

@media all and (max-width: 1290px) {
    .bbs .p-search .p-button {
        margin-left: 11px;
    }
}

@media only screen and (max-width:765px) {
    .bbs .p-search .p-form-group {
        width: 100%
    }

    .bbs .p-search .p-form__split {
        padding: 0 4px
    }

    .bbs .p-search .p-button {
        padding-left: 15px;
        padding-right: 15px;
        /*margin-left:4px !important*/
    }
}

.bbs .p-category {
    margin-bottom: 30px
}

.bbs .card.top {
    margin-bottom: 40px
}

.bbs .card.bottom {
    margin-top: 40px
}

.bbs .card--bgcolor {
    background: #f4f4f4;
    border-color: #f0f1f3
}

.bbs .p-button.write {
    padding-right: 30px;
    background: #202e70
}

.bbs .p-button.write span {
    display: none;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    vertical-align: middle;
    margin: -2px 5px 0 10px
}

.bbs .p-button.write svg {
    margin: 1px 0 0 10px
}

@media only screen and (max-width:765px) {
    .bbs .p-button.write {
        background-image: none
    }
}

.bbs .bbs__manage {
    margin-top: 30px
}

@media all and (max-width:640px) {
    .bbs .bbs__manage {
        display: none
    }
}

.bbs .bbs__move {
    display: inline-block
}

@media all and (max-width:900px) {
    .bbs .bbs__move {
        display: block
    }
}

@media all and (max-width:640px) {
    .bbs .bbs__manage-group {
        display: none
    }
}

@media all and (max-width:765px) {

    .bbs .p-media__checkbox,
    .bbs .p-table__checkbox {
        display: none !important
    }
}

.bbs img,
.bbs svg {
    max-width: 100%
}

.bbs .p-table thead th {
    background: #fff
}

.bbs .p-table .p-button {
    font-size: 15px
}

@media only screen and (max-width:765px) {
    .bbs__list .p-button.write {
        display: block;
        width: 100%
    }
}

@media only screen and (max-width:765px) {
    .bbs__form .p-button.write {
        width: 48.8%;
        margin-right: 1%
    }
}

@media only screen and (max-width:765px) {
    .bbs__form .p-button.cancel:not(.p-button--block) {
        background-image: none;
        width: 48.5%
    }
}

.bbs__form .p-table+.text_right {
    text-align: center
}

@media only screen and (max-width:765px) {

    .p-button.delete,
    .p-button.edit,
    .p-button.reply,
    .p-button.restore {
        margin: 5px 0
    }

    .p-button.reply,
    .p-button.restore {
        display: none
    }
}

.bbs__faq .p-accordion__button {
    padding-right: 52px
}

@media only screen and (max-width:765px) and (max-width:765px) {
    .bbs.bbs__form .p-table.block th {
        font-weight: 600
    }
}

@media screen and (max-width: 1240px) and (min-width: 1001px) {
    .bbs .p-search .p-form-group {
        width: 100%;
    }
}




/* Ä¶¸°´õÇü Board */

#bo_list .tbl_head01 thead th,
.bo_notice td,
#bo_vc,
.tbl_frm01 th {
    background: #f3f3f3 !important;
    font-size: 17px !important;
}

#bo_list .tbl_head01 thead th {}

#bo_list .tbl-calendar.tbl_head01 thead th {
    color: #000;
    font-weight: 500;
    font-size: 17px !important;
    background-color: #eceff6 !important;
}


.tbl_head01 td {
    border-top: 1px solid #6eb92b;
    border-bottom: 1px solid #6eb92b;
}