common.css 75 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765
  1. @charset "utf-8";
  2. @import "reset.css";
  3. @import "font.css";
  4. @import "layout.css";
  5. /* h1 ~ h6 */
  6. h1,h2,h3,
  7. h4,h5,h6,
  8. .h1,.h2,.h3,
  9. .h4,.h5,.h6 {
  10. color: #222222;
  11. padding: 0px;
  12. margin: 0px;
  13. line-height:1;
  14. }
  15. h1,.h1 { /* logo */
  16. margin-top: 15px;
  17. margin-bottom: 15px;
  18. font-size: 14px;
  19. font-weight: 300;
  20. }
  21. h2,.h2 { /* lnb */
  22. margin-bottom: 15px;
  23. font-size: 36px;
  24. font-weight: 500;
  25. }
  26. h3,.h3 { /* contents header */
  27. margin-bottom: 10px;
  28. font-size: 30px;
  29. font-weight: 500;
  30. }
  31. h3 small,
  32. .h3 small {
  33. line-height: 19px;
  34. }
  35. h4,.h4 { /* contents title */
  36. margin-bottom: 10px;
  37. font-size: 16px;
  38. font-size: 40px;
  39. font-weight: 500;
  40. }
  41. h5,.h5 { /* .modal .modal-header */
  42. margin-bottom: 10px;
  43. margin-top: 5px;
  44. font-size: 16px;
  45. font-weight: 500;
  46. }
  47. h6,.h6 { /* .modal .modal-body > title */
  48. margin-bottom: 5px;
  49. font-size: 16px;
  50. font-weight: 500;
  51. }
  52. .display1{font-size: 60px;font-weight: 500;letter-spacing: -0.025em;}
  53. .display1_eng{font-size: 62px;font-weight: 500;letter-spacing: -0.025em;}
  54. .displayH{font-size: 40px;font-weight: 500;letter-spacing: -0.025em;} /* h4 */
  55. .displayH_eng{font-size: 42px;font-weight: 500;letter-spacing: -0.025em;}
  56. .subH1{font-size: 30px;font-weight: 500;letter-spacing: -0.025em;} /* h3 */
  57. .subH1_eng{font-size: 32px;font-weight: 500;letter-spacing: -0.025em;}
  58. /*.subH2{font-size: 24px;font-weight: 500;letter-spacing: -0.025em;}*/
  59. .subH2{font-size: 26px;font-weight: 500;letter-spacing: -0.025em;}
  60. .subH2_eng{font-size: 26px;font-weight: 500;letter-spacing: -0.025em;}
  61. .subH3{font-size: 18px;font-weight: 500;letter-spacing: -0.025em;}
  62. .subH3_eng{font-size: 20px;font-weight: 500;letter-spacing: -0.025em;}
  63. .tit{font-size: 16px;font-weight: 300;letter-spacing: -0.025em;}
  64. .caption {font-size: 14px;font-weight: 300;letter-spacing: -0.025em;}
  65. body *[data-font~="lato"] {font-family: 'LATO';}
  66. body *[data-weight~="price"] {font-weight: 600;color: #fd4802;}
  67. /* title */
  68. /* h2 {font-size:14px; line-height:1.2;} */
  69. /* h3 {font-size:16px; line-height:1.2;} */
  70. h2.tit01 {margin:0 0 20px; padding-bottom:15px; border-bottom:1px solid #bebebe; font-size:0; line-height:0;}
  71. h3.tit01 {padding:12px 0 12px 20px; background:#f5f5f5; margin:30px 0 15px;}
  72. b, strong {font-weight: 500;}
  73. small, .small {font-size: 85%;}
  74. /* text state */
  75. .t_muted {color: #ccd0d9 !important;}
  76. .t_req {color: #fd4802 !important;}
  77. .t_help {color: #888888 !important;}
  78. .t_info {color: #888888 !important;}
  79. .t_err {color: #fd4802 !important;}
  80. .t_err::before {content: '';display: inline-block; width: 17px; height:17px; background:url('/images/pc/ico_err.png') no-repeat right top;margin: 0px 7px 0 0px;position: relative;top: 4px;left: 0;right: auto;bottom: auto;}
  81. .t_success {color: #333333 !important;}
  82. /* font color */
  83. i {font-family:'LATO', 'Noto Sans kr', sans-serif !important; letter-spacing:0}
  84. .base i {position:relative; top:1px;}
  85. i.big {font-size:18px; position:relative; top:2px;}
  86. /*.bold {font-weight:bold;}*/
  87. /*.normal {font-weight:normal;}*/
  88. .bold {font-weight:500;} /* 중복확인 */
  89. .normal {font-weight:300;} /* 중복확인 */
  90. .light {font-weight:200;} /* 중복확인 */
  91. .ptxt01 {color:#666666;}
  92. .ptxt02 {color:#999999;}
  93. .ptxt03 {color:#333333;}
  94. .c_primary {color:#fd4802 !important;} /* 중복확인 */
  95. .c_blue{color:#2b62c2 !important}
  96. .c_pink {color:#bd484a !important;}
  97. .c_white {color:#ffffff !important;}
  98. .c_yellow {color:#f09614 !important;}
  99. .c_orange{color: #ff634c !important;}
  100. .c_green{color:#6a9913 !important;}
  101. .c_mint{color:#05B9AA !important;}
  102. .c_mint2{color:#37b4be !important;}
  103. .c_red{color:#ff0000 !important;}
  104. .c_red2{color:#f30e0e !important;}
  105. .c_black{color:#000000 !important;}
  106. .c_black2{color:#222222 !important;}
  107. .c_gray{color:#888888 !important;}
  108. .c_gray2{color:#666666 !important;}
  109. .c_ygreen{color:#5fc332 !important;}
  110. .f_size14{font-size:14px;}
  111. .f_size13{font-size:13px;}
  112. .f_size12{font-size:12px; }
  113. .f_size10{font-size:10px;}
  114. .f_normal {font-weight:normal}
  115. /* background color */
  116. /*
  117. bk는 백그라운드, f는 폰트,
  118. fb: 폰트블랙 - 222222,
  119. fw, 기본 : 폰트화이트 - ffffff
  120. */
  121. .bk01_fb,.bk01_fw,.bk01{background-color:#2b62c2 !important}
  122. .bk02_fb,.bk02_fw,.bk02{background-color:#bd484a !important;}
  123. .bk03_fb,.bk03_fw,.bk03{background-color:#ffffff !important;}
  124. .bk04_fb,.bk04_fw,.bk04{background-color:#f09614 !important;}
  125. .bk05_fb,.bk05_fw,.bk05{background-color: #ff634c !important;}
  126. .bk06_fb,.bk06_fw,.bk06{background-color:#436564 !important;}
  127. .bk07_fb,.bk07_fw,.bk07{background-color:#05B9AA !important;}
  128. .bk08_fb,.bk08_fw,.bk08{background-color:#37b4be !important;}
  129. .bk09_fb,.bk09_fw,.bk09{background-color:#ff0000 !important;}
  130. .bk10_fb,.bk10_fw,.bk10{background-color:#000000 !important;}
  131. .bk11_fb,.bk11_fw,.bk11{background-color:#5fc332 !important;}
  132. .bk12_fb,.bk12_fw,.bk12{background-color:#777777 !important;}
  133. [class*="bk"] p,[class*="bk"] a, [class*="bk"] input::placeholder{color:#ffffff !important;}
  134. [class*="bk"] .util_group span::after{background: #ffffff !important;}
  135. [class*="_fb"] p,[class*="_fb"] a, [class*="_fb"] input::placeholder{color:#222222 !important;}
  136. [class*="_fb"] .util_group span::after{background: #222222 !important;}
  137. /* [class*="bk"] .brand_visual::after{} */
  138. /*
  139. 스크립트 작성대기
  140. A는 br_head [class*="bk"] 끝자리 스타일값
  141. B는 brand_visual 의 after......
  142. */
  143. /* chip */
  144. .chip {
  145. display: inline; padding: .2em .6em .3em; font-size: 11px;font-weight: 500;line-height: 1;
  146. text-align: center; color: #ffffff; white-space: nowrap;vertical-align: baseline;border-radius: .25em;
  147. }
  148. .chip_default {background-color: #777777;}
  149. .chip_type2 {background-color: #222222;}
  150. .chip_type3 {background-color: #95b75d;}
  151. .chip_type4 {background-color: #f0ad4e;}
  152. .chip_type5 {background-color: #E04B4A;}
  153. .section {position:relative;}
  154. /* column */
  155. .ui_row{width:100%; margin-left: 0px !important; margin-right: 0px !important;margin-bottom: 15px;position: relative; display: -webkit-box;display: -ms-flexbox;display: flex;}
  156. section::after, .ui_row::after, .btn_group_block::after{content: '';display: block;clear: both;}
  157. .ui_row [class^='ui_col_'] {min-height: 1px;margin-left: 10px;margin-right: 10px;}
  158. .ui_row [class^='ui_col_']:first-child {margin-left: 0;}
  159. .ui_row [class^='ui_col_']:last-child {margin-right: 0;}
  160. .ui_col_1, .ui_col_2, .ui_col_3,
  161. .ui_col_4, .ui_col_5, .ui_col_6,
  162. .ui_col_7, .ui_col_8, .ui_col_9,
  163. .ui_col_10, .ui_col_11, .ui_col_12{
  164. position: relative;
  165. min-height: 1px;
  166. }
  167. @media (min-width: 320px){
  168. .ui_col_1, .ui_col_2, .ui_col_3,
  169. .ui_col_4, .ui_col_5, .ui_col_6,
  170. .ui_col_7, .ui_col_8, .ui_col_9,
  171. .ui_col_10, .ui_col_11, .ui_col_12 {
  172. float: left;
  173. }
  174. }
  175. @media (min-width: 320px){
  176. .ui_col_1{width:8.33333333%}
  177. .ui_col_2{width:16.66666667%}
  178. .ui_col_3{width:25%}
  179. .ui_col_4{width:33.33333333%}
  180. .ui_col_5{width:41.66666667%}
  181. .ui_col_6{width:50%}
  182. .ui_col_7{width:58.33333333%}
  183. .ui_col_8{width:66.66666667%}
  184. .ui_col_9{width:75%}
  185. .ui_col_10{width:83.33333333%}
  186. .ui_col_11{width:91.66666667%}
  187. .ui_col_12{width:100%}
  188. }
  189. /* textarea */
  190. textarea {background-color:transparent; border:1px solid #d7d7d7; width:99%; overflow-y:auto}
  191. .textarea_full {width:832px; padding:10px}
  192. .textarea_md {width:656px; width: 30%; height:108px; padding:10px; line-height:18px;}
  193. .textarea_sm {width:360px; width: 18%; padding:10px;}
  194. .txt_cnt {text-align: right;margin-top: 10px;}
  195. /* margin style */
  196. .mgc {margin:0 auto;}
  197. .mt0 {margin-top:0 !important;}
  198. .ml0 {margin-left:0 !important;}
  199. .ml5 {margin-left:5px !important;}
  200. .ml10{margin-left:10px !important;}
  201. .ml15 {margin-left:15px !important;}
  202. .ml20 {margin-left:20px !important;}
  203. .ml30 {margin-left:30px !important;}
  204. .mr0{margin-right:0px !important;}
  205. .mr20 {margin-right:20px !important;}
  206. .mt5 {margin-top:5px !important;}
  207. .mt10 {margin-top:10px !important;}
  208. .mt15 {margin-top:15px !important;}
  209. .mt20 {margin-top:20px !important;}
  210. .mt30 {margin-top:30px !important;}
  211. .mt35 {margin-top:35px !important;}
  212. .mt40 {margin-top:40px !important;}
  213. .mt45 {margin-top:45px !important;}
  214. .mt50 {margin-top:50px !important;}
  215. .mt60 {margin-top:60px !important;}
  216. .mt100 {margin-top:100px !important;}
  217. .mb0 {margin-bottom:0 !important}
  218. .mb5 {margin-bottom:5px !important}
  219. .mb10 {margin-bottom:10px !important;}
  220. .mb15 {margin-bottom:15px !important;}
  221. .mb20 {margin-bottom:20px !important;}
  222. .mb30 {margin-bottom:30px !important;}
  223. .mb35 {margin-bottom:35px !important;}
  224. .mb40 {margin-bottom:40px !important;}
  225. .mb45 {margin-bottom:45px !important;}
  226. .mb50 {margin-bottom:50px !important;}
  227. .mb60 {margin-bottom:60px !important;}
  228. .mb100 {margin-bottom:100px !important;}
  229. .mr5 {margin-right:5px !important;}
  230. .mr10 {margin-right:10px !important;}
  231. .mr15 {margin-right:15px !important;}
  232. .ml10 {margin-left:10px !important;}
  233. .ml35 {margin-left:35px !important;}
  234. .mtm3 {margin-top:-3px !important;}
  235. .mtm10 {margin-top:-10px !important;}
  236. .mtm20 {margin-top:-20px !important;}
  237. .mbm10 {margin-bottom:-10px !important;}
  238. .mbm30{margin-bottom:-30px !important;}
  239. /*padding style*/
  240. .pt10 {padding-top:10px !important;}
  241. .pt20 {padding-top:20px !important;}
  242. .pt30 {padding-top:20px !important;}
  243. .pt40 {padding-top:40px !important;}
  244. .pt100 {padding-top:100px !important;}
  245. .pl0 {padding-left:0 !important;}
  246. .pl10 {padding-left:10px !important;}
  247. .pr20 {padding-right:20px !important;}
  248. .pb10 {padding-bottom:10px !important;}
  249. .pb20 {padding-bottom:20px !important;}
  250. .pb30 {padding-bottom:30px !important;}
  251. .pb40 {padding-bottom:40px !important;}
  252. .pb50 {padding-bottom:50px !important;}
  253. .pb100 {padding-bottom:100px !important;}
  254. .block {display:block;}
  255. .inblock {display:inline-block;*display:inline;zoom:1;}
  256. .clear {*zoom:1; clear:both;}
  257. .clear:after {content:""; display:block; clear:both;}
  258. .fr::after, .fl::after{content: '';display: block;clear: both;}
  259. .fl {float:left !important;}
  260. .fr {float:right !important;}
  261. .t_c {text-align:center !important;}
  262. .t_l {text-align:left !important;}
  263. .t_r {text-align:right !important;}
  264. .btn_center {text-align:center; margin-top:30px;}
  265. .btn_right {text-align:right; margin-top:10px; margin-bottom:15px;}
  266. .btn_border {border-top:1px solid #e1e1e1; padding-top:30px;text-align:center; margin-top:30px;}
  267. .bkn {background:0 none !important;}
  268. /* button */
  269. .btn {
  270. display: inline-block;
  271. margin-bottom: 0;
  272. padding: 13px 41px;
  273. font-size: 16px;
  274. font-weight: 400;
  275. line-height: 20px;
  276. text-align: center;
  277. white-space: nowrap;
  278. vertical-align: middle;
  279. -webkit-user-select: none;
  280. -moz-user-select: none;
  281. -ms-user-select: none;
  282. user-select: none;
  283. background-image: none;
  284. box-sizing: border-box;
  285. border-width: 1px;
  286. border-style: solid;
  287. border-color: rgba(225, 225, 225, 0.6);
  288. -moz-border-radius: 0px;
  289. -webkit-border-radius: 0px;
  290. border-radius: 0px;
  291. -ms-touch-action: manipulation;
  292. touch-action: manipulation;
  293. -webkit-transition: all 200ms ease;
  294. -moz-transition: all 200ms ease;
  295. -ms-transition: all 200ms ease;
  296. -o-transition: all 200ms ease;
  297. transition: all 200ms ease;
  298. cursor: pointer;
  299. }
  300. .btn {color: #3d3d3d;background-color: rgb(255 255 255 / 0);border-color: rgb(221 221 221 / 0.6);}
  301. .btn_default {color: #333333;background-color: #ffffff;border-color: #dddddd;}
  302. .btn_dark {color: #ffffff;background-color: #222222;border-color: #222222;}
  303. .btn_primary {color: #ffffff;background-color: #fd4802;border-color: #fd4802;}
  304. .btn_primary_line {color: #fd4802;background-color: #ffff;border-color: #fd4802;}
  305. .btn_success {color: #ffffff;background-color: #95b75d;border-color: #95b75d;}
  306. .btn_info {color: #ffffff;background-color: #50cff5;border-color: #35c1ea;}
  307. .btn_warning {color: #ffffff;background-color: #fe970a;border-color: #fe970a;}
  308. .btn_danger {color: #ffffff;background-color: #E04B4A;border-color: #E04B4A;}
  309. .btn_link {color: #428bca;border-radius: 0;font-weight: 400;}
  310. .btn_underline {display:inline-block; border-bottom:1px solid #222; color:#222; font-size:14px; line-height:1 !important;}
  311. .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  312. pointer-events: none;
  313. cursor: not-allowed;
  314. filter: alpha(opacity=65);
  315. -webkit-box-shadow: none;
  316. box-shadow: none;
  317. opacity: .45;
  318. }
  319. /* btn hover, focus */
  320. .btn:hover, .btn:focus, .btn.focus {color: #333333;text-decoration: none;}
  321. .btn:hover, .btn:focus, .btn:active, .btn.active,
  322. .open > .tgl_dropdown.btn {background-color: rgb(255 255 255 / 0.4);border-color: rgb(221 221 221 / 0.6);}
  323. .btn:active, .btn.active {-moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none;}
  324. /* btn active */
  325. .btn_default:hover, .btn_default:focus,
  326. .btn_default:active, .btn_default.active,
  327. .open > .tgl_dropdown.btn_default {
  328. background-color: #F5F5F5;border-color: #dddddd;color:#333333;
  329. }
  330. .btn_dark:hover, .btn_dark:focus,
  331. .btn_dark:active, .btn_dark.active,
  332. .open > .tgl_dropdown.btn_dark {
  333. background-color: #2f2f2f;border-color: #2f2f2f;color:#ffffff;
  334. }
  335. .btn_primary:hover, .btn_primary:focus,
  336. .btn_primary:active, .btn_primary.active,
  337. .open > .tgl_dropdown.btn_primary {
  338. background-color: #dc4308;border-color: #dc4308;color:#ffffff;
  339. }
  340. .btn_primary_line:hover, .btn_primary_line:focus,
  341. .btn_primary_line:active, .btn_primary_line.active {
  342. background-color:#fff; border-color:#fd4802; color:#fd4802;
  343. }
  344. .btn_success:hover, .btn_success:focus,
  345. .btn_success:active, .btn_success.active,
  346. .open > .tgl_dropdown.btn_success {
  347. background-color: #89ad4d;border-color: #89ad4d;color:#ffffff;
  348. }
  349. .btn_info:hover, .btn_info:focus,
  350. .btn_info:active, .btn_info.active,
  351. .open > .tgl_dropdown.btn_info {
  352. background-color: #47c2e6;border-color: #3cbee4;color:#ffffff;
  353. }
  354. .btn_warning:hover, .btn_warning:focus,
  355. .btn_warning:active, .btn_warning.active,
  356. .open > .tgl_dropdown.btn_warning {
  357. background-color: #fe970a;border-color: #fe970a;color:#ffffff;
  358. }
  359. .btn_danger:hover, .btn_danger:focus,
  360. .btn_danger:active, .btn_danger.active,
  361. .open > .tgl_dropdown.btn_danger {
  362. background-color: #a43f3e;border-color: #a43f3e;color:#ffffff;
  363. }
  364. /* a linktext */
  365. .linktxt1 {text-decoration:underline !important; color:#2b62c2 !important; font-weight:300;}
  366. .linktxt2 {text-decoration:underline !important;color:#0b596b;}
  367. .linktxt3 {text-decoration:underline !important;color:#666666;}
  368. .linktxt4 {
  369. border-bottom:1px solid #0b596b; display:inline-block;
  370. font-size:11px; line-height:14px; text-indent:0; color:#0b596b !important;
  371. padding-right:10px; margin-top:2px; margin-left:10px;
  372. /* 아이콘 이미지 넣을것 */
  373. /* background:url(/images/pc/icon/ico_arrow.gif) no-repeat right 3px; */
  374. }
  375. /* ico */
  376. .ico {position: relative;/*top: 1px;*/display: inline-block; font-style: normal;font-weight: 400;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
  377. .ico:before {display: inline-block; background-repeat:no-repeat; background-size:contain; background-position:0% 0%; vertical-align:middle;}
  378. .btn_ico {display: inline-block;position: relative;}
  379. .btn .ico {font-size: 14px;margin-right: 5px;}
  380. [class^="ico_"]:before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
  381. [class^="ico_content_"]::before {content:''; display:block;}
  382. .ico_logo:before {content: ""; display:block; width:184px; height:28px; background-image: url('/images/pc/logo_STYLE24.png'); }
  383. .ico_logo_ft:before {content: ""; display:block; width:150px; height:23px; background-image: url('/images/pc/logo_STYLE24_footer.png'); }
  384. .ico_search:before {content: ""; display: inline-block; width:22px; height:26px; background-image: url('/images/pc/ico_sch.png'); }
  385. .ico_bag:before {content: ""; display: inline-block; width:22px; height:26px; background-image: url('/images/pc/ico_bag.png');}
  386. .ico_content_order::before {width:40px; height: 46px; background: url('/images/pc/ico_content_order.png') no-repeat 50% 50%;}
  387. .ico_content_find::before {width:36px; height: 46px; background: url('/images/pc/ico_content_find.png') no-repeat 50% 50%;}
  388. .ico_content_none::before {width:36px; height: 46px; background: url('/images/pc/ico_content_none.png') no-repeat 50% 50%;}
  389. .ico_content_security::before {width:38px; height: 43px; background: url('/images/pc/ico_content_security.png') no-repeat 50% 50%;}
  390. .ico_content_mail::before {width:48px; height: 40px; background: url('/images/pc/ico_content_mail.png') no-repeat 50% 50%;}
  391. .ico_content_dormant::before {width:36px; height: 46px; background: url('/images/pc/ico_content_dormant.png') no-repeat 50% 50%;}
  392. .ico_content_dormant2::before {width:36px; height: 46px; background: url('/images/pc/ico_content_dormant2.png') no-repeat 50% 50%;}
  393. .ico_blank::before {content: ""; width:13px; height:13px; background-image: url('/images/pc/ico_blank.png');}
  394. .ico_ft_arrow_r:before {content: ""; width:11px; height:11px; background-image: url('/images/pc/ico_ft_arrow.png');}
  395. .ico_ft_arrow_b:before {content: ""; width:11px; height:11px; background-image: url('/images/pc/ico_ft_arrow.png'); transform: rotate(90deg);}
  396. .ico_ft_arrow_t:before {content: ""; width:11px; height:11px; background-image: url('/images/pc/ico_ft_arrow.png'); transform: rotate(-90deg);}
  397. .ico_kcl::before {content: ""; width:32px; height:50px; background-image: url('/images/pc/ico_kcl.png');}
  398. .ico_picker::before {content: ""; width:40px; height:40px; background:url(/images/pc/ico_picker.png) no-repeat 50% 50%;}
  399. .ico_trash::before {content: ""; width:13px; height:16px; background:url(/images/pc/ico_trash.png) no-repeat 50% 50%;}
  400. .ico_trash_wh::before {content: ""; width:13px; height:16px; background:url(/images/pc/ico_trash_white.png) no-repeat 50% 50%;}
  401. .ico_like::before {content: ""; width: 19px; height:16px;background: url(/images/pc/ico_like.png) no-repeat 0% 50%; background-size:cover;}
  402. .ico_like2::before {content: ""; width: 16px; height:14px;background: url(/images/pc/ico_like2.png) no-repeat 0% 50%; background-size:cover;}
  403. .active .ico_like::before,
  404. .active .ico_like2::before {background-position:100% 50%;}
  405. .ico_star::before {content: ""; width: 17px; height:17px;background: url(/images/pc/ico_star.png) no-repeat 0% 50%; background-size:cover;}
  406. .active .ico_star::before {background-position:100% 50%;}
  407. .ico_saletag::before {content: ""; width:34px;height:17px;background: url(/images/pc/ico_saletag.png) no-repeat 50% 50%; background-size:cover;}
  408. .ico_besttag::before {content: ""; width:31px;height:15px;background: url(/images/pc/ico_besttag.png) no-repeat 50% 50%; background-size:cover;}
  409. .ico_calender::before {content: ""; width:15px;height:16px;background: url(/images/pc/ico_calender.png) no-repeat 50% 50%; background-size:cover;}
  410. .ico_snslogin::before {content: ""; background-image: url(/images/pc/ico_snslogin.png); background-size:auto 100%;}
  411. .ico_snslogin.kakao::before {width:20px; height:22px; background-position:0 0;}
  412. .ico_snslogin.naver::before {width:16px; height:22px; background-position:-20px 0;}
  413. .ico_snslogin.yes24::before {width:34px; height:22px; background-position:-36px 0;}
  414. .ico_check::before {content: ""; width:10px; height:8px; background-image: url(/images/pc/ico_check.png); background-size:100% auto;}
  415. .ico_check.black::before {content: ""; background-position:0 0;}
  416. .ico_check.red::before {content: ""; background-position:0px -8px;}
  417. .ico_check.gray::before {content: ""; background-position:0px -16px;}
  418. .ico_phone::before {content: ""; width:22px; height:30px; background:url(/images/pc/ico_join_bg.png) no-repeat 0 0; background-size:auto 100%;}
  419. .ico_ipin::before {content: ""; width:30px; height:30px; background:url(/images/pc/ico_join_bg.png) no-repeat -30px 0; background-size:auto auto;}
  420. .ico_close1::before {content: ""; width:12px;height:12px;background: url(/images/pc/ico_close1.png) no-repeat 50% 50%; background-size:cover;}
  421. /* btn linktext */
  422. a[class*="link"]::after, .btn_link span::after {
  423. content: "〉";font-size: 12px;padding-left: 8px;
  424. /* 아이콘 이미지 넣을것 , content 제거 */
  425. /* background:url(/images/pc/icon/ico_arrow.gif) no-repeat right 3px; */
  426. }
  427. .btn_link, .btn_link:hover, .btn_link:focus, .btn_link:active {border-color: transparent;}
  428. .btn_link:hover, .btn_link:focus {color: #2a6496;text-decoration:none;background-color: transparent;}
  429. .btn_link:hover, .btn_link:focus, .btn_link:active, .btn_link.active {color: #222222;background-color: transparent;border-color: transparent;}
  430. /* btn size */
  431. .btn.btn_xs, .btn_group_xs .btn {font-size: 10px;padding: 0px 5px;}
  432. .btn.btn_sm, .btn_group_sm .btn {font-size: 12px;padding: 8px 14px;}
  433. .btn.btn_md, .btn_group_md .btn {font-size: 18px;padding: 18px 48px;}
  434. .btn.btn_lg, .btn_group_lg .btn {font-size: 18px;padding: 34px 100px;}
  435. .btn.btn_lg.btn_link span::after, .btn.btn_md.btn_link span::after {font-size: 10px;padding-left: 8px;}
  436. .btn.btn_xs.btn_link span::after, .btn.btn_sm.btn_link span::after {font-size: 4px;padding-left: 4px;}
  437. /* button group */
  438. .btn_wrap {width: 100%;margin: 10px 0;}
  439. .btn_group {}
  440. .btn_group, .btn_group_vertical {position: relative;display: inline-block;vertical-align: middle;}
  441. .btn_group>.btn, .btn_group-vertical>.btn {float: left;position: relative;}
  442. .btn_group .btn+.btn, .btn_group .btn+.btn_group,
  443. .btn_group .btn_group+.btn, .btn_group .btn_group+.btn_group {
  444. margin-left: -1px;
  445. }
  446. .btn_group_block {float: left;width: 100%;}
  447. .btn_group_block::after {content:''; clear:both; display:block;}
  448. .btn_group_block > * {}
  449. .btn_group_block [class^='ui_col_']{}
  450. .btn_block {display: block;width: 100%;}
  451. .btn_group>.btn:hover, .btn_group-vertical>.btn:hover,
  452. .btn_group>.btn:focus, .btn_group-vertical>.btn:focus,
  453. .btn_group>.btn:active, .btn_group-vertical>.btn:active,
  454. .btn_group>.btn.active, .btn_group-vertical>.btn.active{
  455. z-index: 2;
  456. }
  457. /* toggle - dropdown */
  458. .btn_group.open .tgl_dropdown{
  459. -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  460. box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  461. }
  462. .btn_group>.btn:not(:first-child):not(:last-child):not(.tgl_dropdown) {
  463. border-radius: 0;
  464. }
  465. .btn_group>.btn:first-child{margin-left: 0;}
  466. .btn_group>.btn:first-child:not(:last-child):not(.tgl_dropdown) {border-top-right-radius: 0;border-bottom-right-radius: 0;}
  467. .btn_group>.btn:last-child:not(:first-child),
  468. .btn_group>.tgl_dropdown:not(:first-child) {border-top-left-radius: 0;border-bottom-left-radius: 0;}
  469. /*
  470. .open>.dropdown_menu {display: block;}
  471. */
  472. .dropdown_menu {
  473. position: absolute;
  474. top: 100%;
  475. left: 0;
  476. z-index: 1000;
  477. display: none;
  478. float: left;
  479. min-width: 160px;
  480. width:100%;
  481. padding: 5px 0;
  482. box-sizing: border-box;
  483. margin: 2px 0 0;
  484. font-size: 12px;
  485. text-align: left;
  486. list-style: none;
  487. background-color: #fff;
  488. -webkit-background-clip: padding-box;
  489. background-clip: padding-box;
  490. border: 1px solid #ccc;
  491. border: 1px solid rgba(0,0,0,.15);
  492. border: 1px solid #E5E5E5;
  493. padding: 0px;
  494. margin: 8px 0px 0px;
  495. /* border-radius: 4px; */
  496. -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  497. -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  498. box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  499. }
  500. /* 삼각말풍선 */
  501. /*
  502. .dropdown_menu:after, .dropdown_menu:before {
  503. bottom: 100%;
  504. left: 50%;
  505. border: solid transparent;
  506. content: " ";
  507. height: 0;
  508. width: 0;
  509. position: absolute;
  510. pointer-events: none;
  511. }
  512. .dropdown_menu:before {
  513. border-color: rgba(229, 229, 229, 0);
  514. border-bottom-color: #E5E5E5;
  515. border-width: 6px;
  516. margin-left: -6px;
  517. }
  518. */
  519. .dropdown_header {
  520. display: block;
  521. font-size: 12px;
  522. line-height: 20px;
  523. white-space: nowrap;
  524. padding: 10px 15px;
  525. border-bottom: 1px solid #E5E5E5;
  526. color: #777;
  527. }
  528. .dropdown_menu > li > a {
  529. display: block;
  530. padding: 8px 15px;
  531. clear: both;
  532. font-weight: 400;
  533. line-height: 20px;
  534. color: #333;
  535. white-space: nowrap;
  536. border-bottom: 1px solid #E9E9E9;
  537. }
  538. .dropdown_menu > li:last-child > a {
  539. border-bottom: 0px;
  540. }
  541. .dropdown_menu > li > a:hover, .dropdown_menu > li > a:focus {
  542. color: #262626;
  543. text-decoration: none;
  544. background-color: #f5f5f5;
  545. }
  546. /* btn_icon */
  547. .caret {
  548. display: inline-block !important;
  549. width: 0;
  550. height: 0;
  551. margin-left: 2px;
  552. vertical-align: middle;
  553. border-top: 4px solid;
  554. border-right: 4px solid transparent;
  555. border-left: 4px solid transparent;
  556. position: relative;
  557. top: 50%;
  558. right: -8px;
  559. bottom: auto;
  560. left: auto;
  561. }
  562. .btn .caret {
  563. margin-left: 0;
  564. }
  565. /* pageNav */
  566. .pageNav {display: table; margin-left: auto; margin-right: auto;}
  567. .pageNav:after {display: table;clear: both;content: " ";}
  568. .pageNav > li {display: inline;}
  569. .pageNav > li > a, .pageNav > li > span {position: relative; float: left; font-size: 16px; font-weight: 400; padding: 6px 2px; margin-left: 40px; line-height: 1.42857143; color: #666666; text-decoration: none; background-color: #ffffff;}
  570. .pageNav > li:first-child > a,
  571. .pageNav > li:first-child > span { margin-left: 0;}
  572. .pageNav .next a,
  573. .pageNav .prev a {vertical-align: top; background-repeat: no-repeat; background-position: 50% 50%;}
  574. .pageNav .disabled a {width:15px; height: 34px; background: url('/images/pc/ico_paging.png')no-repeat 0 11px; text-indent: -9999px;}
  575. .pageNav .disabled.prev a {width:8px; height: 34px; background-position: -23px 11px; margin-left: 29px;}
  576. .pageNav .prev a,
  577. .pageNav > li:first-child a { width:15px; height: 34px; background: url('/images/pc/ico_paging.png')no-repeat 0 11px; text-indent: -9999px;}
  578. .pageNav .next a,
  579. .pageNav > li:last-child a { width:15px; height: 34px; background: url('/images/pc/ico_paging.png')no-repeat -64px 11px; text-indent: -9999px;}
  580. .pageNav > li:last-child a {margin-left: 29px;}
  581. .pageNav .prev a {width: 8px; height: 34px; background-position: -23px 11px;}
  582. .pageNav .next a {width: 8px; height: 34px; background-position: -47px 11px;}
  583. .pageNav > li.active > a {color: #fd4802;}
  584. .pageNav > li.active > a::after {content: ''; display: block; width: 100%; height: 2px; background: #fd4802; position: absolute; left: 0px; bottom: 5px; top: auto; right: auto;}
  585. .pageNav a:hover, .pageNav span:hover {/* 디자인 없음 *//* color: #ffffff; background-color: #fd4802; border-color: #fd4802; */}
  586. .pageNav > .active > a:hover, .pageNav > .active > span:hover,
  587. .pageNav > .active > a:focus, .pageNav > .active > span:focus {cursor: default; /* 디자인없음 */ /*z-index: 2; color: #ffffff; background-color: #fd4802; border-color: #fd4802;*/}
  588. .pageNav > .disabled > span, .pageNav > .disabled > span:hover, .pageNav > .disabled > span:focus,
  589. .pageNav > .disabled > a,
  590. .pageNav > .disabled > a:hover,
  591. .pageNav > .disabled > a:focus {color: #dddddd; cursor: not-allowed; background-color: #ffffff; border-color: #dddddd;}
  592. /* folding Group */
  593. .fold_head a::after ,
  594. .fold_head a div::after,
  595. .fold_head .fold_tit::after {content: ''; display: block; clear: both;}
  596. .foldGroup {float: left; width: 100%; margin-bottom: 20px;}
  597. .foldGroup > ul > li {float: left; position: relative; width: 100%; margin: 0px; border: 0px; border-top: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; box-sizing: border-box;}
  598. .foldGroup > ul > li:first-child {border-top: 1px solid #222;}
  599. .foldGroup > ul > li+li {margin:0; border-top:0px solid; box-sizing:border-box;}
  600. .foldGroup .fold_head,
  601. .foldGroup .fold_foot,
  602. .foldGroup .fold_cont {float:left; width:100%;}
  603. .foldGroup .fold_head {position: relative; width:100%; border-bottom: 0;}
  604. .fold_head {padding: 0px; border-bottom: 1px solid transparent;}
  605. .fold_head::after {content: ''; position: absolute; display: inline-block; top: 50%; left: auto; right:40px; transform: translateY(-50%); width: 20px; height: 11px; background: url('/images/pc/ico_fold_arrow1.png'); background-repeat: no-repeat; background-position: 0 100%; }
  606. .fold_head.on::after {background-repeat: no-repeat; background-position: 0 0%;}
  607. .fold_head .data {position:absolute; top:50%; transform: translateY(-50%); left:auto; right:80px; font-size:16px; font-weight:300; z-index:2;}
  608. .foldGroup .fold_head a {display:block; width:inherit; height:100%; padding: 35px 0;}
  609. .foldGroup .fold_head a > div {display:table; width:100%;}
  610. .foldGroup .fold_head a > div > * {display:table-cell; vertical-align: middle;}
  611. .fold_head .fold_tit {position:relative; padding-left:30px;}
  612. .fold_head .fold_tit span {display: block; position: relative; width: 100%; height: auto; font-size:20px; font-weight:300; color: #222; line-height: 1.2; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; text-align: justify; letter-spacing:-0.025em;}
  613. .fold_head .fold_state {width:170px; box-sizing: border-box; text-align: center; font-weight: 300; color:#888; line-height:1;}
  614. .fold_head .fold_state .important {display:inline-block; position:relative; padding:2px 10px; background-color: #fd4802; color:#fff; font-size:14px; font-weight:300; padding:4px 10px 2px;}
  615. .fold_head .fold_state.fix {color:#222;}
  616. .fold_head .fold_state.done {color:#222}
  617. .fold_head .fold_state.doing {color:#888}
  618. .fold_head .fold_category {width:100px; font-weight:200; text-align:center; color:#888;}
  619. .foldGroup .fold_cont {padding: 0; position: relative; color:#666; font-weight:200; font-size:16px; line-height:1.625;}
  620. .fold_cont > div:first-of-type {padding-top:0; border-top:none;}
  621. .fold_cont .img_group .thumb_pic {position:relative; display:inline-block; width:120px; height:120px; border:1px solid #ddd; margin-right: 5px; box-sizing:border-box; overflow:hidden;}
  622. .fold_cont .img_group .thumb_pic img {position:absolute; top:50%; transform: translateY(-50%); width:100%; height: auto;}
  623. .fold_cont .fold_detail,
  624. .fold_cont .fold_answer {position:relative; padding:35px 30px;}
  625. .fold_cont .fold_answer {border-top:1px solid #ddd }
  626. .fold_cont .fold_detail .btn {margin-top:25px; padding:6px 13px; color:#222; border-color:#a1a1a1; font-size:14px; font-weight:200; background:none;}
  627. .fold_cont .fold_detail .img_group {margin-top: 24px; overflow: hidden;}
  628. .fold_cont .fold_answer > div {position:relative;}
  629. .fold_cont .fold_answer div:first-of-type::before{content: 'A'; display: inline-block; position: absolute; top:0px; bottom: auto; left:-35px; right: auto; width: 26px; height: 26px; border-radius: 100%; background: #fd4800; color: #ffffff; font-size: 14px; text-align: center; line-height:26px; font-weight:400;}
  630. .foldGroup.case1,
  631. .foldGroup.case2{}
  632. .case1 .fold_head.on,
  633. .case2 .fold_head.on{background:#f5f5f5;}
  634. .case1 .fold_head .data,
  635. .case2 .fold_head .data {right:100px; font-size: 14px; font-weight: 200; color:#888;}
  636. .case1 .fold_head .fold_tit,
  637. .case2 .fold_head .fold_tit {padding-left:35px;}
  638. .case1 .fold_head .fold_tit::before {content: 'Q'; display: inline-block; position: absolute; top:auto; bottom:-2px; left: 0; right: auto; width: 26px; height: 26px; border-radius: 100%; background: #222; color: #fff; font-size: 14px; text-align: center; line-height: 26px;}
  639. .case1 .fold_head .fold_tit span,
  640. .case2 .fold_head .fold_tit span{font-size:16px; width:790px;}
  641. .case1 .fold_head .fold_tit span.prod,
  642. .case2 .fold_head .fold_tit span.prod{margin-bottom:15px; margin-left:-35px; font-size:14px; font-weight:200; color: #888; line-height:1; }
  643. .case2 .fold_head .fold_tit span.prod {margin-left:0;}
  644. .case2 .fold_head .fold_state {width:150px}
  645. .case1 .fold_cont .data,
  646. .case2 .fold_cont .data{position:absolute; top:35px; left:auto; right:100px; font-size:16px; font-weight:200; z-index:2;}
  647. .case1 .fold_detail,
  648. .case1 .fold_answer,
  649. .case2 .fold_detail,
  650. .case2 .fold_answer{background:#f5f5f5; padding-right:200px;}
  651. .case1 .fold_detail,
  652. .case1 .fold_answer {padding-left:205px;}
  653. .case2 .fold_detail,
  654. .case2 .fold_answer {padding-left:285px;}
  655. .case1 .fold_answer .data,
  656. .case2 .fold_answer .data{right:100px; font-size: 14px; font-weight: 200; color:#888;}
  657. .case1 .fold_answer div.answer_head,
  658. .case2 .fold_answer div.answer_head {color:#222; font-weight:300;}
  659. .case1 .fold_answer .answer_body,
  660. .case2 .fold_answer .answer_body {margin-top: 24px; font-weight:200;}
  661. /* item */
  662. .itemsGrp {font-size: 0px;box-sizing: border-box;clear: both;margin-bottom: 20px;}
  663. .itemsGrp::after{content: "";display: table;clear: both;}
  664. /* row type */
  665. .itemsGrp.rowtype .item_prod {width: 49.43%; margin-bottom: 1.12%; height: 420px; border:1px solid #ddd; overflow: hidden;}
  666. .itemsGrp.rowtype .item_prod:nth-child(2n) {margin-right: 0;}
  667. .itemsGrp.rowtype .item_prod .itemBadge, .itemsGrp.rowtype .item_prod .itemcolorchip {display: none;}
  668. .itemsGrp.rowtype .item_prod .item_state {display: table; padding-left: 330px; padding-right: 50px; padding-bottom: 0; height: 420px; width: 100%;}
  669. .itemsGrp.rowtype .item_prod .itemLink {display: table-cell; position: static; vertical-align: middle;}
  670. .itemsGrp.rowtype .item_prod .itemLike {z-index: 99;}
  671. .itemsGrp.rowtype .item_prod .itemPic {position: absolute; top: 0; left: 0; margin-bottom: 0; padding-top: 0; width: 280px; height: 420px;}
  672. .itemsGrp.rowtype .item_prod .itemPic .shape {z-index: 89;}
  673. .itemsGrp.rowtype .item_prod .itemPic::after {background: #f5f5f5; opacity:1; z-index: 87;}
  674. .itemsGrp.rowtype .item_prod .itemPic .pd_img {z-index: 88;}
  675. .itemsGrp.rowtype .item_state.soldout .itemPic:before {content:'SOLD OUT'; position: absolute; top: 50%; left: 50%; font-size: 20px; color:#fff; background: rgba(0,0,0,.5); width: 100%; height: 100%; transform:translate(-50%, -50%); line-height: 420px; z-index: 89; text-align: center;}
  676. .itemsGrp.rowtype .item_prod .itemBrand {margin:0px 6px 65px; font-size: 16px; font-weight: 300;}
  677. .itemsGrp.rowtype .item_prod .itemComment {position: absolute; left: 340px; top: 150px; font-size: 16px; font-weight: 300; margin:0;}
  678. .itemsGrp.rowtype .item_prod .itemName {margin:0px 6px 40px; font-size: 30px; font-weight: 200; line-height: 1.2; max-height:70px; height: 70px;}
  679. .itemsGrp.rowtype .item_prod .itemPrice {font-size: 30px; line-height: 1; font-weight: 500;}
  680. .itemsGrp.rowtype .item_prod .itemPrice_original {font-size: 20px; font-weight: 200;}
  681. .itemsGrp.rowtype .item_prod .itemPercent {font-size: 42px; line-height: 0.8;}
  682. .item_prod {width: 20%;display: inline-block;font-size: 0px;vertical-align: top;color: rgb(31, 31, 31);position: relative;letter-spacing: -0.2px;}
  683. .item_state {position: relative; padding: 0px 10px 60px; box-sizing: border-box;}
  684. .itemsGrp .item_state.soldout .itemPic:before {content:'SOLD OUT'; position: absolute; top: 50%; left: 50%; font-size: 20px; color:#fff; background: rgba(0,0,0,.5); width: 100%; height: 100%; transform:translate(-50%, -50%); line-height: 420px; z-index: 1; text-align: center;}
  685. @media (max-width: 1919px) and (min-width: 1401px){/* .item_state {padding-left: 6px;padding-right: 6px;} */}
  686. .hgbgCa {width: 100%;height: 100%;}
  687. .fgRDJH {padding: 0px 40px;font-size: 0px;box-sizing: border-box;}
  688. @media (max-width: 1919px) and (min-width: 1401px){.fgRDJH {padding-left: 38px;padding-right: 38px;}}
  689. .itemLike {position: absolute;top: 20px;right: 18px;font-size: 0px;z-index: 2;width: 23px;height: 23px; background: url('/images/pc/ico_like.png');background-size: 46px;background-position:0px 0px;background-repeat: no-repeat;}
  690. .itemLike::before, .itemLike::after {
  691. content: "";position: absolute;top: 0px;right: 0px;width: 100%;height: 100%;
  692. background-repeat: no-repeat;background-position: right top;background-size: contain;opacity: 0;transition: opacity 200ms ease 0s;
  693. }
  694. .itemLike::before {background: url('/images/pc/ico_like.png');background-size: 46px;background-position:-25px 0px;background-repeat: no-repeat;}
  695. .itemLike::after {background: url('/images/pc/ico_like.png');background-size: 46px;background-position: -25px 0px;background-repeat: no-repeat;}
  696. .itemLike:hover::before, .itemLike:active::before {opacity: 1;}
  697. .itemLike.active::before {opacity: 1;}
  698. .itemLike.likeit::before {opacity: 1;}
  699. .itemLink {position: relative;text-decoration: none;color: rgb(102, 102, 102);cursor: pointer;display: block;}
  700. .itemPic {position: relative;width: 100%;margin-bottom:20px;padding-top: 150%;font-size: 0px;overflow: hidden;}
  701. .itemPic::after {content: "";display: block;position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;opacity: 0.03;background-color: rgb(0, 0, 0);}
  702. .itemPic .pd_img {position: absolute;width: 100%;height: auto;top: 50%;left: 0px;transform: translateY(-50%);}
  703. /* .itemPic .pd_img {position: absolute;width: 100%;width: auto; height: auto;max-height: 500px;top: 50%;left: 50%;transform: translate(-50%,-50%);} */
  704. .itemBrand {margin: 0px 5px 12px;line-height: 12px;font-size: 12px;font-weight: 300;color: rgb(137, 137, 137);height:12px;}
  705. .itemComment{margin:20px 5px 0px;line-height: 1; font-size: 14px;font-weight: 300;color: #fd4802;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
  706. .itemName { margin: 0px 5px 15px;line-height:20px;font-size: 14px;font-weight: 200;color:#222; height:40px;}
  707. .itemPrice * {margin-right: 7px;}
  708. .itemPrice {position: relative;line-height: 16px;font-size:16px;font-weight: 300;color: rgb(31, 31, 31);margin: 0px 5px;}
  709. .itemPrice_original {position: relative;margin-left: 5px;line-height: 16px;font-size: 14px;font-weight: 300;color: rgb(204, 204, 204);}
  710. .itemPrice_original::after{content: '';display: inline-block;width: 100%;height: 1px;background: rgb(204, 204, 204);position: absolute;top: 50%;left: 0;bottom:auto;right:auto;transform: translateY(-50%);}
  711. .itemPercent {position: absolute;top: 0px;right: 0px;bottom: auto;left: auto;margin-left: 15px;line-height: 16px;font-size: 16px;font-weight: 300;color: #fd4802;}
  712. .itemViewCount {display:inline-block; height:30px; margin-top:20px; padding:7px 14px; border:2px solid #fd4802; color:#fd4802; font-size:14px; font-weight:300; line-height:1; border-radius:15px;}
  713. /* items Ellipsis */
  714. .itemBrand {position: relative;overflow: hidden;white-space: normal;overflow-wrap: break-word;display: block; max-width:95%;}
  715. .itemBrand {display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
  716. .itemName {position: relative;overflow: hidden;white-space: normal;overflow-wrap: break-word;display: block; max-width:95%;}
  717. .itemName {display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
  718. /* common.css로 이동 예정 */
  719. .itemcolorchip {margin:20px 5px 0px; max-width: 208px;}
  720. .itemcolorchip [class*="chip_"] {position: relative;display: inline-block;width: 15px;height: 15px;font-size: 0; vertical-align: middle; margin:0 0 0 4px;}
  721. .itemcolorchip [class*="chip_"]:before {content: "";display: inline-block;width: 100%;height: 100%;border-radius: 50%;box-sizing: border-box;}
  722. .itemcolorchip [class*="chip_"]:first-child {margin-left:0}
  723. .chip_color40::before {background-color: #ffffff;border: 1px solid #ddd;}
  724. .chip_color54::before {background-color: #000000;}
  725. .chip_color35::before {background-color: #cbaf6f;}
  726. .itemBadge {margin:20px 5px 0; margin-top:14px; font-size: 0px; overflow:hidden;}
  727. .itemBadge [class*="badge"] {display:inline-block; height:22px; margin:0 0 0 5px; padding:0 8px; border:1px solid #888888; background: #fff; color:#888888; font-size: 11px; font-weight: 300; line-height: 21px;}
  728. .itemBadge [class*="badge"]:first-child {margin-left:0}
  729. .itemBadge .badge13 {background:#f5f5f5; border-color:#f5f5f5;}
  730. .rank{
  731. position: absolute;z-index: 1;font-size: 14px;color: #ffffff;top: 0;left: 0;width: auto;height: auto;
  732. min-width: 40px;max-height: 40px;text-align: center;line-height: 0.9;padding: 14px 0px;
  733. }
  734. .rank.detail span {padding: 0 14px;}
  735. .rank::after {
  736. content: "";z-index: -1;position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: block;background: currentColor;background: #222222;
  737. clip-path: polygon(40px 0, 40px 30px, 30px 40px, 0 40px, 0 0);
  738. clip-path: polygon(100% 0, 100% 75%, 75% 100%, 0 100%, 0 0);
  739. clip-path: polygon(100% 0, 100% calc( 100% - 10px), calc( 100% - 10px) 100%, 0 100%, 0 0);
  740. }
  741. .rank.ranker::after {
  742. background: #fd4802;
  743. }
  744. .shape.ranker {background: #fd4802;}
  745. .shape.ranker::after {
  746. border-left:10px solid #fd4802 !important;
  747. border-right:0px solid #fd4802 !important;
  748. }
  749. .shape{
  750. background: #222222;width: 30px;max-width: 30px;min-height: 40px;display: block;position: absolute;top: 0;left: 0;z-index: 9;
  751. }
  752. .shape:after{
  753. content: "";top: 0;right: -10px;position: absolute;
  754. border-left: 10px solid #222222;border-bottom: 10px solid transparent;border-right: 0px solid #0183fd;
  755. height: 30px;width: 0;padding: 0px 0px 0px 0px;
  756. }
  757. .shape span{
  758. color: #ffffff;text-align: center;text-indent: 10px;font-size: 14px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 40px;z-index: 2;
  759. /* line-height: 1; */
  760. /* letter-spacing: -25em; */
  761. /* display: -webkit-box; */
  762. /* z-index: 99999; */
  763. }
  764. .shape.dealdetail{
  765. width: 100%;max-width: 40px;
  766. }
  767. .shape.dealdetail span{
  768. line-height: 1;text-align: center;width: 100%;display: inline-block;text-indent: 0;margin-left: 5px;
  769. }
  770. /* form style */
  771. input, textarea {font-size:12px; font-family:'LATO', 'Noto Sans KR', sans-serif; color:#666666; vertical-align:middle;}
  772. select{font-size:12px; font-family:'LATO', 'Noto Sans KR', sans-serif; color:#666666; vertical-align:middle;}
  773. input[type="text"], input[type="password"] {padding:7px 0 7px 9px; border:1px solid #dddddd;box-sizing: border-box;}
  774. input[type="text"]:focus, input[type="password"]:focus,
  775. input[type="text"].active, input[type="password"].active {border-color: #aaaaaa;}
  776. input[type="text"]:disabled, input[type="password"]:disabled, input[type="select"]:disabled,
  777. input[type="text"]:read-only, input[type="password"]:read-only, input[type="select"]:read-only {background: #F9F9F9;border-color: #dddddd;}
  778. table input[type="text"], table input[type="password"] {padding:6px 0 6px 9px;}
  779. input[type="checkbox"], input[type="radio"] {width:13px; height:13px; margin-right:3px; position:relative; top:1px;}
  780. input[type=search]::-webkit-search-cancel-button{display:none;}
  781. input[type="reset"], input[type="button"], input[type="submit"], button {line-height:normal !important;}
  782. .input_wrap > .btn, .input_wrap + .btn, .form_field.form_full .btn {border-color: #222222;margin-left: 10px;float: left;display: inline;}
  783. .input_wrap > .btn:hover, .input_wrap > .btn:focus, .input_wrap > .btn:active, .input_wrap > .btn.active,
  784. .input_wrap + .btn:hover, .input_wrap + .btn:focus, .input_wrap + .btn:active, .input_wrap + .btn.active,
  785. .input_wrap > .open > .tgl_dropdown.btn , .input_wrap + .open > .tgl_dropdown.btn {border-color: rgb(34 34 34 / 0.6);}
  786. /* form */
  787. .form_wrap {}
  788. .form_wrap::after,.form_field:after,.input_wrap::after {content: ''; display: block; clear: both;}
  789. .form_full {}
  790. select,
  791. .form_full input[type="text"],
  792. .form_full input[type="select"],
  793. .form_full input[type="password"]{ width: 100%; }
  794. .form_full .input_wrap, .form_full.input_wrap{display: block;}
  795. .form_col_w {width: 100%;}
  796. .form_col_c {width: 530px; margin: 0 auto;}
  797. .form_field {width: 100%;margin-left: 0px !important;margin-right: 0px !important;position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;}
  798. .input_wrap{position: relative;display: table;border-collapse: separate;/*width: 100%;*/}
  799. .input_wrap, .input_label {vertical-align: top;text-align: left;}
  800. .input_label { line-height: 3.0; font-size: 16px; font-weight: 300;}
  801. .input_label span[class*="t_"]{display: inline !important;text-indent: -10px;margin-left: -10px;}
  802. .input_wrap .form_control, .input_group_addon, .input_group_btn {display: table-cell;float: left;}
  803. .form_control{
  804. height: 50px;
  805. font-size: 16px;
  806. line-height: 18px;
  807. -moz-box-shadow: none;
  808. -webkit-box-shadow: none;
  809. box-shadow: none;
  810. -webkit-appearance: none;
  811. border: 1px solid #D5D5D5;
  812. position: relative;
  813. /* background: #F9F9F9; */
  814. }
  815. .form_control.err {border: 1px solid #fd4802 !important; background: #fff6f2;}
  816. /* .form_control.err .help_block{display: block;} */
  817. /* .form_control.usable{width: 80%; padding:7px 10px 7px 9px;} */
  818. .usable {display: none;}
  819. .form_control.usable + .usable:before {content:'사용가능'; position:absolute; top:50%; bottom: auto; right: 20px; left: auto; transform: translateY(-50%); padding-left:15px; background: url('/images/pc/ico_usable1.png') no-repeat 0 40%; color:#222; font-size:14px; font-weight:200; line-height:1;}
  820. .sr-only {
  821. position: absolute;
  822. width: 1px;
  823. height: 1px;
  824. padding: 0;
  825. margin: -1px;
  826. overflow: hidden;
  827. clip: rect(0,0,0,0);
  828. border: 0;
  829. }
  830. @media (min-width: 768px){
  831. .form_inline .form_field {
  832. width: auto;
  833. display: inline-block;
  834. margin-bottom: 0;
  835. vertical-align: middle;
  836. }
  837. .form_inline .form_control {
  838. width: auto;
  839. display: inline-block;
  840. width: auto;
  841. vertical-align: middle;
  842. }
  843. }
  844. /*input */
  845. .help_block {display: block;margin-top: 5px;margin-bottom: 0px;width: 100%;text-indent: 10px;position: relative;}
  846. .help_block p[class*="t_"] span {display:inline-block;}
  847. /* 체크박스 */
  848. .form_field input[type="checkbox"]{ position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0; }
  849. .form_field input[type="checkbox"] + label{ display:inline-block; position:relative; padding-left:26px; cursor:pointer; font-size: 14px; line-height: 1.5;font-weight: 300;letter-spacing: 0;}
  850. .form_field input[type="checkbox"] + label:before{
  851. content:''; position:absolute; left:0; top:3px; width:20px; height:20px; text-align:center; background:#fff; /*border:1px solid #ccc;*/ border-radius: 100%; box-sizing:border-box;
  852. background: url('/images/pc/ico_chk_rdi.png') no-repeat;
  853. background-position: 0px 0px;
  854. }
  855. .form_field input[type="checkbox"]:Disabled + label,
  856. .form_field input[type="radio"]:Disabled + label{cursor: default;opacity: .45;}
  857. .form_field input[type="checkbox"]:checked + label:after{
  858. content: ''; position:absolute; top:3px; left:0; width:20px; height:20px; background-color: #fd4800; border-radius: 100%; box-sizing:border-box;
  859. background: url('/images/pc/ico_chk_rdi.png') no-repeat;
  860. background-position: -20px 0px;
  861. }
  862. .form_field input[type="checkbox"]:Disabled + label:after{
  863. content: ''; position:absolute; top:3px; left:0; width:20px; height:20px; background-color: #fd4800; border-radius: 100%; box-sizing:border-box;
  864. background: url('/images/pc/ico_chk_rdi.png') no-repeat;
  865. background-position: -40px 0px;
  866. /* background-position: -42px -1px; */
  867. }
  868. /* 이미지 체크박스 */
  869. .chk_img+label span {border: 2px solid transparent; padding: 10px; box-sizing: border-box;}
  870. .chk_img:checked+label span {border: 2px solid #fd481a; padding: 10px; box-sizing: border-box;}
  871. /* 라디오 */
  872. .form_field input[type="radio"]{ position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0; }
  873. .form_field input[type="radio"] + label{ display:inline-block; position:relative; padding-left:26px; cursor:pointer; font-size: 16px;line-height: 1.5;font-weight: 300;letter-spacing: 0;}
  874. .form_field input[type="radio"] + label:before{
  875. content:''; position:absolute; left:0; top:3px; width:20px; height:20px; text-align:center; background:#fff; /*border:1px solid #ccc;*/ border-radius: 100%; box-sizing:border-box;
  876. background: url('/images/pc/ico_chk_rdi.png') no-repeat;
  877. background-position: -60px 0px;
  878. }
  879. /* 보여질 부분의 스타일을 추가하면 된다. */
  880. .form_field input[type="radio"]:checked + label:after{
  881. content: ''; position:absolute; top:3px; left:0; width:20px; height:20px; background-color: #fd4800;
  882. background: url('/images/pc/ico_chk_rdi.png') no-repeat;
  883. background-position: -80px 0px;
  884. }
  885. .form_field input[type="radio"]:Disabled + label:after{
  886. content: ''; position:absolute; top:3px; left:0; width:20px; height:20px; background-color: #fd4800;
  887. background: url('/images/pc/ico_chk_rdi.png') no-repeat;
  888. background-position: -100px 0px;
  889. }
  890. /* input-File-Add */
  891. .imgUpload {position: relative;}
  892. .imgUpload::after {content: '';display: block;clear: both;}
  893. input[type="file"] {
  894. position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  895. overflow: hidden; clip:rect(0,0,0,0); border: 0;
  896. }
  897. .fileAdd{
  898. width: 150px;height:150px;border: 1px solid #dddddd;float: right;font-size: 0;
  899. background: url('/images/pc/ico_btn_file.png') no-repeat;background-position: 50% 50%;
  900. -webkit-appearance: none; -moz-appearance: none; appearance: none;cursor: pointer;
  901. }
  902. .fileAdds {
  903. padding: 14px 10px;font-size: 14px;color: #222222;border: 1px solid #dddddd;box-sizing: border-box;
  904. float: right; -webkit-appearance: none;-moz-appearance: none;appearance: none;cursor: pointer;
  905. }
  906. .pics {
  907. display: inline !important;float: left;margin: 0 10px 0 0;width: 150px;height:150px;
  908. border: 1px solid #dddddd;box-sizing: border-box;position: relative;
  909. }
  910. .picsThumbs {
  911. width: auto;height: auto;max-height: 148px;max-width: 148px;margin: auto 0;
  912. position: absolute;top: 50%;bottom: auto;left: 50%;right: 0;
  913. transform: translate(-50%, -50%);cursor: pointer;
  914. }
  915. .removes {
  916. display: block;width: 30px;height: 30px;font-size: 0;text-align: center;cursor: pointer;background-color: #666666;
  917. position: absolute;top: 0;bottom: auto;left: auto;right: 0;
  918. }
  919. .removes::after {
  920. content: '';display: inline-block;width: 30px;height: 30px;
  921. background: url('/images/pc/ico_btn_cls1.png') no-repeat;background-position: 50% 50%;
  922. }
  923. /* select */
  924. .select {cursor: pointer;display: inline-block;position: relative;font-size: 16px;color: #333333;width: 100%;height: 40px;}
  925. .select+.select{margin-left: 10px;}
  926. .select_hidden {display: none;visibility: hidden;padding-right: 10px;}
  927. .select_dress {
  928. position: absolute;top: 0;right: 0;bottom: 0;left: 0;padding: 8px 15px;
  929. background-color: #ffffff;border: 1px solid #dddddd;box-sizing: border-box;
  930. -moz-transition: all 0.05s ease-in;-o-transition: all 0.05s ease-in;
  931. -webkit-transition: all 0.05s ease-in;transition: all 0.05s ease-in;
  932. }
  933. .select_dress:after {
  934. content: "";width: 0;height: 0;box-sizing: border-box;position: absolute;top: 16px;right: 10px;
  935. border: 6px solid transparent; border-color: #888888 transparent transparent transparent;
  936. }
  937. .select_options {
  938. display: none;position: absolute;top: 100%;right: 0;left: 0;z-index: 2;
  939. margin: 0;padding: 0;list-style: none;background-color: #ffffff;
  940. box-sizing: border-box;border: 1px solid #222222;border-top: 0px solid #222222;
  941. }
  942. .select_options li {
  943. margin: 0;padding: 12px 0;text-indent: 15px;
  944. -moz-transition: all 0.08s ease-in;-o-transition: all 0.08s ease-in;
  945. -webkit-transition: all 0.08s ease-in;transition: all 0.08s ease-in;
  946. }
  947. .select_options li:hover{background-color: #dddddd;}
  948. .select_options li[rel="hide"] {display: none;}
  949. .select_options li.disabled {text-decoration:line-through; background:#f5f5f5; color:#bbb}
  950. .select_options li.disabled:hover,
  951. .select_options li.disabled:active {cursor:default;}
  952. .select_dress:active, .select_dress.active {background-color: #ffffff;border: 1px solid #222222;border-bottom: 1px solid #dddddd;}
  953. .select_dress:active:after, .select_dress.active:after {top: 9px;border-color: transparent transparent #888888 transparent;}
  954. /* select-custom */
  955. .select_custom {
  956. cursor: pointer;
  957. display: inline-block;
  958. position: relative;
  959. font-size: 16px;
  960. color: #222222;
  961. width: 100%;
  962. height: 40px;
  963. }
  964. .select_custom .combo {
  965. display: inline-block;
  966. position: relative;
  967. width: 100%;
  968. }
  969. .select_custom .combo .select {
  970. position: relative;
  971. box-sizing: border-box;
  972. height: 40px;
  973. line-height: 1;
  974. cursor: pointer;
  975. padding: 10px 15px;
  976. /*background-color: #ffffff;*/
  977. background-color: transparent;
  978. border: 1px solid #dddddd;
  979. }
  980. .select_custom .combo .select:after {
  981. /* content: '▼'; */
  982. /* position: absolute; */
  983. /* top: 50%; */
  984. /* right: 10px; */
  985. content: '';
  986. width: 0;
  987. height: 0;
  988. box-sizing: border-box;
  989. position: absolute;
  990. top: 16px;
  991. right: 10px;
  992. border: 6px solid transparent;
  993. border-color: #888888 transparent transparent transparent;
  994. }
  995. .select_custom.on .combo .select {
  996. border: 1px solid #222;
  997. }
  998. .select_custom.on .combo .select:after {
  999. /* content: '▲'; */
  1000. top: 9px;
  1001. border-color: transparent transparent #888888 transparent;
  1002. }
  1003. .select_custom .combo .select > div {
  1004. position:relative;
  1005. z-index:-1;
  1006. }
  1007. .select_custom .combo .list {
  1008. display: none;
  1009. overflow-y: auto;
  1010. position: absolute;
  1011. top: 39px;
  1012. left: 0;
  1013. z-index: 10;
  1014. border: 1px solid #222;
  1015. border-top: 0;
  1016. box-sizing: border-box;
  1017. padding: 10px 0;
  1018. width: 100%;
  1019. max-height: 500px;
  1020. background-color: #fff;
  1021. }
  1022. .select_custom .combo .list::-webkit-scrollbar {
  1023. width: 10px;
  1024. height: 0;
  1025. }
  1026. .select_custom .combo .list::-webkit-scrollbar-button:start:decrement,
  1027. .select_custom .combo .list::-webkit-scrollbar-button:end:increment {
  1028. display: block;
  1029. height: 0;
  1030. }
  1031. .select_custom .combo .list::-webkit-scrollbar-track {
  1032. background: rgba(0, 0, 0, .05);
  1033. -webkit-border-radius: 10px;
  1034. border-radius: 10px;
  1035. }
  1036. .select_custom .combo .list::-webkit-scrollbar-thumb {
  1037. height: 50px;
  1038. width: 50px;
  1039. background: rgba(0, 0, 0, .2);
  1040. -webkit-border-radius: 5px;
  1041. border-radius: 5px;
  1042. }
  1043. .select_custom[disabled] {
  1044. pointer-events: none;
  1045. }
  1046. .select_custom[disabled] .select {
  1047. pointer-events: none;
  1048. color: #bbb;
  1049. background-color: #f5f5f5 !important;
  1050. }
  1051. .select_custom[disabled] .combo .select > div {
  1052. position:relative;
  1053. z-index:1;
  1054. }
  1055. .select_custom .combo .list>li[aria-disabled="true"] {
  1056. text-decoration: line-through;
  1057. /*background: #f5f5f5;*/
  1058. color: #bbb;
  1059. pointer-events: none;
  1060. }
  1061. .select_custom .combo .list>li[data-soldout="true"] {
  1062. pointer-events: none;
  1063. }
  1064. .select_custom .combo .list>li[data-soldout="true"]::after {
  1065. content: '품절';
  1066. display: inline-block;
  1067. font-size: 12px;
  1068. color: #bbbbbb;
  1069. position: absolute;
  1070. right: 10px;
  1071. top: 0;
  1072. bottom: 0;
  1073. }
  1074. .select_custom .combo .list>li {
  1075. box-sizing: border-box;
  1076. padding: 0 10px;
  1077. width: 100%;
  1078. height: auto;
  1079. line-height: 35px;
  1080. cursor: pointer;
  1081. position: relative;
  1082. }
  1083. .select_custom .combo .list>li:hover {
  1084. /*background-color: #ccc;*/
  1085. background: #f5f5f5;
  1086. }
  1087. /* list-type */
  1088. /* description */
  1089. /* box-type */
  1090. /* guide_box */
  1091. /* sort */
  1092. /* tab */
  1093. .tab_group .tab_btn.rect{overflow:hidden}
  1094. .tab_group .tab_btn.rect button{float:left;height:50px;border:1px solid #dadada;border-left:0;background:#ffffff;color:#242424;text-align:center;box-sizing:border-box}
  1095. .tab_group .tab_btn.rect button:first-child{border-left:1px solid #dadada}
  1096. .tab_group .tab_btn.rect button.on{border:0;border-right:1px solid #dadada;background:#3d3d3d;color:#ffffff}
  1097. .tab_group .tab_btn.rect button:last-child.on{border-right:0}
  1098. .tab_group .tab_box{display:none}
  1099. .tab_group .tab_box.on{display:block}
  1100. /* HEAD,FOOT Layput */
  1101. #header,#footer {width: auto;}
  1102. [class*="common_footer"] {/*max-width: 1780px;*/min-width: 1380px;margin: 0 auto;/*padding: 0 10px;*/}
  1103. /* guide page hd */
  1104. .quick_menu_group{display:inline-table;width:100%;height:35px;border-top:2px solid #fd4802;background:#222222;}
  1105. .quick_menu_group .area{max-width: 1780px;padding: 0 10px;margin:0 auto;}
  1106. .quick_menu_group .area > div{display:inline-block}
  1107. .quick_menu_group .area > div span{}
  1108. .quick_menu_group .inr{float:right}
  1109. .quick_menu_group a{float:left;height:35px;padding:8px 4px 0;box-sizing:border-box;color:#888888;}
  1110. .quick_menu_group .area > div:first-child span{display:inline-block;position:relative}
  1111. .quick_menu_group .area > div:first-child a{margin:0 10px}
  1112. .quick_menu_group .area > div:first-child span:first-child a{margin-left:0}
  1113. .quick_menu_group .area > div:first-child span:first-child a:after{display:none}
  1114. .quick_menu_group .area > div:first-child span a:after{position:absolute;top:13px;left:0;width:1px;height:13px;background:#959596;content:''}
  1115. .quick_menu_group .inr a{margin-left:16px;color:#eeeeee;}*/
  1116. /* ie */
  1117. @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  1118. body,input,textarea,select,button {font-size:14px; font-family:"LATO", "Noto Sans kr", sans-serif;}
  1119. h1,h2,h3,h4,h5,h6 {font-family:"LATO", "Noto Sans kr", sans-serif;}
  1120. .circle_count{font-size:10px;}
  1121. .product .history_wrap div ul li a, .contactUs .history_wrap div ul li a {
  1122. margin-top: 26px !important;
  1123. line-height: 0.6 !important;
  1124. }
  1125. .pageNav .disabled a {background-position: 0 9px !important; }
  1126. .pageNav .disabled.prev a {background-position: -23px 9px !important; }
  1127. .pageNav .next a,.pageNav > li:last-child a {background-position:-64px 9px !important; }
  1128. .pageNav .next a {background-position: -47px 9px !important; }
  1129. .filter_content .sort#tap01 ul li.noDepth.on > a::after {top:8px !important;}
  1130. }
  1131. /* 제거예정 */
  1132. /*
  1133. .gnb .nav .ico_menu_new{position:absolute;top:6px;right:4px}
  1134. .gnb .nav > .all_menu.on{border-top:1px solid #fd4802;border-right:1px solid #fd4802;border-left:1px solid #fd4802}
  1135. .gnb .nav > .all_menu.on .depth_menu{display:block}*/
  1136. /*.top_banner{height:85px}
  1137. .top_banner > div{width:1070px;margin:0 auto}
  1138. .top_banner > div a{float:left;position:relative;width:33.3333%;height:85px;box-sizing:border-box}
  1139. .top_banner > div a .banner_img{float:left;width:130px;vertical-align:top}
  1140. .top_banner > div a .banner_img2{float:left;width:130px;vertical-align:top}
  1141. .top_banner > div a .text{float:left;width:216px}
  1142. .top_banner > div a em,
  1143. .top_banner > div a strong{display:block;padding-left:20px;color:#000;line-height:1em}
  1144. .top_banner > div a em{margin-top:27px;font-size:13px}
  1145. .top_banner > div a strong{margin-top:6px;font-size:15px}
  1146. /*.all_menu > .area{display:none;position:absolute;top:43px;width:217px;height:533px;left:-1px;border:1px solid #fd4802;background:#fff;z-index:99999}
  1147. .all_menu.on > .area{display:block}
  1148. .all_menu > .area > ul{padding:13px 11px}
  1149. .all_menu > .area > ul > li a{display:block;padding:7px 11px 6px;cursor:pointer}
  1150. .all_menu > .area > ul > li > a:hover,
  1151. .all_menu > .area > ul > li.on > a{background:#fd4802;color:#fff !important}
  1152. .all_menu > .area > ul > li > .color-blue:hover,
  1153. .all_menu > .area > ul > li.on > .color-blue{background:#445694;color:#fff !important}
  1154. .all_menu > .area > ul > li.link > a{color:#445694}
  1155. .all_menu > .area > ul > li > a{font-size:15px;color:#333}
  1156. .all_menu > .area > ul > li.on .depth_menu{display:block}*/
  1157. /* .common_header .search .search_input{width:calc(100% - 30px); padding:4px 0px 5px 0px;border:0;outline:none;font-size:18px;color:rgb(255 255 255 / 0.6);background: transparent; font-weight:200;}
  1158. .common_header .search .search_input::placeholder {color: #bcbcbc;}
  1159. .common_header .search button.close{display:none;float:none;position:absolute;top:4px;right:58px;width:19px;height:19px;margin:0}
  1160. .common_header .search .keyword{color:#fd4802}
  1161. .common_header .search_group,
  1162. .common_header .my_search_group{display:none;position:absolute;top:100%;right:0;left:0;border:1px solid #221e1f;background:#fff;z-index:99999}
  1163. .common_header .search_group.on,
  1164. .common_header .my_search_group.on{display:block}
  1165. .common_header .search_group.on ~ .close,
  1166. .common_header .my_search_group.on ~ .close{display:block}
  1167. .common_header .search_list > div{padding:26px 0 22px;border-top:1px solid #d0d0d0;letter-spacing:-1px}
  1168. .common_header .search_list > div ul{margin-top:-5px}
  1169. .common_header .search_list > div p,
  1170. .common_header .search_list > div li{padding:0 23px 0;box-sizing:border-box}
  1171. .common_header .search_list > div a{display:block;margin-top:5px;padding:3px 0}
  1172. .common_header .search_list > div a:hover{background:#F5F5F5}
  1173. .common_header .search_list > div:first-child{overflow:hidden;padding:28px 0 22px;border:0;font-size:14px;color:#221e1f}
  1174. .common_header .search_list > div:first-child li{float:left;width:50%}
  1175. .common_header .search_list > div p{margin-bottom:14px;font-weight:bold;font-size:15px}
  1176. .common_header .search_list #ark_content_list .snr{font-weight:nomal; padding: 0 23px 0;}
  1177. .common_header .search_list .category{font-size:13px}
  1178. .common_header div.close{padding:0;border-top:1px solid #d0d0d0;background:#ebebeb;text-align:right;clear:both}
  1179. .common_header div.close a{display:inline-block;margin:9px 0 8px 0;padding:0}
  1180. .common_header div.close a:hover{background:none}
  1181. .common_header div.close i{margin:4px 10px 0 8px;vertical-align:top}
  1182. .common_header .my_search_group > .area{overflow:hidden}
  1183. .common_header .hot_search_list,
  1184. .common_header .my_search_list{display:table-cell;position:relative;width:50%;padding-bottom:50px}
  1185. .common_header .my_search_list > button{position:absolute;right:12px;bottom:14px;font-weight:bold;font-size:13px;color:#a29b9d}
  1186. .common_header .my_search_list > button i{margin-left:8px}
  1187. .common_header .hot_search_list{border-right:1px solid #d0d0d0;box-sizing:border-box}
  1188. .common_header .my_search_group > .area{display:table;width:100%}
  1189. .common_header .my_search_group > .area p{padding:30px 0 20px 24px;font-weight:bold;font-size:15px}
  1190. .common_header .my_search_group > .area li{position:relative}
  1191. .common_header .my_search_group > .area li a{display:block;padding:5px 0 5px 27px;color:#221e1f}
  1192. .common_header .my_search_group > .area li a + a{position:absolute;top:10px;right:18px;height:13px;padding:0;z-index:1}
  1193. .common_header .my_search_group > .area li a span{display:inline-block;padding-right:5px}
  1194. .common_header .premium_band{border-top:1px solid #efedf0;background:url(/images/pc/common/@sample_premium_band.jpg) repeat;text-align:center; height:110px}
  1195. .common_header .premium_band div{width:1070px;margin:0 auto;padding:15px 0 0 0;}
  1196. .common_header .premium_menu{position:relative}
  1197. .common_header .premium_menu > ul{width:1070px;height:71px;margin:0 auto}
  1198. .common_header .premium_menu > ul > li{display:inline-block;position:relative;width:177px}
  1199. .common_header .premium_menu > ul > li + li{margin-left:-4px}
  1200. .common_header .premium_menu > ul > li > a{display:block;height:71px;font-size:16px;color:#000;line-height:71px;text-align:center}
  1201. .common_header .premium_menu div{display:none;position:absolute;top:100%;right:0;left:0;padding:20px 0 26px;z-index:11}
  1202. .common_header .premium_menu div ul{overflow:hidden;border-right:1px solid #cdcdcd}
  1203. .common_header .premium_menu div ul li + li{margin-top:10px}
  1204. .common_header .premium_menu div a{display:inline-block;overflow:hidden;max-width:100%;height:20px;margin:0 10px;padding:0 3px 6px;font-size:14px;color:#3d3d3d;white-space:nowrap;text-overflow:ellipsis;line-height:1em;box-sizing:border-box}
  1205. .common_header .premium_menu div a:hover{border-bottom:1px solid #000}
  1206. .common_header .premium_menu > ul > li:last-child div ul{border:0}
  1207. .common_header .premium_menu .menu_bg{display:none;position:absolute;top:72px;right:0;left:0;height:332px;border-bottom:1px solid #e0e1e5;background:#fff;z-index:10}*/
  1208. /* .all_menu.on .depth_menu{display:block;}
  1209. .all_menu .depth_menu{display:none;position:absolute;top:190px;left:0;width:100%;min-width:1350px;height:535px;padding:23px 21px;border:1px solid #fd4802;background:#fff;box-sizing:border-box;clear:both;z-index: 200;}
  1210. .all_menu .depth_menu .step1{position: relative;float: left;top: 0px;box-sizing: border-box;width: 300px;height: 600px;padding: 4px 0px 0px 48px;z-index: 1;}
  1211. .all_menu .depth_menu .step2{position: relative;float: left;width: calc(100% - 300px);height: 600px;box-sizing: border-box;padding-left: 30px;}
  1212. .all_menu .depth_menu.advertisement{overflow:hidden;width:595px}
  1213. .all_menu .depth_menu.advertisement > div{float:left;width:337px}
  1214. .all_menu .depth_menu.advertisement > div:first-child{width:197px;margin-right:17px}
  1215. .all_menu .depth_menu.advertisement .area ul{margin-top:-29px}
  1216. .all_menu .depth_menu.advertisement .area li{margin-top:26px}
  1217. .all_menu .depth_menu.advertisement .area img{display:block;width:100%}
  1218. .all_menu .depth_menu.advertisement .area strong,
  1219. .all_menu .depth_menu.advertisement .area span{display:block;padding:0 10px;font-size:16px}
  1220. .all_menu .depth_menu.advertisement .area strong{margin-top:10px}
  1221. .all_menu .depth_menu.advertisement .area span{color:#777}
  1222. .all_menu .depth_menu.size_mideum{width:275px}
  1223. .all_menu .depth_menu.thumbnail_box{overflow:hidden;width:715px;height:535px}
  1224. .all_menu .depth_menu.thumbnail_box ul{margin-top:-31px}
  1225. .all_menu .depth_menu.thumbnail_box li{float:left;width:14.2%}
  1226. .all_menu .depth_menu.thumbnail_box a{margin:0 !important}
  1227. .all_menu .depth_menu.thumbnail_box img{display:block;width:68px;height:68px;margin:31px auto 0;border:transparent;border-radius:50%}
  1228. .all_menu .depth_menu.thumbnail_box span{display:block;margin-top:10px;text-align:center}
  1229. .all_menu .depth_menu p{margin-bottom:23px;font-size:22px;letter-spacing:-1px}
  1230. .all_menu .depth_menu p > a{display:inline-block !important;position:relative;width:59px;height:18px;margin:4px 0 -2px 4px;padding:3px 5px 0 !important;background:#333;font-size:11px;color:#fff;line-height:1em;box-sizing:border-box}
  1231. .all_menu .depth_menu p .ico_arr_rgt{position:absolute;top:5px;right:4px}
  1232. .all_menu .depth_menu ul + ul{margin-top:8px;border-top:1px solid #eee}
  1233. .all_menu .depth_menu ul li:first-child a{margin-top:7px}
  1234. .all_menu .depth_menu a{padding:3px 0 2px !important;font-size:14px}
  1235. .all_menu .depth_menu a:hover {font-weight: bold; color: #fd4802;}
  1236. .all_menu .depth_menu ul:nth-child(3) a:hover {font-weight: bold; color: #445694;}
  1237. .all_menu ul li:nth-last-child(2) .depth_menu a:hover {font-weight: bold; color: #445694;}
  1238. .all_menu ul li:nth-last-child(4) .depth_menu ul:nth-child(3) a:hover {font-weight: bold; color: #fd4802;}*/
  1239. /* slide custom */
  1240. .slick-dots {position: absolute;bottom: 25px;display: block;width: 100%;padding: 0;margin: 0;list-style: none;text-align: center;}
  1241. .slick-dots li {position: relative;display: inline-block;width: 10px;height: 10px;margin: 0 5px;padding: 0;cursor: pointer;}
  1242. .slick-dots li.slick-active button{background: #ff8c12;}
  1243. .slick-dots li button {font-size: 0;line-height: 0;display: block;width: 10px;height: 10px;padding: 5px;cursor: pointer; color: transparent;border: 0;outline: none;background: transparent; background: #888888; border-radius: 100%;}
  1244. /* End of slide custom */
  1245. /* Mesage, Toast, Alert Custom */
  1246. .alert {padding: 15px;border: 1px solid transparent; border-radius: 4px;margin-bottom: 10px;line-height: 21px; background-color: #dddddd;color: #666666;border-color: #dddddd;}
  1247. button.alertCls {-webkit-appearance: none;padding: 0;cursor: pointer;background: 0 0;border: 0;}
  1248. .alertCls {float: right;font-size: 21px;font-weight: 700;line-height: 1;color: #000;text-shadow: 0 1px 0 #fff;filter: alpha(opacity=20);opacity: .2;}
  1249. .alertCls:hover, .alertCls:focus {color: #000;text-decoration: none;cursor: pointer;filter: alpha(opacity=50);opacity: .5;}
  1250. /* ALERT, CONFIRM Plugin custom */
  1251. .dialog-mobile-bg {
  1252. position: fixed;
  1253. top: 0;
  1254. left: 0;
  1255. /*z-index: 19;*/
  1256. z-index:300;
  1257. width: 100%;
  1258. height: 100%;
  1259. background-color: rgba(0, 0, 0, 0.3);
  1260. -ms-transform: translate3d(0, 0, 0);
  1261. -webkit-transform: translate3d(0, 0, 0);
  1262. transform: translate3d(0, 0, 0);
  1263. }
  1264. /*alert confirm*/
  1265. .dialog-mobile {
  1266. padding: 0 40px 40px 40px;
  1267. text-align:center;
  1268. position: fixed;
  1269. top: 50%;
  1270. left: 0;
  1271. /*z-index: 20;*/
  1272. z-index:301;
  1273. min-width:400px;
  1274. background-color: #FFFFFF;
  1275. border-radius: 0px;
  1276. -ms-transform: translate3d(0, 0, 0);
  1277. -webkit-transform: translate3d(0, 0, 0);
  1278. transform: translate3d(0, 0, 0);
  1279. }
  1280. .dialog-mobile .dialog-title {
  1281. padding: 0.8em 1em 0.5em;
  1282. text-align: center;
  1283. color: #333333;
  1284. font-size: 18px;
  1285. font-weight: 500;
  1286. border-radius: 5px 5px 0 0;
  1287. }
  1288. .dialog-mobile .dialog-content {
  1289. position: relative;
  1290. padding:50px 0 40px 0;
  1291. line-height: 2em;
  1292. text-align: left;
  1293. color: #000;
  1294. font-size:15px;
  1295. text-align:center;
  1296. }
  1297. .dialog-mobile .dialog-content em {
  1298. color:#df6400
  1299. }
  1300. .dialog-mobile .dialog-button,
  1301. .dialog-mobile .dialog-sure-button,
  1302. .dialog-mobile .dialog-cancel-button {
  1303. display:inline-block;
  1304. position: relative;
  1305. margin:0 5px;
  1306. padding:0 30px;
  1307. min-width: 70px;
  1308. height: 38px;
  1309. line-height: 38px;
  1310. text-align: center;
  1311. font-size:14px;
  1312. cursor:pointer;
  1313. border-radius:0px;
  1314. }
  1315. .dialog-mobile .dialog-button{
  1316. color: #fff;
  1317. background:#000;
  1318. border:1px solid #000;
  1319. min-width:100px;
  1320. }
  1321. .dialog-mobile .dialog-cancel-button {
  1322. color: #000;
  1323. background: #fff;
  1324. border:1px solid #999;
  1325. min-width:100px;
  1326. }
  1327. .dialog-mobile .dialog-sure-button{
  1328. color: #fff;
  1329. background:#000;
  1330. border:1px solid #000;
  1331. min-width:100px;
  1332. }
  1333. .dialog-mobile button[i='1']{
  1334. color: #000 !important;
  1335. background:#fff !important;
  1336. border:1px solid #777;
  1337. min-width:100px;
  1338. }
  1339. /* 닫기 아이콘 */
  1340. .dialog-close-btn {
  1341. position:absolute;
  1342. top:0;
  1343. right:0;
  1344. padding:20px;
  1345. width: 17px;
  1346. height: 17px;
  1347. cursor:pointer;
  1348. background:url('/images/pc/btn_top_close.png') no-repeat 50% 50%;
  1349. }
  1350. /*bottom dialog*/
  1351. .dialog-mobile-bottom {
  1352. position: fixed;
  1353. left: 0;
  1354. bottom: 0;
  1355. z-index: 10001;
  1356. width: 100%;
  1357. color: #333333;
  1358. background-color: #EEEEEE;
  1359. }
  1360. .dialog-mobile-bottom .bottom-btn-item {
  1361. text-align: center;
  1362. }
  1363. .bottom-btn-item .dialog-item-btn {
  1364. background: #FFFFFF;
  1365. padding: 0.5em 0;
  1366. border-bottom: 1px solid #EEEEEE;
  1367. }
  1368. .bottom-btn-item .dialog-item-btn:last-child {
  1369. border-bottom: none;
  1370. }
  1371. .dialog-mobile-bottom .dialog-cancel-btn {
  1372. margin-top: 0.6em;
  1373. text-align: center;
  1374. background: #FFFFFF;
  1375. padding: 0.5em 0;
  1376. }
  1377. /*toast*/
  1378. .dialog-mobile-toast {
  1379. position: fixed;
  1380. bottom: 5em;
  1381. }
  1382. .dialog-mobile-toast .toast-content {
  1383. padding: 0.5em 1em;
  1384. color: #FFFFFF;
  1385. border-radius: 2px;
  1386. background-color: #333333;
  1387. }
  1388. /*loading*/
  1389. .mobile-loading-bg {
  1390. position: fixed;
  1391. top: 0;
  1392. left: 0;
  1393. z-index: 10000;
  1394. width: 100%;
  1395. height: 100%;
  1396. background-color: rgba(0, 0, 0, 0.3);
  1397. -webkit-transform: translate3d(0, 0, 0);
  1398. transform: translate3d(0, 0, 0);
  1399. }
  1400. .mobile-loading {
  1401. position: fixed;
  1402. top: 0;
  1403. left: 0;
  1404. z-index: 10001;
  1405. min-width: 2em;
  1406. min-height: 2em;
  1407. padding: 0.8em 1.6em;
  1408. text-align: center;
  1409. border-radius: 2px;
  1410. color: #FFFFF0;
  1411. background-color: #0A0A0A;
  1412. -webkit-transform: translate3d(0, 0, 0);
  1413. transform: translate3d(0, 0, 0);
  1414. }
  1415. /*animation*/
  1416. .animation-zoom-in, .animation-zoom-out,
  1417. .animation-bottom-in, .animation-bottom-out,
  1418. .animation-bg-fadeIn {
  1419. -webkit-animation-duration: 0.3s;
  1420. -webkit-animation-fill-mode: both;
  1421. animation-duration: 0.3s;
  1422. animation-fill-mode: both;
  1423. }
  1424. .animation-fade-in, .animation-fade-out {
  1425. -webkit-animation-duration: 1s;
  1426. -webkit-animation-timing-function: ease-out;
  1427. -webkit-animation-fill-mode: both;
  1428. animation-duration: 1s;
  1429. animation-timing-function: ease-out;
  1430. animation-fill-mode: both;
  1431. }
  1432. .animation-zoom-in {
  1433. -webkit-animation-name: zoomIn;
  1434. animation-name: zoomIn;
  1435. }
  1436. .animation-zoom-out {
  1437. -webkit-animation-name: zoomOut;
  1438. animation-name: zoomOut;
  1439. }
  1440. .animation-fade-in {
  1441. -webkit-animation-name: fadeIn;
  1442. animation-name: fadeIn;
  1443. }
  1444. .animation-fade-out {
  1445. -webkit-animation-name: fadeOut;
  1446. animation-name: fadeOut;
  1447. }
  1448. .animation-bottom-in {
  1449. -webkit-animation-name: bottomIn;
  1450. animation-name: bottomIn;
  1451. }
  1452. .animation-bottom-out {
  1453. -webkit-animation-name: bottomOut;
  1454. animation-name: bottomOut;
  1455. }
  1456. .animation-bg-fadeIn {
  1457. -webkit-animation-name: fadeIn;
  1458. animation-name: fadeIn;
  1459. }
  1460. @-webkit-keyframes zoomIn {
  1461. from{
  1462. opacity: 0;
  1463. -webkit-transform: scale(0, 0);
  1464. }
  1465. to{
  1466. opacity: 1;
  1467. -webkit-transform: scale(1, 1);
  1468. }
  1469. }
  1470. @-webkit-keyframes zoomOut {
  1471. from{
  1472. opacity: 1;
  1473. -webkit-transform: scale(1, 1);
  1474. }
  1475. 90%{
  1476. -webkit-transform: scale(0.3, 0.3);
  1477. }
  1478. to{
  1479. opacity: 0;
  1480. -webkit-transform: scale(0, 0);
  1481. }
  1482. }
  1483. @keyframes zoomIn {
  1484. from{
  1485. opacity: 0;
  1486. transform: scale(0, 0);
  1487. }
  1488. to{
  1489. opacity: 1;
  1490. transform: scale(1, 1);
  1491. }
  1492. }
  1493. @keyframes zoomOut {
  1494. from{
  1495. opacity: 1;
  1496. transform: scale(1, 1);
  1497. }
  1498. 90%{
  1499. transform: scale(0.3, 0.3);
  1500. }
  1501. to{
  1502. opacity: 0;
  1503. transform: scale(0, 0);
  1504. }
  1505. }
  1506. @-webkit-keyframes fadeIn {
  1507. from{
  1508. opacity: 0;
  1509. }
  1510. to{
  1511. opacity: 1;
  1512. }
  1513. }
  1514. @-webkit-keyframes fadeOut {
  1515. from{
  1516. opacity: 1;
  1517. }
  1518. 30%{
  1519. opacity: 0.3;
  1520. }
  1521. to{
  1522. opacity: 0;
  1523. }
  1524. }
  1525. @keyframes fadeIn {
  1526. from{
  1527. opacity: 0;
  1528. }
  1529. to{
  1530. opacity: 1;
  1531. }
  1532. }
  1533. @keyframes fadeOut {
  1534. from{
  1535. opacity: 1;
  1536. }
  1537. 30%{
  1538. opacity: 0.3;
  1539. }
  1540. to{
  1541. opacity: 0;
  1542. }
  1543. }
  1544. @-webkit-keyframes bottomIn {
  1545. from{
  1546. bottom: -1000px;
  1547. }
  1548. to{
  1549. bottom: 0;
  1550. }
  1551. }
  1552. @-webkit-keyframes bottomOut {
  1553. from{
  1554. bottom: 0;
  1555. }
  1556. to{
  1557. bottom: -1000px;
  1558. }
  1559. }
  1560. @keyframes bottomIn {
  1561. from{
  1562. bottom: -1000px;
  1563. }
  1564. to{
  1565. bottom: 0;
  1566. }
  1567. }
  1568. @keyframes bottomOut {
  1569. from{
  1570. bottom: 0;
  1571. }
  1572. to{
  1573. bottom: -1000px;
  1574. }
  1575. }
  1576. /* modal popup */
  1577. .blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;/*z-index:999999;*/ z-index:200; padding:0px;box-sizing:border-box;background-color:#000;background-color:rgba(0,0,0,0.75);text-align:center;}
  1578. .blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em;}
  1579. .blocker.behind{background-color:transparent;}
  1580. .modal{
  1581. display:none;
  1582. vertical-align:middle;position:relative;z-index:2;max-width:500px;box-sizing:border-box;width:90%;background:#fff;padding:40px 37px;text-align:left;
  1583. -webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;
  1584. }
  1585. .modal a.close-modal{
  1586. position: absolute;top:27px;right:30px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');
  1587. z-index: 98; background-image: url('/images/pc/ico_pop_cls.png');
  1588. }
  1589. .modal .modal-header{margin-top: 0;margin-bottom: 40px;}
  1590. .modal .modal-header > *{font-size: 16px;font-weight: 400;}
  1591. .modal .modal-header .modal-title {margin-top:0; color:#222; font-size:24px; font-weight:500;}
  1592. .modal .modal-body{box-sizing: border-box;}
  1593. .modal .modal-body .pop_cont{overflow: auto;max-height: 450px; font-size: 16px; line-height: 1.62; font-weight: 200; color:#666;}
  1594. .modal .modal-body .fx_r {position: fixed;right: 0;top: auto;bottom: auto;left: auto;}
  1595. .modal .modal-footer{margin-top: 60px;}
  1596. .modal.pop_full {width: 100%; max-width: 100%; height: 100%; padding: 0; overflow: auto; position: relative;}
  1597. .modal.pop_full .modal-header { width: 100%;height: 160px;box-sizing: border-box;border-bottom: 1px solid #dddddd;z-index:98;position: fixed;top: 0;left: 0;bottom: auto;right: auto;background: #fff;}
  1598. .modal.pop_full .modal-header .modal-title {padding: 40px 0 0 37px;}
  1599. .modal.pop_full .modal-body{padding-top: 160px;}
  1600. .modal.pop_full .modal-body .pop_cont{max-height: 100%;}
  1601. .modal.pop_full a.close-modal {position: fixed;}
  1602. .modal.pop_fullCol { width: 100%; max-width: 100%;padding: 0; position: relative;}
  1603. .modal.pop_fullCol .modal-header { width: 100%;height: 160px;box-sizing: border-box;border-bottom: 1px solid #dddddd;z-index:98;position: fixed;top: 0;left: 0;bottom: auto;right: auto;background: #fff;}
  1604. .modal.pop_fullCol .modal-header .modal-title {padding: 40px 0 0 37px;}
  1605. .modal.pop_fullCol a.close-modal {position: fixed;}
  1606. .modal.pop_fullCol .modal-body {padding-top: 160px;}
  1607. .modal.pop_fullCol .modal-body .pop_cont{max-height: 100%;}
  1608. .modal.pop_fullCol .modal-body [class^="ui_col_"]{margin: 0;}
  1609. .modal::-webkit-scrollbar,.pop_cont::-webkit-scrollbar {width: 2px;}
  1610. .modal::-webkit-scrollbar-thumb,.pop_cont::-webkit-scrollbar-thumb {background-color: #888888;border-radius: 0px;background-clip: padding-box;border: 0px solid transparent;}
  1611. .modal::-webkit-scrollbar-track, .pop_cont::-webkit-scrollbar-track{background-color: #dddddd;border-radius: 0px;}
  1612. .modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}
  1613. .modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}
  1614. .modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}
  1615. .modal-spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}
  1616. .modal-spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}
  1617. @-webkit-keyframes sk-stretchdelay{
  1618. 0%,40%,100%{
  1619. -webkit-transform:scaleY(0.5)
  1620. }
  1621. 20%{
  1622. -webkit-transform:scaleY(1.0)
  1623. }
  1624. }
  1625. @keyframes sk-stretchdelay{
  1626. 0%,40%,100%{
  1627. transform:scaleY(0.5);-webkit-transform:scaleY(0.5)
  1628. }
  1629. 20%{
  1630. transform:scaleY(1.0);-webkit-transform:scaleY(1.0)
  1631. }
  1632. }