@charset "UTF-8";

.mg-b5{margin-bottom:5px;}
.mg-b10{margin-bottom:10px;}
.mg-tb5{margin:5px 0;}
.mg-t10-b5{margin:10px 0 5px 0;}
.mg-l30{margin-left:30px;}
.pd-t10{padding-top:10px;}
.b-right{border-right: 1px solid #d8d8d8; }

.board .deleted, .board .deleted * { text-decoration: line-through !important; color: #999999 !important;}
input.dark { background-color: #eeeeee !important; }

.file-icon { background: url("../img/file_icon.png") no-repeat; padding-left: 30px; }  
.file-icon.bmp { background: url("../img/attach_bmp.gif") no-repeat 0 2px;  }  
.file-icon.doc { background: url("../img/attach_doc.gif") no-repeat 0 2px;  }  
.file-icon.docx { background: url("../img/attach_docx.gif") no-repeat 0 2px;  }  
.file-icon.gif { background: url("../img/attach_gif.gif") no-repeat 0 2px;  }  
.file-icon.hwp { background: url("../img/attach_hwp.gif") no-repeat 0 2px;  }  
.file-icon.jpg { background: url("../img/attach_jpg.gif") no-repeat 2px;  }  
.file-icon.pdf { background: url("../img/attach_pdf.gif") no-repeat 0 2px;  }  
.file-icon.png { background: url("../img/attach_png.gif") no-repeat 0 2px;  }  
.file-icon.ppt { background: url("../img/attach_ppt.gif") no-repeat 0 2px;  }  
.file-icon.pptx { background: url("../img/attach_pptx.gif") no-repeat 0 2px;  }  
.file-icon.txt { background: url("../img/attach_txt.gif") no-repeat 0 2px;  }  
.file-icon.xls { background: url("../img/attach_xls.gif") no-repeat 0 2px;  }  
.file-icon.xlsx { background: url("../img/attach_xlsx.gif") no-repeat 0 2px;  }  
.file-icon.zip { background: url("../img/attach_zip.gif") no-repeat 0 2px;  }  

.captcha.captchaRefresh {background: url("../img/captcha_refresh.png") no-repeat ;width: 16px; height: 16px; display: inline-block;} 
.captcha.captchaSound {background: url("../img/captcha_volume.png") no-repeat ;width: 16px; height: 16px; display: inline-block;}

.board .depth-1 {margin-left: 20px;}
.board .depth-2 {margin-left: 40px;}
.board .depth-3 {margin-left: 80px;}
.board .depth-4 {margin-left: 100px;}
.board .depth-5 {margin-left: 120px;}

pre  {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/* write - 게시글 복사
.alert, .alert h4 {
    color: #c09853;
}
.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 10px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
 */
.bn-history01.type01 .adm-chk {
    float: left;
    margin: 0 0 10px 0;
    color: #222;
    font-weight: 600;
}

.bn-write-common01.type01 .b-input.wp-80 { width : 80%; }

.b-confirm { background : #000; color: #fff; padding : 5px }

.common-tech-anchor .b-file-box ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.common-tech-anchor .b-file-box ul li,
.common-tech-anchor .b-file-box ul li a {
    min-width: 0;
}

.common-tech-anchor .b-file-box ul li a {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    box-sizing: border-box;
}

.common-tech-anchor .b-file-box ul li a img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.common-tech-anchor .b-file-box ul li a span {
    width: 100%;
    overflow-wrap: anywhere;
}

/* iacf 목록 처리상태
 * 공통 board.css의 .b-answer가 상태값을 테두리·배경 배지로 만든다.
 * 연구 신고를 포함한 산학 목록에서는 상태를 표의 일반 텍스트로 통일한다. */
body.iacf-site .bn-list-common01 .b-answer,
body.iacf-site .bn-list-common01 .b-answer.complete,
body.iacf-site .bn-list-common01 .b-title-box .b-m-con .b-answer,
body.iacf-site .bn-list-common01 .b-title-box .b-m-con .b-answer.complete {
    position: static;
    display: inline-block;
    width: auto;
    min-width: 0;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: inherit;
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
    vertical-align: baseline;
}

@media screen and (max-width: 768px) {
    .common-tech-anchor .b-file-box ul {
        grid-template-columns: minmax(0, 1fr);
    }

    .bn-list-common01.common-tech-list .b-col-num {
        display: none;
        width: 0;
    }

    .bn-list-common01.common-tech-list table tbody tr td:nth-of-type(2) {
        display: table-cell !important;
    }

    .bn-list-common01.common-tech-list table tbody tr td:nth-of-type(3) {
        display: none !important;
    }

    .bn-list-common01.common-tech-list table tbody tr td.b-no-post {
        display: table-cell !important;
    }
}

/* iacf 다중 필드 상세: 보유기기예약 상세와 같은 라벨/값 행 규칙 */
body.iacf-site .iacf-detail-fields .b-table-wrap {
    margin-top: 8px;
    border-top: 2px solid #000;
}

body.iacf-site .iacf-detail-fields .b-table-box {
    display: table;
    width: 100%;
    table-layout: fixed;
}

body.iacf-site .iacf-detail-fields .b-table-box .b-row-box {
    display: table-row;
}

body.iacf-site .iacf-detail-fields .b-table-box .b-row-box .b-title-box,
body.iacf-site .iacf-detail-fields .b-table-box .b-row-box .b-con-box {
    display: table-cell;
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    box-sizing: border-box;
    vertical-align: middle;
    word-break: break-word;
}

body.iacf-site .iacf-detail-fields .b-table-box .b-row-box .b-title-box {
    width: 140px;
    padding: 20px 12px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    white-space: normal;
}

body.iacf-site .iacf-detail-fields .b-table-box .b-row-box .b-con-box {
    padding: 10px 16px;
    color: #545454;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    white-space: pre-line;
}

body.iacf-site .iacf-detail-fields .iacf-detail-section-title {
    margin: 32px 0 10px;
    color: #262626;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}

body.iacf-site .iacf-detail-fields .iacf-detail-section-title:first-child {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    body.iacf-site .iacf-detail-fields .b-table-box .b-row-box .b-title-box,
    body.iacf-site .iacf-detail-fields .b-table-box .b-row-box .b-con-box {
        display: block;
        width: 100%;
    }

    body.iacf-site .iacf-detail-fields .b-table-box .b-row-box .b-title-box {
        padding: 16px 12px 0;
        border-bottom: 0;
        text-align: left;
        white-space: normal;
    }

    body.iacf-site .iacf-detail-fields .b-table-box .b-row-box .b-con-box {
        padding: 10px 12px 16px;
    }
}

/* iacf 퍼블 type04 페이징·하단 버튼 보정
 * 게시판 실행 시 공통 board.css가 iacf.css보다 뒤에 추가되어 동일한 type04 규칙을
 * 구형 스킨으로 되돌린다. 산학 화면에 한정해 운영 퍼블의 최종 규격을 다시 확정한다. */
body.iacf-site .b-paging01.type04 .b-paging-wrap ul {
    padding: 50px 0 0;
    text-align: center;
}

body.iacf-site .b-paging01.type04 .b-paging-wrap ul li {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

body.iacf-site .b-paging01.type04 .b-paging-wrap ul li a {
    display: block;
    position: relative;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 300;
    color: #7b7b7b;
}

body.iacf-site .b-paging01.type04 .b-paging-wrap ul li a::before,
body.iacf-site .b-paging01.type04 .b-paging-wrap ul li a.active::after {
    display: none;
}

body.iacf-site .b-paging01.type04 .b-paging-wrap ul li.first a {
    width: 28px;
    height: 28px;
    background: url('/_res/nsu/_share/img/iacf/btn-first-page.png') no-repeat center;
}

body.iacf-site .b-paging01.type04 .b-paging-wrap ul li.prev a {
    width: 28px;
    height: 28px;
    background: url('/_res/nsu/_share/img/iacf/btn-prev-page.png') no-repeat center;
}

body.iacf-site .b-paging01.type04 .b-paging-wrap ul li.next a {
    width: 28px;
    height: 28px;
    background: url('/_res/nsu/_share/img/iacf/btn-next-page.png') no-repeat center;
}

body.iacf-site .b-paging01.type04 .b-paging-wrap ul li.last a {
    width: 28px;
    height: 28px;
    background: url('/_res/nsu/_share/img/iacf/btn-last-page.png') no-repeat center;
}

body.iacf-site .b-paging01.type04 .b-paging-wrap ul li:not(.pager) a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    min-width: 45px;
    height: 45px;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0;
    color: #767676;
}

body.iacf-site .b-paging01.type04 .b-paging-wrap ul li a.active {
    border-radius: 100%;
    background: #009bb4;
    color: #fff;
}

body.iacf-site .b-paging01.type04 .b-paging-wrap ul li.prev {
    margin-right: 20px;
}

body.iacf-site .b-paging01.type04 .b-paging-wrap ul li.next {
    margin-left: 20px;
}

body.iacf-site .b-btn01.type04 ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    padding: 30px 0 0;
    text-align: right;
}

body.iacf-site .b-btn01.type04 ul.b-center {
    justify-content: center;
}

body.iacf-site .b-btn01.type04 ul li {
    display: inline-block;
    margin: 0;
    vertical-align: top;
}

body.iacf-site .b-btn01.type04 ul li a,
body.iacf-site .b-btn01.type04 ul li button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    height: 60px;
    padding: 20px 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    background: #fff;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.3s;
}

body.iacf-site .b-btn01.type04 ul li a:hover,
body.iacf-site .b-btn01.type04 ul li a.active,
body.iacf-site .b-btn01.type04 ul li button:hover,
body.iacf-site .b-btn01.type04 ul li button.active {
    border-color: #003b90;
    background-color: #003b90;
    color: #fff;
}

body.iacf-site .b-btn01.type04 ul li button.b-btn-c-blue {
    border-color: #003b90;
    background: #003b90;
    color: #fff;
}

@media screen and (max-width: 768px) {
    body.iacf-site .b-paging01.type04 .b-paging-wrap ul li:not(.pager) a {
        width: 35px;
        min-width: 35px;
        height: 35px;
        font-size: 16px;
    }

    body.iacf-site .b-btn01.type04 ul {
        flex-flow: row wrap;
        padding-top: 40px;
    }
}

@media screen and (max-width: 500px) {
    body.iacf-site .b-btn01.type04 ul {
        flex-direction: column;
    }

    body.iacf-site .b-btn01.type04 ul li {
        width: 100%;
    }

    body.iacf-site .b-btn01.type04 ul li a,
    body.iacf-site .b-btn01.type04 ul li button {
        width: 100%;
        padding: 15px 10px;
        font-size: 16px;
    }
}

/* iacf 퍼블 type04 검색바 보정
 * 퍼블 원본은 검색어 하나만 사용하지만 실제 화면은 분류·날짜·초기화 조건을 가진다.
 * 기능은 유지하고 각 조합을 데스크톱 한 줄, 모바일 세로형으로 정렬한다. */
body.iacf-site .box-info .bn-search01.type04.iacf-search-layout {
    flex: 0 1 auto;
    width: 356px;
    max-width: 100%;
}

body.iacf-site .bn-search01.type04.iacf-search-layout form,
body.iacf-site .bn-search01.type04.iacf-search-layout .b-search-wrap {
    display: block;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-sizing: border-box;
}

body.iacf-site .bn-search01.type04.iacf-search-layout .b-form-search {
    width: 100%;
}

body.iacf-site .bn-search01.type04.iacf-search-layout input[type="hidden"] {
    display: none !important;
}

body.iacf-site .bn-search01.type04.iacf-search-layout .b-input-box {
    position: relative;
    min-width: 0;
}

body.iacf-site .bn-search01.type04.iacf-search-layout .b-input-box input[type="text"] {
    display: block;
    width: 100% !important;
    height: 52px;
    margin: 0 !important;
    padding: 0 52px 0 20px !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 8px !important;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.1;
    color: #767676;
}

body.iacf-site .bn-search01.type04.iacf-search-layout .b-search-btn {
    position: absolute !important;
    top: 50% !important;
    right: 18px !important;
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background-color: transparent !important;
    transform: translateY(-50%) !important;
    font-size: 0 !important;
}

body.iacf-site .bn-search01.type04.iacf-search-simple .b-form-search > div {
    display: block;
}

body.iacf-site .box-info .bn-search01.type04.iacf-search-simple.iacf-search-has-reset {
    width: 434px;
}

body.iacf-site .bn-search01.type04.iacf-search-simple.iacf-search-has-reset .b-form-search > div {
    display: flex;
    align-items: center;
    gap: 8px;
}

body.iacf-site .bn-search01.type04.iacf-search-simple.iacf-search-has-reset .b-input-box {
    flex: 1 1 auto;
}

body.iacf-site .box-info .bn-search01.type04.iacf-search-filtered {
    width: 580px;
}

body.iacf-site .box-info .bn-search01.type04.iacf-search-filtered:not(.iacf-search-has-reset) {
    width: 500px;
}

body.iacf-site .bn-search01.type04.iacf-search-filtered .b-form-search,
body.iacf-site .bn-search01.type04.iacf-search-filtered .b-form-search > div {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    min-width: 0;
}

body.iacf-site .bn-search01.type04.iacf-search-filtered .b-sel-box {
    flex: 0 0 130px;
    width: 130px !important;
    margin: 0 !important;
    text-align: left;
}

body.iacf-site .bn-search01.type04.iacf-search-filtered .b-sel-title,
body.iacf-site .bn-search01.type04.iacf-search-dates .b-sel-title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 52px;
    padding: 0 36px 0 16px !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 8px !important;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.1;
    color: #555;
}

body.iacf-site .bn-search01.type04.iacf-search-filtered .b-sel-box > ul,
body.iacf-site .bn-search01.type04.iacf-search-dates .b-sel-box > ul {
    top: 52px;
    z-index: 20;
}

body.iacf-site .bn-search01.type04.iacf-search-filtered select,
body.iacf-site .bn-search01.type04.iacf-search-dates select {
    flex: 0 0 130px;
    width: 130px !important;
    height: 52px !important;
    margin: 0 !important;
    padding: 0 36px 0 16px !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 8px !important;
    background-color: #fff !important;
    box-sizing: border-box;
    font-size: 16px !important;
    color: #555 !important;
}

body.iacf-site .bn-search01.type04.iacf-search-filtered .b-input-box,
body.iacf-site .bn-search01.type04.iacf-search-dates .b-input-box {
    flex: 1 1 auto;
}

body.iacf-site .bn-search01.type04.iacf-search-layout .btn-reset,
body.iacf-site .bn-search01.type04.iacf-search-layout .equip-reset {
    position: static !important;
    flex: 0 0 auto;
    width: auto !important;
    height: 52px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-sizing: border-box;
    font-size: 14px !important;
    line-height: 1 !important;
    color: #555 !important;
    white-space: nowrap;
}

body.iacf-site .box-info .bn-search01.type04.iacf-search-dates {
    width: 780px;
}

body.iacf-site .bn-search01.type04.iacf-search-dates .b-form-search {
    display: grid;
    grid-template-columns: minmax(270px, 0.85fr) minmax(430px, 1.35fr);
    align-items: center;
    gap: 8px;
}

body.iacf-site .bn-search01.type04.iacf-search-dates .b-date-box,
body.iacf-site .bn-search01.type04.iacf-search-dates .b-form-search > div:first-child,
body.iacf-site .bn-search01.type04.iacf-search-dates .b-form-search > div:last-child {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

body.iacf-site .bn-search01.type04.iacf-search-dates .b-date-box > input[type="text"],
body.iacf-site .bn-search01.type04.iacf-search-dates .b-form-search > div:first-child > input[type="text"] {
    flex: 1 1 0;
    width: 0 !important;
    min-width: 0;
    height: 52px;
    margin: 0 !important;
    padding: 0 38px 0 12px !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 8px !important;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 14px;
    color: #767676;
}

body.iacf-site .bn-search01.type04.iacf-search-dates .b-sel-box {
    flex: 0 0 118px;
    width: 118px !important;
    margin: 0 !important;
    text-align: left;
}

@media screen and (max-width: 1100px) {
    body.iacf-site .box-info .bn-search01.type04.iacf-search-dates {
        flex-basis: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    body.iacf-site .box-info .bn-search01.type04.iacf-search-layout,
    body.iacf-site .box-info .bn-search01.type04.iacf-search-filtered,
    body.iacf-site .box-info .bn-search01.type04.iacf-search-dates {
        flex-basis: 100%;
        width: 100%;
    }

    body.iacf-site .bn-search01.type04.iacf-search-filtered .b-form-search,
    body.iacf-site .bn-search01.type04.iacf-search-filtered .b-form-search > div {
        flex-wrap: wrap;
    }

    body.iacf-site .bn-search01.type04.iacf-search-filtered .b-sel-box,
    body.iacf-site .bn-search01.type04.iacf-search-filtered select,
    body.iacf-site .bn-search01.type04.iacf-search-filtered .b-input-box,
    body.iacf-site .bn-search01.type04.iacf-search-layout .btn-reset,
    body.iacf-site .bn-search01.type04.iacf-search-layout .equip-reset {
        flex: 1 1 100%;
        width: 100% !important;
    }

    body.iacf-site .bn-search01.type04.iacf-search-simple.iacf-search-has-reset .b-form-search > div {
        flex-wrap: wrap;
    }

    body.iacf-site .bn-search01.type04.iacf-search-simple.iacf-search-has-reset .b-input-box {
        flex: 1 1 100%;
        width: 100%;
    }

    body.iacf-site .bn-search01.type04.iacf-search-dates .b-form-search {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    body.iacf-site .bn-search01.type04.iacf-search-dates .b-form-search > div:last-child {
        flex-wrap: wrap;
    }

    body.iacf-site .bn-search01.type04.iacf-search-dates .b-sel-box,
    body.iacf-site .bn-search01.type04.iacf-search-dates .b-input-box {
        flex: 1 1 100%;
        width: 100% !important;
    }
}

/* iacf 작성 폼: 원격 board.css의 type04 입력 높이(40px)가 textarea에 전파되지 않도록 한다. */
body.iacf-site .bn-write-common01.type04 textarea#articleText.b-textarea {
    width: 100% !important;
    max-width: none !important;
    height: 280px !important;
    min-height: 200px !important;
    box-sizing: border-box;
    resize: vertical;
}

body.iacf-site .bn-write-common01.type04 textarea#articleReply.b-textarea {
    width: 100% !important;
    max-width: none !important;
    height: 180px !important;
    min-height: 160px !important;
    box-sizing: border-box;
    resize: vertical;
}

/* 프로그램문의 날짜·시·분은 데스크톱과 모바일 모두 한 줄을 유지한다. */
body.iacf-site .bn-write-common01.type04 .iacf-inquiry-datetime {
    display: grid;
    grid-template-columns: 200px repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 8px;
    width: 100%;
    min-width: 0;
}

body.iacf-site .bn-write-common01.type04 .iacf-inquiry-datetime > .b-input,
body.iacf-site .bn-write-common01.type04 .iacf-inquiry-datetime > .b-select {
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
    margin: 0 !important;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    body.iacf-site .bn-write-common01.type04 textarea#articleText.b-textarea {
        height: 220px !important;
    }

    body.iacf-site .bn-write-common01.type04 .iacf-inquiry-datetime {
        grid-template-columns: minmax(110px, 1.25fr) repeat(2, minmax(76px, 1fr));
        gap: 6px;
    }
}


/* ------------------------------------------------------------------
   마이페이지 쿠폰함 (appKey: coupon-iacf)

   퍼블 정본은 iacf-etc.css 의 `.modal-overlay.type02 .coupon-register-box`
   4규칙이다. 새 디자인이 아니라 그 정본을 조상 선택자만 떼어 페이지 레벨로
   옮긴 것이다 — 쿠폰 등록은 설계서 202 에서 모달이 아니라 화면 안에 있다.

   iacf-etc.css 는 _share 라 SVN 형상관리 대상이 아니어서 건드리지 않는다.
   버튼 회색(#BBBBBB)은 정본 값 그대로다. 파란 CTA 로 바꾸려면 퍼블 수정이 선행돼야 한다.
   ------------------------------------------------------------------ */
.coupon-iacf .coupon-register-box { padding: 10px 0; margin: 0 0 15px; }

.coupon-iacf .coupon-register-box .input-group-btn {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.coupon-iacf .coupon-register-box .input-group-btn input.b-input {
    flex: auto;
    max-width: 320px;
    height: 40px;
    padding: 11px 20px;
    border: 1px solid #00000033;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 14px;
}

.coupon-iacf .coupon-register-box .input-group-btn input.b-input::placeholder { color: #bbbbbb; }

/* 정본의 max-width:96px 은 모달 안 짧은 라벨을 전제한 값이라 「쿠폰 적용」(필요폭 100px)이 두 줄로 접힌다.
   퍼블 base 규칙 `.modal-content .btn-action-sm` 이 갖고 있는 white-space:nowrap 을 따르고,
   96px 은 상한이 아니라 하한으로 남겨 라벨 길이가 폭을 정하게 한다. */
.coupon-iacf .coupon-register-box .input-group-btn button.btn-action-sm {
    min-width: 96px;
    white-space: nowrap;
    height: 40px;
    padding: 9px 20px;
    border: none;
    border-radius: 8px;
    background-color: #bbbbbb;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    cursor: pointer;
    transition: background 0.15s ease;
}

.coupon-iacf .coupon-register-box .input-group-btn button.btn-action-sm:hover { background-color: #959ea8; }

/* 「쿠폰할인 금액」이 열 너비(112px, 텍스트 영역 92px)에서 두 줄로 접히는 것을 막는다 */
.coupon-iacf .board-table thead th { white-space: nowrap; }

/* 8열이라 제목 열이 일반 열과 같은 폭(146px)만 받아 쿠폰명이 두 줄로 접힌다.
   번호 열은 두 자리면 충분하므로 줄이고 그만큼 제목에 넘긴다.
   table-layout:fixed 라 col 폭이 그대로 반영된다. */
.coupon-iacf .bn-list-common01.type04 .b-col-num { width: 60px; }
.coupon-iacf .bn-list-common01.type04 .b-col-title { width: 230px; }

/* 모바일 쿠폰함: 이름만으로는 쿠폰을 고를 수 없다.

   common01-04.css 가 ≤1024px 에서 `.bn-list-common01.type04 table tbody td:not(.b-td-left)`
   를 display:none !important 로 접는다. 게시판은 「제목만」이 맞지만 쿠폰은 얼마·언제까지가
   핵심이라 금액과 기간(사용내역은 사용일)을 함께 남긴다. 원규칙이 !important 라 같이 쓴다.

   열 위치가 표마다 다르다 —
     미사용   1번호 2쿠폰번호 3쿠폰명 4소멸종류 5할인종류 6사용범위 7쿠폰할인금액 8유효시간
     사용내역 1번호 2쿠폰번호 3쿠폰명 4할인종류 5사용범위 6쿠폰할인금액 7사용일 8사용
   그래서 컨테이너에 coupon-list-unused / coupon-list-used 로 구분을 둔다. */
@media screen and (max-width: 1024px) {

    /* 원규칙과 특이도가 같으면(0,3,3) 나중에 로드되는 common01-04.css 가 이긴다.
       bn-list-common01.type04 를 함께 걸어 (0,5,3) 으로 올린다. */
    .coupon-iacf .bn-list-common01.type04.coupon-list-unused table tbody td:nth-of-type(7),
    .coupon-iacf .bn-list-common01.type04.coupon-list-unused table tbody td:nth-of-type(8),
    .coupon-iacf .bn-list-common01.type04.coupon-list-used table tbody td:nth-of-type(6),
    .coupon-iacf .bn-list-common01.type04.coupon-list-used table tbody td:nth-of-type(7) {
        display: block !important;
        height: auto;          /* 데스크톱 td 의 고정 높이(60px)를 물려받아 행이 늘어나는 것을 막는다 */
        padding: 2px 0 0;
        border: 0;
        text-align: left;
        font-size: 14px;
        line-height: 1.5;
        color: #767676;
    }

    /* 쿠폰명이 카드의 제목 역할을 하므로 나머지 두 줄과 구분되게 둔다 */
    .coupon-iacf .bn-list-common01.type04 table tbody td.b-td-left {
        font-weight: 600;
        text-align: left;
    }
}
