style.css 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643
  1. /* @font-face {
  2. font-family: 'GmarketSansMedium';
  3. src: url("../main/webapp/mobile/fonts/KoPubWorld Dotum Medium.ttf") format('woff');
  4. } */
  5. /* @font-face {
  6. font-family: 'GmarketSansMedium';
  7. src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  8. font-weight: normal;
  9. font-style: normal;
  10. } */
  11. * {margin: 0; padding: 0;letter-spacing: -1px; box-sizing: border-box; text-align: center; font-family: 'KoPub Dotum', 'serif'; list-style: none;}
  12. section {}
  13. body{background: #fff; position: relative; width: 100%; height: auto; font-family: 'KoPub Dotum';
  14. overflow:scroll-y;
  15. -webkit-overflow-scrolling:touch;}
  16. body .login {position:fixed;}
  17. .color-gray {color:#aaa;}
  18. /* 팝업 */
  19. section .popup {position: absolute; top:0; width: 100%; height: 100vh; background: transparent; z-index: 11;}
  20. section .popup .pop {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 70%; height: 360px; padding-top: 20px; background: #fff; border: 2px solid #000; border-top-left-radius: 10px; border-top-right-radius: 10px;}
  21. section .popup .pop.short {height:260px;}
  22. section .popup .pop label.pop_label {position:relative; top:10px; font-size: 16px;}
  23. section .popup .pop div.pop_msg {padding:0 5%; text-align:left; position:relative; top:10px; font-size: 16px;}
  24. section .popup .pop .pop_line {width: 90%; margin:0 5%; display:flex; border:1px solid #aaa; border-bottom:none;}
  25. section .popup .pop .pop_line.border {border-bottom:1px solid #aaa;}
  26. section .popup .pop .pop_line .itp_label_area {height:35px; padding:8px; width:100px; margin:0; background:#eee; border-right:1px solid #aaa;}
  27. section .popup .pop .pop_line .itp_label_area label {margin:0;font-size: 14px; text-align:left; float: left; min-width: 100px;}
  28. section .popup .pop .pop_line .itp_info_area {width:calc(100% - 100px); margin:0; padding:6px;}
  29. section .popup .pop .pop_line div {text-align: right; float: right; font-size: 16px; margin-right: 10px; width: auto;}
  30. section .popup .pop .popup_btn { position: absolute; background-color: #ccc; bottom: 0; width: 100%; height: 40px; border-top: 2px solid #000;}
  31. section .popup .pop .popup_btn button { position: relative; float: left; width: 100%; height: 38px; margin:0; font-size: 14px; font-weight: 100; border-radius: 0px; border: none;}
  32. section .popup .pop .popup_btn button.ok { width: 64%; border-left: 2px solid #000;}
  33. section .popup .pop .popup_btn button.cancel {width: 36%;}
  34. section .popup2 {position: absolute; top:0; width: 100%; height: 100vh; background: rgba(200, 200,200, 0.8); z-index: 11;}
  35. section .popup2 .content {position: fixed; z-index: 10; width:100%; background: #fff;}
  36. section .popup2 .barcode {width: 100%;}
  37. section .popup2 .barcode_area {width: 300px; height: 300px; margin: auto; background: #fff; border: 1px solid #000; margin-top: 10%;}
  38. section .popup2 .barcode h1{text-align: left; width: 85%; font-size: 16px; margin:auto; margin-top: 50%;}
  39. section .popup2 .btn_barcode {margin-top: 20%;}
  40. section .popup2 .btn_barcode button {width: 35%; height: 40px; font-size: 15px; font-weight:100;}
  41. section .popup2 .pop { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 95%; height: 70%; background: #fff; border: 1px solid #000; border-radius:10px;}
  42. section .popup2 .pop .header {position: relative; height: 40px; background: #f0831e; color:#eee; border-bottom: 1px solid #000; border-top-right-radius: 10px; border-top-left-radius: 10px;}
  43. section .popup2 .pop .header .header_left {padding-top: 12px;}
  44. section .popup2 .pop .header .header_left label {font-size: 16px; font-weight:100;}
  45. section .popup2 .pop .header .header_right {float: right; padding-right: 10px; position:relative; top:-44px;}
  46. section .popup2 .pop .header .header_right button {border: none; background: transparent; margin:3px -5px;}
  47. section .popup2 .pop .header .header_right button img {width:22px;}
  48. section .popup2 .pop .select_btn {position:relative; width:100%; height: 63px;}
  49. section .popup2 .pop .select_btn button.btn_red {float: right; width: 90px; height: 25px; margin:0 7px; background:#d9baaf; color: #fff; font-size: 12px; padding-top:4px; border: 1px solid #cca597;}
  50. section .popup2 .pop .select_btn button.btn_blue {float: right; width: 90px; height: 25px; margin:0 7px; background:#8f9fc6; color: #fff; font-size: 12px; padding-top:4px; border: 1px solid #cacfe3;}
  51. section .popup2 .pop .select_btn button.btn_blue:active{background-color: #708cd1;}
  52. section .popup2 .pop .select_btn img {width:12px;}
  53. section .popup2 .pop .search_bar {width: 90%; height: 60px; margin:0 auto; padding:10px;}
  54. section .popup2 .pop .search_bar input {width: 80%; height: 27px; position:relative; font-size:14px;}
  55. section .popup2 .pop .search_bar button {position:relative; width:27px; height:27px; background:transparent; margin-right:0%; margin-top:3px; border: 1px solid #aaa; border-radius:4px; padding:0px;}
  56. section .popup2 .pop .search_bar button img {width: 17px; position:relative; top:-1px;}
  57. section .popup2 .pop .search_bar button.search {float: none; width: 50%; height: 35px; background:rgb(46, 46, 248); color: #fff; font-size: 1rem; padding: 0; border: 1px solid #000; margin: 0 auto;}
  58. section .popup2 .pop .search_item_bar {width:98%;margin:5px auto; position: relative; top:-40px; display:flex;}
  59. section .popup2 .pop .search_item_bar input {width:40%; height:27px; border-radius:5px; margin:0; font-size:12px;}
  60. section .popup2 .pop .search_item_bar select {width:22%; height:27px; padding:0 15px 0 0; border-radius:5px; margin-right:5px;}
  61. section .popup2 .pop .search_btn_bar {width:100%; height:50px; margin-top:-30px; margin-right:10px;}
  62. section .popup2 .pop .search_btn_bar .btn_right {float:right; margin-right:10px;}
  63. section .popup2 .pop .search_btn_bar .btn_right button img{width:18px; height:18px; margin-right:2px;}
  64. section .popup2 .pop .search_btn_bar .btn_right button {height:30px; padding:5px 12px; font-size:12px; font-weight:100; border-radius:3px; border:1px solid #333;}
  65. section .popup2 .pop .table{width:98%; margin:0 auto; border:1px solid #aaa; border-bottom:none;}
  66. section .popup2 .pop .table .table_tr {display:flex;}
  67. section .popup2 .pop .table .table_tr .tabel_th{width:23%;; height:30px; border-left:1px solid #aaa; background:#eee;}
  68. section .popup2 .pop .table .table_tr .tabel_th label {font-size:14px; padding-top:5px; font-weight:100;}
  69. section .popup2 .pop .table .table_tr .tabel_th .chkAll {margin:-5px; width:15px;}
  70. section .popup2 .pop .table_body .table_body{width:98%; height:120px; margin:0 auto; border:1px solid #aaa; border-bottom: none; overflow:auto;}
  71. section .popup2 .pop .table_body .table_body::-webkit-scrollbar {
  72. display: none; /* Chrome, Safari, Opera*/
  73. }
  74. section .popup2 .pop .table_tr {display:flex; height:31px; border-bottom:1px solid #aaa;}
  75. section .popup2 .pop .table_tr .table_td{display:grid; width:23%; height:30px; padding-top:5px; border-left:1px solid #aaa; background:#fff;}
  76. section .popup2 .pop .table_tr .table_td div {text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width:100%; font-size:12px; font-weight:100;}
  77. section .popup2 .pop .table_tr .table_td .chkItem {margin-top:-5px; width:15px; left:50%; position:relative; transform:translateX(-50%);}
  78. section .popup2 .pop .popup_scroll ul.mb_0 {margin-bottom:0 !important;}
  79. section .popup2 .pop .popup_scroll {position: relative; top:-25px; width: 100%;height: 75%; overflow: auto; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB;}
  80. section .popup2 .pop .popup_scroll li {list-style: none; width: 100%; height: 50px; border-bottom: 1px solid #E0B8AB;}
  81. section .popup2 .pop .popup_scroll li.row_2 {height: 70px;}
  82. section .popup2 .pop .popup_scroll li .left {position: relative; float: left;}
  83. section .popup2 .pop .popup_scroll li .left .check_box {width:30px; float:left; height:80px; padding-left:5px; padding-top:20px;}
  84. section .popup2 .pop .popup_scroll li .left div {display: inline-block;}
  85. section .popup2 .pop .popup_scroll li .left label{font-size: 2.5rem;}
  86. section .popup2 .pop .popup_scroll li .left .thick {float: left; margin: 12px 0 0 10px; font-size: 1rem; text-align: left; width: 140px; font-weight: 600;}
  87. section .popup2 .pop .popup_scroll li .left .nomal {float: left; margin: 15px 0px 0px 15px; font-size: 1.2rem; text-align: left; width: 100%;}
  88. section .popup2 .pop .popup_scroll li .left .history {font-weight: 700; font-size: 2.4rem; margin-left: 20px;}
  89. section .popup2 .pop .popup_scroll li .left .history input{width: 150px;}
  90. section .popup2 .pop .popup_scroll li .scroll_left {float: left; display:grid; width:50%;}
  91. section .popup2 .pop .popup_scroll li .scroll_left div {text-overflow:ellipsis; overflow:hidden; white-space:nowrap; text-align:left; float: left; font-size: 18px; font-weight: 100; width: 80%; margin:8px 6px -6px 10px;}
  92. section .popup2 .pop .popup_scroll li .scroll_left .con_2 {padding-top:0px;}
  93. section .popup2 .pop .popup_scroll li .scroll_left .mg_0 {margin:0; width:100%;}
  94. section .popup2 .pop .popup_scroll li .scroll_left .mg_0 div {text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width:40%; margin:0; padding: 8px 2px 0px 2px;}
  95. section .popup2 .pop .popup_scroll li .scroll_left .mg_0 .type_hide {width:auto;}
  96. section .popup2 .pop .popup_scroll li .scroll_left .sub{font-size:14pt; color:gray; width:45px !important;}
  97. section .popup2 .pop .popup_scroll li .scroll_left .wichi{font-size:14pt; color:gray;}
  98. section .popup2 .pop .popup_scroll li .scroll_left .amt{font-size:14pt; color:#b88278;}
  99. section .popup2 .pop .popup_scroll li .scroll_right {float: right;}
  100. section .popup2 .pop .popup_scroll li .scroll_right input[type=checkbox]{width:27px; margin:18px 11px 0 11px;}
  101. section .popup2 .pop .popup_scroll li .scroll_right button {width: 50px; height: 38px; padding: 0; background:#8f9fc6; border:1px solid #cacfe3; color:#eee; border-radius: 10px; font-size: 14px; margin:16px 10px;}
  102. section .popup2 .pop .popup_scroll li .scroll_right button:hover {background:#708cd1;}
  103. section .popup2 .pop .popup_scroll li .right {position: relative; display: flex; font-size: 1.6rem; font-weight: 700; float: right; top:21px; height:27px;}
  104. section .popup2 .pop .popup_scroll li .right button {padding: 0px; font-size: 17px; width:24px;}
  105. section .popup2 .pop .popup_scroll li .add button{float: right; width: 60px; height: 55px; margin: 12px 9px; border-radius: 10px; font-size: 1rem; background: rgb(198, 170, 250);}
  106. section .popup2 .pop .content .line button {width: 35%; height: 35px;font-size: 14px; font-weight:100; padding-top: 7px; margin: 0 10px;}
  107. section .popup2 .list_line {width:98%; float:left; height:40px;display: inline-flex; margin:0 1%; font-size:12px;}
  108. section .popup2 .border {border-bottom: 1px solid #000 !important;}
  109. section .popup2 .list_line .list_label {width:30%;border:1px solid #000; height:40px; padding-top:10px; border-bottom:none; background:#eee;}
  110. section .popup2 .list_line .list_label label{font-size:12pt;}
  111. section .popup2 .list_line .list_info {width:70%;height:40px; border:1px solid #000; padding-top:10px; border-left:none; border-bottom:none;}
  112. section .popup2 .list_line .list_info input{width:90%;}
  113. section .popup2 .list_line .mail input {width:30%;}
  114. section .popup2 .list_line .mail select {width:30%;}
  115. section .popup2 .list_line .list_info .pay_info {text-overflow:ellipsis; overflow:hidden; white-space:nowrap; text-align:left; padding-left:10px; font-size:12pt; width:100%; }
  116. section .popup_scroll li .right .num {padding:2px 0px; width: 43px; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB;}
  117. section .popup_scroll li .right button {background:#e1cac1; color:#fff; border:1px solid #E0B8AB; padding:0px 7px; font-size: 1.5rem; border-radius: 0px;}
  118. section .popup_scroll li .right button:hover {background:#FCD5C1;}
  119. section .popup_scroll li .right button:checked {background:#ccc;}
  120. section .popup2 .list_line .line_right {float:right; width:70%;}
  121. section .popup2 .list_line .line_right select {width:200px; float:right; height:34px; margin-top:4px;}
  122. section .popup2 .list_line .line_right input {width:200px; float:right;}
  123. section .popup2 .list_line .info{width:30%; padding-top:8px; padding-left:20px; text-align:left; font-size:12pt;}
  124. section .popup2 .search .left {width:20%; float:left; margin:20px;}
  125. section .popup2 .search .right {width:20%; float:right; margin:20px;}
  126. section .popup2 .search .left button,
  127. section .popup2 .search .right button {width:100%;}
  128. section .popup2 .content .line .search_wrap input {float:right; width:50%; margin-right:0px; margin-top:0;}
  129. section .popup2 .content .line.mt_5 {margin-top:5px; width:300px;}
  130. section .popup2 .content .line.ml_10 {}
  131. section .popup2 .content .line .search_wrap select {float:right; width:50%; height:34px; margin-right:0px;}
  132. section .popup3 {position: absolute; top:0;width: 100%; height: 100vh; background: transparent; z-index: 11;}
  133. section .popup3 .content {position: fixed; z-index: 10; width:100%; height:596px; background: #fff;}
  134. section .popup3 .content label{width:120px; margin-top:7px;}
  135. section .popup3 .content div{font-weight:100;}
  136. section .popup3 .pop { position: absolute; top: 37%; left: 50%; transform: translate(-50%,-40%); width: 90%; height: 85%; background: #fff; border: 2px solid #000;}
  137. section .popup3 .pop .header {position: relative; height: 50px; background: rgb(204, 225, 240); border-bottom: 1px solid #000;}
  138. section .popup3 .pop .header .header_left {float: left; padding-top: 5px; padding-left: 20px;}
  139. section .popup3 .pop .header .header_left label {font-size: 1.4rem;}
  140. section .popup3 .pop .header .header_right {float: right; padding-right: 10px;}
  141. section .popup3 .pop .header .header_right button {border: none; background: transparent;}
  142. section .popup3 .pop .header .header_right button img {width:30px; height:30px;}
  143. /* 버튼 */
  144. button {background-color: #fff; padding: 10px;}
  145. button.btn-primary {color: #fff; background-color: #8f9fc6; border: 1px solid #cacfe3;}
  146. button.btn-primary:active{background-color: #708cd1;}
  147. button.btn-yellow {color: #fff; background-color: #f9c03c; border: 1px solid #cacfe3;}
  148. button.btn-m-orange {color: #fff; background-color: #f0831e; border: 1px solid #cacfe3;}
  149. button.btn-m-orange:hover {border:3px solid #f0831e !important; background-color: #fff; color:#B7B8B8;}
  150. button.btn-gray {color: #fff; background-color: #a89d9c; border: 1px solid #cacfe3;}
  151. button.btn-danger {color: #fff; background-color: #c8989d; border: 1px solid #cacfe3;}
  152. button.btn-green {color: #fff; background-color: #5cb85c; border: 1px solid #cacfe3;}
  153. button:hover {background: rgb(229, 248, 202); color: #000;}
  154. /* 실행,로딩 */
  155. body.eee {height: 700px; background: #eee;}
  156. .app_run {background: #ccc; width: 100%; height: 100%;}
  157. .app_run .loding .start {position: absolute; width: 100%; top: 20%;}
  158. .app_run .loding .start h2 {font-size: 1rem;}
  159. .app_run .loding .start h1 {font-size: 2rem;}
  160. .app_run .loding .cap {position: absolute; width: 100%; top: 50%; transform: translateY(50%);}
  161. .app_run .loding .cap h3 {font-size: 1rem; color: #666;}
  162. .brand_name {position: absolute; width: 100%; bottom: 0%; font-size: 1.6rem;}
  163. /* 업그레이드 , */
  164. .upgrade { padding-top: 50%;}
  165. .upgrade .info { position: relative; background-color: #fff; margin: 0 auto; width: 70%; height: 150px; padding: 20px; border: 1px solid #000; border-bottom: none; border-top-left-radius: 10px; border-top-right-radius: 10px;}
  166. .upgrade .info h1 { position: relative; font-size: 1rem; margin: 5px; top: 20%;}
  167. .upgrade .info h2 { position: relative; font-size: 0.8rem; margin: 5px; top: 30%;}
  168. .upgrade .btn { position: relative; display: block; background-color: #fff; margin: 0 auto; width: 70%; height: 50px;}
  169. .upgrade .btn button {border-radius: 0px;position: relative;border: 1px solid #000; padding: 0; float: left;display: block;height: 50px;font-size: 1.2rem;}
  170. .upgrade .btn .info_btn1 button{border-right: none;width: 35%;color: #000;background-color: #f5f5f5;}
  171. .upgrade .btn .info_btn2 button {width: 65%;color: #ccc;background-color: blue;}
  172. /* 로그인 */
  173. .bg_gray {width:100%; height:180px; background:#ecebea; border-bottom-left-radius:50%; border-bottom-right-radius:50%;}
  174. #ITP_LOGIN {
  175. transform: translateX(-50%);
  176. max-width: 500px;
  177. height:100%;
  178. left: 50%;
  179. position: fixed;}
  180. #ITP_LOGIN .login_popup {position: relative; width: 350px; text-align: center;}
  181. #ITP_LOGIN .login_popup h1 { font-size: 1.5rem; color: #333; font-weight: 700;}
  182. #ITP_LOGIN .login_popup input { position: relative; height: 30px; font-size: 2.2rem;}
  183. #ITP_LOGIN .login_popup .login_info {position:relative; top:-50px;}
  184. #ITP_LOGIN .login_popup .login_info img {width:100px; margin-bottom:10px;}
  185. #ITP_LOGIN .login_popup .num_area { position: relative; width: 100%; margin-bottom: 40px;}
  186. #ITP_LOGIN .login_popup .num_area .input_area {margin-bottom: 10px;}
  187. #ITP_LOGIN .login_popup .num_area .input_area input {width:50%; font-size: 0.8rem; }
  188. #ITP_LOGIN .login_popup .num_area .input_area button {margin-left: 0.1%; width: 19.5%; height: 45px; background-color: #f7b014; color: #eee; font-size: 16px; padding: 0; border:3px solid #fbd896; border-radius: 10px;}
  189. #ITP_LOGIN .login_popup .itp_del_btn.reg_no {width:50px; right:123px; top:4px;}
  190. #ITP_LOGIN .login_popup .itp_del_btn.reg_no button {width:45px; border:none; background:transparent;}
  191. #ITP_LOGIN .login_popup .itp_del_btn {position:absolute; top:12px; right:66px; background:transparent;}
  192. #ITP_LOGIN .login_popup .itp_del_btn button {width:25px; border:none; padding:0;}
  193. #ITP_LOGIN .login_popup .itp_del_btn button img{width:18px;}
  194. #ITP_LOGIN .login_popup .num_area .brand_list select {padding-left: 10px; width: 70%; height: 45px; font-size: 0.8rem; border:2px solid #ddd; border-radius:10px; background: url(../img/downarrow.png)no-repeat 95% 50%/20px auto; -webkit-appearance:none; appearance:none;}
  195. #ITP_LOGIN .login_popup .num_area .brand_list select option {text-align: left; width: 70%; height: 50px; border: 1px solid #000; font-size: 20px;}
  196. #ITP_LOGIN .login_page {position: relative; width: 100%; margin-bottom: 30px;}
  197. #ITP_LOGIN .input_area {position: relative; width: 100%; margin-bottom: 10px;}
  198. #ITP_LOGIN .input_area input {width: 70%; height: 45px; position: relative; padding: 10px; text-align: left; border:2px solid #ddd; border-radius:10px; font-size: 0.7rem; color: #000; outline: none; margin:0;}
  199. #ITP_LOGIN .input_area label {position: absolute; left: 18%; top: 14px; font-size: 15px; transition: all .5s ease; color:#666;}
  200. #ITP_LOGIN .input_area input:focus + label,
  201. #ITP_LOGIN .input_area input:valid + label {top: 4px; left: 18%; font-size: 0.6rem; color: blue;}
  202. #ITP_LOGIN .error {margin: 0 auto; height:70px;}
  203. #ITP_LOGIN .error label {font-size: 1rem;}
  204. #ITP_LOGIN .login_btn {position: relative; top: -20px; left: 0;}
  205. #ITP_LOGIN .login_btn button {
  206. font-weight: nomal;
  207. border:3px solid #fbd896; border-radius: 10px;
  208. color: #eee;
  209. background-color: #f7b014;
  210. width: 70%;
  211. height: 50px;
  212. font-size: 20px;
  213. }
  214. /* 메인화면 */
  215. @media screen and (min-width:300px) and (max-width:430px) {
  216. .footer button {margin: 0 15px;}
  217. }
  218. .main {margin-top: 70px; height: 500px;}
  219. .main .wicon label {font-size: 1.2rem;}
  220. .main .wicon {width: 380px; margin: 0 auto;}
  221. .main .wicon button {border: 1px solid #333; margin: 8px 20px; background-color: #ccc; width: 150px; height:150px;border-radius: 30px;}
  222. .main .wicon .icon_left {float: left;}
  223. input {font-size:14px; margin-top: 3px; border: 1px solid #aaa; border-radius:4px; height: 34px;text-align: left; padding:0 10px;}
  224. input[type="date"]::-webkit-calendar-picker-indicator {display:none;}
  225. select {border: 1px solid #aaa; border-radius:5px; height: 35px; font-size: 12px; text-align: left; padding:0 10px;}
  226. input .day {margin: 18%; width: 45%; height: 80px; float: right;}
  227. /* 공통화면 */
  228. #ITP_WRAPPER header {position: fixed;top: 0;width: 100%;height: 49px;background-color:#F7B014;align-items: center; z-index: 11;}
  229. #ITP_WRAPPER header .header_wrap {width: 100%; height: 49px; margin: 0 auto; display: inline-flex;}
  230. #ITP_WRAPPER header .header_wrap .menu_logo {width:80px; height:49px;}
  231. #ITP_WRAPPER header .header_wrap .menu_logo button {width: 22px; height: 18px; float: left; padding: 0; background: transparent; border: none; margin-left:10px; margin-top: 14px;}
  232. #ITP_WRAPPER header .header_wrap .menu_logo button img {width: 22px; height: 18px; margin: 0; border-radius: 0; border: none;}
  233. #ITP_WRAPPER header .header_wrap img.brand {float: right; height: 45px; margin: 5px; border-radius: 50%; border: 1px solid #666;}
  234. #ITP_WRAPPER header .header_wrap label{ margin-top: 15px; width: 50px; height: 25px; font-size: 1rem;float: left; color: #fff;}
  235. #ITP_WRAPPER header .header_wrap .name_info {width: calc(100% - 120px); height:49px; display:inline-flex;}
  236. #ITP_WRAPPER header .header_wrap .name_info .bn {text-overflow:ellipsis; overflow:hidden; white-space:nowrap; padding-top:0; text-align:right; width:115%; height:22px; font-size:18px;}
  237. #ITP_WRAPPER header .header_wrap .name_info div {text-overflow:ellipsis; overflow:hidden; white-space:nowrap; padding-left:3px; padding-top:2px; text-align:left; width: 85%; font-size: 15px; color:#fff; margin-top:14px;}
  238. #ITP_WRAPPER header .header_wrap .logout {float: right; width: 40px;}
  239. #ITP_WRAPPER header .header_wrap .logout button {margin-top: 15px; margin-right:20px; padding:0; width: 20px; height: 20px; border:none; font-size: 0.8rem;background: transparent;}
  240. #ITP_WRAPPER header .header_wrap .logout button img {width:17px; height:18px;}
  241. /* 메뉴바 */
  242. #ITP_MENU .menu_area {position: fixed; width: 100%; height: 100%; top: 0; left: -0%; background: #000; opacity: 0.7; z-index: 12; transition: all 0.5s;}
  243. #ITP_MENU .menu_area button {float: right; width: 50px; height: 50px; padding: 0; background: transparent; border: none;}
  244. #ITP_MENU .menu_area button img {float: right; width: 40px; height: 40px; margin: 7px;}
  245. #ITP_MENU .menu_bar {position: fixed; width: 70%; height: 100%; left: -0%; top: 0; background: #fff; opacity: 1; z-index: 13; transition: all 0.5s;}
  246. #ITP_MENU .menu_bar .menu_header {width: 100%; height: 100px; border-bottom: 1px solid #000 ;}
  247. #ITP_MENU .menu_bar .menu_header .brand_img {position: absolute; width: 50px; height: 50px; margin: 20px 0 0 20px;}
  248. #ITP_MENU .menu_bar .menu_header .brand_img img {width: 50px; height: 50px; border: 1px solid #000; border-radius: 5px;}
  249. #ITP_MENU .menu_bar .menu_header .user_info {position: absolute; width: 120px; margin-left: 70px; margin-top: 20px; float: left;}
  250. #ITP_MENU .menu_bar .menu_header .user_info div {position: absolute; width: 70px; margin-right: 10px; font-weight: 700;}
  251. #ITP_MENU .menu_bar .menu_header .user_info div.id {font-weight: normal; color: #666; margin-left: 10px; margin-top: 5px;}
  252. #ITP_MENU .menu_bar .menu_header .user_info label {width: auto; margin-left: 58px;}
  253. #ITP_MENU .menu_bar .menu_header .setting {float: right;}
  254. #ITP_MENU .menu_bar .menu_header .setting button {width: 30px; height: 30px; padding: 0; background: #666; border-radius: 5px; margin: 30px 20px 0 0;}
  255. #ITP_MENU .menu_bar .menu_header .setting button img {width: 20px; height: 20px;}
  256. /* ITP_SIDEBAR */
  257. #ITP_SIDEBAR {width:0px; float:left; margin-left:-2px; height:calc(100vh - 68px); background:#ddd; transition:all .25s ease; border-style:solid; border-color:#ddd; border-width:0 1px 1px 1px;}
  258. #ITP_SIDEBAR.itp_open_nav {width: 100%; height: 100%;}
  259. #ITP_SIDEBAR .itp_nav {list-style:none; margin:0; padding:0; height:80%; overflow-y:scroll; overflow-x:hidden; visibility:hidden;}
  260. #ITP_SIDEBAR.itp_open_nav .itp_nav {visibility:visible;}
  261. #ITP_SIDEBAR.itp_open_nav .itp_nav::-webkit-scrollbar{display:none;}
  262. #ITP_SIDEBAR .itp_nav.panel-group .panel+.panel {margin-top:0;}
  263. #ITP_SIDEBAR .itp_nav .panel-heading {padding:0;}
  264. #ITP_SIDEBAR .itp_nav .panel-title {line-height:1.1; border-bottom:1px solid #ddd;}
  265. #ITP_SIDEBAR .itp_nav .panel-title a {font-size:20px; display:block; padding:13px 15px; color:#333; text-decoration: none;}
  266. #ITP_SIDEBAR .itp_nav .panel-title a .glyphicon {font-size:12px;}
  267. #ITP_SIDEBAR .itp_nav .panel-default {margin-bottom:0; border:none;}
  268. #ITP_SIDEBAR .itp_nav * {border-radius:0; border-width:1px 0 1px 0;}
  269. #ITP_SIDEBAR .itp_nav .itp_svgs_body {padding:0; border-top:0; border-bottom:1px solid #ddd;}
  270. #ITP_SIDEBAR .itp_nav .itp_svgs {display:flex; align-content:flex-start; flex-direction:column; flex-wrap:wrap; overflow:auto;}
  271. #ITP_SIDEBAR .itp_nav .itp_svgs .itp_svg_in {position:relative;}
  272. #ITP_SIDEBAR .itp_nav .itp_svgs li {width:100%; height:47px;}
  273. #ITP_SIDEBAR .itp_nav .itp_svgs li a {display:block; width:100%; color:#333; padding:5px 10px 5px 17px;}
  274. #ITP_SIDEBAR .itp_nav .itp_svgs li:first-child a {padding-top:10px;}
  275. #ITP_SIDEBAR .itp_nav .itp_svgs li:last-child a {padding-bottom:10px;}
  276. #ITP_SIDEBAR .itp_nav .itp_svgs li a:hover, #ITP_SIDEBAR .itp_nav .itp_svgs li a:active {color:#000; font-weight:bold;}
  277. #ITP_SIDEBAR .itp_nav .itp_svgs li a .glyphicon {font-size:9px; float:left; margin:4px 6px 0 0;}
  278. #ITP_SIDEBAR .itp_nav .itp_svgs li a .itp_icon {font-size:9px; float:left; margin:4px 6px 0 15px;}
  279. #ITP_SIDEBAR .itp_nav .itp_svgs li a .itp_icon_5 {font-size:9px; float:left; margin:4px 6px 0 25px;}
  280. #ITP_SIDEBAR .itp_nav .itp_svgs li a .itp_tt {float:left;}
  281. #ITP_SIDEBAR.itp_open_nav .nav_bottom {position: fixed; width: 70%; left: -0%; background: #eee; opacity: 1; z-index: 13; transition: all 0.5s;}
  282. #ITP_SIDEBAR.itp_open_nav .nav_bottom .fnMenuNm {color:#0000ff;}
  283. #ITP_SIDEBAR.itp_open_nav .nav_bottom .fnVersion {color:#0000ff;}
  284. /* 컨텐츠 화면 */
  285. #ITP_CONTAINER.fix {
  286. position:fixed;
  287. width: 100%;
  288. padding-top: 49px;
  289. font-size: 16px;
  290. }
  291. .content {position: fixed; display:contents; z-index: 10; width:100%; background: #f5f6f6; border-bottom:1px solid #E0B8AB;}
  292. .content .content_fix {background: #f5f6f6; border-bottom:1px solid #E0B8AB;}
  293. .content .content_inside {background: #f5f6f6; border-bottom:1px solid #E0B8AB;}
  294. .content .header {width:100% !important; margin:0 !important;}
  295. .content .line {position: relative; display: inline-block; width: 332px; margin:0 auto; height: 40px; margin-bottom: -10px;}
  296. .content .line.mt5 {margin-top:5px;}
  297. .content .line.top6 {top:6px;}
  298. .content .line.top9 {top:9px;}
  299. .content .line.top12 {top:12px;}
  300. .content .line .pop_right {width:50%; height:46px; float:right;}
  301. .content .line .pop_right div {float:right; margin-right:10px; padding-top:8px; text-align:right; font-size:16px;}
  302. .content .line .search_wrap input {float:right; width:50%; margin-right:10px;}
  303. .content .line .search_wrap select {float:right; width:50%; height:27px; margin-right:10px;}
  304. .content .line div.itp_search_header {height:40px; font-weight:100;padding:8px 10px 5px 10px; text-align: left; color:#b88278;border-bottom: 1px solid #aaa;font-size:14pt;}
  305. .content .line div.itp_search_header img{width:14px; top:-2px; position:relative;}
  306. .content .line label {min-width:125px; color:#898989; font-size: 14pt; float: left; text-align: left; margin-top: 7px; font-weight:100;}
  307. .content .line label.pay_label {margin:20px 1%; width:98%;}
  308. .content .line select.label {border: 1px solid #000; font-size: 0.9rem;margin:9px 0 0 5px; float: left; width: 120px; height: 30px; text-align: left;}
  309. .content .line .itp_label_select {padding:0;width:120px; height:34px; color:#666; font-size: 14pt; float: left; margin:3px 2.5px; font-weight:100; border:1px solid #aaa; border-radius:5px;}
  310. .content .line .float_left {float: left; width:168px;;}
  311. .content .line .float_left.name {width:60%;}
  312. .content .line .float_left button {float:right; left:-2px; top:-2px; position:relative; background:transparent; border:none; width:34px; height:34px; padding:0;}
  313. .content .line .float_left button img {width:18px;}
  314. .content .line .float_left input {width:100%; font-size:14pt;}
  315. .content .line .float_left.note {width: 100%; padding: 10px;}
  316. .content .line .float_left.note textarea {width: 100%; height: 100px; border: 1px solid #aaa; text-align: left; font-size:14px;}
  317. .content .line .float_left div {font-size: 14pt; margin-top: 4px; margin-right:8px; text-align:right; font-weight:100;}
  318. .content .line .float_left .input_text {background: #fff; width: 100%; height: 34px; border: 1px solid #aaa; margin-top: 3px; border-radius: 4px;}
  319. .content .line .float_left .itp_input_btn {top:5px; margin:0; position:absolute; width:168px;}
  320. .content .line .float_right_btn {float: left; margin-top: 3px; margin-left: 5px;}
  321. .content .line .float_right_btn button {padding:0; width:34px; height:34px; border-radius:5px; border:1px solid #aaa;}
  322. .content .line .float_right_btn button img {width:18px; height:18px;}
  323. .content .line .float_left select {float: left; width: 100%; height: 34px; margin-top:3px; border: 1px solid #aaa; border-radius:5px; font-size: 14pt; font-weight:100;}
  324. .content .line .line_right {float: right; margin-right: 0%; width:200px;}
  325. .content .line .line_right div {text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width:100%; text-align:right; float: right; font-size: 14pt; margin-top: 7px; margin-right:0%; color:#555;padding-right:5px;}
  326. .content .line .line_right input {position: relative; text-align: center; font-size:12pt; width:100%;}
  327. .content .line .line_right input.m9 {margin-right:93px;}
  328. .content .line .line_right input.left {text-align: left;}
  329. .content .line .line_right input.mg0 {margin-right:10px;}
  330. .content .line .line_right input.date{width:140px; margin-right:132px; height:35px;}
  331. .content .line .line_right select {float: right; width: 180px; height: 30px; margin-top: 7px; border: 1px solid #000; font-size: 1rem; margin-right:93px;}
  332. .content .line input.date {width: 168px; height: 34px; float: left; text-align:center; font-size:14pt; background: url(../img/calender.png) 95%/18px no-repeat white}
  333. .content .line input.full {width: 100%;}
  334. .content .line div.date_to {display:flex; width:60%; height:34px; float: left; margin-right:0px; margin-top:3px;}
  335. .content .line div.date_to input {font-weight:100; width:47%; height:34px; font-size:11pt; padding:0 24px 0 3px; margin:0;}
  336. .content .line div.date_to div.at {width: 6%; font-size: 16px; padding-top:12px; float: right;}
  337. .content .line .search {width: 100%; height: 50px; padding-top:12px;}
  338. .content .line .search button {width: 40%; height: 27px; font-size: 12px; font-weight:100; padding: 0;}
  339. .content .line .search button.col_3 {width: 25%; height:30px; margin:0 10px;}
  340. .content .list_line {width:98%; float:left; height:50px;display: inline-flex; margin:0 1%; font-size:12px;}
  341. .content .border {border-bottom: 1px solid #000 !important;}
  342. .content .list_line .list_label {width:30%;border:1px solid #000; height:50px; padding-top:14px; border-bottom:none; background:#eee;}
  343. .content .list_line .list_label label {font-size:12pt;}
  344. .content .list_line .list_info {width:70%;height:50px; border:1px solid #000; padding-top:15px; border-left:none; border-bottom:none;}
  345. .content .list_line .list_info input{width:90%; margin:0;}
  346. .content .list_line .mail input {width:30%;}
  347. .content .list_line .mail select {width:30%; height:34px; font-size:14px; border: 1px solid #aaa;border-radius: 5px;}
  348. .content .list_line .list_info .pay_info {text-align:left; padding-left:17px; font-size:12pt;}
  349. .content .table_header {margin-top: 6px; width: 100%; height: 36px;}
  350. .content .table_header h1 {margin-left: 15px; margin-top:16px; margin-bottom:0; font-size: 13px; float: left; color: #000; font-weight: 100;}
  351. .content .table_header button {float: right; width: 68px; height:26px; font-size: 12px; font-weight: 100; padding:0px; margin: 4px 12px 6px 0; border-radius:15px;}
  352. .detail_content {top: 0px; position: fixed; z-index: 10; width:100%; background: #fff;}
  353. .detail_content .detail_content_fix {background: #f5f6f6; border-bottom:1px solid #E0B8AB;}
  354. .detail_content .detail_header {width: 100%; height: 80px; padding-top:65px}
  355. .detail_content .detail_header .detail_logo {float: left;}
  356. .detail_content .detail_header .detail_logo img {width: 70px; margin-left: 15px;}
  357. .detail_content .detail_header .detail_ok {float: left;}
  358. .detail_content .detail_header .detail_ok label {margin-left: 50px; font-size: 1.6rem; font-weight: 700;}
  359. .detail_content .detail_confirmation {height: 260px; }
  360. .detail_content .detail_confirmation .detail_col {float: left; width: 100%; display: inline-flex; margin-left: 15px; margin-bottom: 10px;}
  361. .detail_content .detail_confirmation .detail_col label{font-size: 12pt; font-weight: 700; float: left; width: 100px; text-align: left;}
  362. .detail_content .detail_confirmation .detail_col i{font-size: 1rem; font-style:normal; width: 1%; text-align: right; margin-right: 10px;}
  363. .detail_content .detail_confirmation .detail_col div{font-size: 1rem; width: auto; text-align: left;}
  364. .detail_content .detail_company_info {height:150px;}
  365. .detail_content .detail_company_info label{font-size: 1rem; font-weight: 600;}
  366. .detail_content .detail_company_info .weight {margin-bottom: 20px;}
  367. .detail_content .detail_company_info .weight label{font-size: 1.2rem; font-weight: 700;}
  368. .detail_content .detail_company_info div{font-size: 1rem;}
  369. .detail_content .detail_company_info .info_left {width: 50%; height: 150px; float: left;}
  370. .detail_content .detail_company_info .info_left .company_info {width: 100%; float: left; display: flex; margin-left: 15px; margin-top:3px;}
  371. .detail_content .table_header {margin: 0% auto; width: 100%; height: 45px; background-color: skyblue; align-items: center; position: fixed; z-index: 10;}
  372. .detail_content .table_header h1 {margin-top: 12px; margin-left: 15px; font-size: 1.2rem; float: left;}
  373. .detail_content .table_header button {float: right; width: 200px; font-size: 2rem; padding: 5px 20px; margin: 20px;}
  374. /* select.stcd {
  375. float: left;
  376. width: 300px;
  377. height: 60px;
  378. border: 1px solid #000;
  379. font-size: 1.8rem;
  380. } */
  381. .button_bar {width: 100%; height: 47px; background: #ccc; position: fixed; bottom: 0px; z-index: 10;}
  382. .button_bar button.col_3{float: left; height: 47px; font-size: 14px; margin: 0; width: 33.3%; font-weight: 100; border: none;}
  383. .button_bar button.btn-gray {border-radius: 0px; background-color: #858076; color: #eee;}
  384. .button_bar button.btn-gray:active {border:3px solid #858076; background-color: #fff; color:#B7B8B8;}
  385. .button_bar button.btn-w-gray{border-radius: 0px; background-color: #b6b8b8; color: #eee;}
  386. .button_bar button.btn-w-gray:active{border:3px solid #b6b8b8; background-color: #fff; color:#B7B8B8;}
  387. .button_bar button.btn {height: 120px;}
  388. .button_bar button.btn_col_3 {width: 35%;}
  389. .button_bar button.btn_col_6 {width: 65%;}
  390. .button_bar button.btn_col_3,
  391. .button_bar button.btn_col_6 {border:none; float: left; height: 47px; font-size: 14pt; font-weight: 100; border-radius: 0px;}
  392. .button_bar button.col_12 {font-weight:100; width: 100%; height: 47px; font-size: 14pt;}
  393. /* scroll_area 조정 */
  394. .scroll_area {position: relative; top:0; width: 100%; height: 456px;border-bottom:2px solid #000;overflow: auto; background: #fff;}
  395. .scroll_area ul {display:grid;}
  396. .col-4{width:35% !important;}
  397. .col-6{width:60% !important;}
  398. .col-4 .thick{width:100% !important;}
  399. .col-6 .thick{width:100% !important;}
  400. .scroll_area ul.mb_0 {margin-bottom:0 !important;}
  401. .scroll_area .itp_non_data {margin:35% auto;}
  402. .scroll_area li {margin:0; list-style: none; width: 100%; height: 85px; border-bottom: 1px solid #ccc; background-color: #fff;}
  403. .scroll_area li.check {background:#f5f6f6;}
  404. .scroll_area li.list-row {display: inline-flex; height:76px;}
  405. .scroll_area li.list-row2 {height:130px; padding-top:8px;}
  406. .scroll_area li .left_info {width: calc(100% - 66px); float:left;}
  407. .scroll_area li .left_info div {display: inline-block; font-size:14pt;}
  408. .scroll_area li .left_info span {font-size: 14pt;}
  409. .scroll_area li .left_info label{font-size: 14pt; font-weight:100; margin-left:10px; margin-top:5px;}
  410. .scroll_area li .left_info .check_box {padding-top:8px; height:50px; float:left; width:22px;}
  411. .scroll_area li .left_info .check_box input[type=checkbox] {width:15px; margin:10px 0 0 7px;}
  412. .scroll_area li .left_info .thick {float:left; text-align: left; width: 90%; height:38px; font-weight: 100;}
  413. .scroll_area li .left_info .thick .itp_item {color:gray;text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width:60%; top:7px; text-align:left; position:relative;}
  414. .scroll_area li .left_info .thick .itp_gram {position:relative; top:7px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; color:#aaa; font-size:14pt; text-align:right; width: 85px;}
  415. .scroll_area li .left_info .thick .itp_amt {color:#b88278; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width:auto; top: 7px; position:relative; text-align:left;}
  416. .scroll_area li .left_info .history {font-weight: 700; font-size: 1.1rem; margin-top:-2px;}
  417. .scroll_area li .left_info .history input{width: 150px;}
  418. .scroll_area li.history_list {height: 140px; padding-top:8px;}
  419. .scroll_area li.history_list .btn_check {height:120px; margin-top:-5px; width:90%; float:right; padding-top:7px; }
  420. .scroll_area li.history_list .scroll_btn {width:10%; height:130px; margin-top:-5px; display:inline-flex;}
  421. .scroll_area li.history_list1 .button_right {float: right; display: grid;}
  422. .scroll_area li.history_list1 .button_right button {width: 50px; height: 60px; font-size: 15px; font-weight:100; margin: 0; border-radius: 0;}
  423. .scroll_area li.history_list1 {height: 120px;}
  424. .scroll_area li.history_list2 {height: 160px; padding-top:5px;}
  425. .scroll_area li.history_list2 label{min-width:95px; display:inline-flex;}
  426. .scroll_area li.history_list3 {height: 160px; padding-top:5px;}
  427. .scroll_area li.history_list3 .btn_check {height:158px; margin-top:-5px; width:90%; float:right; padding-top:7px; }
  428. .scroll_area li.history_list4 {height: 150px; padding-top:4px;}
  429. .scroll_area li.history_list5 {height: 65px; padding-top:5px;}
  430. .scroll_area li.history_list8 {height: 100px; padding-top:5px;}
  431. .scroll_area li.history_list6 {height: 110px; padding-top:5px;}
  432. .scroll_area li.history_list7 {height: 120px; padding-top:5px;}
  433. .scroll_area li .history_info {width: auto;}
  434. .scroll_area li .left {width:100%; height:28px; margin-top:0px;}
  435. .scroll_area li .left div {display: inline-block;}
  436. .scroll_area li .left label{font-size: 1.1rem;}
  437. .scroll_area li .left .thick {float:left; margin: 8px 20px; font-size: 1rem; text-align: left; width: 50%; font-weight: 600;}
  438. .scroll_area li .left .history {font-weight: 700; font-size: 1.1rem; margin-top:-2px;}
  439. .scroll_area li .left .history input{width: 150px;}
  440. .scroll_area li .detail_line {width: 100%; height:25px; display: inline-block;}
  441. .scroll_area li .detail_left {float: left;}
  442. .scroll_area li .detail_left .detail_info {margin: 5px 10px;}
  443. .scroll_area li .detail_left .detail_info div {width: auto; font-size: 14px; font-weight: 700;}
  444. .scroll_area li .detail_left .detail_info i {width: auto; font-size: 1rem; margin: 0 20px;}
  445. .scroll_area li .detail_left .detail_info label {position:absolute; width: auto; font-size: 14px;}
  446. .scroll_area li .detail_right {float: right;}
  447. .scroll_area li .detail_right .detail_info {margin: 5px 25px;}
  448. .scroll_area li .detail_right .detail_info label {margin: 5px 30px; font-size: 2rem;}
  449. .scroll_area li .detail_right .detail_info div {width: auto; font-size: 14px; font-weight: 100;}
  450. .scroll_area li .detail_right .detail_info i {width: auto; font-size: 1rem; margin: 0 20px;}
  451. .scroll_area li .left .nomal {position:relative; left:50%; transform: translateX(-50%); width: 330px; height:28px; float:left; text-align: left; font-size: 1.2rem;}
  452. .scroll_area li .left .nomal.btn {width:290px; left:44%; padding:0;}
  453. .scroll_area li .left .nomal .half {float:left;}
  454. .scroll_area li .left .nomal .half label {min-width:auto;}
  455. .scroll_area li .left .nomal .half div {min-width:auto; margin-right:5px; margin-top:0;}
  456. .scroll_area li .left .nomal input{width: 73px; height:28px; top:-5px; position:relative;}
  457. .scroll_area li .scroll_btn {width:10%; height:158px; margin-top:-5px; display:inline-flex;}
  458. .scroll_area li .scroll_btn input {width:15px; margin:auto 10px;}
  459. .scroll_area li .scroll_btn input:checked ~ .scroll_btn {background:#eee;}
  460. .scroll_area li .left .nomal .lit{font-size:11pt;}
  461. .scroll_area li .left .nomal div.lit {padding-right:2px;}
  462. .scroll_area li .left .nomal span {position:relative; top:-5px; margin:0 2px; font-size:15px; font-weight:700;}
  463. .scroll_area li .left .nomal span.mg0 {margin:0;}
  464. .scroll_area li .left .nomal .btn_bar{position: relative; width: auto; font-size: 2.2rem;}
  465. .scroll_area li .left .nomal .btn_bar button{width: 25px; height: 30px; font-size: 1rem; padding: 0;}
  466. .scroll_area li .left .nomal .btn_bar .col_0{min-width: auto; margin: 5px 20px;}
  467. .scroll_area li .left .nomal .m_btn_bar{position: relative; display:inline-flex; width: 100px; height:25px; font-size: 12pt;}
  468. .scroll_area li .left .nomal .m_btn_bar button{width: 20px; height: 25px; font-size: 12pt; padding: 0; border:1px solid #E0B8AB; background: #e1cac1; color:#fff;}
  469. .scroll_area li .left .nomal .m_btn_bar button div{position:relative; width:10px; top:-2px; left:2px;}
  470. .scroll_area li .left .nomal .m_btn_bar .col_0{width: 40px; text-align:center; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB;}
  471. .scroll_area li .left .nomal label{position:relative; top:-5px; font-size:12pt; font-weight:100; min-width:75px; text-align:left;}
  472. .scroll_area li .left .nomal label.sub_info{min-width: auto; display: inline-flex;}
  473. .scroll_area li .left .nomal label.col_0{min-width: auto;}
  474. .scroll_area li .left .nomal label.col_1{min-width: 45px;}
  475. .scroll_area li .left .nomal label.col_3{min-width: 60px;}
  476. .scroll_area li .left .nomal label.col_2{width: 95px;}
  477. .scroll_area li .left .nomal i{width: 50px; text-align: center;}
  478. .scroll_area li .left .nomal div{text-overflow:ellipsis; overflow:hidden; white-space:nowrap; text-align:left; font-weight: 700; font-size: 12pt; width:73px;}
  479. .scroll_area li .left .nomal .full{width:240px;}
  480. .scroll_area li .left .nomal .col_0{width:auto;}
  481. .scroll_area li .left .nomal .col_6{width:60px;}
  482. .scroll_area li .left .nomal .col_7{width:74px;}
  483. .scroll_area li .left .nomal .col_75{width:75px;}
  484. .scroll_area li .left .nomal .col_8{width:80px;}
  485. .scroll_area li .left .nomal .col_9{width:90px;}
  486. .scroll_area li .left .nomal .col_10{width:100px;}
  487. .scroll_area li .right {margin: 22px 10px 22px 0; position: relative; display: flex; height:30px; font-size: 1.4rem; font-weight: 700; float: right;}
  488. .scroll_area li .right .num {padding:2px 22px; width: auto; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB; background:#fff; font-size:14pt;}
  489. .scroll_area li .right .fnnum {margin:5px 30px; font-size:14pt;}
  490. .scroll_area li .right button {background:#e1cac1; color:#fff; border:1px solid #E0B8AB; padding:0px 7px; font-size: 16px; border-radius: 0px;}
  491. .scroll_area li .right button:hover {background:#FCD5C1;}
  492. /* ITP_FOOTER */
  493. #ITP_FOOTER .itp_modal {z-index:10000;}
  494. #ITP_FOOTER .itp_modal .modal-header {padding:12px 15px 12px 15px; background:#337ab7; cursor:move;}
  495. #ITP_FOOTER .itp_modal .modal-header .close {color:#fff; opacity:1;}
  496. #ITP_FOOTER .itp_modal .modal-title {font-size:16px; color:#fff;}
  497. #ITP_FOOTER .itp_modal .itp_alert_txt {font-size:15px; padding:15px 0 10px 0;}
  498. #ITP_FOOTER .itp_modal .itp_form .form-group {margin-bottom:10px;}
  499. #ITP_FOOTER .itp_modal .itp_form .form-control {font-size:13px; color:#333;}
  500. #ITP_FOOTER .itp_modal .itp_form .itp_lb {font-size:13px; padding-top:5px; padding-right:0; color:#333; position:relative;}
  501. #ITP_FOOTER .itp_modal .itp_form .itp_ip {padding-left:0; padding-right:0;}
  502. #ITP_FOOTER .itp_modal .itp_form .itp_ip_offset {padding-left:15px;}
  503. #ITP_FOOTER .itp_modal .itp_form .itp_input {height:28px; padding:3px 9px;}
  504. #ITP_FOOTER .itp_modal .itp_form .itp_check {margin-top:7px;}
  505. #ITP_FOOTER .itp_modal .itp_form select.itp_input {padding-left:4px; margin-top:-2px;}
  506. #ITP_FOOTER .itp_modal .itp_form .itp_btn {padding:4px 10px; background:#fff;}
  507. #ITP_FOOTER .itp_modal .itp_form .input-daterange .input-group-addon {padding:3px 5px;}
  508. #ITP_FOOTER .itp_modal .itp_form .itp_date_to {background:#fff;}
  509. #ITP_FOOTER .itp_modal .itp_form .itp_lb.itp_required:before {content:'*'; color:#a94442; position:absolute; top:8px; left:8px;}
  510. #ITP_FOOTER .modal.in .modal-dialog {
  511. -webkit-transform:translate(0, calc(50vh - 50%));
  512. -ms-transform:translate(0, 50vh) translate(0, -50%);
  513. -o-transform:translate(0, calc(50vh - 50%));
  514. transform:translate(0, 50vh) translate(0, -50%);
  515. }
  516. /* 수발주 결제 테이블 css */
  517. #ITP_FOOTER .itp_modal .itp_mg_btm {margin-bottom:0 !important;}
  518. #ITP_FOOTER .itp_modal .itp_pd_none {padding:0;}
  519. #ITP_FOOTER .itp_modal .itp_mg_top {margin-top: 10px;}
  520. #ITP_FOOTER .itp_modal .itp_form .itp_mlb {font-size:13px; height:42px; text-align:left; padding:12px 5px 8px 10px; color:#333; border:1px solid #ccc;}
  521. #ITP_FOOTER .itp_modal .itp_form .itp_mip {padding: 8px 5px 4px 12px; height:42px; text-align: left; font-size: 16px; border:1px solid #ccc;}
  522. @media screen and (min-width: 550px) {
  523. .content .line div.date_to input {width:47%}
  524. .modal-dialog {margin:auto 20% !important;}
  525. .scroll_area li .left_info .thick {width: 90%;}
  526. .content .line .search_wrap select {width:78%;}
  527. }
  528. @media screen and (min-width: 363px) {
  529. section .popup2 .content .line.ml_10 {left:20px;}
  530. }
  531. @media screen and (max-width: 362px) {
  532. section .popup2 .content .line.mt_5 {top:-40px;}
  533. }
  534. @media screen and (max-width: 380px) {
  535. section .popup2 .barcode_area {width: 250px; height: 250px;}
  536. /* section .popup2 .pop .popup_scroll li .scroll_left .mg_0 {margin:0; width:100px;}
  537. .type_hide {display:none;}
  538. section .popup2 .pop .popup_scroll li .scroll_left .mg_0 div {margin:0; padding: 4px 8px 0px 2px;} */
  539. }
  540. @media screen and (min-width: 630px) {
  541. .content .line {margin:0 100px -10px 100px;}
  542. }
  543. @media screen and (max-height: 720px) {
  544. #ITP_LOGIN {position:fixed; top:80px; max-width: 500px; margin: 0 auto;}
  545. .bg_gray {position:relative; top:-90px;}
  546. .scroll_area {height: 58vh;}
  547. section .popup2 .pop .popup_scroll {height: 65%;}
  548. }
  549. @media screen and (max-height: 550px) {
  550. section .popup2 .pop .popup_scroll {height: 50%;}
  551. }
  552. /* 알림 팝업 추가 */
  553. .modal {position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; outline: 0;}
  554. .itp_modal {z-index: 10000;}
  555. .modal-dialog {position: relative; width: auto; margin: 10px; /* top: 50%; transform: translateY(-50%); */}
  556. .modal-dialog .line {display:flex;border:1px solid #aaa; border-bottom:none; height:40px;}
  557. .modal-dialog .border{border-bottom:1px solid #aaa;}
  558. .modal-dialog .border .label_box {height:38px !important;}
  559. .modal-dialog .line .label_box {padding:8px; width:100px; height:39px; background:#eee; border-right:1px solid #aaa;}
  560. .modal-dialog .line .label_box label {font-size:14px; font-weight:100;}
  561. .modal-dialog .line .info_box {width: calc(100% - 100px); padding:10px; display:flex;}
  562. .modal-dialog .line .info_box .email {width:30%;}
  563. .modal-dialog .line .info_box input{position:relative; top:-4px; width:100%; height:27px; margin:0;}
  564. .modal-dialog .line .info_box select{position:relative; top:-4px; width:100%; height:27px;}
  565. .modal-dialog .line .info_box div{text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width:100%; text-align:left; font-size:14px; font-weight:100;}
  566. .modal-content {position: relative; background-color: #fff; background-clip: padding-box; border: 1px solid #999; border: 1px solid rgba(0,0,0,.2); border-radius: 6px; outline: 0; box-shadow: 0 3px 9px rgb(0 0 0 / 50%);}
  567. .modal-header {min-height: 16.43px; padding: 15px; border-bottom: 1px solid #e5e5e5; color:#fff; padding: 12px 15px 12px 15px; background: #337ab7; cursor: move;}
  568. .modal-header .close { margin-top: -2px; color: #fff; opacity: 1;}
  569. button.close {-webkit-appearance: none; padding: 0; cursor: pointer; background: 0 0; border: 0;}
  570. .close {float: right; font-size: 21px; font-weight: 700; line-height: 1; text-shadow: 0 1px 0 #fff;}
  571. .modal-body {position: relative; padding: 15px; }
  572. .modal-body .text_area{padding-bottom:20px; }
  573. .modal-footer {padding: 15px; text-align: right; border-top: none;}
  574. .modal-footer .pop_btn_bar {float:right; margin-top:12px;}
  575. .modal-footer .btn {border-radius:6px; padding: 6px 12px;}