@charset "utf-8";

/* 기본 스타일 */

.modal-open {
  overflow: hidden !important;
  padding-right: 17px; /* 스크롤바 넓이만큼 공간 확보 */
}
.btn.mr-2{margin-right:10px !important;}

.reason-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0;
    margin: 0;
    list-style: none;
}
.reason-list li {
    flex: 1 1 100%;
}
.reason-list input[type="checkbox"] {
    margin-right: 0.5rem;
}

.sub-fields {
    margin-top: 0.2rem;
    display: none;
    gap: 0.5rem;
}

.sub-fields.active {
    display: flex;
    flex: 1 1 50%;
}
.sub-fields.W-100.active {
    display: block;
    flex: 1 1 100%;
}
.field-row {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  margin-top: 10px;
}

/* 라벨+셀렉트 수직 정렬 */
.field-row .field-group {
  display: flex;
  flex-direction: column;
}
.field-row label {
  font-size: 0;
  margin-bottom: 4px;
}

.field-group{display: flex;
  flex-direction: column;}
.field-group label {
    font-size: 0.9rem;
    margin-bottom: 0.2rem;
}

.field-group input {
    padding: 0.5rem;
    font-size: 1rem;
}
table.border-none td{border:none !important; width:100%;}
.w100p{width:100% !important;}
.responsive-table-type1.lineH30 td{line-height: 30px;}
.lineH36{line-height: 36px;}
.b-w115{width:118px !important; height:34px !important;}
.b-w100{width:100px !important;}
.radio_box_wrap{display:flex; gap:20px;}
.btn-re{color:#fff !important}
.pink{background:#d56e65 !important;}
.w150{width:150px !important;}
.blue_bg{background:hsl(214, 100%, 95%)}
.lineH18{line-height:18px;}

.file-upload {
    display: inline-block;
    padding: 5px 10px;
    background-color: #4F7A92;
    color: white;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    line-height:20px;
}

input[type="file"] {
    display: none; /* 숨기기 */
}

input.small[type="file"] {
    
    display: block !important;
}

.file-name {
    margin-top: 1px;
    font-size: 14px;
    color: #333;
    display:inline-block;
}
.info_type01 p{margin:0 !important; padding:0 !important; font-size:13px; line-height:18px;}
.red{color:#a10000;}
.btn-list{width:80px; height:40px;}
.nav-tabs .nav-item{margin-bottom:-1px !important;}
label{margin-bottom:0 !important;}
.wp-20{width:20%;}
.wp-80{width:80%;}
@media (prefers-reduced-motion:reduce) {

.form-control-s:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control-s:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control-s::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control-s::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control-s.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control-s::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control-s::placeholder {
    color: #6c757d;
    opacity: 1
}

    .form-control-auto {
        transition: none
    }
}

.form-control-auto::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control-auto:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control-auto:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control-auto::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control-auto::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control-auto.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control-auto::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control-auto::placeholder {
    color: #6c757d;
    opacity: 1
}
.form-control-auto::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control-auto:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control-auto:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control-auto::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control-auto::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control-auto.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control-auto::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control-auto::placeholder {
    color: #6c757d;
    opacity: 1
}


.form-control-auto:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control-auto:read-only {
    background: #e9ecef;
}
.form-control-s:read-only {
    background: #e9ecef;
}
.input.bg-bl {
    background: #edf1f5 !important
}

.flex_center {
    display: flex;
    align-items: center;
}
.flex_end{justify-content: flex-end;}
.postnum_wrap{
    display: flex;
    align-items: center;
    gap:5px;
}
.align-C {
    text-align: center;
}
.align-R {
    text-align: right;
}


.btn.btn-info {
    border: 1px solid #ddd;
}

.mw-120 {
    width: 120px !important;
}

.w-auto {
    width: auto !important;
}

.inp_wrap {
    display: flex;
    gap: 5px;
    align-items: center;
    position: relative;
}

.inp_wrap .bar {
    display: block;
    width: 5px;
    height: 1px;
    background: #999;
    flex: 0 0 auto;
}

.Hm {
    display: block;
    width: 100%;
}

.form-control-01 {
    display: inline-block;
    width: 220px;
    height: calc(1.5em + .45rem + 2px);
    padding: .375rem .85rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control-s {
    display: inline-block;
    width: 100px;
    height: calc(1.2em + .85rem + 2px);
    padding: .375rem .25rem;
    font-size: .85rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    height:36px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control-l {
    display: inline-block;
    width: 100%;
    height: calc(1.2em + .85rem + 2px);
    padding: .375rem .25rem;
    font-size: .85rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control-auto {
    display: inline-block;
    width: auto;
    height: calc(1.2em + .85rem + 2px);
    padding: .375rem .25rem;
    font-size: .85rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    height:36px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select-style1 {
    border-radius: 4px;
    border: 1px solid #ced4da;
    font-size: .85rem !important;
    padding: 6px;
}

.tit_s {
    font-size: 1rem;
    font-weight: 600;
    padding-right: 10px;
}

.password-container {
    display: flex;
    align-items: center;
    padding: 4rem 4rem;
}

.align-center {
    text-align: center !important;
}

.font-16 {
    font-size: 16px;
}

.co-pink {
    color: #cd6d7b;
}

.font14 {
    font-size: 14px;
}

.btn.disabled {
    background: #a7a7a7 !important;
    opacity: 0.5;
}

.responsive-table-type1 {
    width: 100%;

}

.responsive-table-type1 table {
    width: 100%;
    border-collapse: collapse;

}

.responsive-table-type1 th,
td {
    padding: 12px;
    border: 1px solid #ccc;
    text-align: left;
    font-size: 14px !important;
}
.responsive-table-type1 td.align_c {
    text-align: center;
   
}
.responsive-table-type1 th {
    background-color: #A76539;
    color: #fff;
    text-align: center;
    padding: 5px !important;


}
.responsive-table-type1 span{line-height:16px;}
.float-right {
    float: right;
}

.float-left {
    float: left;
}

.status-cell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    gap: 5px;
}
.status-cell span{text-align:left;}
.responsive-table-type1 ul,
li {
    list-style: none;
}

.responsive-table-type1 ul,
li {
    margin: 0 !important;
    padding: 0 !important;
}

.radiobox.group {
    display: flex;
    gap: 15px;
}

.radiobox label {
    margin-bottom: 0 !important;
}

.d-flex {
    display: flex;
}

.flex-item {
    flex: 1;
    /* flex: 1 1 0 */
    flex-grow: 1;
}

.close_btn {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 24px;
    right: 24px;
    background: url(../img/info_box_close.png)no-repeat center / contain;
}

.modal-title {
    font-size: 20px;
    font-weight: bold;
    padding: 6px 0;
    color: #111;
}

.inp_wrap {
    display: flex;
}

.inp_wrap.t2 {
    flex-wrap: wrap;
}

.file_wrap2 {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.file_wrap2.t3 {
    flex: 1;
}

.file_wrap2.t3 p {
    height: 36px;
    width: 70%;
    border: 1px solid #ced4da;
    border-radius: 5px;
    align-content: center;
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
}

.file_wrap2.t3 .file_btn {
    height: 35px;
    width: 80px;
    align-content: center;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
}

.file_wrap2.t3 p {
    max-width: 450px;
    flex: 1;
    line-height: 35px;
    padding: 0 10px;
}

.blind {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.raf_sign {
    margin-top: 30px;
}

.raf_sign .sign_wrap {
    width: 170px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: #ff0000;
    color: #fff;
    margin-left: auto;
    border-radius: 5px;
}

.raf_sign .sign_wrap strong {
    font-size: 18px;
    font-weight: 600;
}

.raf_sign .sign_wrap span {
    font-size: 13px;
}

.raf_txt {
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
    font-family: var(--font_rokaf);
    word-break: keep-all;
}

.mp_app_status2 {
    min-width: 690px;
}

.mp_app_status2 .tb_btn_wrap .btn {
    width: auto;
}

.sub_cont_tit {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 30px;
    background-repeat: no-repeat;
}

.sub_cont_tit.t2 {
    background-image: url(../img/ico_sub_tit02.png);
    background-position: top left;
}

.sub_cont_tit.t3 {
    background-image: url(../img/ico_sub_tit03.png);
    background-position: top left;
}

.top_tit_cont2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pagetitle_s {
    font-size:20px; display:block;
}
/*process*/
.acco_wrap {
    display: block;
    width: 100%;
}

.acco_wrap.reissue .acco_head a {
    text-decoration: none !important;
}

.acco_wrap.reissue .acco_head {
    position: relative;
    width: 100%;
    background: #345563;
    padding: 20px;
    text-align: center;
    display: block;
}

.acco_wrap.reissue .acco_head:focus {
    outline-offset: 2px;
}

.acco_wrap.reissue .acco_head::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/ico_arrow_grey.png)no-repeat center;
    transition: .3s;
}

.acco_wrap.reissue .acco_head.active::after {
    transform: translateY(-50%) rotate(180deg);
}

.acco_wrap.reissue .acco_head span {
    color: #fff;
    font-size: 20px;
}

.acco_wrap.reissue .acco_body {
    display: block;
}


.reissue_obj {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 70px 50px;
    border: 1px solid #C6C6C6;
    gap: 30px;
    
}

.reissue_obj::after {
    content: '';
    position: absolute;
    width: 2px;
    height: calc(100% - 140px);
    background: url(../img/dashed_y.png)repeat-y center;
    box-sizing: border-box;
    overflow: hidden;
    left: 50%;
    top: 70px;
    transform: translateX(-50%);
}

.reissue_obj>p {
    position: absolute;
    right: 50px;
    top: 20px;
    text-align: right;
    font-size: 14px;
    color: #555;
}

.reissue_obj>div {
    position: relative;
    max-width: 407px;
    width: 100%;
    text-align: center;
}

.reissue_obj .tit {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #345563;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    margin-bottom: 20px;
}

.reissue_obj .tit span {
    position: relative;
    line-height:23px;
}

.reissue_obj .tit span::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 28px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
}


.reissue_obj .tit span b {
    font-weight: bold;
}

.reissue_obj .item_wrap {
    position: relative;
    padding: 0 10px;
}

.reissue_obj .item_wrap::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    background: #C6C6C6;
    z-index: -1;
}

.reissue_obj .item_wrap .item {
    width: 100%;
    min-height: 60px;
    padding: 14px 0;
    border-radius: 10px;
    background: #EAEDE9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px !important;
    word-break: keep-all;
}

.reissue_obj .item_wrap .item:last-child {
    margin-bottom: 0;
}

.reissue_obj .item_wrap .item.txt {
    display: block;
}

.reissue_obj .item_wrap .item.txt span {
    display: block;
    font-size: 12px;
    color: #3d3d3d;
    padding-top: 5px;
}

.acco_wrap .info_box {
    width: 100%;
    padding: 40px 30px;
    font-size: 14px;
    color: #3d3d3d;
    background: #F8F8F8;
}
.acco_wrap .info_box a{color:#000000;}
.acco_wrap.reissue .info_box ul {
    margin-bottom: 40px;
}

.acco_wrap.reissue .info_box ul li {
    line-height: 1.5;
}

.acco_wrap.reissue .info_box>p {
    padding-top: 40px;
    border-top: 1px solid #C6C6C6;
}

.acco_wrap.reissue .info_box b {
    font-weight: bold;
}

.reissue_obj .left::after {
    display: none;
    content: '';
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
    background: url(./img/dashed_x.png) repeat-x center;
}

.top_tit_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lang_btn_wrap {
    display: flex;
    align-items: center;
    border-radius: 30px;
    border: 1px solid #C6C6C6;
}

.lang_btn_wrap a {
    padding: 2px 16px;
    border-radius: 30px;
    font-size: 13px;
    height:35px;
    line-height:20px;
}

.lang_btn_wrap a.on {
    color: #fff;
    background: var(--deep_green);
}

.txt_box {
    padding: 30px;
    background: #EAEDE9;
}

.txt_box strong {
    display: block;
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: bold;
}

.txt_box p {
    font-size: 15px;
    color: #4D4D4D;
}
.lang_btn_wrap { display: flex; align-items: center; border-radius: 30px; border: 1px solid #C6C6C6; } 

.lang_btn_wrap a { padding: 7px 16px; border-radius: 30px; font-size: 14px; } 

.lang_btn_wrap a.on { color: #fff; background:#415d6b; } 

.txt_box .btn_wrap { margin-top: 20px; } 

.txt_box .btn_wrap .btn {display: inline-block;padding: 7px 24px;background: #345563;border-radius: 5px;color: #fff;font-size: 13px;} 

.tab_wrap ul{padding:0; margin:0;}
.tab_wrap .tab_btns { position: relative; top: 1px; display: flex; align-items: center; } 

.tab_wrap .tab_btns.n3 li { width: 33.3333%; } 

.tab_wrap .tab_btns button { max-width: 135px; color: #717171; border-radius: 5px 5px 0 0 !important; border: 1px solid #C6C6C6 !important; background: #D8D8D8; border-bottom: 1px solid #415d6b !important; text-align:center; line-height: 2.5rem; padding:3px 8px;} 
.tab_wrap .tab_btns button:focus{border:none !important;}
.tab_wrap .tab_btns button:active{border:none !important;}
.tab_wrap .tab_btns button a { width: 100%; text-align: center; padding: 13px 0; line-height: 2.5rem; white-space: nowrap; } 

.tab_wrap .tab_btns button.active { background: #fff; border: 1px solid #415d6b !important; font-weight: bold; border-bottom: 1px solid #fff !important; color: #222222; } 

.tab_wrap .tab_con { border: 1px solid #415d6b; border-radius: 0 5px 5px 5px; padding: 25px; } 

.input { width: auto; height: 40px; border-radius: 5px; border: 1px solid #717171; padding: 0 10px; box-sizing: border-box; } 
.num_wrap { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; } 

.num_wrap .bar { width: 12px; height: 2px; background: #7B7B7B; } 

.tab_num_wrap { row-gap: 10px; } 

.tab_num_wrap .num_wrap .input { max-width: 140px; width: 100%; } 

.tab_num_wrap { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; } 

.tab_wrap .btn { display: inline-block; min-width: 83px; padding: 12px 18px; line-height: 1; font-size: 16px; border-radius: 5px; color: #fff !important; background: #415d6b; margin-left: auto; white-space: nowrap; text-align: center;margin-left:8px; } 

.scan_wrap { display: flex; align-items: center; justify-content: space-between; } 

.scan_wrap .left { display: flex; align-items: center; gap: 15px; } 

.scan_wrap .img { max-width: 50px; } 

.barcode_wrap { display: flex; justify-content: center; font-family: var(--font_rokaf); padding: 20px 0 0 0; } 

.barcode_wrap .left { width: 240px; height: 460px; } 

.barcode_wrap .right { position: relative; margin-top: 20px; width: 557px; } 

.barcode_wrap ul li { position: relative; display: flex; align-items: center; gap: 10px; width: 100%; margin-bottom: 49px; padding: 9px; border-radius: 100px; background: var(--bg_blue); font-size: 14px; } 

.barcode_wrap ul li::after { content: ''; position: absolute; left: 50%; top: calc(100% + 13px); transform: translateX(-50%); width: 23px; height: 23px; background: url(./img/acco_arrow.svg); } 

.barcode_wrap ul li:last-child:after { display: none; } 

.barcode_wrap .num { width: 37px; height: 37px; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; line-height: 1; background: #DC554E; } 

.barcode_wrap ul li .desc { flex: 1; display: flex; align-items: center; gap: 17px; } 

.bt_btn_wrap.barcode { position: relative; margin: 0; bottom: 24px; } 

#barcode_info .pop_box { width: calc(100% - 40px); } 

#barcode_info .cont_body { padding-bottom: 0; } 
.cont_head{font-size:1.25rem !important; padding:15px; background:#A76539 !important; color:#fff;}
.acco_wrap.barcode .acco_head{position: relative; display: flex; align-items: center; padding: 18px 50px 18px 20px; background: #F5F5F5; border-bottom: 1px solid #D9D9D9;  line-height: 1;width:100%; text-align:left;}
.acco_wrap.barcode .acco_head::after{content: ''; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); width: 24px; height: 24px; background: url(../img/ico_arrow_grey.png)no-repeat center; transition: .3s;}
.acco_wrap.barcode .acco_head.active::after{transform: translateY(-50%) rotate(180deg);}
.acco_wrap.barcode .acco_head .num{width: 24px; height: 24px; border-radius: 50%; color: #fff; background: #cd6d7b; text-align: center; align-content: center; margin-right: 10px; flex: 0 0 auto;}
.acco_wrap.barcode .acco_body{padding: 15px; border-bottom: 1px solid #D9D9D9; text-align: center;}
.acco_wrap.barcode .acco_body p{font-size: 14px; color: #000;}
.acco_wrap.barcode .img_wrap{display: flex; align-items: center; justify-content: center; gap: 15px;}
.acco_wrap.barcode .img_wrap .left{position: relative;}
.acco_wrap.barcode .img_wrap .left p{max-width: 340px; word-break: keep-all; text-align: left; color: #4B4B4B; font-size: 13px; margin-left: -55px; margin-top: 10px;}


.info_box.view{display:block;}
.info_box {
    display: none;
}
.info_box p{margin:2px !important; padding:0 !important;}
.info_box p.red{color:#ff0000;}
.radio_td label{margin-bottom:0 !important;}
.title_line{ font-weight:bold;}
.responsive-table-type1 tr.adressSection{display:none}
.acco_wrap.barcode .acco_body p.mt10{margin-top:10px;}
/* 반응형 스타일 */
@media (max-width: 768px) {
.onlyAlphabetAndNumber.w-50{width:100% !important;}
.form-group.text-center.w-50{width:100% !important;}
.sub-fields.active {
    display: block;

}
    .responsive-table-type1 td.align_c {
    text-align: left;}
    .responsive-table-type1 td {
    text-align: left !important;}
    .acco_body img {
        width: 100%;
        height: auto;
        max-width: 600px; 
        display: block ;    
        margin: 0 auto;    
    }
    .acco_wrap.barcode .acco_head{
        font-size:1rem;
        line-height:1.3rem;

    }
    .postnum_wrap{display:block;}
    .inp_wrap .form-control-s {
        width: 80px;
    }
    .responsive-table-type1{margin-top:10px;width: 100%;}
    .responsive-table-type1 colgroup {
        display: none;
    }

    .responsive-table-type1 td,
    th.align-C {
        text-align: left;
    }

    .responsive-table-type1 table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }
    .responsive-table-type1 tr{display:block; width:100%;}
    .file_wrap2.t3 p {
        display: block;
        width: 200px;
    }

    .responsive-table-type1 thead {
        display: none;
    }

    .responsive-table-type1.head_view thead {
        display: block;
    }

    .responsive-table-type1.head_view thead tr {
        margin-bottom: 0;
        border: none;
        padding: 0;

    }
    .responsive-table-type1 .text-center{
        text-align:left !important;
    }
    .m-block{
        display:block;
    }
    .responsive-table-type1.head_view td {
        padding-left: 10px !important;
        border: none;
        display: block;
        border-bottom: 1px solid #ddd;
    }

    .responsive-table-type1.head_view td::before {
        content: none;
        position: relative;
        padding-left: 1px !important;
        width: 0;
        display: none !important;

    }

    .responsive-table-type1.head_view-T {
        width: 100% !important;
        border: 1px solid #ddd;
    }

    .responsive-table-type1.head_view-T tr {
        margin-bottom: 0;
        border: none;
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #ddd;
    }

    .responsive-table-type1.head_view-T th {
        padding-left: 10px !important;
        border: none;
        display: table-cell;
        width: 70px;
    }

    .responsive-table-type1.head_view-T td {
        padding-left: 10px !important;
        border: none;
        display: table-cell;
    }

    .responsive-table-type1.head_view-T td::before {
        content: none;
        position: relative;
        padding-left: 1px !important;
        width: 0;
        display: none !important;

    }

    .responsive-table-type1 tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        padding: 0;
        background-color: #fff;
    }

    .responsive-table-type1 td {
        position: relative;
        padding-left: 120px !important;
        border: none;
        border-bottom: 1px solid #eee;
        min-height:40px;
        line-height:2rem;
    }

    .responsive-table-type1 td::before {
        content: attr(data-label);
        position: absolute;
        left: 1px;
        top: 1px;
        font-weight: bold;
        white-space: nowrap;
        width: 110px;
        display: inline-block;
        padding: 5px 8px;
    }

    .none-box {
        display: none;
    }

    .visual_box {
        display: block !important;
    }

    td.none-box::before {
        display: none;
    }

    .status-cell {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: none;
        gap: 5px;
    }
  .status-cell span{width:50%;}
 
    .info_change_obj .box .box_tit {
        width: calc(100% - 30px);
        max-width: 300px;
    }

    .info_change_obj .mb_obj>div {
        width: 50%;
        max-width: 130px;
    }

    .info_change_obj .mb_obj .item {
        width: 100%;
    }

    .table.qr_info .tr .th {
        width: 105px;
    }

    table.qr_info td .flex {
        flex-direction: column;
        justify-content: start;
        align-items: flex-start;
        gap: 5px;
    }

    table.qr_info td span {
        font-size: 11px;
    }

    table.qr_info .inp_wrap.t1 {
        width: 100%;
    }

    .file_wrap .file-preview {
        padding-left: 0;
    }

    .file_wrap .flex_center {
        flex-wrap: wrap;
    }

    .file_wrap .upload-name {
        flex: auto;
        font-size: 13px;
    }

    .pc_show {
        display: none;
    }

    .pop_content {
        padding: 15px;
    }

    .pop_content .tb_wrap .pop_tb .tit {
        width: 136px;
    }

    .pop_content .tb_wrap .pop_tb .desc {
        width: calc(100% - 136px);
    }

    .acco_wrap.reissue .acco_head {
        padding-right: 40px;
    }

    .acco_wrap.reissue .acco_head span {
        font-size: 16px;
    }

    .acco_wrap.reissue .acco_head::after {
        width: 20px;
        height: 20px;
        background-size: contain;
    }

    .reissue_obj {
        flex-direction: column;
        align-items: center;
        gap: 70px;
        padding: 70px 20px 40px 20px;
    }

    .reissue_obj::after {
        display: none;
    }

    .reissue_obj>p {
        right: 20px;
        font-size: 12px;
    }

    .reissue_obj .left::after {
        display: block;
    }

    .reissue_obj .tit span {
        padding-left: 0;
        font-size: 14px;
    }

    .reissue_obj .tit {
        height: 45px;
        margin-bottom: 15px;
    }

    .reissue_obj .tit span::before {
        display: none;
    }

    .reissue_obj .item_wrap .item {
        font-size: 13px;
        min-height: 45px;
    }

    .reissue_obj .item_wrap .item.txt span {
        font-size: 11px;
    }

    .acco_wrap.reissue .info_box {
        padding: 40px 20px;
        font-size: 12px;
    }

    .tab_num_wrap .num_wrap .input {
        width: calc(50% - 20px);
        max-width: 120px;
    }

    .tab_wrap .tab_con {
        padding: 25px 20px;
    }

    .tab_num_wrap .btn {
        margin: 0 auto;
    }

    .scan_wrap {
        flex-direction: column;
        row-gap: 20px;
    }

    .scan_wrap .img {
        max-width: 100%;
    }

    .top_tit_cont {
        flex-direction: column;
        align-items: start;
        row-gap: 30px;
    }
    
    .txt_box {
        padding: 30px 20px;
    }

    .txt_box strong {
        font-size: 16px;
    }

    .txt_box p {
        font-size: 14px;
    }

    .txt_box .btn_wrap {
        margin-top: 10px;
    }

}


/* 600px 이하일 때 */
@media (max-width: 600px) {
    .form-control-01 {
        width: 140px;
    }

    .tit_s {
        padding-right: 10px;
    }

    .password-container {
        padding: 2rem 1rem;
    }
    
}
@media (min-width: 768px) {
    .container{max-width:960px !important}
    

}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width: 1140px !important;
    }
}