style.css 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414
  1. @font-face { font-family: 'NanumBarunGothic';src: url('../fonts/NanumBarunGothic.eot');src: url('../fonts/NanumBarunGothic.eot') format('embedded-opentype'),url('../fonts/NanumBarunGothic.woff') format('woff');}
  2. * {margin: 0; padding: 0; box-sizing: border-box; text-align: center; font-family: 'NanumBarunGothic', 'serif'; list-style: none;}
  3. section {}
  4. body{background: #fff; position: relative; width: 100%; height: auto;}
  5. .color-gray {color:#aaa;}
  6. /* 팝업 */
  7. section .popup { position: fixed; width: 100%; height: 100%; background: transparent; z-index: 11;}
  8. section .popup .pop { position: absolute; top: 45%; left: 50%; transform: translate(-50%,-50%); width: 70%; height: 250px; padding-top: 30px; background: #fff; border: 2px solid #000; border-top-left-radius: 10px; border-top-right-radius: 10px;}
  9. section .popup .pop label.pop_label {position:relative; top:10px; font-size: 1.2rem;}
  10. section .popup .pop .pop_line { width: 100%; height: 30px;}
  11. section .popup .pop .pop_line label { font-size: 1.2rem; margin-left: 20px; float: left; width: auto; text-align: left;}
  12. section .popup .pop .pop_line div {text-align: right; float: right; font-size: 1.2rem; margin-right: 20px; width: auto;}
  13. section .popup .pop .popup_btn { position: absolute; background-color: #ccc; bottom: 0; width: 100%; height: 51px; border-top: 2px solid #000;}
  14. section .popup .pop .popup_btn button { position: relative; float: left; width: 100%; height: 50px; font-size: 1rem; font-weight: 700; border-radius: 0px; border: none;}
  15. section .popup .pop .popup_btn button.ok { width: 64%; border-left: 2px solid #000;}
  16. section .popup .pop .popup_btn button.cancel {width: 36%;}
  17. section .popup2 {position: fixed; width: 100%; height: 100%; background: rgba(200, 200,200, 0.8); z-index: 11;}
  18. section .popup2 .content {position: fixed; z-index: 10; width:100%; background: #fff;}
  19. section .popup2 .barcode {width: 100%;}
  20. section .popup2 .barcode_area {width: 300px; height: 300px; margin: auto; background: #fff; border: 1px solid #000; margin-top: 10%;}
  21. section .popup2 .barcode h1{text-align: left; width: 85%; font-size: 1.1rem; margin:auto; margin-top: 20%;}
  22. section .popup2 .btn_barcode {margin-top: 20%;}
  23. section .popup2 .btn_barcode button {width: 35%; height: 50px; font-size: 1rem;}
  24. section .popup2 .pop { position: absolute; top: 45%; left: 50%; transform: translate(-50%,-50%); width: 95%; height: 85%; background: #fff; border: 2px solid #000;}
  25. section .popup2 .pop .header {position: relative; height: 50px; background: rgb(204, 225, 240); border-bottom: 1px solid #000;}
  26. section .popup2 .pop .header .header_left {float: left; padding-top: 5px; padding-left: 15px;}
  27. section .popup2 .pop .header .header_left label {font-size: 1.4rem;}
  28. section .popup2 .pop .header .header_right {float: right; padding-right: 10px;}
  29. section .popup2 .pop .header .header_right button {border: none; background: transparent;}
  30. section .popup2 .pop .header .header_right button img {width:30px; height:30px;}
  31. section .popup2 .pop .search_bar {width: 100%; height: 50px; padding: 10px;}
  32. section .popup2 .pop .search_bar input {width: 80%; height: 40px; float: left;}
  33. section .popup2 .pop .search_bar button {float: right; border: none; padding-top:3px;}
  34. section .popup2 .pop .search_bar button img {width: 30px; height: 30px;}
  35. 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;}
  36. section .popup2 .pop .search_bar button.btn_blue {float: right; width: 100px; height: 35px; background:rgb(46, 46, 248); color: #fff; font-size: 1rem; padding: 0; border: 1px solid #000;}
  37. section .popup2 .pop .search_item_bar {width:100%; margin-top:10px;}
  38. section .popup2 .pop .search_item_bar input {width:22%; border-radius:2px;}
  39. section .popup2 .pop .search_item_bar select {width:22%;border-radius:2px;}
  40. section .popup2 .pop .search_btn_bar {width:100%; height:50px; margin-top:10px; margin-right:10px;}
  41. section .popup2 .pop .search_btn_bar .btn_right {float:right; margin-right:10px;}
  42. section .popup2 .pop .search_btn_bar .btn_right button img{width:18px; height:18px; margin-right:2px;}
  43. section .popup2 .pop .search_btn_bar .btn_right button {height:35px; padding:5px 8px; font-size:12px; border-radius:3px; border:1px solid #333;}
  44. section .popup2 .pop table{width:98%; margin:0 1%;}
  45. section .popup2 .pop table tbody th {height:50px; font-size:16px;}
  46. section .popup2 .pop table tbody input{width:15px;}
  47. section .popup2 .pop .popup_scroll {position: relative; width: 100%;height: 720px; overflow: auto;}
  48. section .popup2 .pop .popup_scroll li {list-style: none; width: 99%; height: 50px; border: 1px solid #000; margin: 0 auto;}
  49. section .popup2 .pop .popup_scroll li.row_2 {height: 80px;}
  50. section .popup2 .pop .popup_scroll li .left {position: relative; float: left;}
  51. section .popup2 .pop .popup_scroll li .left .check_box {width:30px; float:left; height:80px; padding-left:5px; padding-top:20px;}
  52. section .popup2 .pop .popup_scroll li .left div {display: inline-block;}
  53. section .popup2 .pop .popup_scroll li .left label{font-size: 2.5rem;}
  54. 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;}
  55. section .popup2 .pop .popup_scroll li .left .nomal {float: left; margin: 15px 0px 0px 15px; font-size: 1.2rem; text-align: left; width: 100%;}
  56. section .popup2 .pop .popup_scroll li .left .history {font-weight: 700; font-size: 2.4rem; margin-left: 20px;}
  57. section .popup2 .pop .popup_scroll li .left .history input{width: 150px;}
  58. section .popup2 .pop .popup_scroll li .scroll_left {float: left;}
  59. section .popup2 .pop .popup_scroll li .scroll_left div {float: left; font-size: 0.8rem; font-weight: 700; width: auto; margin: 15px 10px;}
  60. section .popup2 .pop .popup_scroll li .scroll_right {float: right;}
  61. section .popup2 .pop .popup_scroll li .scroll_right button {width: 60px; height: 40px; padding: 0; background: rgb(198, 170, 250); border-radius: 10px; font-size: 0.8rem; margin:4px 10px;}
  62. section .popup2 .pop .popup_scroll li .right {position: relative; display: flex; font-size: 1.6rem; font-weight: 700; float: left; top:20px;}
  63. section .popup2 .pop .popup_scroll li .right .num {margin: 0 20px; width: auto;}
  64. section .popup2 .pop .popup_scroll li .right button {padding: 5px; font-size: 1rem; border-radius: 0px;}
  65. 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);}
  66. section .popup2 .pop .content .line button {width: 40%; height: 35px;font-size: 1rem; padding: 0; margin: 0 10px;}
  67. section .popup2 .list_line {width:98%; float:left; height:50px;display: inline-flex; margin:0 1%; font-size:12px;}
  68. section .popup2 .border {border-bottom: 1px solid #000 !important;}
  69. section .popup2 .list_line .list_label {width:30%;border:1px solid #000; height:50px; padding-top:17px; border-bottom:none; background:#eee;}
  70. section .popup2 .list_line .list_info {width:70%;height:50px; border:1px solid #000; padding-top:17px; border-left:none; border-bottom:none;}
  71. section .popup2 .list_line .list_info input{width:90%;}
  72. section .popup2 .list_line .mail input {width:30%;}
  73. section .popup2 .list_line .mail select {width:30%;}
  74. section .popup2 .list_line .list_info .pay_info {text-align:left; padding-left:17px;}
  75. section .popup2 .list_line .line_right {float:right; width:70%;}
  76. section .popup2 .list_line .line_right select {width:200px; float:right;}
  77. section .popup2 .list_line .line_right input {width:200px; float:right;}
  78. section .popup2 .list_line .info{width:30%; padding-top:10px; padding-left:20px; text-align:left;}
  79. section .popup2 .search .left {width:20%; float:left; margin-left:20px;}
  80. section .popup2 .search .right {width:20%; float:right; margin-right:20px;}
  81. section .popup2 .search .left button,
  82. section .popup2 .search .right button {width:100%;}
  83. section .popup3 { position: fixed; width: 100%; height: 100%; background: transparent; z-index: 11;}
  84. section .popup3 .content {position: fixed; z-index: 10; width:100%; height:596px; background: #fff;}
  85. section .popup3 .content label{width:120px; margin-top:7px;}
  86. section .popup3 .content div{font-weight:100;}
  87. section .popup3 .pop { position: absolute; top: 37%; left: 50%; transform: translate(-50%,-40%); width: 90%; height: 85%; background: #fff; border: 2px solid #000;}
  88. section .popup3 .pop .header {position: relative; height: 50px; background: rgb(204, 225, 240); border-bottom: 1px solid #000;}
  89. section .popup3 .pop .header .header_left {float: left; padding-top: 5px; padding-left: 20px;}
  90. section .popup3 .pop .header .header_left label {font-size: 1.4rem;}
  91. section .popup3 .pop .header .header_right {float: right; padding-right: 10px;}
  92. section .popup3 .pop .header .header_right button {border: none; background: transparent;}
  93. section .popup3 .pop .header .header_right button img {width:30px; height:30px;}
  94. /* 버튼 */
  95. button {background-color: #fff; padding: 10px;}
  96. button.btn-primary {color: #fff; background-color: #337ab7; border: 1px solid #000;font-weight: 700;}
  97. button.btn-yellow {color: #fff; background-color: rgb(255, 183, 0); border: 1px solid #000;font-weight: 700;}
  98. button.btn-gray {color: #fff; background-color: gray; border: 1px solid #000;font-weight: 700;}
  99. button.btn-danger {color: #fff; background-color: rgb(247, 76, 76); border: 1px solid #000;font-weight: 700;}
  100. button.btn-green {color: #fff; background-color: #5cb85c; border: 1px solid #000;font-weight: 700;}
  101. button:hover {background: rgb(229, 248, 202); color: #000;}
  102. /* 실행,로딩 */
  103. body.eee {height: 700px; background: #eee;}
  104. .app_run {background: #ccc; width: 100%; height: 100%;}
  105. .app_run .loding .start {position: absolute; width: 100%; top: 20%;}
  106. .app_run .loding .start h2 {font-size: 1rem;}
  107. .app_run .loding .start h1 {font-size: 2rem;}
  108. .app_run .loding .cap {position: absolute; width: 100%; top: 50%; transform: translateY(50%);}
  109. .app_run .loding .cap h3 {font-size: 1rem; color: #666;}
  110. .brand_name {position: absolute; width: 100%; bottom: 0%; font-size: 1.6rem;}
  111. /* 업그레이드 , */
  112. .upgrade { padding-top: 50%;}
  113. .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;}
  114. .upgrade .info h1 { position: relative; font-size: 1rem; margin: 5px; top: 20%;}
  115. .upgrade .info h2 { position: relative; font-size: 0.8rem; margin: 5px; top: 30%;}
  116. .upgrade .btn { position: relative; display: block; background-color: #fff; margin: 0 auto; width: 70%; height: 50px;}
  117. .upgrade .btn button {border-radius: 0px;position: relative;border: 1px solid #000; padding: 0; float: left;display: block;height: 50px;font-size: 1.2rem;}
  118. .upgrade .btn .info_btn1 button{border-right: none;width: 35%;color: #000;background-color: #f5f5f5;}
  119. .upgrade .btn .info_btn2 button {width: 65%;color: #ccc;background-color: blue;}
  120. /* 로그인 */
  121. #ITP_LOGIN {max-width: 500px; margin: 0 auto;}
  122. #ITP_LOGIN .login_popup {position: relative; width: 100%; top: 80px; text-align: center;}
  123. #ITP_LOGIN .login_popup h1 { font-size: 1.5rem; color: #333; font-weight: normal;}
  124. #ITP_LOGIN .login_popup input { position: relative; height: 30px; font-size: 2.2rem;}
  125. #ITP_LOGIN .login_popup .login_info { margin-bottom: 100px;}
  126. #ITP_LOGIN .login_popup .num_area { position: relative; width: 100%; margin-bottom: 40px;}
  127. #ITP_LOGIN .login_popup .num_area .input_area {margin-bottom: 10px;}
  128. #ITP_LOGIN .login_popup .num_area .input_area input {width:52%; font-size: 0.8rem; }
  129. #ITP_LOGIN .login_popup .num_area .input_area button {font-weight: 700; margin-left: 0.1%; width: 16.5%; height: 40px; background-color: blue; color: #eee; font-size: 1rem; padding: 0;}
  130. #ITP_LOGIN .login_popup .num_area .brand_list select {padding-left: 10px; width: 70%; height: 40px; font-size: 0.8rem; background: url(../img/down.png)no-repeat 100% 50%/40px auto; -webkit-appearance:none; appearance:none;}
  131. #ITP_LOGIN .login_popup .num_area .brand_list select option {text-align: left; width: 70%; height: 50px; border: 1px solid #000; font-size: 20px;}
  132. #ITP_LOGIN .login_page {position: relative; width: 100%; margin-bottom: 30px;}
  133. #ITP_LOGIN .input_area {position: relative; width: 100%; margin-bottom: 10px;}
  134. #ITP_LOGIN .input_area input {width: 70%; height: 40px; position: relative; padding: 10px; text-align: left; border:1px solid #666; font-size: 0.7rem; color: #000; outline: none; margin:0;}
  135. #ITP_LOGIN .input_area label {position: absolute; left: 18%; top: 12px; font-size: 1rem; transition: all .5s ease;}
  136. #ITP_LOGIN .input_area input:focus + label,
  137. #ITP_LOGIN .input_area input:valid + label {top: 2px; left: 16%; font-size: 0.6rem; color: blue;}
  138. #ITP_LOGIN .error {margin: 0 auto; margin-top: 100px;}
  139. #ITP_LOGIN .error label {font-size: 1rem;}
  140. #ITP_LOGIN .login_btn {position: absolute; bottom: 0; left: 0;}
  141. #ITP_LOGIN .login_btn button {
  142. font-weight: 700;
  143. position: fixed;
  144. background-color: #aaa;
  145. color: #eee;
  146. bottom: 0px;
  147. width: 100%;
  148. height: 60px;
  149. border-top: 1px solid #000;
  150. font-size: 1.2rem;
  151. }
  152. /* 메인화면 */
  153. @media screen and (min-width:300px) and (max-width:430px) {
  154. .footer button {margin: 0 15px;}
  155. }
  156. .main {margin-top: 70px; height: 500px;}
  157. .main .wicon label {font-size: 1.2rem;}
  158. .main .wicon {width: 380px; margin: 0 auto;}
  159. .main .wicon button {border: 1px solid #333; margin: 8px 20px; background-color: #ccc; width: 150px; height:150px;border-radius: 30px;}
  160. .main .wicon .icon_left {float: left;}
  161. input {margin-top: 3px; border: 1px solid #000; margin-top: -2px; height: 36px; font-size: 0.8rem; text-align: left; padding:0 15px;}
  162. select {border: 1px solid #000; height: 35px; font-size: 1rem; text-align: left; padding:0 15px;}
  163. input .day {margin: 18%; width: 45%; height: 80px; float: right;}
  164. /* 공통화면 */
  165. #ITP_WRAPPER header {position: fixed;top: 0;width: 100%;height: 55px;background-color:#92c7f6;align-items: center;border-bottom: 1px solid #000;z-index: 11;}
  166. #ITP_WRAPPER header .header_wrap {width: 100%; height: 55px; margin: 0 auto;}
  167. #ITP_WRAPPER header .header_wrap .menu_logo button {width: 40px; height: 40px; float: left; padding: 0; background: transparent; border: none; margin-top: 7px; margin-left: 7px;}
  168. #ITP_WRAPPER header .header_wrap .menu_logo button img {width: 35px; height: 35px; margin: 0; border-radius: 0; border: none;}
  169. #ITP_WRAPPER header .header_wrap img.brand {float: right; height: 45px; margin: 5px; border-radius: 50%; border: 1px solid #666;}
  170. #ITP_WRAPPER header .header_wrap label{ margin-top: 15px; width: 50px; height: 25px; font-size: 1rem;float: left; color: #fff;}
  171. #ITP_WRAPPER header .header_wrap .name_info {width: auto; float: right;}
  172. #ITP_WRAPPER header .header_wrap .name_info label {width: auto; font-size: 1.1rem; }
  173. #ITP_WRAPPER header .header_wrap .logout {float: right; width: 60px;}
  174. #ITP_WRAPPER header .header_wrap .logout button { margin: 3px 0px; padding: 0px; width: 50px; height: 50px; border-radius: 15px; font-size: 0.8rem;}
  175. /* 메뉴바 */
  176. #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;}
  177. #ITP_MENU .menu_area button {float: right; width: 20px; height: 20px; padding: 0; background: transparent; border: none;}
  178. #ITP_MENU .menu_area button img {float: right; width: 40px; height: 40px; margin: 7px;}
  179. #ITP_MENU .menu_bar {position: fixed; width: 80%; height: 100%; left: -0%; top: 0; background: #fff; opacity: 1; z-index: 13; transition: all 0.5s;}
  180. #ITP_MENU .menu_bar .menu_header {width: 100%; height: 100px; border-bottom: 1px solid #000 ;}
  181. #ITP_MENU .menu_bar .menu_header .brand_img {position: absolute; width: 50px; height: 50px; margin: 20px 0 0 20px;}
  182. #ITP_MENU .menu_bar .menu_header .brand_img img {width: 50px; height: 50px; border: 1px solid #000; border-radius: 5px;}
  183. #ITP_MENU .menu_bar .menu_header .user_info {position: absolute; width: 120px; margin-left: 70px; margin-top: 20px; float: left;}
  184. #ITP_MENU .menu_bar .menu_header .user_info div {position: absolute; width: 70px; margin-right: 10px; font-weight: 700;}
  185. #ITP_MENU .menu_bar .menu_header .user_info div.id {font-weight: normal; color: #666; margin-left: 10px; margin-top: 5px;}
  186. #ITP_MENU .menu_bar .menu_header .user_info label {width: auto; margin-left: 58px;}
  187. #ITP_MENU .menu_bar .menu_header .setting {float: right;}
  188. #ITP_MENU .menu_bar .menu_header .setting button {width: 30px; height: 30px; padding: 0; background: #666; border-radius: 5px; margin: 30px 20px 0 0;}
  189. #ITP_MENU .menu_bar .menu_header .setting button img {width: 20px; height: 20px;}
  190. #ITP_MENU .menu_bar .menu_select {width: 100%; height: 100%;}
  191. #ITP_MENU .menu_bar .menu_select ul {height: auto;}
  192. #ITP_MENU .menu_bar .menu_select ul .panel_list .panel_heading {text-align: left; padding: 15px 0 15px 20px; background: #eee; font-weight: 700; border-bottom: 1px solid #000; font-size: 1.1rem;}
  193. #ITP_MENU .menu_bar .menu_select ul .panel_list .panel_heading .ver {letter-spacing: 3px; margin-left: 10px; font-weight: normal; }
  194. #ITP_MENU .menu_bar .menu_select ul .panel_list .panel_heading .show {float: right; margin-right: 20px; color: #337ab7; font-size: 0.9rem;}
  195. #ITP_MENU .menu_bar .menu_select ul .panel_list .panel_body .itp_svg_in {padding: 10px 0 10px 30px; text-align: left; border-bottom: 1px solid #000;}
  196. #ITP_MENU .menu_bar .menu_select ul .panel_list .panel_body .itp_svg_in i {width: 30px; height: 30px;}
  197. #ITP_MENU .menu_bar .menu_select ul .panel_list .panel_body .itp_svg_in i img{width: 15px; height: 15px;}
  198. /* 컨텐츠 화면 */
  199. .fix {
  200. width: 100%;
  201. padding-top: 50px;
  202. font-size: 2rem;
  203. }
  204. .content {top: 55px; position: fixed; z-index: 10; width:100%; background: #fff;}
  205. .content .line {position: relative; display: inline-block; width: 100%; height: 35px; margin-bottom: 0px;}
  206. .content .line div {font-weight: 700;}
  207. .content .line label {font-size: 1.2rem; margin-left: 10px; float: left; text-align: left; margin-top: 12px;}
  208. .content .line label.pay_label {margin:38px 1%; width:98%;}
  209. .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;}
  210. .content .line .search_nm {float: right; margin-right: 2%;}
  211. .content .line .search_wrap {float:right; margin-right:10px;}
  212. .content .line .float_left {float: left;}
  213. .content .line .float_left.note {width: 100%; padding: 10px;}
  214. .content .line .float_left.note textarea {width: 100%; height: 100px; border: 1px solid #000; text-align: left;}
  215. .content .line .float_left div {font-size: 1rem; margin-top: 8px;}
  216. .content .line .float_left_btn {float: left; margin-top: 5px; margin-left: 5px;}
  217. .content .line .float_left_btn button {padding:0; width:36px; height:36px; border-radius:5px;}
  218. .content .line .float_left_btn button img {width:20px; height:20px;}
  219. .content .line .float_left select {float: left; width: 150px; height: 30px; margin-top: 7px; border: 1px solid #000; font-size: 1rem;}
  220. .content .line .line_right {font-size: 2rem; float: right; margin-right: 0%;}
  221. .content .line .line_right div {float: right; font-size: 1.2rem; margin-top: 12px; margin-right: 30px;}
  222. .content .line .line_right input {position: relative; text-align: right; margin-right: 84px;}
  223. .content .line .line_right input.m9 {margin-right:93px;}
  224. .content .line .line_right input.left {text-align: left;}
  225. .content .line .line_right input.mg0 {margin-right:10px;}
  226. .content .line .line_right select.m9 {margin-right:83px;}
  227. .content .line .line_right input.date{width:140px; margin-right:132px; height:35px;}
  228. .content .line .line_right select {float: right; width: 180px; height: 30px; margin-top: 7px; border: 1px solid #000; font-size: 1rem; margin-right:93px;}
  229. .content .line input.date {width: 40%; margin: 10px; height: 40px; float: right; margin-right: 3%;}
  230. .content .line input.date2 {width: 140px; height: 30px; margin-right:133px;}
  231. .content .line div.date_to {float: right; margin-right:10px;}
  232. .content .line div.date_to input.year {width: 120px; height: 30px;}
  233. .content .line div.date_to div.at {width: 3%; font-size: 1rem; float: right; display: contents;}
  234. .content .line .search {width: 100%; height: 50px;}
  235. .content .line .search button {width: 50%; height: 35px; font-size: 1rem; padding: 0;}
  236. .content .line .search button.col_3 {width: 25%; margin:0 12px;}
  237. .content .list_line {width:98%; float:left; height:50px;display: inline-flex; margin:0 1%; font-size:12px;}
  238. .content .border {border-bottom: 1px solid #000 !important;}
  239. .content .list_line .list_label {width:30%;border:1px solid #000; height:50px; padding-top:17px; border-bottom:none; background:#eee;}
  240. .content .list_line .list_info {width:70%;height:50px; border:1px solid #000; padding-top:17px; border-left:none; border-bottom:none;}
  241. .content .list_line .list_info input{width:90%;}
  242. .content .list_line .mail input {width:30%;}
  243. .content .list_line .mail select {width:30%;}
  244. .content .list_line .list_info .pay_info {text-align:left; padding-left:17px;}
  245. .content .table_header {margin: 0 auto; width: 100%; height: 50px; background-color: #92c7f6; position: fixed; z-index: 10; border-bottom: 1px solid #000; border-top: 1px solid #000;}
  246. .content .table_header h1 {margin-top: 12px; margin-left: 10px; font-size: 1.2rem; float: left; color: #fff; font-weight: 100;}
  247. .content .table_header button {float: right; width: 111px; font-size: 1rem; padding: 5px 20px; margin: 8px;}
  248. .detail_content {top: 0px; position: fixed; z-index: 10; width:100%; background: #fff;}
  249. .detail_content .detail_header {width: 100%; height: 80px; padding-top:65px}
  250. .detail_content .detail_header .detail_logo {float: left;}
  251. .detail_content .detail_header .detail_logo img {width: 70px; margin-left: 15px;}
  252. .detail_content .detail_header .detail_ok {float: left;}
  253. .detail_content .detail_header .detail_ok label {margin-left: 50px; font-size: 1.6rem; font-weight: 700;}
  254. .detail_content .detail_confirmation {height: 260px; }
  255. .detail_content .detail_confirmation .detail_col {float: left; width: 100%; display: inline-flex; margin-left: 15px; margin-bottom: 10px;}
  256. .detail_content .detail_confirmation .detail_col label{font-size: 1rem; font-weight: 700; float: left; width: 100px; text-align: left;}
  257. .detail_content .detail_confirmation .detail_col i{font-size: 1rem; font-style:normal; width: 1%; text-align: right; margin-right: 10px;}
  258. .detail_content .detail_confirmation .detail_col div{font-size: 1rem; width: auto; text-align: left;}
  259. .detail_content .detail_company_info {height:150px;}
  260. .detail_content .detail_company_info label{font-size: 1rem; font-weight: 600;}
  261. .detail_content .detail_company_info .weight {margin-bottom: 20px;}
  262. .detail_content .detail_company_info .weight label{font-size: 1.2rem; font-weight: 700;}
  263. .detail_content .detail_company_info div{font-size: 1rem;}
  264. .detail_content .detail_company_info .info_left {width: 50%; height: 150px; float: left;}
  265. .detail_content .detail_company_info .info_left .company_info {width: 100%; float: left; display: flex; margin-left: 15px; margin-top:3px;}
  266. .detail_content .table_header {margin: 0% auto; width: 100%; height: 45px; background-color: skyblue; align-items: center; position: fixed; z-index: 10;}
  267. .detail_content .table_header h1 {margin-top: 12px; margin-left: 15px; font-size: 1.2rem; float: left;}
  268. .detail_content .table_header button {float: right; width: 200px; font-size: 2rem; padding: 5px 20px; margin: 20px;}
  269. /* select.stcd {
  270. float: left;
  271. width: 300px;
  272. height: 60px;
  273. border: 1px solid #000;
  274. font-size: 1.8rem;
  275. } */
  276. .button_bar {width: 100%; height: 60px; background: #ccc; position: fixed; bottom: 0px; border-top: 1px solid #000; border-bottom: 1px solid #000; z-index: 10;}
  277. .button_bar button.col_3{float: left; height: 60px; font-size: 1.4rem; margin: 0; width: 33.3%; font-weight: 700; border: 1px solid #000; border-radius: 0;}
  278. .button_bar button.btn-gray {border-radius: 0px; background-color: #666; color: #eee;}
  279. .button_bar button.btn {height: 120px;}
  280. .button_bar button.btn_col_3 {width: 35%;}
  281. .button_bar button.btn_col_6 {width: 65%;}
  282. .button_bar button.btn_col_3,
  283. .button_bar button.btn_col_6 {border: 1px solid #000; float: left; height: 60px; font-size: 1.4rem; font-weight: 700; border-radius: 0px;}
  284. .button_bar button.col_12 {width: 100%; height: 60px; font-size: 1.2rem;}
  285. /* scroll_area 조정 */
  286. .scroll_area {position: absolute; width: 100%; height: 1090px; bottom: 30px; overflow: auto; background: #fff;}
  287. .row-1{top: 240px;}
  288. .row-1-1{top:288px;}
  289. .row-2{top: 282px;}
  290. .row-3{top: 333px;}
  291. .row-4{top: 377px;}
  292. .row-5{top: 418px;}
  293. .row-6{top: 468px;}
  294. .row-7{top: 533px;}
  295. .col-4{width:40% !important;}
  296. .col-6{width:60% !important;}
  297. .scroll_area li {margin: 5px 3px; list-style: none; width: 99%; height: 85px; border: 1px solid #000; background-color: #fff;}
  298. .scroll_area li .left_info {width:50%; float:left; font-size:1rem;}
  299. .scroll_area li .left_info div {display: inline-block;}
  300. .scroll_area li .left_info label{font-size: 1.1rem; font-weight:100; margin-left:10px;}
  301. .scroll_area li .left_info .thick {float:left; margin: 8px 0 0 10px; font-size: 1rem; text-align: left; width: 90%; font-weight: 600;}
  302. .scroll_area li .left_info .history {font-weight: 700; font-size: 1.1rem; margin-top:-2px;}
  303. .scroll_area li .left_info .history input{width: 150px;}
  304. .scroll_area li.history_list {height: 140px; padding-top:8px;}
  305. .scroll_area li.history_list4 .button_right {float: right; display: grid;}
  306. .scroll_area li.history_list4 .button_right button {width: 65px; height: 75px; font-size: 1rem; margin: 0; border-radius: 0;}
  307. .scroll_area li.history_list1 {height: 230px;}
  308. .scroll_area li.history_list2 {height: 165px; padding-top:5px;}
  309. .scroll_area li.history_list2 label{min-width:95px; display:inline-flex;}
  310. .scroll_area li.history_list3 {height: 160px; padding-top:5px;}
  311. .scroll_area li.history_list4 {height: 150px;}
  312. .scroll_area li.history_list5 {height: 100px; padding-top:5px;}
  313. .scroll_area li .history_info {width: auto;}
  314. .scroll_area li .left {width:100%; height:30px; margin-top:0px;}
  315. .scroll_area li .btn {width:calc(100% - 65px); padding-top:12px;}
  316. .scroll_area li .left div {display: inline-block;}
  317. .scroll_area li .left label{font-size: 1.1rem;}
  318. .scroll_area li .left .thick {float:left; margin: 8px 20px; font-size: 1rem; text-align: left; width: 50%; font-weight: 600;}
  319. .scroll_area li .left .history {font-weight: 700; font-size: 1.1rem; margin-top:-2px;}
  320. .scroll_area li .left .history input{width: 150px;}
  321. .scroll_area li .detail_line {width: 100%; height:25px; display: inline-block;}
  322. .scroll_area li .detail_left {float: left;}
  323. .scroll_area li .detail_left .detail_info {margin: 5px 10px;}
  324. .scroll_area li .detail_left .detail_info div {width: auto; font-size: 1rem; font-weight: 700;}
  325. .scroll_area li .detail_left .detail_info i {width: auto; font-size: 1rem; margin: 0 20px;}
  326. .scroll_area li .detail_left .detail_info label {position:absolute; width: auto; font-size: 1rem;}
  327. .scroll_area li .detail_right {float: right;}
  328. .scroll_area li .detail_right .detail_info {margin: 5px 25px;}
  329. .scroll_area li .detail_right .detail_info label {margin: 5px 30px; font-size: 2rem;}
  330. .scroll_area li .detail_right .detail_info div {width: auto; font-size: 1rem; font-weight: 700;}
  331. .scroll_area li .detail_right .detail_info i {width: auto; font-size: 1rem; margin: 0 20px;}
  332. .scroll_area li .left .nomal {width: 100%; float:left; text-align: left; font-size: 1.2rem;}
  333. .scroll_area li .left .nomal .half {width:50%; float:left;}
  334. .scroll_area li .left .nomal .half label {font-weight:100;}
  335. .scroll_area li .left .nomal input{width: 85px; height:30px;}
  336. .scroll_area li .left .nomal .scroll_btn {margin-bottom: 10px; min-width: 0;}
  337. .scroll_area li .left .nomal .scroll_btn button{top: 120px; position: absolute; width: 50px; height: 40px; font-size: 0.8rem; padding: 0; border-radius: 10px; background: rgb(198, 170, 250);}
  338. .scroll_area li .left .nomal span {margin:0 10px;}
  339. .scroll_area li .left .nomal .btn_bar{position: relative; width: auto; font-size: 2.2rem;}
  340. .scroll_area li .left .nomal .btn_bar button{width: 25px; height: 30px; font-size: 1rem; padding: 0;}
  341. .scroll_area li .left .nomal .btn_bar .col_0{min-width: auto; margin: 5px 20px;}
  342. .scroll_area li .left .nomal label{position:relative; margin-left: 10px;}
  343. .scroll_area li .left .nomal label.sub_info{min-width: 70px; display: inline-flex;}
  344. .scroll_area li .left .nomal label.col_0{width: auto;}
  345. .scroll_area li .left .nomal label.col_2{width: 95px;}
  346. .scroll_area li .left .nomal i{width: 50px; text-align: center;}
  347. .scroll_area li .left .nomal div{min-width:90px; display: inline-flex; font-weight: 700; font-size: 1.1rem;}
  348. .scroll_area li .left .nomal .col_5{min-width:50px;}
  349. .scroll_area li .right {margin: 30px 20px 0 0; position: relative; display: flex; font-size: 1.4rem; font-weight: 700; float: right;}
  350. .scroll_area li .right .num {margin: 0 25px; width: auto;}
  351. .scroll_area li .right button {margin: -6px; padding:0px 7px; font-size: 1.5rem; border-radius: 0px;}
  352. /* ITP_FOOTER */
  353. #ITP_FOOTER .itp_modal {z-index:10000;}
  354. #ITP_FOOTER .itp_modal .modal-header {padding:12px 15px 12px 15px; background:#337ab7; cursor:move;}
  355. #ITP_FOOTER .itp_modal .modal-header .close {color:#fff; opacity:1;}
  356. #ITP_FOOTER .itp_modal .modal-title {font-size:16px; color:#fff;}
  357. #ITP_FOOTER .itp_modal .itp_alert_txt {font-size:15px; padding:15px 0 10px 0;}
  358. #ITP_FOOTER .itp_modal .itp_form .form-group {margin-bottom:10px;}
  359. #ITP_FOOTER .itp_modal .itp_form .form-control {font-size:13px; color:#333;}
  360. #ITP_FOOTER .itp_modal .itp_form .itp_lb {font-size:13px; padding-top:5px; padding-right:0; color:#333; position:relative;}
  361. #ITP_FOOTER .itp_modal .itp_form .itp_ip {padding-left:0; padding-right:0;}
  362. #ITP_FOOTER .itp_modal .itp_form .itp_ip_offset {padding-left:15px;}
  363. #ITP_FOOTER .itp_modal .itp_form .itp_input {height:28px; padding:3px 9px;}
  364. #ITP_FOOTER .itp_modal .itp_form .itp_check {margin-top:7px;}
  365. #ITP_FOOTER .itp_modal .itp_form select.itp_input {padding-left:4px;}
  366. #ITP_FOOTER .itp_modal .itp_form .itp_btn {padding:4px 10px; background:#fff;}
  367. #ITP_FOOTER .itp_modal .itp_form .input-daterange .input-group-addon {padding:3px 5px;}
  368. #ITP_FOOTER .itp_modal .itp_form .itp_date_to {background:#fff;}
  369. #ITP_FOOTER .itp_modal .itp_form .itp_lb.itp_required:before {content:'*'; color:#a94442; position:absolute; top:8px; left:8px;}
  370. #ITP_FOOTER .modal.in .modal-dialog {
  371. -webkit-transform:translate(0, calc(50vh - 50%));
  372. -ms-transform:translate(0, 50vh) translate(0, -50%);
  373. -o-transform:translate(0, calc(50vh - 50%));
  374. transform:translate(0, 50vh) translate(0, -50%);
  375. }