admin.ui.css 61 KB

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