common.css 79 KB

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