admin.ui.css 55 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877
  1. @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700"); @import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700"); html,body {position:relative; height:100%;}
  2. html, body, header, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, label, a, p, form, input, textarea, table, hr, span, em {margin:0; padding:0; box-sizing:border-box;}
  3. /* { } */
  4. body {overflow-x:hidden; font-family:"open sans", "Roboto", "Malgun Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:12px; background-color:#f3f3f4;}
  5. h1, h2, h3, h4, h5, h6 {display:inline-block;}
  6. ul, ol {list-style:none;}
  7. ul::after, ol::after {display:block; clear:both; content:'';}
  8. img {vertical-align:middle; border-style:none;}
  9. a {text-decoration:none;}
  10. em, i {font-style:normal;}
  11. table {border-collapse:collapse;}
  12. th {text-align:inherit;}
  13. label {position:relative; margin-right:20px; display:inline-block; -webkit-touch-callout:none; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;}
  14. label:last-child {margin-right:0 !important;}
  15. input,button,select,textarea {font-family:inherit; font-size:inherit;}
  16. input.btn-sm {padding:1px 6px;}
  17. input[type=text] {width:100%;}
  18. input[type=text], input[type=file], input[type=date], [type=password], textarea {padding:4px 3px 4px 5px; color:inherit; border-radius:1px; vertical-align:middle; margin:1px 3px 2px 0;}
  19. input[type=date],input[type=time],input[type=datetime-local],input[type=month] {-webkit-appearance:listbox;}
  20. input[readonly="readonly"], input[disabled="disabled"], input[readonly="readonly"]:before, input[disabled="disabled"]:before, select[readonly="readonly"], select[disabled="disabled"] {background-color:#eee !important;}
  21. button, select {text-transform:none;}
  22. button,[type=button],[type=reset],[type=submit] {margin:0; -webkit-appearance:button; border-radius:0; cursor:pointer; background-color:transparent; border-color:transparent;}
  23. button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {padding:0; border-style:none;}
  24. textarea {overflow:auto; resize:vertical; width:100%; margin:4px 0; vertical-align:middle; line-height:22px; height:32px;}
  25. .textareaR2 {min-height:60px; line-height:26px;}
  26. .textareaR3 {min-height:96px; line-height:26px;}
  27. .textareaR4 {min-height:134px; line-height:26px;}
  28. .byteChk {line-height:20px; padding-left:20px; display:inline-block; vertical-align:middle;}
  29. select {margin:0 3px 1px 0; padding:3px 10px 3px 3px; color:inherit; border-radius:1px; vertical-align:middle;}
  30. select, input[type=text], input[type=file], input[type=date], input[type=password], textarea {border:1px solid #dbdbdb;}
  31. select:focus, input:focus, textarea:focus, button:focus, .outline {outline:2px auto #4D90FE;}
  32. .formControl {background:#eee;}
  33. .off {display:none !important;}
  34. .scrollOff {overflow:hidden;}
  35. .f25 {font-size:25px;}
  36. html,body,#wrapper,#container {min-height:100%; height:100%;}
  37. #wrapper {position:relative; min-width:1240px;}
  38. /* 로그인 --------------- */
  39. .loginBg {background:#f3f3f4;}
  40. .loginWrap {width:500px; box-shadow:0 7px 7px -5px rgba(0, 0, 0, 0.1);}
  41. .loginWrap .loginBox input[type=text],
  42. .loginWrap .loginBox input[type=password]{padding:10px; width:100%; border:1px solid #ced4da; border-radius:.25rem;}
  43. .loginWrap .loginBox li:nth-of-type(2), .loginBox li:nth-of-type(3) {padding-bottom:10px;}
  44. .loginWrap .loginBox li:nth-of-type(4) {padding:10px 0 50px 0; line-height:30px; text-align:left;}
  45. .loginWrap .loginBox li:nth-of-type(5) {margin-bottom:30px; text-align:center;}
  46. .loginWrap .loginBox a {display:inline-block; padding:10px;}
  47. .loginWrap .loginBox .dot {color:#ccc;}
  48. .loginWrap .btn-black {background-color:#555; color:#fff; font-weight:bold; float:right; margin:0 !important;}
  49. .loginWrap .btn-black:hover{background-color:#000; box-shadow:none;}
  50. .loginWrap .btn-purple {background-color:#667eea; color:#fff; font-weight:bold; float:right; margin:0 !important;}
  51. .loginWrap .btn-purple:hover{background-color:#2e38cb; box-shadow:none;}
  52. .loginWrap .loginInfo {color:#888; line-height:23px; text-align:left;}
  53. .loginWrap .loginInfo em i {margin-right:7px;}
  54. .loginWrap .loginInfo p:first-child{margin-bottom:15px;}
  55. .loginWrap .loginInfo p span {display:inline-block; margin-bottom:15px; line-height:40px; font-size:16px; font-weight:bold; border-bottom:1px solid #000;}
  56. /* 로그인 style :black */
  57. .login_black {position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); background:#fff;}
  58. .login_black .logo { padding:25px 0; text-align:center; background:#000;}
  59. .login_black .loginInfo em {color:#555; font-weight:bold;}
  60. .login_black .loginCont > ul {padding:60px 60px 70px;}
  61. .login_black .loginBox li:nth-of-type(5) {border-top:1px solid #e4e4e4; border-bottom:1px solid #e4e4e4;}
  62. .login_black .loginBox a {color:#555}
  63. /* 보안 인증 */
  64. .loginWrap .certiFrm {padding:40px 60px 70px;}
  65. .loginWrap .certiFrm h2{margin:10px 0 30px;}
  66. .loginWrap .certiFrm h2 i{margin-right:10px;}
  67. .loginWrap .certiFrm .alertBox{margin-bottom:15px}
  68. .loginWrap .certiFrm .input{height:45px; position:relative;}
  69. .loginWrap .certiFrm .input input[type=text]{position:relative; padding:10px; width:45px; height:45px; line-height:45px; font-size:16px; border:1px solid #ced4da; border-radius:.25rem; text-align:center;}
  70. .loginWrap .certiFrm .input input[type=text]:focus{color:#4D90FE;font-weight:bold;}
  71. .loginWrap .certiFrm .input .countdown{display:inline-block; position:relative; padding-left:20px; line-height:45px; height:45px;color:red; text-align:center;vertical-align:top; font-size:14px}
  72. .loginWrap .certiFrm .info{margin-top:20px; line-height:22px; color:#555;}
  73. .loginWrap .certiFrm .button{margin:25px 0 50px;}
  74. .loginWrap .certiFrm .button button{margin:0 5px !important; padding:5px 20px; height:32px; float:right}
  75. .loginWrap .certiFrm .button button:focus{outline:2px auto #4D90FE !important; }
  76. .loginWrap .certiFrm .button .btn-black{width:100px !important;}
  77. /* 로그인 :alert */
  78. .alertBox {position:relative; padding:10px 40px 10px 10px; margin-bottom:10px; border:1px solid; border-radius:.25rem; line-height:22px;}
  79. .alertBox .alertClose {position:absolute; top:0; right:5px; padding:0 10px; height:40px; text-indent:-9999px; background:url('/image/btn_sltClose.png') no-repeat 50% 50%;}
  80. .alertBox .alertClose:hover {background:url('/image/btn_sltCloseOn.png') no-repeat 50% 50%;}
  81. .alert-success {color:#155724; background-color:#d4edda; border-color:#c3e6cb;}
  82. .alert-info {color:#0c5460; background-color:#d1ecf1; border-color:#bee5eb;}
  83. .alert-warning {color:#856404; background-color:#fff3cd; border-color:#ffeeba;}
  84. .alert-danger {color:#721c24; background-color:#f8d7da; border-color:#f5c6cb;}
  85. /* header--------------- */
  86. header {position:fixed; top:0; left:0; right:0; z-index:10; min-width:1240px; width:100%; height:60px; line-height:60px; color:#fff; background:linear-gradient(135deg,#667eea 0,#764ba2 100%);}
  87. header a, header button {color:#fff;}
  88. .header-logo {float:left; width:260px; line-height:60px; background:rgba(250, 251, 252, 0.1); overflow:hidden;}
  89. .header-logo a {display:inline-block; margin:0 10px 0 20px; width:184px; height:60px;}
  90. .header-logo .lnbClose {width:30px; line-height:30px; display:inline-block !important;}
  91. .header-logo .lnbClose:hover {color:rgba(255, 255, 255, 0.8);}
  92. .header-menu {position:absolute; left:260px; padding:0 0 0 30px; font-weight:bold;}
  93. .header-menu .menu {display:inline-block; -ms-user-select:none; -webkit-user-select:none; user-select:none;}
  94. .header-menu .menu a {display:inline-block; margin-right:7px; padding:0 14px; line-height:34px; border-radius:50px; background:rgba(0, 0, 0, 0.07);}
  95. .header-menu .menu a:hover {color:rgba(255, 255, 255, 0.8);}
  96. .header-menu .menu a.on {background:rgba(0, 0, 0, 0.3);}
  97. .header-info {display:inline-block; float:right; margin-right:20px;}
  98. .header-info a {color:rgba(255, 255, 255, 0.8);}
  99. .header-info a:hover {color:#fff;}
  100. .header-info i.heart {font-size:6px; color:rgba(255, 255, 255, 0.4); margin-right:3px;}
  101. .header-info i.dot {font-size:13px; color:rgba(255, 255, 255, 0.4); margin:0 3px;}
  102. .header-info-sm {display:none; float:right; margin-right:20px;}
  103. .header-info-sm a {display:inline-block; padding:0 7px; color:rgba(255, 255, 255, 0.8);}
  104. .header-info-sm a:hover {color:#fff;}
  105. /* GNB:툴팁--------------- */
  106. .tooltip .tooltiptext {visibility:hidden; position:absolute; top:48px; right:20px; z-index:1; padding:0 15px; line-height:30px; color:#fff; font-size:13px; text-align:center; background-color:#233646; border-radius:3px;}
  107. .tooltip .tooltiptext::after {content:""; position:absolute; bottom:100%; right:38px; border-width:5px; border-style:solid; border-color:transparent transparent #233646 transparent;}
  108. .tooltip .tooltiptext.logout::after {right:10px;}
  109. .tooltip:hover .tooltiptext {visibility:visible;}
  110. /* LNB--------------- */
  111. #lnb-wrapper {position:fixed; top:60px; left:-260px; width:260px; height:100%; vertical-align:top; overflow-y:auto; transition:left .3s; -webkit-transition:left .3s; background-color:#2f4050;}
  112. #lnb-wrapper:after{content:''; position:absolute; top:0; left:0; z-index:-1; width:100%; height:100%;}
  113. #lnb-wrapper.on {left:0;}
  114. #lnb {margin-bottom:100px; width:260px;}
  115. #lnb a {display:block; color:#a7b1c2;}
  116. #lnb a:hover {color:#fff;}
  117. #lnb a.on {color:#fff;}
  118. #lnb .dep2 {padding:14px 20px 14px 35px; background:url('/image/icon_dep2.png') 10px 50% no-repeat, url('/image/icon_depArr2.png') 222px 50% no-repeat; background-color:#233646; cursor:pointer;}
  119. #lnb .dep2.on {display:block; background:url('/image/icon_dep2On.png') 10px 50% no-repeat, url('/image/icon_depArr2On.png') 222px 50% no-repeat; background-color:#233646;}
  120. #lnb .dep3 {padding:5px 0 10px 10px; border-left:4px solid #8597eb; cursor:pointer;}
  121. #lnb .dep3 a {padding:10px; cursor:pointer;}
  122. #lnb .dep4 {padding:5px 0 10px 20px; cursor:pointer;}
  123. #lnb .dep4 a {padding:10px; cursor:pointer;}
  124. /* main--------------- */
  125. #main-wrapper {position:relative; left:0; top:0; margin-left:0; min-height:100%; padding-bottom:60px; vertical-align:top; color:#222; transition:margin-left .3s; -webkit-transition:margin-left .3s;}
  126. #main-wrapper.on {margin-left:260px;}
  127. #main {padding-top:60px; position:relative;}
  128. #main .main-title {height:60px; margin-left:20px; margin-right:20px;}
  129. #main .main-title h1 {padding-top:15px; font-size:20px; color:#333; font-weight:700;}
  130. #main .main-title ol {margin-top:25px; float:right; color:#666;}
  131. #main .main-title li {float:left;}
  132. #main .main-title li::before {padding:0 5px; content:"/"; color:#999;}
  133. #main .main-title li:nth-of-type(1)::before {content:none !important;}
  134. #main .main-title i {padding-right:3px; color:#999;}
  135. #main .sub-title {margin:0 20px 10px; font-size:14px; color:#6c7dda; font-weight:bold;}
  136. #main .sub-title i {margin-right:10px;}
  137. /* 패널영역 스타일--------------- */
  138. .panelStyle {position:relative; margin:0 20px 30px 20px; padding:15px 15px 0; background-color:#fff; border-top:2px solid #dfe2e3; box-shadow:0 7px 7px -5px rgba(0, 0, 0, 0.04);}
  139. .panelStyle::after, .frmStyle::after{position:relative; bottom:-5px; content:''; display:block; border:1px solid rgba(255,255,255,0);}
  140. .panelStyle .panelTitle {margin:-15px -15px 0; padding:0 20px; line-height:40px; border-bottom:1px solid #e7eaec;}
  141. .panelStyle .panelControl {position:absolute; top:0; right:15px; color:#c4c4c4;}
  142. .panelStyle .panelControl i {padding:10px 10px; cursor:pointer;}
  143. .panelStyle .panelContent {margin-top:10px;}
  144. .panelStyle h2 {margin-right:10px; font-size:14px; font-weight:bold;}
  145. .panelStyle h3 {margin-right:10px; font-size:12px; font-weight:normal; line-height:25px;}
  146. .panelStyle h3 i {padding-right:5px}
  147. .panelStyle h4 {padding-left:23px; height:31px; line-height:31px; background:url('/image/icon_h4.png') no-repeat 3px 50%; color:#666;}
  148. .panelStyle .panelBar {display:table; width:100%; padding-bottom:10px;}
  149. .panelStyle .panelBar h4 {margin-bottom:0;}
  150. .panelStyle .panelBar > li {display:table-cell;}
  151. .panelStyle .panelBar > .center {text-align:center;}
  152. .panelStyle .panelBar > .right {text-align:right;}
  153. /* 패널 내부 테이블 여러개 배치 */
  154. .panelStyle .division + .panelBar {padding-bottom:15px;}
  155. .panelStyle .division {display:table; width:100%;}
  156. .panelStyle .division > li, .panelStyle .division > div {display:table-cell; padding-right:40px;}
  157. .panelStyle .division > li:last-child, .panelStyle .division > div:last-child {padding-right:0;}
  158. /* table, grid, button 상하 여백 */
  159. .ag-theme-balham{margin-bottom:15px !important;}
  160. .frmStyle + .panelBar {padding-bottom:15px;}
  161. .ag-theme-balham {margin:10px 0 15px;}
  162. .ag-theme-balham + .panelBar{padding-bottom:15px;}
  163. .panelBar + .ag-theme-balham {margin:0 0 15px;}
  164. .panelBar + .frmStyle {margin-top:0;}
  165. /* TABS 영역 --------------- */
  166. .tabs {position:relative; margin-bottom:30px; margin-left:20px; margin-right:20px;}
  167. .tabs h2 {position:absolute; top:0; z-index:2; margin-left:10px; font-size:14px; line-height:34px;}
  168. .tabs h2 i {margin-right:12px;}
  169. .tabsNav {overflow:hidden; position:relative; top:0; z-index:2; padding:0 30px 0 20px; height:35px;}
  170. .tabsNav ul {display:inline-block;}
  171. .tabsNav li {float:left; position:relative;}
  172. .tabsNav li a {padding:0 20px; line-height:35px; height:35px; display:block; color:#888; font-weight:bold; background-color:#f9f9f9; border:1px solid #dfe2e3; border-bottom:2px solid #dfe2e3; border-top-left-radius:.25rem; border-top-right-radius:.25rem;}
  173. .tabsNav li.on a {background-color:#fff; color:#222; border:1px solid #ccc; border-bottom:2px solid #fff;}
  174. .tabsCont {position:relative; top:-2px; z-index:1;}
  175. .tabsCont::after {display:block}
  176. .tab {display:none;}
  177. .tab > .panelStyle{margin:0;}
  178. .tab.on {display:block;}
  179. .popupTabs {padding-top:10px;}
  180. .tabContArea {overflow-x:hidden; overflow-y:auto;}
  181. .tabBtnArea {padding:15px 0 20px 0;}
  182. .popup .tabsCont {box-shadow:none;}
  183. .popup .tabs {margin-bottom:0;}
  184. /* Add TABS 영역 --------------- */
  185. .btn-add-tab {position:absolute; top:5px; right:0; z-index:2; padding:0 10px;}
  186. .tabsNav .ui-tabs-active a {background-color:#fff; color:#222; border:1px solid #ccc; border-bottom:2px solid #fff;}
  187. .tab-del {position:absolute; top:1px; right:1px; padding:4px 6px; color:gray; cursor:pointer; border-top-right-radius:.25rem;}
  188. .tab-del:hover {color:#f40552;}
  189. a, button, .ui-state-active, .ui-state-focus, .ui-state-hover {outline:0 !important;}
  190. .tabsNav .ui-corner-top a {padding:0 35px 0 20px}
  191. /* tabsJr 영역 --------------- */
  192. .tabsJr {position:relative;}
  193. .tabsJrNav {overflow:hidden; position:relative; top:0; z-index:2; height:31px; margin:0 30px 0 20px;}
  194. .tabsJrNav > ul {display:inline-block;}
  195. .tabsJrNav li {float:left;}
  196. .tabsJrNav li a {padding:0 20px; line-height:30px; height:30px; display:block; color:#888; /*font-weight:bold; */ background-color:#f9f9f9; border:1px solid #ccc; border-top-left-radius:.25rem; border-top-right-radius:.25rem;}
  197. .tabsJrNav li.on a {padding-bottom:2px; font-weight:bold; color:#555; background-color:#fff; border-top:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #fff;}
  198. .tabsJrCont {position:relative; top:-2px; z-index:1;}
  199. .tabsJrCont::after {display:block}
  200. .tabJr {display:none;}
  201. .tabJr .panelStyle{margin:0; border-top:1px solid #ddd; min-height:20px; padding:20px 15px 0; box-shadow:0 -5px 7px -5px rgba(0, 0, 0, 0.05);}
  202. .tabJr.on {display:block;}
  203. .tabJrContArea {vertical-align:middle;}
  204. /* modal, modeless popup --------------- */
  205. .modalPopup{display:none; position:fixed; left:0; top:0; z-index:11; width:100%; height:100%; background:rgba(0,0,0,0.5);}
  206. .modalPopup > .panelStyle{position:absolute; top:50%; left:50%; z-index:11; -ms-transform:translate(-50%, -50%); transform:translate(-50%, -50%); margin:0; border:1px solid #79797a; border-radius:3px;}
  207. .modalPopup > .panelStyle .close {position:absolute; top:0; right:0; font-size:18px; padding:5px 15px 8px;}
  208. .modalPopup .tabs{ margin:0;}
  209. .modalPopup .tabs .panelStyle{box-shadow:none}
  210. .modalPopup .tab > .panelStyle{overflow-y:auto;}
  211. /*MODELESS POPUP --------------- */
  212. .modelessPopup{display:none; position:absolute; z-index:11; top:50%; left:50%;}
  213. .modelessPopup.draggable {cursor:move;}
  214. .modelessPopup .panelStyle{margin:0; border:1px solid #ccc; border-radius:3px;}
  215. .modelessPopup .panelStyle .close {position:absolute; top:0; right:0; font-size:18px; padding:5px 15px 8px;}
  216. .modelessPopup .tabs{ margin:0;}
  217. .modelessPopup .tabs .panelStyle{box-shadow:none}
  218. .modelessPopup .tab > .panelStyle{overflow-y:auto;}
  219. /*VIDEO POPUP --------------- */
  220. .videoPopup {display:none; position:fixed; top:50%; left:50%; z-index:11; -ms-transform:translate(-50%, -50%); transform:translate(-50%, -50%); margin:0; border:1px solid #79797a; border-radius:3px;}
  221. .modalPopup::before{position:fixed; left:0; top:0; z-index:11; width:100%; height:100%; background:rgba(0,0,0,0.5);}
  222. .videoPopup .close {position:absolute; top:-20px; right:-20px; z-index:1; width:40px; height:40px; line-height:20px; font-size:20px; border:1px solid #666; border-radius:50px; background-color:#fff;}
  223. .videoPopup iframe{width:100%; height:100%}
  224. #btnTop {display:none; position:fixed; right:0; bottom:50px; width:40px; line-height:10px; font-size:10px; background:#fff; border:1px solid #ddd; border-right:none; padding:3px 0 5px 0; box-shadow:5px 5px 5px -4px rgba(0, 0, 0, 0.07); color:#1c84c6;}
  225. #btnTop i {width:100%; font-size:12px;}
  226. #btnTop:hover {padding-right:30px; width:70px; font-weight:bold;}
  227. /* 컨텐트 스크롤--------------- */
  228. .xScroll {overflow-x:auto;}
  229. .yScroll {overflow-y:auto;}
  230. /* 폼테이블 스타일 --------------- */
  231. .frmStyle {width:100%; margin-bottom:15px;}
  232. .frmStyle th {border-top:1px solid #dae0fd;}
  233. .frmStyle tr:last-child th {border-bottom:1px solid #dae0fd;}
  234. .frmStyle tr:last-child td {border-bottom:1px solid #eee;}
  235. .frmStyle th {padding:0 15px; height:36px; line-height:24px; white-space:nowrap; text-align:center; background:#e9ecfb;}
  236. .frmStyle td {padding:0 10px 0 10px; line-height:36px; position:relative; border-top:1px solid #eee; border-right:1px solid #eee;}
  237. /* 체크박스&라디오박스 공통--------------- */
  238. input[type=radio] {position:absolute; top:50%; left:0; width:18px; height:18px; transform:translate(0,-50%); -ms-transform:translate(0,-50%);}
  239. label.chkBox, label.rdoBtn {position:relative; display:inline-block; padding-left:26px; height:22px; line-height:22px; vertical-align:middle; cursor:pointer;}
  240. /* 체크박스 :전체선택 버튼--------------- */
  241. input[type=checkbox] {position:absolute; top:0; left:0; width:0; height:0;}
  242. input[type=button].chkBox {margin-left:-2px; padding-left:24px; height:22px; vertical-align:middle; background:url('/image/icon_checkN.png') no-repeat 0 50%;}
  243. /* 체크박스--------------- */
  244. label.chkBox::before {position:absolute; top:2px; left:0; content:''; width:16px; height:16px; border:1px solid #dbdbdb; background:#fff;}
  245. label.chkBox.checked::after {position:absolute; top:6px; left:3px; content:''; width:8px; height:4px; border-bottom:3px solid #676a6c; border-left:3px solid #676a6c; -webkit-transform:rotate(-45deg); transform:rotate(-45deg);}
  246. label.chkBox .formControl::before {background:#eee;}
  247. /* 라디오버튼--------------- */
  248. input[type=radio]::before {position:absolute; top:0; left:0; content:''; width:16px; height:16px; border:1px solid #dbdbdb; border-radius:50%; background:#fff;}
  249. input[type=radio]:checked::after {position:absolute; top:5px; left:5px; content:''; width:8px; height:8px; border-radius:50%; background:#676a6c;}
  250. input[type=radio].formControl::before {background:#eee;}
  251. /* 토글 스위치--------------- */
  252. .switchBox{ display:inline-block;position:relative; width:60px; height:28px; vertical-align:middle;border-radius:25px;overflow:hidden;}
  253. .switchBox input[type="checkbox"]{position:absolute;visibility:hidden;}
  254. .switchBox label{display:block;position:absolute;top:0;width:60px;height:28px;background-color:#aaa;transition-duration:0.2s;}
  255. .switchBox label span{position:absolute;left:0;top:50%;z-index:1;width:26px;height:23px;border-radius:25px;transform:translate(3px, -50%);transition-duration:0.2s;background-color:#fff;text-indent:-9999px;}
  256. .switchBox label:before,label:after{position:absolute;top:0;width:52%;font-size:11px;line-height:27px;color:#fff;text-align:center;}
  257. .switchBox label:before{left:0;content:'ON';}
  258. .switchBox label:after{right:0;content:'OFF';}
  259. .switchBox input:checked + label span{transform:translate(31px, -50%);}
  260. .switchBox input:checked::before, .switchBox input:checked::after{border:none}
  261. .switch-base input:checked + label{color:#fff; background-color:#8597eb;}
  262. .switch-primary input:checked + label{color:#fff; background-color:#1ab394;}
  263. .switch-success input:checked + label{color:#fff; background-color:#1c84c6;}
  264. .switch-info input:checked + label{color:#fff; background-color:#23c6c8; }
  265. .switch-warning input:checked + label{color:#fff; background-color:#f8ac59;}
  266. .switch-danger input:checked + label{color:#fff; background-color:#ed5565;}
  267. .switch-black input:checked + label{color:#fff; background-color:#222;}
  268. .switchBox + .switchBox {margin-left:6px;}
  269. /* 테이블 스타일--------------- */
  270. .tableStyle {width:100%; max-width:100%; margin-bottom:15px;}
  271. .tableStyle th {position:relative; padding:7px 0; color:#333; border-top:1px solid #dae0fd; border-bottom:1px solid #dae0fd; border-right:1px solid #dae0fd; background-color:#e9ecfb; text-align:center;}
  272. .tableStyle th:last-child {border-right:none;}
  273. .tableStyle td {position:relative; padding:7px 0; border-right:1px solid #ebebeb; border-bottom:1px solid #ebebeb; text-align:center;}
  274. .tableStyle td:last-child {border-right:none;}
  275. .tableStyle tbody tr:nth-of-type(2n) {background-color:rgba(0, 0, 0, 0.02);}
  276. .tableStyle tbody tr:hover {background-color:rgba(224,243,255,0.6);}
  277. .tableStyle + .panelBar {padding-bottom:15px;}
  278. /* 스캔 */
  279. .scanTbl th {font-size:25px; line-height:80px;}
  280. .scanTbl td {line-height:80px;}
  281. .scanTbl input[type=text] {line-height:50px; font-size:32px;}
  282. .scanTbl .btn {overflow-y:hidden; margin-bottom:1px; padding:12px 30px; font-size:25px;}
  283. table.noPad tr > td, td.noPad {padding:0 !important;}
  284. th[rowspan] {border-bottom:1px solid #dae0fd;}
  285. td[rowspan] {border-bottom:1px solid #eee;}
  286. .nowrap {white-space:nowrap;}
  287. .solidR {border-right:1px solid #eee; vertical-align:middle;}
  288. .solidL {border-left:1px solid #eee; vertical-align:middle;}
  289. .solidT {border-top:1px solid #eee;}
  290. .solidB {border-bottom:1px solid #eee;}
  291. .dashR {border-right:1px solid #dae0fd;}
  292. .dashL {border-left:1px solid #dae0fd;}
  293. .noPad table.frmStyle > tr:first-child th {border-top:0 !important;}
  294. .noPad table.frmStyle > tr:first-child td {border-top:0 !important;}
  295. .noPad table.frmStyle > tr:last-child th {border-bottom:0 !important;}
  296. .noPad table.frmStyle > tr:last-child td {border-bottom:0 !important;}
  297. /* Q&A 스타일--------------- */
  298. .qnaStyle {width:100%; max-width:100%;}
  299. .qnaStyle th {position:relative; padding:7px 0; color:#333; border-top:1px solid #dae0fd; border-bottom:1px solid #dae0fd; border-right:1px solid #dae0fd; background-color:#e9ecfb; text-align:center;}
  300. .qnaStyle th:last-child {border-right:none;}
  301. .qnaStyle td {position:relative; padding:7px 0; text-align:center;}
  302. .qnaStyle tr td {border-bottom:1px solid #ecf5f7;}
  303. .qnaStyle tbody tr:nth-of-type(3n+1) td {background-color:rgba(224,243,255,0.6);}
  304. .qnaStyle tbody tr:nth-of-type(3n) td {border-bottom:1px solid #ddd;}
  305. .qnaClaim { text-align:left !important; padding-left:10px !important;}
  306. .qnaClaim .goods {font-weight:bold; line-height:26px;}
  307. .qnaClaim .cont {line-height:22px; padding:10px 0; color:#1d3e9d;}
  308. .qnaClaim .email {line-height:26px;}
  309. .qnaClaim .email em {border-bottom:1px solid #aaa;}
  310. .lineRound {border:2px solid #ccc; border-radius:15px; padding:4px 14px; font-weight:bold;}
  311. /* 내부 테이블 디자인 */
  312. .subTable {display:table; width:100%;}
  313. .subTable dl {display:table; width:100%;}
  314. .subTable dt, .subTable dd {display:table-cell;}
  315. .subTable dt {vertical-align:middle; white-space:nowrap; width:8%; padding:0 15px; background:#e9ecfb; text-align:center; border-bottom:1px solid #dae0fd;}
  316. .subTable dl:last-child dt {border-bottom:none;}
  317. .subTable dd {border-bottom:1px solid #eee; padding:3px 20px 3px 10px;}
  318. .subTable dl:last-child dd {border-bottom:none;}
  319. /* button --------------- */
  320. .btn {border-radius:3px; vertical-align:middle; white-space:nowrap;font-size:12px;user-select:none;}
  321. .btn-lg {padding:4px 20px 5px; height:28px; overflow-y:hidden;}
  322. .btn-sm {margin-top:-2px; line-height:100%; height:28px; overflow-y:hidden;}
  323. .btn-ssm {margin-top:-2px; line-height:100%; height:22px; overflow-y:hidden;}
  324. .btn + .btn {margin-left:6px;}
  325. .btn:first-child {margin-left:0;}
  326. /* 버튼 색상 */
  327. .btn-white {color:#555 !important; background-color:#fff !important; border:1px solid #ccc !important;}
  328. .btn-default {color:#555; background-color:#eee; border:1px solid #dcdcdc;}
  329. .btn-gray {color:#fff; background-color:#aaa; border:1px solid #aaa;}
  330. .btn-base {color:#fff; background-color:#8597eb; border:1px solid #8597eb;}
  331. .btn-primary {color:#fff; background-color:#1ab394; border:1px solid #1ab394;}
  332. .btn-success {color:#fff; background-color:#1c84c6; border:1px solid #1c84c6;}
  333. .btn-info {color:#fff; background-color:#23c6c8; border:1px solid #23c6c8;}
  334. .btn-pink {color:#fff; background-color:#feada6; border:1px solid #feada6;}
  335. .btn-warning {color:#fff; background-color:#f8ac59; border:1px solid #f8ac59;}
  336. .btn-danger {color:#fff; background-color:#ed5565; border:1px solid #ed5565;}
  337. .btn-dark {color:#fff; background-color:#6c757d; border:1px solid #6c757d;}
  338. .btn.icn {line-height:28px; height:28px; padding:0 8px; background-color:#eee; border:1px solid #dbdbdb;}
  339. .btn.icn i {padding-top:6px; width:12px; vertical-align:top; font-size:14px; text-align:center;}
  340. /* 페이징 --------------- */
  341. .tablePaging {position:relative; display:inline-block; vertical-align:middle;}
  342. .tablePaging a {display:inline-block; float:left; margin:0 5px; width:28px; height:28px; line-height:28px; text-align:center; border:1px solid #ccc; border-radius:50px; cursor:pointer;}
  343. .tablePaging a.arrow {background-color:rgba(0, 0, 0, 0.03); border-color:#ebebeb;}
  344. .tablePaging .num.on {background:#8597eb; color:#fff; border-color:#8597eb;}
  345. /* 다중 Select Box */
  346. .mSelectWrap select {display:none;}
  347. .mSelectBox {display:inline-block; position:relative; top:-1px; margin:2px 0 2px 0; padding:0 7px 0 0; width:100%; height:auto !important; min-height:29px; border:1px solid #e5e6e7; vertical-align:middle;}
  348. .mSelected {overflow:auto;}
  349. .mSelected li {float:left; margin:2px 5px 3px; line-height:24px; padding:0 7px; background:#dbedf9; -ms-user-select:none; -moz-user-select:-moz-none; -webkit-user-select:none; user-select:none;}
  350. .mSelected li.srchFld {margin:0; padding:0; background:none;}
  351. .mSelected .srchFld input {width:25px; margin:0; padding:0; border:none; outline:none;}
  352. .mSelected a {border:none !important; float:right; margin-left:3px; padding:0 3px; width:15px; line-height:22px; text-indent:-9999px; background:url('/image/btn_sltClose.png') no-repeat 100% 50%;}
  353. .mSelected a:hover {background:url('/image/btn_sltCloseOn.png') no-repeat 100% 50%;}
  354. .mSelecting {display:none; overflow-y:auto; overflow-x:hidden; position:absolute; top:100%; left:-1px; z-index:1; width:100%; max-height:156px; line-height:30px; border:1px solid #e5e6e7; background:#fff;}
  355. .mSelecting li {margin:0 10px; cursor:pointer;}
  356. /* 멀티 Select Box */
  357. .mSelWrap {display:inline-block;}
  358. .mSelWrap select {height:100px; padding:7px 0;}
  359. .mSelWrap .mSelBtn {margin:0 0 0 5px; float:right; width:33px; vertical-align:top;}
  360. .mSelWrap .mSelBtn .btn {margin:0; vertical-align:top;}
  361. .mSelWrap option {padding:4px 100px 4px 10px;}
  362. /* 파일첨부 --------------- */
  363. .uFile {overflow:hidden; position:relative; display:inline-block; margin:-2px 5px 0 0; width:80%; height:28px; vertical-align:middle; border:1px solid #dbdbdb;}
  364. .lrStyle .uFile {margin-top:2px;}
  365. .uFileInput {position:absolute; top:0; width:100%; margin:0 !important; padding:0 !important; line-height:28px; border:none !important;}
  366. .uFileLabel {position:absolute; top:0; right:0; left:0; z-index:1; margin:0; padding:0 7px; width:cals(100% - 7px); line-height:28px; height:28px; background-color:#fff; border-radius:1px; overflow:hidden; white-space:nowrap;}
  367. .uFileLabel::after {position:absolute; top:0; right:0; bottom:0; width:30px; z-index:3; line-height:28px; content:" "; border-left:1px solid #dbdbdb; background:#eee url('/image/icon_upload.png') no-repeat 50% 50%;}
  368. /* badge --------------- */
  369. .badge {float:right; margin-top:2px; padding:0 5px; min-width:9px; line-height:18px; color:#fff; font-size:12px; font-weight:600; border-radius:3px; text-align:center; text-shadow:1px 1px 1px rgba(0,0,0,0.4); letter-spacing:-0.5px;}
  370. .badge-warning {background-color:#ed7908;}
  371. .badge-primary {background-color:#1ab394;}
  372. .badge-danger {background-color:#ed5565;}
  373. .badge-success {background-color:#2fa4e7;}
  374. .badge-info {background-color:#23c6c8;}
  375. .badge.circle {border-radius:50px;}
  376. .dep3 .badge {position:relative; top:-28px; right:20px;}
  377. /* tag */
  378. .tagNum {display:inline-block; margin-left:5px; padding:0 3px 0 2px; min-width:13px; line-height:16px; font-weight:normal; color:#fc5555; background:#fff; border-radius:5px;}
  379. /* footer --------------- */
  380. footer {position:absolute; bottom:0; left:0; width:100%; height:40px; background-color:#fff; border-top:1px solid #e7eaec; line-height:39px; font-size:13px;}
  381. footer .f-left {float:left; padding-left:20px; line-height:38px;}
  382. footer .f-right {float:right; padding-right:20px; line-height:38px;}
  383. /* 이미지 카드 */
  384. .dexterArea {min-width:350px; min-height:180px; padding:0 !important; vertical-align:top; background:#f1f1f1; vertical-align:top;}
  385. .dexterTable {display:table; width:100%; overflow-y:auto;}
  386. .dexterTable > li {display:table-cell; vertical-align:top; line-height:23px;}
  387. .dexterNo div {padding:0 10px; border-top:1px solid #ddd; border-right:1px solid #ddd; background:#fff;}
  388. .dexterNo div:first-child {margin-top:36px;}
  389. .dexterNo div:last-child {border-bottom:1px solid #ddd;}
  390. /* 수정용 이미지 카드 */
  391. .cardArea {width:100%; padding:0 0 20px; overflow-y:auto;}
  392. .imgCard {vertical-align:top; position:relative; display:inline-block; margin:20px 20px 0 0; padding:10px 10px 0 10px; border:1px solid #dbdbdb;}
  393. .imgCard ul {display:table;}
  394. .imgCard li {display:table-cell;}
  395. .imgCard img {margin-right:15px;}
  396. .imgCard li:nth-of-type(2) {padding-top:20px; max-width:150px; line-height:24px}
  397. .imgCard p {font-size:12px;}
  398. .imgCard .cardClose {position:absolute; top:0; right:0; width:24px; background:url('/image/btn_sltClose.png') no-repeat 50% 50%; text-indent:-9999px;}
  399. .imgCard .cardClose:hover {background:#f1f1f1 url('/image/btn_sltCloseOn.png') no-repeat 50% 50%;}
  400. .verticalTop {vertical-align:top;}
  401. /* 조회용 이미지 카드 */
  402. .cardArea2 {padding:10px 0;}
  403. .cardArea2 ul, .cardArea2 .box {vertical-align:top; position:relative; display:inline-block; margin:10px; border:1px solid #dbdbdb; max-width:300px;}
  404. .cardArea2 li {display:table-cell; line-height:26px; vertical-align:middle;}
  405. .cardArea2 li:nth-of-type(2) {padding:0 10px;}
  406. .cardArea2 .cardDel {position:absolute; top:0; right:0; background:url('/image/btn_sltClose.png') no-repeat 50% 50%; text-indent:-9999px;}
  407. .cardArea2 .cardDel:hover {background:#f1f1f1 url('/image/btn_sltCloseOn.png') no-repeat 50% 50%;}
  408. /* 테이블 외부 안내문구 */
  409. .panelStyle > .notice {margin:0 0 15px ;}
  410. .panelContent > .notice {margin:15px 0;}
  411. .notice em {color:red;}
  412. .notice li, p.dot {padding-left:20px; background:url('/image/dot_bk.png') no-repeat 5px 10px; line-height:24px;}
  413. p.dot .btn {margin-left:10px !important;}
  414. p.dot em {color:red;}
  415. /* 정렬 */
  416. .txt {line-height:36px;}
  417. .aC {text-align:center !important;}
  418. .aR {text-align:right !important;}
  419. .aL {text-align:left !important;}
  420. .vaT {vertical-align:top !important;}
  421. .vaM {vertical-align:middle !important;}
  422. .vaB {vertical-align:bottom !important;}
  423. /* 테이블 내부 안내문구 */
  424. .infoTxt {line-height:26px; padding:5px 0;}
  425. .infoTxt i {margin-right:7px;}
  426. .infoTxt em {color:red;}
  427. .infoTxtTh {display:inline-block; text-align:left; font-weight:normal; font-size:12px;}
  428. .infoTxtTh li {padding-top:3px;}
  429. .infoTxtTh i {padding-right:5px;}
  430. .srchOption {overflow:auto; padding:10px 0; line-height:36px;}
  431. /* 유의사항 안내 */
  432. .infoBox {margin:0 20px 20px; padding:7px 10px; border-top:2px solid #dfe2e3; border-bottom:2px solid #dfe2e3; background:#fff}
  433. .infoBox p {padding-left:25px; line-height:20px; font-size:12px; background:url('/image/dot_bk.png') no-repeat 10px 50%; background-size:3px auto;}
  434. /* 검색결과 안내문 */
  435. .srchNotice {padding-bottom:7px; font-weight:normal; font-size:14px;}
  436. .srchNotice em {color:red;}
  437. /* 필수입력항목 */
  438. .required {display:inline-block; position:relative; top:-3px; width:12px; height:7px; background:url('/image/icon_required.png') no-repeat 0 50%;}
  439. /* COLOR DESIGN -------------------------------------*/
  440. /*Color :Base ---*/
  441. .color-mPurple header,span.color-mPurple {background:linear-gradient(135deg,#667eea 0,#764ba2 100%) !important;}
  442. .color-purple header,span.color-purple {background:#667eea !important;}
  443. /*Color :Gray ---*/
  444. .color-mGray header,span.color-mGray {background:linear-gradient(to right,#6c757d 0%,#555 100%) !important;}
  445. .color-gray header,span.color-gray {background:#666 !important;}
  446. .color-mGray .frmStyle th,.color-mGray .tableStyle th,.color-gray .frmStyle th,.color-gray .tableStyle th {background:#eee !important; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
  447. .color-mGray .tablePaging .num.on,.color-gray .tablePaging .num.on {background:#888 !important; border-color:#888 !important;}
  448. .color-mGray #lnb .dep3,.color-gray #lnb .dep3 {border-color:#777 !important;}
  449. .color-mGray .tabsJrNav li.on a,.color-gray .tabsJrNav li.on a {color:#333;}
  450. /*Color :Blue ---*/
  451. .color-mBlue header,span.color-mBlue {background:linear-gradient(to right,#4481eb 0%,#04befe 100%) !important;}
  452. .color-blue header,span.color-blue {background:#0042a5 !important;}
  453. .color-mBlue .frmStyle th,.color-mBlue .tableStyle th,.color-blue .frmStyle th,.color-blue .tableStyle th {background:#d8eafc !important; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
  454. .color-mBlue .tablePaging .num.on,.color-blue .tablePaging .num.on {background:#3e91de !important; border-color:#3e91de !important;}
  455. .color-mBlue #lnb .dep3,.color-blue #lnb .dep3 {border-color:#3e91de !important;}
  456. .color-mBlue .tabsJrNav li.on a,.color-blue .tabsJrNav li.on a {background:#d8eafc;}
  457. .color-mBlue .tabJr.on,.color-blue .tabJr.on {border-top:4px solid #d8eafc;}
  458. .color-mBlue .tabsJrNav li.on a,.color-blue .tabsJrNav li.on a {color:#333;}
  459. /*Color :Green ---*/
  460. .color-mGreen header,span.color-mGreen {background:linear-gradient(135deg,#00b09b 0,#96c93d 100%) !important;}
  461. .color-green header,span.color-green {background:#00b09b !important;}
  462. .color-mGreen .frmStyle th,.color-mGreen .tableStyle th,.color-green .frmStyle th,.color-green .tableStyle th {background:#e5f7f5 !important; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
  463. .color-mGreen .tablePaging .num.on,.color-green .tablePaging .num.on {background:rgba(0,176,155,0.8); border-color:rgba(0,176,155,0.8) !important;}
  464. .color-mGreen #lnb .dep3,.color-green #lnb .dep3 {border-color:#00b09b !important;}
  465. .color-mGreen .tabsJrNav li.on a,.color-green .tabsJrNav li.on a {background:#e5f7f5;}
  466. .color-mGreen .tabJr.on,.color-green .tabJr.on {border-top:4px solid #e5f7f5;}
  467. .color-mGreen .tabsJrNav li.on a,.color-green .tabsJrNav li.on a {color:#333;}
  468. /*Color :Pink ---*/
  469. .color-mPink header,span.color-mPink {background:linear-gradient(to right, rgb(242, 112, 156), rgb(255, 148, 114)) !important;}
  470. .color-pink header,span.color-pink {background:#feada6 !important;}
  471. .color-mPink .frmStyle th,.color-mPink .tableStyle th,.color-pink .frmStyle th,.color-pink .tableStyle th {background:#fff7f6 !important; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
  472. .color-mPink .tablePaging .num.on,.color-pink .tablePaging .num.on {background:#feada6; border-color:#feada6 !important;}
  473. .color-mPink #lnb .dep3,.color-pink #lnb .dep3 {border-color:#feada6 !important;}
  474. .color-mPink .tabsJrNav li.on a,.color-pink .tabsJrNav li.on a {background:#fff7f6;}
  475. .color-mPink .tabJr.on,.color-pink .tabJr.on {border-top:4px solid #fff7f6;}
  476. .color-mPink .tabsJrNav li.on a,
  477. .color-pink .tabsJrNav li.on a {color:#333;}
  478. /*Color :black ---*/
  479. .color-black header, span.color-black{background:#3E3E3E !important;}
  480. .color-black .header-logo{background:#000 !important;}
  481. .color-black .header-menu .menu a{background:#000 !important;}
  482. .color-black .header-menu .menu a.on{background:#fff !important; color:#000 !important;}
  483. .color-black #lnb-wrapper{background-color:#b2b2b2 !important;}
  484. .color-black #lnb .dep2{background-color:#545454 !important;}
  485. .color-black #lnb .dep3{border-color:#000 !important;}
  486. .color-black #lnb .dep3{background:#fdfdfd !important; }
  487. .color-black #lnb .dep3 a{color:#111111 !important;}
  488. .color-black #lnb a{color:#fff !important;}
  489. .color-black .frmStyle th, .color-black .tableStyle th, .color-black .frmStyle th, .color-black .tableStyle th{background:#eee !important; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
  490. .color-black .tablePaging .num.on, .color-black .tablePaging .num.on{background:#888 !important; border-color:#888 !important;}
  491. .color-black .tabsJrNav li.on a, .color-black .tabsJrNav li.on a{color:#333; background:#eee !important}
  492. .color-black .tabJr.on, .color-black .tabJr.on { border-top:4px solid #eee;}
  493. /* 폰트 컬러, 폰트 두께 */
  494. .cBlue {color:#127fdc !important;}
  495. .cGray {color:#666 !important;}
  496. .cRed {color:red !important;}
  497. .bold {font-weight:bold !important;}
  498. /* 배경 투명도 */
  499. .bgOp6 {opacity:0.6; color:#000 !important;}
  500. /* 여백 지정 */
  501. hr {border:0; padding-bottom:10px;}/* 기본 여백 :10px */
  502. .pad10 {padding:10px 0 !important;}
  503. .pad15 {padding:15px 0 !important;}
  504. .pad20 {padding:20px 0 !important;}
  505. .padT3 {padding-top:3px !important;}
  506. .padT5 {padding-top:5px !important;}
  507. .padT10 {padding-top:10px !important;}
  508. .padT15 {padding-top:15px !important;}
  509. .padT20 {padding-top:20px !important;}
  510. .padT30 {padding-top:30px !important;}
  511. .padT40 {padding-top:40px !important;}
  512. .padR20 {padding-right:20px !important;}
  513. .padL10 {padding-left:10px !important;}
  514. .padB5 {padding-bottom:5px !important;}
  515. .padB10 {padding-bottom:10px !important;}
  516. .padB15 {padding-bottom:15px !important;}
  517. .padB20 {padding-bottom:20px !important;}
  518. .padB30 {padding-bottom:30px !important;}
  519. .padB40 {padding-bottom:40px !important;}
  520. .marT5 {margin-top:5px !important;}
  521. .marT10 {margin-top:10px !important;}
  522. .marT15 {margin-top:15px !important;}
  523. .marT20 {margin-top:20px !important;}
  524. .marR3 {margin-right:3px !important;}
  525. .marL5 {margin-left:5px !important;}
  526. .marL10 {margin-left:10px !important;}
  527. .marL20 {margin-left:20px !important;}
  528. .marR10 {margin-right:10px !important;}
  529. .marR20 {margin-right:20px !important;}
  530. /* 넓이 지정 --------------- */
  531. .w20 {width:20px !important;}
  532. .w50 {width:50px !important;}
  533. .w60 {width:60px !important;}
  534. .w70 {width:60px !important;}
  535. .w80 {width:80px !important;}
  536. .w90 {width:80px !important;}
  537. .w100 {width:100px !important;}
  538. .w130 {width:130px !important;}
  539. .w150 {width:150px !important;}
  540. .w200 {width:200px !important;}
  541. .w300 {width:300px !important;}
  542. .w400 {width:400px !important;}
  543. .w500 {width:500px !important;}
  544. .w600 {width:600px !important;}
  545. .w800 {width:800px !important;}
  546. .w100p {width:100% !important;}
  547. .w90p {width:90% !important;}
  548. .w80p {width:80% !important;}
  549. .w70p {width:70% !important;}
  550. .w60p {width:60% !important;}
  551. .w50p {width:50% !important;}
  552. .w40p {width:40% !important;}
  553. .w30p {width:30% !important;}
  554. .w20p {width:20% !important;}
  555. .h100 {height:100px !important;} /*alert, confirm 컨텐츠 높이에 사용*/
  556. /*-- 캘린더 --------------*/
  557. #calendar {max-width:900px; margin:20px 0 50px 20px;}
  558. /*-- error page --------------*/
  559. #errPage {padding-top:40px; width:650px; background:#fff; position:relative; top:48%; left:50%; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); border-radius:9px; vertical-align:middle; overflow:hidden; box-shadow:0 0 2px 0 rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.24);}
  560. #errPage .errImg {padding-left:50px; display:table-cell; vertical-align:middle; padding-bottom:30px;}
  561. #errPage .errImg div {border-radius:50%; position:relative; display:inline-block; width:140px; height:140px; color:#fff; background:#d196e4; box-shadow:2px 2px 6px 0 rgba(0,0,0,0.2) inset;}
  562. #errPage .fa-television {position:absolute; top:30px; left:28px; font-weight:bold; font-size:80px;}
  563. #errPage .fa-info {position:absolute; top:49px; left:66px; font-size:34px;}
  564. #errPage .errTxt {padding:0 50px; display:table-cell; padding-bottom:40px;}
  565. #errPage .errTxt .ttl {font-size:16px; font-weight:bold; padding-bottom:20px;}
  566. #errPage .errTxt .cont { padding-bottom:20px; line-height:26px;}
  567. #errPage .errTxt .tel {color:#777;}
  568. #errPage .errBtn {width:100%; background:#f9f9fa; line-height:70px; text-align:right;}
  569. #errPage .errBtn .btn {margin-right:30px; border-radius:33px; background:#858b90; color:#fff; padding:5px 30px; line-height:24px; font-weight:bold; -webkit-transition:0.2s; transition:0.2s;}
  570. #errPage .errBtn .btn:hover {background:#555;}
  571. /*-- DEXTER --------------*/
  572. .dexterNo { width:43px;}
  573. .dexterNo div { padding:0 10px; border-top:1px solid #ddd; border-right:1px solid #ddd; background:#fff; text-align:right;}
  574. .dexterNo div:first-child {margin-top:28px;}
  575. /*-- 회원추가 --------------*/
  576. .memAddWrap {line-height:26px; padding:3px 0;}
  577. .memAdd {margin-right:15px; padding:2px 27px 2px 0; position:relative; line-height:24px; height:24px; white-space:nowrap;}
  578. .memAdd button {position:absolute; top:3px; right:0; bottom:0; width:18px; height:18px; border:1px solid #dbdbdb; border-radius:3px; text-indent:-9999px; background:#eee url('/image/btn_sltClose.png') no-repeat 50% 50%;}
  579. .memAdd button:hover {background:#eee url('/image/btn_sltCloseOn.png') no-repeat 50% 50%;}
  580. /*-- Date Picker --------------*/ /* 20200521 수정 */
  581. table.mtz-monthpicker {border:1px solid #ddd; border-top:none;}
  582. .mtz-monthpicker-month {padding:7px; cursor:pointer;}
  583. .ui-datepicker-trigger {padding:0;}
  584. .ui-datepicker {z-index:800 !important; text-align:center; background:#fff;}
  585. .ui-datepicker .ui-datepicker-today,
  586. .ui-datepicker .ui-state-highlight {background:#fff7cf !important;}
  587. .ui-datepicker .ui-state-active {border:1px solid red !important;}
  588. .ui-datepicker .ui-datepicker-prev {position:absolute; top:3px; left:3px; width:30px; line-height:30px; text-indent:-9999px; background:url('/image/icon_prev.png') no-repeat 50% 50%;}
  589. .ui-datepicker .ui-datepicker-next {position:absolute; top:3px; right:3px; width:30px; line-height:30px; text-indent:-9999px; background:url('/image/icon_next.png') no-repeat 50% 50%;}
  590. .ui-datepicker .ui-datepicker-calendar {padding:5px; border:1px solid #ddd; border-top:none; text-align:center;}
  591. .ui-datepicker .ui-datepicker-calendar th{padding:5px 0}
  592. .ui-datepicker-week-end {text-align:center;}
  593. .ui-datepicker-calendar .ui-state-default {display:inline-block; text-align:center; width:32px; line-height:24px; border:none;}
  594. .ui-datepicker-header {position:relative; background:#d0e9ff; text-align:center; padding:5px; border:1px solid #ddd; border-bottom:none;}
  595. .ui-datepicker-buttonpane button {background-color:#eee; border:1px solid #dcdcdc; line-height:24px; border-radius:3px; margin:0 5px 5px 5px;}
  596. .ui-datepicker-current {float:left;}
  597. .ui-datepicker-close {float:right;}
  598. /* prograss bar */
  599. .prograssWrap {display:flex; flex-direction:row;}
  600. .prograssWrap > li {display:flex; align-items:center;}
  601. .prograssWrap > li:nth-of-type(1) {width:96%}
  602. .prograssWrap > li:nth-of-type(2) {margin-left:1.5rem !important}
  603. .prograss-lg {display:flex; width:100%; height:1rem; background-color:#f4f5fd; border-radius:.65rem; overflow:hidden; box-shadow:inset 0 1px 2px rgba(0,0,0,.1);}
  604. .prograss-sm {display:flex; width:100%; height:.5rem; background-color:#f4f5fd; border-radius:.65rem; overflow:hidden; box-shadow:inset 0 1px 2px rgba(0,0,0,.1);}
  605. .prograss-bar {display:flex; border-top-right-radius:.65rem; border-bottom-right-radius:.65rem; transition:width .6s ease;}
  606. .prograss-bar.bg-info {background-color:#11c5db;}
  607. .prograss-txt.bg-info {color:#11c5db; font-weight:bold;}
  608. .prograss-bar.bg-success {background-color:#1bc943;}
  609. .prograss-txt.bg-success {color:#1bc943; font-weight:bold;}
  610. .prograss-bar.bg-danger {background-color:#f83245;}
  611. .prograss-txt.bg-danger {color:#f83245; font-weight:bold;}
  612. .prograss-bar.bg-base {background:linear-gradient(135deg,#667eea 0,#764ba2 100%);}
  613. .prograss-txt.bg-base {color:#8597eb; font-weight:bold;}
  614. /* Multi CheckBox */
  615. .multiCheckBox {position:relative; display:inline-block; width:auto; line-height:27px; margin:3px 3px 3px 0;}
  616. .multiCheckBox .sltBtn {padding-left:5px; width:100%; height:27px; color:#555; text-align:left; border:1px solid #dbdbdb; box-sizing:border-box; -webkit-touch-callout:none; -webkit-user-select:none; -ms-user-select:none; user-select:none;}
  617. .multiCheckBox .sltBtn::after {position:absolute; top:6px; right:10px; content:''; width:7px; height:7px; border-bottom:1px solid #555; border-left:1px solid #555; -webkit-transform:rotate(-45deg); transform:rotate(-45deg);}
  618. .multiCheckBox .sltBtn.on::after {top:10px; -webkit-transform:rotate(135deg); transform:rotate(135deg);}
  619. .multiCheckBox ul {display:none; position:absolute; top:26px; left:0; z-index:1; width:100%; height:auto; border:1px solid #dbdbdb; background:#fff;}
  620. .multiCheckBox li {padding:3px 10px;}
  621. .multiCheckBox li:hover {background-color:Highlight; color:HighlightText;}
  622. .multiCheckBox label {display:flex;}
  623. /* checkBox More */
  624. .checkBoxList {overflow:hidden; padding-right:36px; height:36px;}
  625. .checkBoxList.on {overflow:visible; height:auto;}
  626. .checkBoxList .more {position:absolute; top:-1px; right:0; width:36px; height:38px; border:1px solid #eee; background:#f7f7f7;}
  627. .checkBoxList ul {display:flex; flex-wrap:wrap;}
  628. .checkBoxList li {justify-content:flex-start; line-height:36px;}
  629. .checkBoxList[data-unit='1'] li {flex-basis:100%;}
  630. .checkBoxList[data-unit='2'] li {flex-basis:50%;}
  631. .checkBoxList[data-unit='3'] li {flex-basis:33%;}
  632. .checkBoxList[data-unit='4'] li {flex-basis:25%;}
  633. .checkBoxList[data-unit='5'] li {flex-basis:20%;}
  634. .checkBoxList[data-unit='6'] li {flex-basis:16.6%;}
  635. .checkBoxList[data-unit='7'] li {flex-basis:14.2%;}
  636. .checkBoxList[data-unit='8'] li {flex-basis:12.5%;}
  637. /* 아이콘 툴팁 버튼 */
  638. .iconTooltip {display:inline-block; position:relative; margin-right:10px;}
  639. .iconTooltip i {position:relative; color:#46a1ff; width:15px; height:15px; line-height:16px; border-radius:50%; border:1px solid #46a1ff; cursor:pointer; text-align:center;}
  640. .iconTooltip:hover i {box-shadow:0px 3px 7px 0px rgba(0,0,0,0.4);}
  641. .iconTooltip span {display:none; position:absolute; top:36px; z-index:5; padding:10px 15px; line-height:24px; color:#fff; background:#6d6d6d; box-shadow:0px 3px 7px 0px rgba(0,0,0,0.2); border-radius:5px;}
  642. .iconTooltip span:after {position:absolute; top:-4px; content:''; background:#6d6d6d; width:8px; height:8px; -ms-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); transform:rotate(-45deg);}
  643. .iconTooltip span.left {left:-10px}
  644. .iconTooltip span.left:after {left:15px;}
  645. .iconTooltip span.right {right:-10px}
  646. .iconTooltip span.right:after {right:15px;}
  647. .iconTooltip span.center {left:50%;}
  648. .iconTooltip span.center:after {right:5px;}
  649. .iconTooltip:hover span{display:block;}
  650. /* 상품이동 */
  651. .itemMove {display:inline-block; width:800px; border:1px solid #eee;}
  652. .itemMove .item {float:left; display:table; margin:0 10px 20px 0; width:220px; border:1px solid #eee;}
  653. .itemMove .item li {display:table-cell; vertical-align:top;}
  654. .itemMove .item li:nth-of-type(1) {width:80px;}
  655. .itemMove .item li:nth-of-type(1) img {width:80px; height:80px;}
  656. .itemMove .item button {width:16px; height:16px; text-indent:-9999px;}
  657. .itemMove .item input {width:30px; height:14px !important; line-height:14px}
  658. .itemMove .item li:nth-of-type(2) div {line-height:20px}
  659. /* 상품 Dragable :20200129 */
  660. .sortableWrap #sortable { overflow-y:auto }
  661. .sortableWrap {margin:20px 0; width:100%; max-height:675px;}
  662. .sortableWrap .itemWrap {display:inline-block;}
  663. .sortableWrap .item {float:left; margin-right:12px; margin-bottom:12px; padding:5px 8px; line-height:20px; border:1px solid #ddd; vertical-align:top; background:#fff;}
  664. .sortableWrap .item > li {float:left; vertical-align:middle;}
  665. .sortableWrap .item .img {margin-top:3px; margin-right:10px; width:80px;}
  666. .sortableWrap .item .img img {width:80px; height:80px; cursor:move;}
  667. .sortableWrap .btnArea {text-align:center; margin-top:15px; padding:0 10px;}
  668. .sortableWrap button.icnSm {overflow:hidden; position:relative; width:24px; height:20px; background-color:#fff;}
  669. .sortableWrap button.icnSm i {position:absolute; top:-4px; left:-3px; width:24px; line-height:24px; font-size:15px; color:#888;}
  670. .sortableWrap button.icnSm:hover i {color:#111;}
  671. .sortableWrap button.icnSm:last-child {margin-right:0;}
  672. .sortableWrap .item .cont {width:114px;}
  673. .sortableWrap .item .cont li em {margin:0 3px 0 7px;}
  674. .sortableWrap .item .cont .no {font-weight:bold; padding-bottom:3px;}
  675. .sortableWrap .item .cont .title {padding-bottom:3px; border-bottom:1px solid #eee;}
  676. .sortableWrap .item .cont .price {padding-top:3px; padding-bottom:3px;}
  677. .sortableWrap .item .cont input {margin-left:5px; width:37px;}
  678. .ag-theme-balham.lh60 .ag-cell {line-height:60px !important; height:60px;}
  679. .ag-theme-balham.lh70 .ag-cell {line-height:70px !important; height:70px;}
  680. .ag-theme-balham.lh80 .ag-cell {line-height:80px !important; height:80px;}
  681. .ag-theme-balham.lh90 .ag-cell {line-height:90px !important; height:90px;}
  682. .ag-theme-balham.lh100 .ag-cell {line-height:100px !important; height:100px;}
  683. .ag-theme-balham.lh110 .ag-cell {line-height:110px !important; height:110px;}
  684. .ag-theme-balham.lh120 .ag-cell {line-height:120px !important; height:120px;}
  685. /* 테이블 상품명 클릭시 이미지 레이어 활성화 */
  686. .viewImg {position:relative; color:blue; cursor:pointer}
  687. .thumbLayer {display:inline-block; position:absolute; top:0; right:0; z-index:5; border:1px solid #ddd}
  688. .thumbLayer img {width:100%; height:auto;}
  689. /* dashboard */
  690. .flexWrap{display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; color:#676a6c;}
  691. .flexWrap li{padding:0 20px 20px; width:calc(33.3%);}
  692. .flexWrap.unit4 li{width:calc(25%);}
  693. .flexWrap.unit5 li{width:calc(20%);}
  694. .flexWrap.unit6 li{width:calc(16.6%);}
  695. .flexWrap .title{padding:15px; font-weight:600; border:1px solid #e7eaec; border-top:2px solid #e7eaec;}
  696. .flexWrap .title h5{font-size:15px; font-weight:bold;}
  697. .flexWrap .title span{float:right; padding:1px 8px; font-size:10px; border-radius:0.25em;}
  698. .flexWrap .content{padding:15px; border:1px solid #e7eaec; border-top:none;}
  699. .flexWrap .content em{font-size:30px; font-weight:200;}
  700. .statText {margin-top:5px}
  701. .statText::after{display:block; clear:both; content:''}
  702. .statText span:nth-of-type(1){float:left; font-size:11px;}
  703. .statText span:nth-of-type(2){float:right; font-size:13px; font-weight:600;}
  704. .txt-success{color:#1c84c6;}
  705. .txt-info{color:#23c6c8;}
  706. .flexWrap .txt-danger{color:#ed5565;}
  707. .flexWrap .bg-success{background:#1c84c6;}
  708. .flexWrap .bg-info{background:#23c6c8;}
  709. .flexWrap .bg-danger{background:#ed5565;}
  710. .btn.on{-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);}
  711. .dbChart .btn-group{float:right; line-height:37px;}
  712. .dbChart .btn-group button{margin:0; height:23px;}
  713. .dbChart .boxleft{float:left; margin:20px 15px 20px 15px; width:calc(100% - 490px);}
  714. .dbChart .boxRight{float:left; margin:20px 20px 20px 40px; width:400px;}
  715. .dbChart .boxRight em{font-size:24px; font-weight:200;}
  716. .dbChart .boxRight > div{margin-bottom:25px;}
  717. .dbChart .boxRight .statText .c1 {color:#FF7043}
  718. .dbChart .boxRight .progress .c1 {background:#FF7043}
  719. .dbChart .boxRight .statText .c2 {color:#48C9B0}
  720. .dbChart .boxRight .progress .c2 {background:#48C9B0}
  721. .dbChart .boxRight .statText .c3 {color:#ca9900}
  722. .dbChart .boxRight .progress .c3 {background:#FFD54F}
  723. .progress{display:-ms-flexbox; display:flex; margin-top:5px; height:1rem; overflow:hidden; font-size:.75rem; background-color:#e9ecef; border-radius:.25rem;}
  724. .progress-mini{height:5px; margin-bottom:0;}
  725. .progress > div{height:5px; margin-bottom:0; transition:width 0.3s;}
  726. /* 카테고리 Sort */
  727. .categoryOrder {margin-bottom:15px; background:#fcfcfc;}
  728. .categoryOrder li {clear:both; padding-left:15px; line-height:40px; cursor:move; border-top:1px dashed red; }
  729. .categoryOrder li button.on {background-image:url(/image/icon_cate_minus.png);}
  730. /* .categoryOrder li:after {content:''; position:absolute; top:8px; left:-10px; width:21px; height:21px; background:url(/image/line_cate.png)} */
  731. .categoryOrder li:before{position:relative; content:''; width:1px; height:100%; background:#ddd;}
  732. .categoryOrder li ol{display:none}
  733. /* .categoryOrder ol:last-child li {background-image:none !important} */
  734. .categoryOrder button{position:relative; z-index:200; padding:0 15px 0; margin:0; line-height:40px; cursor:pointer; background-image:url(/image/icon_cate_plus.png); background-repeat:no-repeat; background-position:0 0;}
  735. /* 반응형:GNB 유저명,등급,로그아웃 --------------- */
  736. @media ( max-width:1370px ) {
  737. .header-info { display:none;}
  738. .header-info-sm { display:inline-block;}
  739. }
  740. /* 반응형 :dashboard(20200522) --------------- */
  741. @media ( max-width:1023px ) {
  742. /* 대시보드 */
  743. #wrapper.dashboard{width:100%; min-width:100%;}
  744. .dashboard .header-logo{width:100%}
  745. .dashboard #lnb-wrapper{display:none;}
  746. .dashboard .header-menu{display:none;}
  747. .dashboard .tabs{margin-left:0; margin-right:0;}
  748. .dashboard .tabs h2{position:relative; margin:10px 15px}
  749. .dashboard .tabsNav li:first-child{margin-left:0}
  750. .dashboard .tabsNav li:last-child{margin-right:0}
  751. .dashboard .tabsNav li a{font-size:16px}
  752. .dashboard .flexWrap li{width:100%}
  753. .dashboard .flexWrap.unit4 li{width:100%}
  754. .dashboard .flexWrap.unit5 li{width:100%}
  755. .dashboard .flexWrap.unit6 li{width:100%}
  756. .dashboard .boxStyle{margin-left:0; margin-right:0;}
  757. .dashboard .dbChart .boxleft{clear:left; margin:30px 15px 0 0; width:100%;}
  758. .dashboard .dbChart .boxRight{clear:right; width:100%; margin:30px 20px 20px;}
  759. }
  760. /* Fix Input Zoom on devices older than iPhone 5:*/
  761. @media screen and (device-aspect-ratio:2/3) {
  762. select, textarea, input[type="text"], input[type="password"],
  763. input[type="datetime"], input[type="datetime-local"],
  764. input[type="date"], input[type="month"], input[type="time"],
  765. input[type="week"], input[type="number"], input[type="email"],
  766. input[type="url"]{ font-size:16px;}
  767. }
  768. /* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
  769. @media screen and (device-aspect-ratio:40/71) {
  770. select, textarea, input[type="text"], input[type="password"],
  771. input[type="datetime"], input[type="datetime-local"],
  772. input[type="date"], input[type="month"], input[type="time"],
  773. input[type="week"], input[type="number"], input[type="email"],
  774. input[type="url"]{ font-size:16px;}
  775. }
  776. /* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7 */
  777. @media screen and (device-aspect-ratio:375/667) {
  778. select, textarea, input[type="text"], input[type="password"],
  779. input[type="datetime"], input[type="datetime-local"],
  780. input[type="date"], input[type="month"], input[type="time"],
  781. input[type="week"], input[type="number"], input[type="email"],
  782. input[type="url"]{ font-size:16px;}
  783. }
  784. /* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max */
  785. @media screen and (device-aspect-ratio:9/16) {
  786. select, textarea, input[type="text"], input[type="password"],
  787. input[type="datetime"], input[type="datetime-local"],
  788. input[type="date"], input[type="month"], input[type="time"],
  789. input[type="week"], input[type="number"], input[type="email"],
  790. input[type="url"]{ font-size:16px;}
  791. }