/* ============================================================== */
/* [추가]| 2024-08-19 | 송품장관리 */
/* ============================================================== */

.g-container, .g-content{font-family:'Pretendard'; font-weight: 400; font-size: 16px;}
.g-content input[type="text"], .g-content input[type="number"], .g-content select {width: 100%; height: 50px; border: 1px solid #ddd; outline: none; padding: 0 20px; box-sizing: border-box; font-family:'Pretendard'; font-weight: 400; font-size: 16px;}
.g-content .flex-end {display: flex; justify-content: flex-end;}
input[type="checkbox"] {display:none;}
label{-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
legend {display: none;}
button {font-family: 'Pretendard';}
ul, span {letter-spacing: 0.1px;} 

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-family:'Pretendard'; font-weight: 400;}

/* container */
.g-container {display: flex; justify-content: center; width: 100%; height: 100%;}

/* content */
.g-content {position: relative; width: 100%; max-width: 1400px; margin: auto 0; padding: 40px 0 120px 0;}

/* title */
h2.g-title {text-align: center; padding-bottom: 50px; font-size: 40px; font-weight: 600;}
h3.g-title {text-align: left; padding-bottom: 20px; font-size: 30px; font-weight: 700;}

.g-title.text-w {color: #fff;}

/* 소제목 */
.subheading {position: relative; font-weight: 500; color: #6A6D71; padding-left: 20px; margin-bottom: 12px;}
.subheading.dot::before {content: ''; position: absolute; left: 10px; top: 50%; transform: translateY(-50%); display: inline-block; width: 5px; height: 5px; background-color: #6A6D71; border-radius: 50px;}

/* searchBox */
.g-search-box { position: relative; padding:40px; margin-bottom: 60px; border: 2px solid #E8E8E8; border-radius: 15px;}
.g-search-box ul {display: flex; flex-wrap: wrap; width: 100%; column-gap: 18px; row-gap: 30px;}
.g-search-box ul li {width: 315px;}
.g-search-box ul li label {display:flex; flex-direction: column; color: #333; gap:12px;}

/* searchBox  g-calendar */
.g-search-box ul li label .g-calendar, .g-search-box ul li label input, .g-search-box ul li label select {height: 50px; padding: 0 20px; border: 1px solid #ddd; border-radius: 4px;}
.g-search-box ul li label .g-calendar > div {width: calc(100% - 20px);}
.g-search-box ul li label .g-calendar input {width: calc(50% - 33px); height:100%; border: none; padding: 0;}
.g-search-box ul li label .g-calendar > #endDate {padding-right: 20px;}

.g-search-box ul li label .g-calendar, .g-search-box ul li label .g-select-wrapper {display: flex; justify-content: space-between; align-items: center;}

/* select 열릴 때 아이콘 효과 */
.g-select-wrapper {position: relative; display:inline-block;}
.g-select-wrapper select {width: 100%;}
.g-select-wrapper::after {content: ''; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); width: 16px; height: 16px; background-image: url('/contents/images/distribute/exceptCarryReg/ic_arrow.png'); background-size: contain; background-repeat: no-repeat;}
.g-select-wrapper.open::after {transform: translateY(-50%) rotate(180deg);transition: all 0.3s ease-out;}

.g-search-box button {position: absolute; bottom: 40px; right: 40px; display:flex; justify-content: center; align-items: center; gap:15px; width: 120px; height: 50px; background-color: #1C1F22; color: #fff; font-size: 18px; font-weight: 600; border-radius: 90px;}

/* table count */
.g-text-cnt {margin-bottom: 20px; font-size:18px; color: #777;}/* 0건일 경우 count */
/* 조회 건이 발생한 경우 text 색상 */
.g-text-cnt > span.cnt {color: #1650FE; font-weight: 600; padding-right: 2px;}

/* table */
.g-table-wrap {min-height: 400px; max-height: 1400px; overflow-x: auto; overflow-y: auto; box-sizing: border-box; border-bottom: 1px solid #ccc; -webkit-overflow-scrolling: touch;}
.g-table-wrap table {position: relative; width: 100%; min-width: 1080px; table-layout: fixed; box-sizing: border-box;}
.g-table-wrap thead {position: sticky; top: 0; z-index: 1;}
.g-table-wrap thead tr {height: 60px; background: #F9F9F9; font-size: 15px; font-weight: 700; color: #282D34;}
.g-table-wrap thead tr th {box-shadow: 0 1px 0 #ccc inset;}
.g-table-wrap thead tr:first-child th:first-child {width: 70px;}

/* 두번째 줄이 포함된 테이블 */
.g-table-wrap table.list tr {height: 30px;}

.g-table-wrap tbody td {height: 60px; border-bottom: 1px solid #eee; text-align: center; padding: 0 10px; box-sizing: border-box;}
.g-table-wrap tbody td:first-child {border-right: 1px solid #eee;}
.g-table-wrap tbody tr:last-child td {border-bottom: none;}

/* 상장예외품목 반입신고 table */
.g-table-wrap.order tbody td {font-size: 15px; border-right: 1px solid #eee;}
.g-table-wrap.order tbody td:last-child {position: relative; z-index: 5; border-right:none;}
.g-table-wrap.order tbody td:nth-child(7), .g-table-wrap.order tbody td:nth-child(7) {padding: 0 25px; text-align: right;}
.g-table-wrap.order tbody td > button {width: 80px; height: 40px; font-size: 16px; font-weight: 500; background-color: #fff; border-radius: 4px; border: 1px solid #959595;}

/* table scllor */
.g-table-wrap::-webkit-scrollbar {width: 3px; height: 5px;}
.g-table-wrap::-webkit-scrollbar-thumb {background: #ddd; /* 핸들 색상 */ border-radius: 10px; /* 둥근 모서리 */}

/* button */
/*button {display:flex;}*/
.g-button-wrap {position: relative; display:flex; justify-content: center; column-gap:20px; padding-top: 60px;}
.g-button-wrap > button {display:flex; justify-content: center; align-items: center; width: 200px; height:60px; border-radius: 4px; font-size: 18px;}
.btn-w {background-color: #fff; color: #000; font-weight: 500; border: 1px solid #959595; font-family: 'pretendard';}
.btn-g {background-color: #00864A; color: #fff; font-weight: 700; font-family: 'pretendard';}
.btn-delete, .btn-login {background-color: transparent; font-size: 16px; font-weight: 600;}
.btn-delete {margin-top: 10px;}

.flex-end .btn-login {position: absolute; top: 0; gap: 13px;}
/* input radio */
/* 기본 라디오 버튼 숨기기 */
.custom-radio input[type="radio"] {position: absolute; opacity: 0; cursor: pointer;}
/* 커스텀 라디오 스타일 */
.custom-radio .checkmark {background: #fff; position: relative; display: inline-block; height: 24px; width: 24px; border: 1px solid #bbb; vertical-align: middle;}
/* 선택된 라디오 버튼에 이미지 표시 */
.custom-radio input[type="radio"]:checked + .checkmark::after {content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 24px; height: 24px; background-image: url('/contents/images/distribute/exceptCarryReg/ic_checked.svg'); background-size: contain; background-repeat: no-repeat;
}
 
/* input checkbox */
input[type="checkbox"] + label {display: inline-block; width: 24px; height: 24px; vertical-align: middle; border:1px solid #bbb; border-radius: 2px; cursor: pointer; user-select: none;}
/* 선택된 체크박스에 이미지 표시 */
input[type="checkbox"]:checked + label {background-image: url('/contents/images/distribute/exceptCarryReg/ic_checked.svg'); background-size: contain; background-repeat: no-repeat;}

/* banner */
.g-banner {position: absolute; top: 0; display: block; width: 100%; height: 422px; z-index: -1;}
  
/* login-wrap */
.g-login-wrap {display: flex; flex-direction: column; align-items: center; width: 440px; height: 590px; padding: 50px 40px; margin: 0 auto; border-radius: 15px; background-color: #fff; box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.05);}
.g-login-wrap img {width: 70px; height: 70px;}
.g-login-wrap h3 {font-size: 24px; font-weight: 700; margin-top: 25px;}

/* login-wrap input-box */
.g-login-wrap .login-input {display: flex; flex-direction: column; width: 100%; padding: 40px 0; margin-top: 40px; gap: 20px; border-top: 1px dashed #ddd;}
.g-login-wrap label {display: flex; flex-direction: column; gap: 12px;}
.g-login-wrap label > input::placeholder {color: #B1B7C0;}

/* login-button */
.g-login-wrap .btn-g {display: block; width: 100%; height: 50px; font-size: 18px; font-weight: 700;}

/* icon */
.ico-calendar {background: url(/contents/images/distribute/exceptCarryReg/ic_calendar.png); background-size: 24px 24px; width: 24px; height: 24px;}
.ico-arrow-right {background: url(/contents/images/distribute/exceptCarryReg/ic_arrow_right.svg); background-size: 16px 16px;}
.ico-arrow-left {background: url(/contents/images/distribute/exceptCarryReg/ic_arrow_left.svg); background-size: 16px 16px;}
.ico-pencil {background: url(/contents/images/distribute/exceptCarryReg/ic_pencil.svg); background-size: 20px 20px;}
.ico-chk {background: url(/contents/images/distribute/exceptCarryReg/ic_check_g.svg);  background-size: 18px 18px;}
.ico-caption {background: url(/contents/images/distribute/exceptCarryReg/ic_caption.svg);  background-size: 16px 16px;}
.ico-file {background: url(/contents/images/distribute/exceptCarryReg/ic_file.svg); background-size: 20px 20px;}
.ico-caution {background: url(/contents/images/distribute/exceptCarryReg/ic_caution.svg); background-size: 24px 24px;}
.ico-preview {background: url(/contents/images/distribute/exceptCarryReg/ic_preview.svg); background-size: 20px 20px;}
/* 아이콘 반복 방지 */
.g-container i {background-repeat: no-repeat;}

/* no-data */
.g-no-data {position: absolute; top: 50%; left: 50%; transform: translate(-50%, 155%); display: flex; flex-direction: column; align-items: center;gap: 24px;}
.g-no-data > img {width: 70px; height: 70px;}
.g-no-data > span {font-size: 20px; color: #777;}

/* step-wrap */
.g-step-wrap {display: flex; justify-content: center; height: 70px; margin-top: 20px; background-color: #F8F8F8; border-radius: 15px;}
.g-step-wrap ul {display: flex; gap: 180px;}
.g-step-wrap ul li {position: relative; display: flex; justify-content: center; align-items: center; color: #878C94; gap: 15px;}
.g-step-wrap ul li::before {content: ''; position: absolute; right: -140px; display: block; height: 20px; width: 100px; background-size: contain; background-image: url('/contents/images/distribute/exceptCarryReg/ic_arrow_g.svg'); background-repeat: no-repeat;}
.g-step-wrap ul li:last-child::before {display: none;}
.g-step-wrap ul li > span {display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; color: #999; border-radius: 50px; border: 1.5px solid #ccc;}

/* step active */
.g-step-wrap ul li.active {color: #1C1F22; font-weight: 600;}
.g-step-wrap ul li.active::before {background-image: url('/contents/images/distribute/exceptCarryReg/ic_arrow_blue.svg');}
.g-step-wrap ul li.active span {font-weight: 700; background-color: #1650FE; border: none; color: #fff;}

/* step-clear */
.g-step-wrap ul li.clear {position: relative;}
.g-step-wrap ul li.clear span {border: none; color: transparent;}
.g-step-wrap ul li.clear span::after {content: ''; position: absolute; left: 0; display: block; height: 30px; width: 30px; background-size: contain; background-image: url('/contents/images/distribute/exceptCarryReg/ic_check_blue.svg'); background-repeat: no-repeat;}

/* g-order-wrap */
.g-order-wrap {padding: 40px 0;}

.g-order-wrap h4 {font-size: 22px; font-weight: 700; color: #323538;}
.g-order-wrap h5 {font-size: 18px; font-weight: 600; color: #323538; margin-bottom: 24px;}

.g-order-wrap .g-order-content {margin-top: 20px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.g-order-wrap .g-order-content > div:not(:last-child) {border-bottom: 1px solid #eee;}
.g-order-wrap .g-input-box {padding: 20px 40px;}

/* 상장예외품목 반입신고 아이콘 */
.g-order-wrap .g-input-box > h5 i {display: inline-block; vertical-align:middle; width: 20px; height: 20px; margin-right: 8px;}

.g-order-wrap .g-input-box ul {display: flex; flex-wrap: wrap; column-gap: 84px; row-gap: 20px;}
.g-order-wrap .g-input-box ul li {height: 50px;}

/* 상장예외품목 반입신고 기본 정보 input 크기 */
.g-order-wrap.default .g-input-box ul li:nth-child(1), .g-order-wrap.default .g-input-box ul li:nth-child(4) {width: 394px;}
.g-order-wrap.default .g-input-box ul li:nth-child(2), .g-order-wrap.default .g-input-box ul li:nth-child(5) {width: 312px;}
.g-order-wrap.default .g-input-box ul li:nth-child(3), .g-order-wrap.default .g-input-box ul li:nth-child(6) {width: 446px;}

.g-order-wrap .g-input-box ul li label {display: flex; justify-content: space-between; align-items: center; gap: 30px; width: 100%; height: 100%; color: #878C94;}
.g-order-wrap .g-input-box ul li label > div {display: flex; justify-content: flex-end; width: 100%; height: 100%;}

.g-order-wrap .g-input-box ul li .inp-wrap {align-items: center; gap: 8px; width: 100%;}
.g-order-wrap .g-input-box ul li .inp-wrap input {width: 200px;}

.g-order-wrap .g-input-box ul li label span, .g-trans-chk span {color: #878C94; flex-shrink: 0;}
.g-order-wrap .g-input-box ul li label input .g-order-wrap .g-input-box ul li label select{flex-grow: 1; min-width: 0;}
.g-order-wrap .g-input-box ul li label button {text-align: center; width: 100px; height: 100%; font-size: 16px; font-weight: 600; color: #fff; background:  #1C1F22; border-radius: 4px;}

/* g trans chk */
.g-trans-chk {display: flex; padding: 28px 40px; gap: 70px;}
.g-trans-chk ul {display: flex; align-items: center; width: 100%; gap: 70px; color: #878C94; gap: 20px;}
.g-trans-chk ul input[type="checkbox"] + label {margin-right: 12px;}
.g-trans-chk ul li {display: flex; gap: 60px;}
.g-trans-chk ul li > div {display: flex; align-items: center;}

/* 품목 정보 입력 */
.g-order-wrap.sec .g-order-content {margin-bottom: 40px;}
.g-order-wrap.sec .g-input-box {position: relative; padding: 30px 40px;}
.g-order-wrap.sec ul {column-gap: 60px;}
.g-order-wrap.sec ul li {width: 285px;}
.g-order-wrap.sec ul li label > div, .g-order-wrap.sec ul li label input {width: 200px;}
/* .g-order-wrap.sec ul li label input, .g-order-wrap.sec ul li label select {width: 200px;} */

/* 품목 추가 버튼 */
.g-order-wrap.sec .button-add {position: absolute; bottom: 40px; right: 40px;}
.g-order-wrap.sec .button-add button {position: relative; display: flex; justify-content: flex-end; align-items: center; width: 92px; height: 24px; color: #00864A; font-weight: 600; background-color: transparent;}
.g-order-wrap.sec .button-add button::before {content: ''; position: absolute; left: 0; display: inline-block; height: 100%; width: 100%; background-image: url('/contents/images/distribute/exceptCarryReg/btn_add.svg'); background-repeat: no-repeat; background-size: contain;}


/* 기타 정보 입력 */
.g-order-cost-content {display: flex; flex-wrap: wrap; justify-content: space-between; padding-top: 30px;}
.g-order-cost-content > div {position: relative; display: flex; align-items: center; width: 680px; height: 441px; padding-left: 68px; box-sizing: border-box; background-color:  #f8f8f8; border-radius: 5px;}
.g-order-cost-content ul {position: absolute; top: 10px; right: 10px; display: flex; flex-direction: column; gap: 30px; width: 470px; height: calc(100% - 20px); padding: 25px; box-sizing: border-box; border-radius: 5px; background-color: #fff;}
.g-order-cost-content ul li {display: flex; justify-content: space-between; align-items: center; color: #878C94;}
.g-content .g-order-cost-content ul li input {width: 270px;}
.g-order-cost-content ul li input::placeholder{text-align: end;}

/* 송금내역 타이틀 */
.g-order-cost-content .remittance > span {font-size: 18px; color: #1650FE; font-weight: 700;}
.g-order-cost-content .Deducted > span {font-size: 18px; color: #F71574; font-weight: 700;}

/* 원 단위가 들어가는 input */
.g-order-cost-content .remittance ul li:first-child {position: relative;}
.g-order-cost-content .remittance ul li:first-child input {padding: 0 35px 0 20px;}
.g-order-cost-content .remittance ul li:first-child::before {content: "원"; position: absolute; right: 20px; top: 50%;transform: translateY(-50%); pointer-events: none; color: #B1B7C0;}

.g-order-cost-content .Deducted ul li:not(:last-child) {position: relative;}
.g-order-cost-content .Deducted ul li:not(:last-child) input {padding: 0 35px 0 20px;}
.g-order-cost-content .Deducted ul li:not(:last-child)::before {content: "원"; position: absolute; right: 20px; top: 50%;transform: translateY(-50%); pointer-events: none; color: #B1B7C0;}

/* 배송일자 */
.g-order-content.delivery ul {justify-content: space-between;}
.g-order-content.delivery ul li {width: 376px;}
.g-order-content.delivery input {flex-shrink: 1;} 
.g-order-content.delivery label {position: relative;} 
.g-order-content.delivery .ico-calendar {position: absolute; right: 20px; display: inline-block;}

/* 상장예외품목 반입신고 버튼 */
.bottom-button-wrap {display: flex; align-items: flex-start}
.bottom-button-wrap.second .g-button-wrap {padding: 0;}
button.button-step {position: relative; height: 60px; width: 140px; color: #1C1F22; border: 1px solid #959595; background-color: #fff; border-radius: 4px; color: #1C1F22;}
/* 제출하기 버튼 disabled */
button.disabled {background-color: #F0F0F0; color: #bbb;}

/* 상장예외품목 첫번째 페이지 버튼 */
.bottom-button-wrap.first {justify-content: space-between;}
.bottom-button-wrap  button {text-align: center; background-color: #fff; padding: 0; font-size: 18px;}
.bottom-button-wrap .cancel {color: #696E76; font-weight: 500;}
.bottom-button-wrap .cancel i {display: inline-block; width: 16px; height: 16px; margin-right: 8px;}

/* 이전 다음 버튼 */
.button-step i {width: 15px; height: 15px;}
.button-step.next i {position: absolute; top: 50%; right: 15px; display: inline-block; transform: translateY(-50%);}
.button-step.prev {position: absolute; left: 0;}
.button-step.prev i {position: absolute; top: 50%; left: 15px; display: inline-block; transform: translateY(-50%);}


/* 파일 input-wrap */
.g-order-wrap.file .g-input-box {position: relative; display: flex; align-items: center;justify-content: center;width: 100%;padding: 30px 20px;color: #878C94;}
.input-icon-wrap {position: relative;}
.input-icon-wrap i {display: inline-block; vertical-align: middle; width: 20px; height: 20px;}

/* 파일 input */
.g-order-wrap.file .input-icon-wrap {min-width: 520px;border: 1px solid #ccc;border-radius: 4px;color: #323538; /* 첨부된 파일명 텍스트 컬러 */}
.g-order-wrap.file .input-icon-wrap input[type="text"] {width: 100%; border: none; padding: 0 46px;}
.g-order-wrap.file .g-order-content {display: flex;align-items: center;flex-direction: column;}
 #file-name {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #323538;}
/* 파일 타이틀 */
.g-order-wrap.file .g-input-box > span {position: absolute; left: 40px; top: 50%; transform: translateY(-50%);}
.g-order-wrap.file .g-input-box .stress {padding-left: 6px; color: #F71574; text-align: start;}

/* 파일 버튼 */
.g-order-wrap.file .g-input-box > button {position: absolute; display: flex; height: 19px; right: 30px; top: 50%; transform: translateY(-70%); color: #696E76; font-weight: 600; font-size: 16px; background-color: transparent;}
.g-order-wrap.file .input-button-wrap {position: relative; display: flex; width: 100%; margin-top: 10px;gap: 16px;}

.g-order-wrap.file button.select {font-size: 16px; width: 120px; height: 50px; text-align: center; background-color: #fff; color: #1C1F22; border: none; border-radius: 4px; cursor: pointer; border: 1px solid #ccc;}
.g-order-wrap.file button.remove-file-btn {position: absolute; right: 20px; top: 50%; transform: translateY(-50%); height: 20px; width:20px; background: transparent;}

/* 파일 버튼 아이콘*/
.g-order-wrap.file .g-input-box > button i {display: inline-block; width: 20px; height: 20px; margin-right: 6px;}

/* 파일 input 아래 캡션 */
.g-order-wrap.file .caption {font-size: 0.875rem; color: #888; margin-top: 5px;}
.g-order-wrap.file .caption i {display: inline-block; vertical-align: middle; width: 20px; height: 20px;}

/* 파일 아이콘 */
i#file-icon {position: absolute; left: 20px; width: 20px; height: 20px; top: 50%; transform: translateY(-50%);}

/* 완료페이지 */
.g-done {display: flex; flex-direction: column; align-items: center;}
.g-done .msg {display: flex; flex-direction: column; align-items: center; font-size: 28px; line-height: 36px; font-weight: 600; text-align: center;}
.g-done .msg > img {width: 70px; height: 70px; padding-bottom: 24px;}

/* 완료 페이지 유의 사항 */
.g-done .sub-info {max-width: 800px; padding: 40px 50px; background: #F7F7F7; margin-top: 100px; border-radius: 15px;}
.g-done .sub-info > span {display: flex; align-items: center; margin-bottom: 20px; gap: 10px; color: #323538; font-size: 20px; font-weight: 700;}
.g-done .sub-info > span i {display: inline-block; width: 24px; height: 24px; background-size: 24px 24px;}
.g-done .sub-info ul {display: flex; flex-direction: column; gap: 8px;}
.g-done .sub-info ul li {position: relative; padding-left: 14px; font-size: 18px; font-weight: 300; color: #46484E; line-height: 24px;}
.g-done .sub-info ul li::before {content: ''; /* 디스크 추가 */ position: absolute; left: 0; top: 10px; width: 4px; height: 4px; background-color: #B1B7C0; border-radius: 50%; /* 원형으로 만들기 */}

/* ============================================================== */
/* 반응형 css */
/* ============================================================== */
@media (max-width: 1400px) {
  /* 레이아웃 */
  .g-order-wrap .g-title {padding: 0 20px;}
  .g-content {padding: 30px 0 80px;}
  .g-content .flex-end {margin: 0 20px;}
  .g-order-content {margin: 0 20px;}
  .g-search-box {margin: 0 20px 60px;}
  /* 테이블 */
  .g-table-wrap, .g-text-cnt {margin-left: 20px; margin-right: 20px;}
  
  /* 송품장 관리 */
  .g-order-wrap {padding: 30px 0;}
  .g-order-wrap .g-input-box ul li {width: 100%; height: auto;}
  .g-order-wrap .g-input-box ul li:nth-child(1) .inp-wrap, .g-order-wrap .g-input-box ul li:nth-child(4) input, .g-order-wrap .g-input-box ul li:nth-child(5) input,
  .g-order-wrap .g-input-box ul li:nth-child(3) input, .g-order-wrap .g-input-box ul li:nth-child(6) input, .g-input-box ul li select {height: 50px;}
  .g-order-wrap .g-input-box ul li .inp-wrap input {width: calc(100% - 88px);}
  .g-order-wrap ul span, .g-trans-chk span {font-size: 14px;}
  
  .g-search-box {padding-bottom: 120px;}
  .g-search-box ul li {width: calc(33.3333333% - 12px);}
  
  /* 상장예외품목 반입신고 상단 진행단계 */
  .g-step-wrap {padding: 0 20px; margin: 0 20px;}
  .g-order-wrap .g-input-box, .g-trans-chk {flex-direction: column; gap: 16px; padding: 20px 0;}
  
  /* 상장예외품목 반입신고 기본 정보 입력 */ 
  .g-order-wrap.default .g-input-box ul li:nth-child(1), .g-order-wrap.default .g-input-box ul li:nth-child(4),
  .g-order-wrap.default .g-input-box ul li:nth-child(2), .g-order-wrap.default .g-input-box ul li:nth-child(5),
  .g-order-wrap.default .g-input-box ul li:nth-child(3), .g-order-wrap.default .g-input-box ul li:nth-child(6){width: calc(50% - 50px);}
  
  /* 상장예외품목 반입신고 파일 업로드 */ 
  .g-order-wrap.file .input-icon-wrap {min-width: auto !important; width: 100%;}
  .g-order-wrap.file .g-input-box > span {position: static !important;}
  .g-order-wrap.file .g-input-box {align-items: flex-start !important;}

  .g-order-wrap.sec ul li label > div, .g-order-wrap.sec ul li label input {width: 100%;}
  .g-order-wrap.sec .g-input-box {display: flex; align-items: center; padding: 20px 0;}
  .g-order-wrap.sec .button-add {position: static;}
  
  /* 상장예외품목 반입신고 기타 정보 입력 송금및 차감내역 */ 
  .g-order-cost-content {padding: 0 20px;}
  .g-order-cost-content > div {flex-direction: column; align-items: flex-start; height: fit-content; width: 100%; padding: 0; background: transparent;}
  .g-order-cost-content > div > span {display: flex; align-items: center; justify-content: center; width: 100%; height: 50px; background: #F8F8F8; margin: 20px 0;}
  .g-order-cost-content ul {flex-wrap: wrap; width: 100%; position: static; padding: 0; gap: 20px;}
  .g-order-cost-content ul li {width: 100%; flex-direction: column; align-items: flex-start; gap: 8px;}
  .g-content .g-order-cost-content ul li input {width: 100%;}
  .g-order-cost-content .remittance ul li:first-child::before, .g-order-cost-content .Deducted ul li:not(:last-child)::before {top: 70%;}
  .g-order-cost-content .remittance > span, .g-order-cost-content .Deducted  span {font-size: 16px;}
  
  /* 상장예외품목 반입신고 기타 정보 입력 배송 정보 입력 */ 
  .g-order-content.delivery {margin: 20px 0 0 0; border-top: 8px solid #F5F5F5; border-bottom: 0;}
  .g-order-content.delivery .g-input-box {padding: 20px;}
  .g-order-content.delivery .g-input-box:last-child {padding-bottom: 0;}
  .g-order-wrap .g-input-box ul {justify-content: space-between; row-gap: 15px;}
  .g-order-wrap .g-input-box ul li label {gap: 8px; align-items: flex-start; flex-direction: column; font-size: 15px;}
  
  .g-order-content.delivery input {height: 50px;}
  .g-order-content.delivery .ico-calendar {top: 50%}
  
  /* 버튼 */
  .g-button-wrap {column-gap: 20px; padding: 40px 20px 0;}
    
  /* 상장예외품목 반입신고 첨부파일 관리 */
  .g-order-wrap.file .file-box {width: calc(100% - 140px);}
  .g-order-wrap.file .g-input-box {padding: 20px 0 37px; gap: 8px;}
	
  /* 상장예외품목 반입신고 정보입력 페이지 하단 버튼 */	
  .bottom-button-wrap.first {padding: 0 20px;}

  /* 상장예외품목 반입신고 이전 다음 버튼 */	
  .button-step {width: 120px;}
  .button-step.prev {left: 20px;}
}

@media (max-width: 1080px) {
	/* 상장예외품목 반입신고 기본 정보 입력 */
	.g-order-wrap.default .g-input-box ul li:nth-child(1), .g-order-wrap.default .g-input-box ul li:nth-child(4),
  	.g-order-wrap.default .g-input-box ul li:nth-child(2), .g-order-wrap.default .g-input-box ul li:nth-child(5),
  	.g-order-wrap.default .g-input-box ul li:nth-child(3), .g-order-wrap.default .g-input-box ul li:nth-child(6) {width: 100%; height: auto;}
}

@media (max-width: 992px) {
	/* 레이아웃 */
	.g-content input[type="text"], .g-content input[type="number"], .g-content select {font-size: 14px; padding: 0 15px; border-radius: 4px;}
	
	/* 타이틀 */
	h2.g-title {font-size: 22px; text-align: left; padding: 0 20px 20px 20px;}
	h2.g-title.text-w, .g-banner {display:none;} /* 로그인 타이틀과 배너 */
	.subheading {font-size: 14px; font-weight: 500; margin-left: 20px;}
	.subheading.dot::before {width: 3px; height: 3px;}
	
	/* 로그인 */
	.g-login-wrap {width: auto; height: auto; padding: 30px 20px; box-shadow: none; border: 0;}
	.g-login-wrap .login-input {border: 0; margin-top: 0;}
	
	/* 테이블 */
	.g-table-wrap table.list thead tr {height: 25px;}
	.g-table-wrap thead tr {height: 50px; font-size: 13px;}
	.g-table-wrap tbody td {height: 50px; font-size: 13px; font-weight: 400;}
	
	/* 송품장 관리 */
	.g-search-box {display: flex; flex-direction: column; align-items: center; padding: 20px 20px 30px 20px; margin: 0 20px 40px;}
	.g-search-box ul li {width:calc(50% - 18px);}
	.g-search-box ul li label {gap: 8px;}
	  
 	/* 송품장 관리 버튼 */	
 	.g-search-box button {position: static; margin-top: 30px; gap: 10px; font-size: 16px;}
 	 
	/* 송품장 관리 테이블 건수 텍스트 */
	.g-text-cnt {font-size: 16px; padding-left: 20px; margin-bottom: 12px;}
	.g-text-cnt > span.cnt {padding: 0;}
  	
  	/* 상장예외품목 반입신고 상단 진행단계 */
  	.g-step-wrap ul {width: fit-content; margin: 0 auto; gap: 65px;}
  	.g-step-wrap ul li {flex-direction: column; gap: 10px; font-size: 12px}
  	.g-step-wrap ul li > span {width: 24px; height: 24px;}
  	.g-step-wrap ul li::before {width: 55px; right: 50%; left: 50%; top: 25%; transform: translate(25px, 0px);}
  	.g-step-wrap ul li.active {font-weight: 600;}
  	.g-step-wrap ul li.clear span::after {width: 24px; height: 24px; top: auto; left: auto; background-size: auto;}
  	
	/* 상장예외품목 반입신고 거래방법 */
	.g-trans-chk ul li {gap: 20px;}
	
	/* 상장예외품목 반입신고 첨부파일 관리 */
	.g-order-wrap.file .g-order-content {margin-top: 10px;}
	.g-order-wrap.file .g-input-box > span {transform: none;}
	.g-order-wrap.file .file-box {width: 100%;}
	.g-order-wrap.file .input-button-wrap {gap: 8px; width: 100%; margin-top: 0;}
	.g-order-wrap.file .g-input-box > button {top: auto; transform: none; bottom: 12px; right: 0; font-size: 14px; font-weight: 500;}
	.g-order-wrap.file .g-input-box button.select {width: 80px; flex-shrink: 0;}
	.g-order-wrap.file .caption {margin-top: 8px; font-size: 13px; font-weight: 300;}
	
	.g-button-wrap.file {justify-content: space-between; flex-wrap: wrap; gap: 15px; padding: 0 20px;}
	.g-button-wrap.file > button:not(:last-child) {width: calc(50% - 8px);}
	.g-button-wrap.file > button:last-child {width: 100%;}
	.g-button-wrap.file > .button-step.prev {position: relative; left: 0;}
	
	/* no-data */
	.g-no-data {gap: 15px;}
	.g-no-data > img {width: 60px; height: 70px;}
	.g-no-data > span {font-size: 16px;}
	
	/* 상장예외품목 반입신고 정보입력 페이지 하단 버튼 */	
  	.bottom-button-wrap.first {align-items: flex-start; flex-direction: column; margin: 0 20px; padding: 20px 0; gap: 30px; border-top: 1px solid #ccc}
  	.bottom-button-wrap.first button{font-size: 14px;}
  	.bottom-button-wrap.first button.button-step {width: 100%}
  	.bottom-button-wrap .cancel {font-weight: 500;}
	
	/* 버튼 */
	.g-button-wrap {width: 100%; column-gap: 15px;}
	.g-button-wrap > button {width: 50%; height: 50px; font-size: 14px; font-weight: 400;}
	.flex-end .btn-login {gap: 8px; line-height: 21px;}
	.flex-end .btn-login, .flex-end .btn-delete {font-size: 14px; font-weight: 400;}
	
	/* 완료 페이지 */
	.g-done .msg {font-size: 18px; font-weight: 600;}
	.g-done .msg > img {width: 70px; height: 70px;}
	  	
  	.g-done .sub-info > span i {width: 20px; height: 20px; background-size: 20px 20px;}
  	.g-done .sub-info > span {font-size: 16px;}
  	.g-done .sub-info {padding: 20px 16px; margin: 60px 20px 0;}
	.g-done .sub-info ul li {font-size: 14px; font-weight: 300; line-height: 21px;}
}

@media (max-width: 375px){
	/* 송품장 관리 */
	.g-search-box ul li {width: 100%;}
	
	/* 송품장 관리 날짜 선택 */
	.g-search-box ul li label .g-calendar input {width: calc(50% - 25px); font-size: 13px;}
}
