.my_page .quick_inq {
    justify-content: space-between;
    flex-direction: unset;
    padding-bottom: 0;
}

.my_page .quick_inq li {
    width: 315px;
    height: 215px;
    background-color: #f9f9f9;
}

.my_page .quick_inq li a {
    width: 100%;
    height: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    flex-direction: column;
    gap: 18px;
}

.my_page .quick_inq li:nth-of-type(2n) {
    margin: 0;
}

.my_page .my_ttl {
    padding-bottom: 50px;
    font-size: 40px;
    font-weight: 500;
    font-family: 'Noto Sans CJK KR';
}

.my_page .quick_inq li:nth-of-type(2n) a {
    background-color: unset;
}

.my_page .quick_inq li span {
    font-size: 28px;
    font-weight: 500;
    font-family: 'Noto Sans CJK KR';
    margin-left: 0;
}

.mid {
    margin-top: 50px;
}

.mid .title {
    font-family: 'Noto Sans CJK KR';
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 27px;
}

.mid h3.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 42px;
}
.mid h3.title .more_btn {
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    color: #fe3a40 ;
}
.mid h3.title .more_btn i {
    display: block;
    width: 18px; height: 22px;
    background: no-repeat center / 18px auto;
    background-image: url(../img/ico/more_link.png);
    margin-left:12px ;
}

.mid .list_content {
    border-top: 2px solid black;
}

.mid .list_content .content {
    width: 100%;
    height: 109px;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
}

.mid .list_content .content .questions {
    padding: 42px 0px 42px 0px;
    gap: 12px;
    margin-left: 24px;
    display: flex;
    align-items: center;
}

.mid .list_content .content .questions span:first-child {
    font-size: 30px;
    font-weight: bold;
    font-family: '[SUIT]';
    color: red;
}

.mid .list_content .content .questions span:last-child {
    font-size: 28px;
    font-weight: 500;
    font-family: 'Noto Sans CJK KR';
}

.mid .list_content .content i {
    display: block;
    background: url('../img/ico/content_down.png') no-repeat center;
    width: 22px;
    height: 13px;
    background-size: 22px 13px;
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
}

.mid .list_content .content .up {
    display: block;
    background: url('../img/ico/content_up.png') no-repeat center;
    width: 22px;
    height: 13px;
    background-size: 22px 13px;
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
}

.mid .list_content .detaill {
    width: 100%;
    height: auto;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
}

.mid .list_content .detaill .f span {
    color: #757575 !important;
    background-color: #f9f9f9 !important;
}

.mid .list_content .detaill .f {
    color: #757575;
    padding: 40px 107px 41px 23px;
}

.mid .list_content .detaill p {
    font-family: 'Noto Sans CJK KR';
    font-size: 26px;
    color: #757575;
    line-height: 45px;
}

.mid .list_content .detaill p br {
    display: none;
}

.next_prev_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 64px;
}

.next_prev_box ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.next_prev_box ul li .first_page {
    background-image: url(../img/common/pager_all_prev.png);
}

.next_prev_box ul li+li {
    margin-left: 10px;
}

.next_prev_box ul li a {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    color: #252525;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.next_prev_box ul li.on a strong {
    color: red;
}

.next_prev_box ul li .preview {
    margin-right: 16px;
    background-image: url(../img/common/pager_prev.png);
}

.next_prev_box ul li .next {
    margin-left: 16px;
    background-image: url(../img/common/pager_next.png);
}

.next_prev_box ul li .last_page {
    background-image: url(../img/common/pager_all_next.png);
}

.notice {
    margin-top: 76px;
}

.notice .list_content .content .info {
    margin-top: 10px;
    padding-left: 24px;
}

.notice .list_content .content .info .name,
.notice .list_content .content .info .date {
    font-size: 24px;
    font-family: 'Noto Sans CJK KR';
    color: #757575;
}

.notice .list_content .content .info .name {
    position: relative;
    padding-right: 30px;
}

.notice .list_content .content .info .name::after {
    content: "";
    border: 1px solid #757575;
    width: 0px;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);

}

.notice .list_content .content {
    height: 126px;
}

.notice .list_content .content .questions {
    padding: 27px 0px 0px 0px;
}

.next_prev_box ul li a strong {
    color: #757575;
    font-weight: 500;
}

.next_prev_box ul li a.on strong {
    color: red;
}