dabory-quick.css 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. /* A타입 */
  2. .dabory-quick-A {
  3. position: fixed !important;
  4. top: 0 !important;
  5. right: 0 !important;
  6. height: 100vh !important;
  7. border-left: 1px solid #ddd !important;
  8. background-color: #fff !important;
  9. margin: 0 !important;
  10. padding: 0 !important;
  11. font-size: 14px !important;
  12. color: #333 !important;
  13. line-height: 150% !important;
  14. font-weight: 300 !important;
  15. z-index: 9999 !important;
  16. }
  17. .dabory-quick-A ul {
  18. height: 100% !important;
  19. margin: 0 !important;
  20. padding: 0 !important;
  21. font-size: 14px !important;
  22. line-height: 150% !important;
  23. font-weight: 300 !important;
  24. }
  25. .dabory-quick-A ul > li {
  26. width: 100px !important;
  27. height: 10% !important;
  28. list-style: none !important;
  29. transition: 0.5s ease-in-out !important;
  30. }
  31. .dabory-quick-A ul > li > a, .dabory-quick-A ul > li > button {
  32. background-color: unset !important;
  33. display: flex !important;
  34. flex-wrap: wrap !important;
  35. flex-direction: column !important;
  36. justify-content: center !important;
  37. align-items: center !important;
  38. width: 100% !important;
  39. height: 100% !important;
  40. text-align: center !important;
  41. }
  42. .dabory-quick-A ul > li .txt {
  43. padding-top: 10px !important;
  44. line-height: 100% !important;
  45. font-size: 12px !important;
  46. color: #333 !important;
  47. }
  48. .dabory-quick-A ul > li.act .txt, .dabory-quick-A ul > li.active .txt,
  49. .dabory-quick-A ul > li.act .txt, .dabory-quick-A ul > li:hover .txt {
  50. color: #22a1ff !important;
  51. }
  52. .dabory-quick-A ul > li .ico.ico-bottom {
  53. background-image: url(image/r_quick_ico1.png) !important;
  54. width: 24px !important;
  55. height: 24px !important;
  56. transform: rotate( 180deg ) !important;
  57. }
  58. .dabory-quick-A ul > li img {
  59. width: 24px !important;
  60. height: 24px !important;
  61. }
  62. .dabory-quick-A ul > li .ico.ico-top {
  63. background-image: url(image/r_quick_ico1.png) !important;
  64. width: 24px !important;
  65. height: 24px !important;
  66. }
  67. /* B타입 */
  68. /*임시로 지움
  69. .dabory-quick-B {
  70. position: fixed !important;
  71. right: 30px !important;
  72. top: 50% !important;
  73. transform: translate(0, -50%) !important;
  74. z-index: 9999 !important;
  75. background-color: #fff !important;
  76. padding: 7px 7px !important;
  77. border-radius: 40px !important;
  78. border: 1px solid #e1e1e1 !important;
  79. }
  80. .dabory-quick-B li {
  81. text-align: center !important;
  82. border-bottom: 1px solid #d3d3d3 !important;
  83. }
  84. .dabory-quick-B li > button {
  85. background-color: unset !important;
  86. display: block !important;
  87. padding: 15px 0 !important;
  88. margin: auto !important;
  89. }
  90. .dabory-quick-B ul > li .ico.ico-bottom {
  91. display: flex !important;
  92. align-items: center !important;
  93. margin: auto !important;
  94. background-image: url(image/r_quick_ico1.png) !important;
  95. width: 24px !important;
  96. height: 24px !important;
  97. transform: rotate( 180deg ) !important;
  98. }
  99. .dabory-quick-B ul > li img {
  100. display: flex !important;
  101. align-items: center !important;
  102. margin: auto !important;
  103. width: 24px !important;
  104. height: 24px !important;
  105. }
  106. .dabory-quick-B ul > li .ico.ico-top {
  107. display: flex !important;
  108. align-items: center !important;
  109. margin: auto !important;
  110. background-image: url(image/r_quick_ico1.png) !important;
  111. width: 24px !important;
  112. height: 24px !important;
  113. }
  114. .dabory-quick-B > ul > li:last-child {
  115. border-bottom: 0 !important;
  116. }
  117. .dabory-quick-B > ul > li .txt {
  118. padding-top: 10px !important;
  119. line-height: 100% !important;
  120. font-size: 12px !important;
  121. color: #333 !important;
  122. }
  123. .dabory-quick-B > ul > li.act .txt, .dabory-quick-B > ul > li.active .txt,
  124. .dabory-quick-B > ul > li.act .txt, .dabory-quick-B > ul > li:hover .txt {
  125. color: #22a1ff !important;
  126. }
  127. .dabory-quick-B > ul > li button[data-widget="coupon"] .txt {color: #e17070 !important;}
  128. @media only screen and (max-width:991px){
  129. .dabory-quick-B {right: 0!important; left: 0; top: auto!important; bottom: 0; transform: translate(0, 0) !important; border: none!important; border-top: 1px solid #e1e1e1!important; border-radius: 0!important; padding: 0px 7px!important; box-shadow: 0px -1px 8px rgba(0, 0, 0, 0.1);}
  130. .dabory-quick-B ul {display:flex;}
  131. .dabory-quick-B li {flex:auto; border-bottom:none!important;}
  132. .dabory-quick-B li:first-of-type {display:none;}
  133. .dabory-quick-B li:last-of-type {position:absolute; top:-60px; right:0;}
  134. .dabory-quick-B ul > li .ico.ico-bottom,
  135. .dabory-quick-B ul > li .ico.ico-top {width: 40px!important; height: 40px!important; background-color: #1c2f5e; border-radius: 50px; background-repeat: no-repeat; background-position: center; background-image: url(image/r_quick_ico1_mob.png) !important;}
  136. .dabory-quick-B ul > li img {width:20px!important; height:20px!important;}
  137. }
  138. */