.sorting-action1 {
    position: relative;
    display: inline-block;
    padding: 13px 0
}
.sorting-action1.is-on.pos-first .expand-box {
    display: block;
}
.sorting-action1.pos-first .expand-box {
    display: none;
    position: absolute;
    z-index: 999;
    top: 35px;
    left: 0;
    right: auto;
    border-radius: 8px;
    background: #fff;
    text-align: left;
    min-width: 156px;
    overflow: hidden;
    box-shadow: 0 3px 7px 0 rgba(0,0,0,.3);
}
.sorting-action1 .select-btn .default-btn {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    position: relative;
    padding: 0 18px 0 0;
}
.sorting-action1 .select-btn .default-btn:after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 2px);
    display: block;
    width: 10px;
    height: 4px;
    background: url(../image/ico-arrow-select2.svg) no-repeat 0 0;
    background-size: 10px 4px;
}
.sorting-action1 .expand-box a.is-focus, .sorting-action .expand-box a:focus {
    font-weight: 400;
    color: #575757;
    background: #f5f5f5;
}

.sorting-action1 .expand-box a {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 300;
    color: #575757;
    padding: 12px;
    word-break: keep-all;
}

.main .write__item .item__file .photo__box {
    height: 100px;
    margin-right: 5px;
}

.scroll-hide-btn.is-hide {
    display: none;
}

.btn-top {
    bottom: 143px !important;
}
.btn-top.is-hide,
.btn-write.is-hide {
    display: none;
}

.none-fnb-btn{
    bottom : 70px !important;
}

.none-fnb-btn-bottom{
    bottom : 72px !important;
}

.image_x_btn{
    position: absolute;
    top: 5%;
    background: #dd2c2f;
    right: -30%;
    transform: translate(-50%, -50%);
    width: 23px;
    height: 23px;
    border-radius: 20px;
    /* 240805 수정 */
    z-index: 3;
    box-sizing: border-box;
    /* //240805 수정 */
}

.image_x_btn img{
    padding: 3px 1px 3px 1px;
    height: 16.5px !important;
    width: auto !important;
}