/* bn-list-faq01 type01 */
.bn-list-faq01.type01 .adm-chk {
    margin: 0 0 10px 0;
}

.bn-list-faq01.type01 .adm-chk input {
    margin: -3px 0 0 0;
}

.bn-list-faq01.type01 .adm-chk label {
    font-size: 16px;
}

.bn-list-faq01.type01 .article-chk {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.bn-list-faq01.type01 ul {
    border-top: 1px solid #000000;
}

.bn-list-faq01.type01 ul li {
    position: relative;
    border-bottom: 1px solid #e7e7e7;
}

.bn-list-faq01.type01 .b-quest-box {
    display: flex;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    gap: 20px;
    padding: 36px 40px;
}

.bn-list-faq01.type01 .b-quest-box > span:nth-of-type(1) {
    display: table-cell;
    width: auto;
    height: 100%;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #003378;
}

.bn-list-faq01.type01 .b-quest-box > span {
    display: none;
}

.bn-list-faq01.type01 .b-title-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.bn-list-faq01.type01 .b-title-box:after {
    content: "";
    background: url(/_res/yonsei_ysb/ysb/img/content/ico-yvip.png)no-repeat;
    background-size: cover;
    width: 25px;
    height: 21px;
    display: inline-block;
    transform: rotate(0deg);
    transition: transform .3s ease;
    transform-origin: 50% 50%;
    will-change: transform;
}

.bn-list-faq01.type01 .b-quest-box.faq-close .b-title-box:after {
    transform: rotate(180deg);
}

.bn-list-faq01.type01 .b-title-box a {
    display: block;
    text-align: left;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.2px;
    color: #222222;
    width: 100%;
    flex: 1;
}

.bn-list-faq01.type01 .b-quest-box > div {
    display: table-cell;
    width: 40px;
    vertical-align: middle;
}

.bn-list-faq01.type01 .b-quest-box > div .b-btn-modify {
    display: inline-block;
    padding: 8px 5px;
    min-width: 40px;
    background-color: #d2d2d2;
    font-size: 13px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
    line-height: 1;
    vertical-align: middle;
}

.bn-list-faq01.type01 .b-ans-box {
    display: none;
}

.bn-list-faq01.type01 .b-ans-box > div {
    padding: 36px 40px;
    background: #FAFCFF;
    border-top: 1px solid #CCCCCC;
    display: flex;
    gap: 20px;
    /* align-items: center; */
}

.bn-list-faq01.type01 .b-ans-box > div span {
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 150%;
    color: #222222;
}

.bn-list-faq01.type01 .b-ans-box > div p {
    font-size: 20px;
    line-height: 150%;
    flex: 1;
    color: #222222;
}

/* bn-write-common01 type01 */
.bn-write-common01.type01 .b-table-wrap {
    border-top: 2px solid #095d3b;
}

.bn-write-common01.type01 .b-table-box .b-row-box .b-title-box {
    background: #f2f8f6;
    text-align: center;
}

.bn-write-common01.type01 .b-input.datepicker {
    background: #fff url(../img/board/ico-datepicker01.gif) no-repeat right 10px top 50%;
}

.bn-write-common01.type01 .b-radio {
    display: none;
}

.bn-write-common01.type01 .b-radio + label {
    display: inline-block;
    position: relative;
    margin-right: 30px;
    padding-left: 30px;
    font-weight: 400;
    cursor: pointer;
}

.bn-write-common01.type01 .b-radio + label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 0 0 3px;
    width: 15px;
    height: 15px;
    border: 1px solid #959595;
    background-color: #ebebeb;
    font-size: 13px;
    border-radius: 24px;
    box-sizing: border-box;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.bn-write-common01.type01 .b-radio:checked + label:before {
    background-color: #fff;
}

.bn-write-common01.type01 .b-radio:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 4px;
    width: 7px;
    height: 7px;
    background-color: #095d3b;
    border-radius: 12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.bn-write-common01.type01 .b-chk {
    display: none;
}

.bn-write-common01.type01 .b-chk + label {
    display: inline-block;
    position: relative;
    margin: 0 23px 0 0;
    padding: 0 0 0 34px;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    vertical-align: middle;
    cursor: pointer;
}

.bn-write-common01.type01 .b-chk + label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 27px;
    border: 1px solid #959595;
    box-sizing: border-box;
}

.bn-write-common01.type01 .b-chk:checked + label:before {
    background: url(../img/board/ico-check01.png) no-repeat 50% 50%;
}

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

@media screen and (max-width: 768px) {
    /* bn-list-faq01 type01 */ .bn-list-faq01.type01 .b-quest-box > span:nth-of-type(1) {
        font-size:14px;
    }

    .bn-list-faq01.type01 .b-quest-box {
        padding: 20px;
    }

    .bn-list-faq01.type01 .b-title-box {
        background-size: 15px;
        gap: 15px;
    }

    .bn-list-faq01.type01 .b-quest-box.faq-close .b-title-box {
        background-size: 15px;
    }

    .bn-list-faq01.type01 .b-title-box a {
        font-size: 14px;
    }

    .bn-list-faq01.type01 .b-ans-box > div {
        padding: 20px;
        background-position: 30px 15px;
    }

    .bn-list-faq01.type01 .b-ans-box > div p {
        font-size: 14px;
    }

    .bn-list-faq01.type01 .b-title-box:after {
        width: 18px;
        height: 15px;
    }

    .bn-list-faq01.type01 .b-ans-box > div .b-ans {
        flex: 1;
    }

    .bn-list-faq01.type01 .b-ans-box > div span {
        width: 36px;
    }

    .bn-list-faq01.type01 .b-ans-box > div {
        gap: 20px;
    }

    /* bn-write-common01 type01 */
    .bn-write-common01.type01 .b-radio + label {
        margin-right: 10px;
        padding-left: 20px;
        font-size: 14px;
    }

    .bn-write-common01.type01 .b-chk + label {
        margin: 0 10px 0 0;
        padding: 0 0 0 25px;
        font-size: 14px;
        line-height: 25px;
    }

    .bn-write-common01.type01 .b-radio + label:before {
        width: 15px;
        height: 15px;
    }

    .bn-write-common01.type01 .b-radio:hover + label:after, .bn-write-common01.type01 .b-radio:checked + label:after {
        left: 5px;
        width: 5px;
        height: 5px;
    }

    .bn-write-common01.type01 .b-chk + label:before {
        margin: 3px 0 0 0;
        width: 20px;
        height: 20px;
    }

    .bn-write-common01.type01 .b-chk:hover + label:before, .bn-write-common01.type01 .b-chk:checked + label:before {
        padding: 2px 0 0 3px;
        background-size: 9px;
        font-size: 10px;
    }
}

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

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