.btn_container .com_btn_print {
    padding: 8px 16px 8px 46px;
    border-radius: 4px;
    border: 1px solid rgba(29, 31, 37, 0.20);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    background-image: url("../img/icn/icn_print.png");
    background-repeat: no-repeat;
    background-position: 16px 8px;
    background-size: 24px;
}
.btn_container.absolute {
    position: absolute;
    top:-70px;
    right:0;
}
.mypage_info {
    position: relative;
}

@media screen and (max-width:768px) {
    .btn_container.absolute {
        display: none;
    }
}
@media print {
    @page {
        size: A4;
    }
    body, html {
        overflow: visible;
    }
    .btn_container .com_btn_print {
        display: none;
    }
    .btn_wrap {
        display: none;
    }
    /* 모든 텍스트 크기 축소 */
    * {
        font-size: 14px !important;
    }

    h1, h2, h3, h4, h5, h6 {
        font-size: 14px !important;
    }

    .section_title {
        font-size: 14px !important;
    }

    table {
        font-size: 12px !important;
        width: 100% !important;
    }

    th, td {
        font-size: 12px !important;
        /*padding: 2px !important;*/
    }

    /* 체크박스/라디오 버튼만 크기 조정 */
    input[type="radio"], input[type="checkbox"] {
        transform: scale(.6) !important;
    }
    img {
        display: block !important;
        max-width: 100%;
    }
    * { -webkit-print-color-adjust: exact; print-color-adjust: exact; }

    /* 스크롤바 제거 */
    ::-webkit-scrollbar {
        display: none !important;
    }

    * {
        scrollbar-width: none !important;
    }
    .scholarship_info_wrap {
        display: flex;
        gap:20px;
    }
    .scholarship_info_wrap .input_row {
        flex:1;
    }
}