SPRXS00107_설문조사입력(직무스트레스및감정노동평가).xrw 136 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  3. <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
  4. <xhtml:head>
  5. <xhtml:title>설문조사</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <ansinfo>
  11. <userid/>
  12. <surveyid/>
  13. <histstat/>
  14. <a0/>
  15. <a1/>
  16. <a2/>
  17. <a3/>
  18. <a4/>
  19. <a5/>
  20. <a5_edt1/>
  21. <a6/>
  22. <a6_edt1/>
  23. <a7/>
  24. <a8/>
  25. <a8_edt1/>
  26. <a9/>
  27. <b1/>
  28. <b2/>
  29. <b3/>
  30. <b4/>
  31. <b5/>
  32. <b6/>
  33. <b7/>
  34. <b8/>
  35. <b9/>
  36. <b10/>
  37. <b11/>
  38. <b12/>
  39. <b13/>
  40. <b14/>
  41. <b15/>
  42. <b16/>
  43. <b17/>
  44. <b18/>
  45. <b19/>
  46. <b20/>
  47. <b21/>
  48. <b22/>
  49. <b23/>
  50. <b24/>
  51. <b25/>
  52. <b26/>
  53. <b27/>
  54. <c1/>
  55. <c2/>
  56. <c3/>
  57. <c4/>
  58. <c5/>
  59. <c6/>
  60. <c7/>
  61. <c8/>
  62. <c9/>
  63. <c10/>
  64. <c11/>
  65. <c12/>
  66. <c13/>
  67. <c14/>
  68. <c15/>
  69. <c16/>
  70. <c17/>
  71. <c18/>
  72. <c19/>
  73. <c20/>
  74. <c21/>
  75. <c22/>
  76. <c23/>
  77. <c24/>
  78. <d1_edt1/>
  79. </ansinfo>
  80. <resultinfo>
  81. <resultyn/>
  82. </resultinfo>
  83. <surveyform>
  84. <forminfo>
  85. <issuecd>1</issuecd>
  86. <issuenm>기관</issuenm>
  87. <answercolnm>a0</answercolnm>
  88. <answertext1colnm/>
  89. <answertext2colnm/>
  90. <answertext3colnm/>
  91. </forminfo>
  92. <forminfo>
  93. <issuecd>10</issuecd>
  94. <issuenm>1.1.</issuenm>
  95. <answercolnm>a1</answercolnm>
  96. <answertext1colnm/>
  97. <answertext2colnm/>
  98. <answertext3colnm/>
  99. </forminfo>
  100. <forminfo>
  101. <issuecd>20</issuecd>
  102. <issuenm>1.2.</issuenm>
  103. <answercolnm>a2</answercolnm>
  104. <answertext1colnm/>
  105. <answertext2colnm/>
  106. <answertext3colnm/>
  107. </forminfo>
  108. <forminfo>
  109. <issuecd>30</issuecd>
  110. <issuenm>1.3.</issuenm>
  111. <answercolnm>a3</answercolnm>
  112. <answertext1colnm/>
  113. <answertext2colnm/>
  114. <answertext3colnm/>
  115. </forminfo>
  116. <forminfo>
  117. <issuecd>40</issuecd>
  118. <issuenm>1.4.</issuenm>
  119. <answercolnm>a4</answercolnm>
  120. <answertext1colnm/>
  121. <answertext2colnm/>
  122. <answertext3colnm/>
  123. </forminfo>
  124. <forminfo>
  125. <issuecd>50</issuecd>
  126. <issuenm>1.5.</issuenm>
  127. <answercolnm>a5</answercolnm>
  128. <answertext1colnm>a5_edt1</answertext1colnm>
  129. <answertext2colnm/>
  130. <answertext3colnm/>
  131. </forminfo>
  132. <forminfo>
  133. <issuecd>60</issuecd>
  134. <issuenm>1.6.</issuenm>
  135. <answercolnm>a6</answercolnm>
  136. <answertext1colnm>a6_edt1</answertext1colnm>
  137. <answertext2colnm/>
  138. <answertext3colnm/>
  139. </forminfo>
  140. <forminfo>
  141. <issuecd>70</issuecd>
  142. <issuenm>1.7.</issuenm>
  143. <answercolnm>a7</answercolnm>
  144. <answertext1colnm/>
  145. <answertext2colnm/>
  146. <answertext3colnm/>
  147. </forminfo>
  148. <forminfo>
  149. <issuecd>80</issuecd>
  150. <issuenm>1.8.</issuenm>
  151. <answercolnm>a8</answercolnm>
  152. <answertext1colnm>a8_edt1</answertext1colnm>
  153. <answertext2colnm/>
  154. <answertext3colnm/>
  155. </forminfo>
  156. <forminfo>
  157. <issuecd>90</issuecd>
  158. <issuenm>1.9.</issuenm>
  159. <answercolnm>a9</answercolnm>
  160. <answertext1colnm/>
  161. <answertext2colnm/>
  162. <answertext3colnm/>
  163. </forminfo>
  164. <forminfo>
  165. <issuecd>100</issuecd>
  166. <issuenm>2.1.</issuenm>
  167. <answercolnm>b1</answercolnm>
  168. <answertext1colnm/>
  169. <answertext2colnm/>
  170. <answertext3colnm/>
  171. </forminfo>
  172. <forminfo>
  173. <issuecd>110</issuecd>
  174. <issuenm>2.2.</issuenm>
  175. <answercolnm>b2</answercolnm>
  176. <answertext1colnm/>
  177. <answertext2colnm/>
  178. <answertext3colnm/>
  179. </forminfo>
  180. <forminfo>
  181. <issuecd>120</issuecd>
  182. <issuenm>2.3.</issuenm>
  183. <answercolnm>b3</answercolnm>
  184. <answertext1colnm/>
  185. <answertext2colnm/>
  186. <answertext3colnm/>
  187. </forminfo>
  188. <forminfo>
  189. <issuecd>130</issuecd>
  190. <issuenm>2.4.</issuenm>
  191. <answercolnm>b4</answercolnm>
  192. <answertext1colnm/>
  193. <answertext2colnm/>
  194. <answertext3colnm/>
  195. </forminfo>
  196. <forminfo>
  197. <issuecd>140</issuecd>
  198. <issuenm>2.5.</issuenm>
  199. <answercolnm>b5</answercolnm>
  200. <answertext1colnm/>
  201. <answertext2colnm/>
  202. <answertext3colnm/>
  203. </forminfo>
  204. <forminfo>
  205. <issuecd>150</issuecd>
  206. <issuenm>2.6.</issuenm>
  207. <answercolnm>b6</answercolnm>
  208. <answertext1colnm/>
  209. <answertext2colnm/>
  210. <answertext3colnm/>
  211. </forminfo>
  212. <forminfo>
  213. <issuecd>160</issuecd>
  214. <issuenm>2.7.</issuenm>
  215. <answercolnm>b7</answercolnm>
  216. <answertext1colnm/>
  217. <answertext2colnm/>
  218. <answertext3colnm/>
  219. </forminfo>
  220. <forminfo>
  221. <issuecd>170</issuecd>
  222. <issuenm>2.8.</issuenm>
  223. <answercolnm>b8</answercolnm>
  224. <answertext1colnm/>
  225. <answertext2colnm/>
  226. <answertext3colnm/>
  227. </forminfo>
  228. <forminfo>
  229. <issuecd>180</issuecd>
  230. <issuenm>2.9.</issuenm>
  231. <answercolnm>b9</answercolnm>
  232. <answertext1colnm/>
  233. <answertext2colnm/>
  234. <answertext3colnm/>
  235. </forminfo>
  236. <forminfo>
  237. <issuecd>190</issuecd>
  238. <issuenm>2.10.</issuenm>
  239. <answercolnm>b10</answercolnm>
  240. <answertext1colnm/>
  241. <answertext2colnm/>
  242. <answertext3colnm/>
  243. </forminfo>
  244. <forminfo>
  245. <issuecd>200</issuecd>
  246. <issuenm>2.11.</issuenm>
  247. <answercolnm>b11</answercolnm>
  248. <answertext1colnm/>
  249. <answertext2colnm/>
  250. <answertext3colnm/>
  251. </forminfo>
  252. <forminfo>
  253. <issuecd>210</issuecd>
  254. <issuenm>2.12.</issuenm>
  255. <answercolnm>b12</answercolnm>
  256. <answertext1colnm/>
  257. <answertext2colnm/>
  258. <answertext3colnm/>
  259. </forminfo>
  260. <forminfo>
  261. <issuecd>220</issuecd>
  262. <issuenm>2.13.</issuenm>
  263. <answercolnm>b13</answercolnm>
  264. <answertext1colnm/>
  265. <answertext2colnm/>
  266. <answertext3colnm/>
  267. </forminfo>
  268. <forminfo>
  269. <issuecd>230</issuecd>
  270. <issuenm>2.14.</issuenm>
  271. <answercolnm>b14</answercolnm>
  272. <answertext1colnm/>
  273. <answertext2colnm/>
  274. <answertext3colnm/>
  275. </forminfo>
  276. <forminfo>
  277. <issuecd>240</issuecd>
  278. <issuenm>2.15.</issuenm>
  279. <answercolnm>b15</answercolnm>
  280. <answertext1colnm/>
  281. <answertext2colnm/>
  282. <answertext3colnm/>
  283. </forminfo>
  284. <forminfo>
  285. <issuecd>250</issuecd>
  286. <issuenm>2.16.</issuenm>
  287. <answercolnm>b16</answercolnm>
  288. <answertext1colnm/>
  289. <answertext2colnm/>
  290. <answertext3colnm/>
  291. </forminfo>
  292. <forminfo>
  293. <issuecd>260</issuecd>
  294. <issuenm>2.17.</issuenm>
  295. <answercolnm>b17</answercolnm>
  296. <answertext1colnm/>
  297. <answertext2colnm/>
  298. <answertext3colnm/>
  299. </forminfo>
  300. <forminfo>
  301. <issuecd>270</issuecd>
  302. <issuenm>2.18.</issuenm>
  303. <answercolnm>b18</answercolnm>
  304. <answertext1colnm/>
  305. <answertext2colnm/>
  306. <answertext3colnm/>
  307. </forminfo>
  308. <forminfo>
  309. <issuecd>280</issuecd>
  310. <issuenm>2.19.</issuenm>
  311. <answercolnm>b19</answercolnm>
  312. <answertext1colnm/>
  313. <answertext2colnm/>
  314. <answertext3colnm/>
  315. </forminfo>
  316. <forminfo>
  317. <issuecd>290</issuecd>
  318. <issuenm>2.20.</issuenm>
  319. <answercolnm>b20</answercolnm>
  320. <answertext1colnm/>
  321. <answertext2colnm/>
  322. <answertext3colnm/>
  323. </forminfo>
  324. <forminfo>
  325. <issuecd>300</issuecd>
  326. <issuenm>2.21.</issuenm>
  327. <answercolnm>b21</answercolnm>
  328. <answertext1colnm/>
  329. <answertext2colnm/>
  330. <answertext3colnm/>
  331. </forminfo>
  332. <forminfo>
  333. <issuecd>310</issuecd>
  334. <issuenm>2.22.</issuenm>
  335. <answercolnm>b22</answercolnm>
  336. <answertext1colnm/>
  337. <answertext2colnm/>
  338. <answertext3colnm/>
  339. </forminfo>
  340. <forminfo>
  341. <issuecd>320</issuecd>
  342. <issuenm>2.23.</issuenm>
  343. <answercolnm>b23</answercolnm>
  344. <answertext1colnm/>
  345. <answertext2colnm/>
  346. <answertext3colnm/>
  347. </forminfo>
  348. <forminfo>
  349. <issuecd>330</issuecd>
  350. <issuenm>2.24.</issuenm>
  351. <answercolnm>b24</answercolnm>
  352. <answertext1colnm/>
  353. <answertext2colnm/>
  354. <answertext3colnm/>
  355. </forminfo>
  356. <forminfo>
  357. <issuecd>340</issuecd>
  358. <issuenm>2.25.</issuenm>
  359. <answercolnm>b25</answercolnm>
  360. <answertext1colnm/>
  361. <answertext2colnm/>
  362. <answertext3colnm/>
  363. </forminfo>
  364. <forminfo>
  365. <issuecd>350</issuecd>
  366. <issuenm>2.26.</issuenm>
  367. <answercolnm>b26</answercolnm>
  368. <answertext1colnm/>
  369. <answertext2colnm/>
  370. <answertext3colnm/>
  371. </forminfo>
  372. <forminfo>
  373. <issuecd>360</issuecd>
  374. <issuenm>2.27.</issuenm>
  375. <answercolnm>b27</answercolnm>
  376. <answertext1colnm/>
  377. <answertext2colnm/>
  378. <answertext3colnm/>
  379. </forminfo>
  380. <forminfo>
  381. <issuecd>370</issuecd>
  382. <issuenm>3.1.</issuenm>
  383. <answercolnm>c1</answercolnm>
  384. <answertext1colnm/>
  385. <answertext2colnm/>
  386. <answertext3colnm/>
  387. </forminfo>
  388. <forminfo>
  389. <issuecd>380</issuecd>
  390. <issuenm>3.2.</issuenm>
  391. <answercolnm>c2</answercolnm>
  392. <answertext1colnm/>
  393. <answertext2colnm/>
  394. <answertext3colnm/>
  395. </forminfo>
  396. <forminfo>
  397. <issuecd>390</issuecd>
  398. <issuenm>3.3.</issuenm>
  399. <answercolnm>c3</answercolnm>
  400. <answertext1colnm/>
  401. <answertext2colnm/>
  402. <answertext3colnm/>
  403. </forminfo>
  404. <forminfo>
  405. <issuecd>400</issuecd>
  406. <issuenm>3.4.</issuenm>
  407. <answercolnm>c4</answercolnm>
  408. <answertext1colnm/>
  409. <answertext2colnm/>
  410. <answertext3colnm/>
  411. </forminfo>
  412. <forminfo>
  413. <issuecd>410</issuecd>
  414. <issuenm>3.5.</issuenm>
  415. <answercolnm>c5</answercolnm>
  416. <answertext1colnm/>
  417. <answertext2colnm/>
  418. <answertext3colnm/>
  419. </forminfo>
  420. <forminfo>
  421. <issuecd>420</issuecd>
  422. <issuenm>3.6.</issuenm>
  423. <answercolnm>c6</answercolnm>
  424. <answertext1colnm/>
  425. <answertext2colnm/>
  426. <answertext3colnm/>
  427. </forminfo>
  428. <forminfo>
  429. <issuecd>430</issuecd>
  430. <issuenm>3.7.</issuenm>
  431. <answercolnm>c7</answercolnm>
  432. <answertext1colnm/>
  433. <answertext2colnm/>
  434. <answertext3colnm/>
  435. </forminfo>
  436. <forminfo>
  437. <issuecd>440</issuecd>
  438. <issuenm>3.8.</issuenm>
  439. <answercolnm>c8</answercolnm>
  440. <answertext1colnm/>
  441. <answertext2colnm/>
  442. <answertext3colnm/>
  443. </forminfo>
  444. <forminfo>
  445. <issuecd>450</issuecd>
  446. <issuenm>3.9.</issuenm>
  447. <answercolnm>c9</answercolnm>
  448. <answertext1colnm/>
  449. <answertext2colnm/>
  450. <answertext3colnm/>
  451. </forminfo>
  452. <forminfo>
  453. <issuecd>460</issuecd>
  454. <issuenm>3.10.</issuenm>
  455. <answercolnm>c10</answercolnm>
  456. <answertext1colnm/>
  457. <answertext2colnm/>
  458. <answertext3colnm/>
  459. </forminfo>
  460. <forminfo>
  461. <issuecd>470</issuecd>
  462. <issuenm>3.11.</issuenm>
  463. <answercolnm>c11</answercolnm>
  464. <answertext1colnm/>
  465. <answertext2colnm/>
  466. <answertext3colnm/>
  467. </forminfo>
  468. <forminfo>
  469. <issuecd>480</issuecd>
  470. <issuenm>3.12.</issuenm>
  471. <answercolnm>c12</answercolnm>
  472. <answertext1colnm/>
  473. <answertext2colnm/>
  474. <answertext3colnm/>
  475. </forminfo>
  476. <forminfo>
  477. <issuecd>490</issuecd>
  478. <issuenm>3.13.</issuenm>
  479. <answercolnm>c13</answercolnm>
  480. <answertext1colnm/>
  481. <answertext2colnm/>
  482. <answertext3colnm/>
  483. </forminfo>
  484. <forminfo>
  485. <issuecd>500</issuecd>
  486. <issuenm>3.14.</issuenm>
  487. <answercolnm>c14</answercolnm>
  488. <answertext1colnm/>
  489. <answertext2colnm/>
  490. <answertext3colnm/>
  491. </forminfo>
  492. <forminfo>
  493. <issuecd>510</issuecd>
  494. <issuenm>3.15.</issuenm>
  495. <answercolnm>c15</answercolnm>
  496. <answertext1colnm/>
  497. <answertext2colnm/>
  498. <answertext3colnm/>
  499. </forminfo>
  500. <forminfo>
  501. <issuecd>520</issuecd>
  502. <issuenm>3.16.</issuenm>
  503. <answercolnm>c16</answercolnm>
  504. <answertext1colnm/>
  505. <answertext2colnm/>
  506. <answertext3colnm/>
  507. </forminfo>
  508. <forminfo>
  509. <issuecd>530</issuecd>
  510. <issuenm>3.17.</issuenm>
  511. <answercolnm>c17</answercolnm>
  512. <answertext1colnm/>
  513. <answertext2colnm/>
  514. <answertext3colnm/>
  515. </forminfo>
  516. <forminfo>
  517. <issuecd>540</issuecd>
  518. <issuenm>3.18.</issuenm>
  519. <answercolnm>c18</answercolnm>
  520. <answertext1colnm/>
  521. <answertext2colnm/>
  522. <answertext3colnm/>
  523. </forminfo>
  524. <forminfo>
  525. <issuecd>550</issuecd>
  526. <issuenm>3.19.</issuenm>
  527. <answercolnm>c19</answercolnm>
  528. <answertext1colnm/>
  529. <answertext2colnm/>
  530. <answertext3colnm/>
  531. </forminfo>
  532. <forminfo>
  533. <issuecd>560</issuecd>
  534. <issuenm>3.20.</issuenm>
  535. <answercolnm>c20</answercolnm>
  536. <answertext1colnm/>
  537. <answertext2colnm/>
  538. <answertext3colnm/>
  539. </forminfo>
  540. <forminfo>
  541. <issuecd>570</issuecd>
  542. <issuenm>3.21.</issuenm>
  543. <answercolnm>c21</answercolnm>
  544. <answertext1colnm/>
  545. <answertext2colnm/>
  546. <answertext3colnm/>
  547. </forminfo>
  548. <forminfo>
  549. <issuecd>580</issuecd>
  550. <issuenm>3.22.</issuenm>
  551. <answercolnm>c22</answercolnm>
  552. <answertext1colnm/>
  553. <answertext2colnm/>
  554. <answertext3colnm/>
  555. </forminfo>
  556. <forminfo>
  557. <issuecd>590</issuecd>
  558. <issuenm>3.23.</issuenm>
  559. <answercolnm>c23</answercolnm>
  560. <answertext1colnm/>
  561. <answertext2colnm/>
  562. <answertext3colnm/>
  563. </forminfo>
  564. <forminfo>
  565. <issuecd>600</issuecd>
  566. <issuenm>3.24.</issuenm>
  567. <answercolnm>c24</answercolnm>
  568. <answertext1colnm/>
  569. <answertext2colnm/>
  570. <answertext3colnm/>
  571. </forminfo>
  572. <forminfo>
  573. <issuecd>610</issuecd>
  574. <issuenm>4.</issuenm>
  575. <answercolnm/>
  576. <answertext1colnm>d1_edt1</answertext1colnm>
  577. <answertext2colnm/>
  578. <answertext3colnm/>
  579. <noessential>Y</noessential>
  580. </forminfo>
  581. </surveyform>
  582. </main>
  583. <send>
  584. <surveyinfo>
  585. <userid/>
  586. <surveyid>stress</surveyid>
  587. <anonymousyn>Y</anonymousyn>
  588. </surveyinfo>
  589. <ansinfo>
  590. <userid/>
  591. <surveyid/>
  592. <anonymousyn/>
  593. <histstat/>
  594. <issue/>
  595. <answer/>
  596. <answertext1/>
  597. <answertext2/>
  598. <answertext3/>
  599. </ansinfo>
  600. </send>
  601. <init/>
  602. <hidden>
  603. <ansinfo/>
  604. </hidden>
  605. <temp/>
  606. </root>
  607. </instance>
  608. <script type="javascript" ev:event="xforms-ready">
  609. <![CDATA[
  610. fInit();
  611. model.refresh();
  612. ]]>
  613. </script>
  614. <submission id="TRRXS00102" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/surveyinfo" resultref="/root/hidden/ansinfo"/>
  615. <submission id="TXRXS00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/ansinfo" resultref="/root/main/resultinfo"/>
  616. </model>
  617. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  618. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  619. </xhtml:head>
  620. <script type="javascript">
  621. <![CDATA[
  622. function fInit()
  623. {
  624. model.setValue("/root/send/surveyinfo/userid", getUserId());
  625. submit("TRRXS00102", false);
  626. var count = getNodesetCount("/root/hidden/ansinfo");
  627. if(count > 0) {
  628. for(var i = 1; i <= count; i++) {
  629. var issuecd = model.getValue("/root/hidden/ansinfo[" + i + "]/issuecd");
  630. var answer = model.getValue("/root/hidden/ansinfo[" + i + "]/answer");
  631. var answertext1 = model.getValue("/root/hidden/ansinfo[" + i + "]/answertext1");
  632. var answertext2 = model.getValue("/root/hidden/ansinfo[" + i + "]/answertext2");
  633. var answertext3 = model.getValue("/root/hidden/ansinfo[" + i + "]/answertext3");
  634. var answercolnm = model.getValue("/root/main/surveyform/forminfo[issuecd = '" + issuecd + "']/answercolnm");
  635. var answertext1colnm = model.getValue("/root/main/surveyform/forminfo[issuecd = '" + issuecd + "']/answertext1colnm");
  636. var answertext2colnm = model.getValue("/root/main/surveyform/forminfo[issuecd = '" + issuecd + "']/answertext2colnm");
  637. var answertext3colnm = model.getValue("/root/main/surveyform/forminfo[issuecd = '" + issuecd + "']/answertext3colnm");
  638. if(answercolnm != "") model.setValue("/root/main/ansinfo/" + answercolnm, answer);
  639. if(answertext1colnm != "") model.setValue("/root/main/ansinfo/" + answertext1colnm, answertext1);
  640. if(answertext2colnm != "") model.setValue("/root/main/ansinfo/" + answertext2colnm, answertext2);
  641. if(answertext3colnm != "") model.setValue("/root/main/ansinfo/" + answertext3colnm, answertext3);
  642. }
  643. }
  644. var instcd = model.getValue("/root/main/ansinfo/a0");
  645. if(instcd == "") {
  646. model.setValue("/root/main/ansinfo/a0", getUserInfo("dutplceinstcd"));
  647. }
  648. model.refresh();
  649. radio5.dispatch("xforms-value-changed");
  650. radio25.dispatch("xforms-value-changed");
  651. radio36.dispatch("xforms-value-changed");
  652. model.setFocus("radio2");
  653. }
  654. function fSave(histstat)
  655. {
  656. // 임시 저장일 때는 체크 안함
  657. if(histstat == "Y") {
  658. // 항목별 값 입력 확인
  659. var emptyAnswer = "";
  660. var noessential = "";
  661. var count = getNodesetCount("/root/main/surveyform/forminfo");
  662. for(var i = 1; i <= count; i++) {
  663. // 필수여부 아닌 것 체크
  664. noessential = model.getValue("/root/main/surveyform/forminfo[" + i + "]/noessential");
  665. if(noessential == "Y") continue;
  666. // 숫자값 입력 확인
  667. var answercolnm = model.getValue("/root/main/surveyform/forminfo[" + i + "]/answercolnm");
  668. if(answercolnm == "") {
  669. answercolnm = model.getValue("/root/main/surveyform/forminfo[" + i + "]/answertext1colnm");
  670. if(answercolnm == "") {
  671. answercolnm = model.getValue("/root/main/surveyform/forminfo[" + i + "]/answertext2colnm");
  672. if(answercolnm == "")
  673. answercolnm = model.getValue("/root/main/surveyform/forminfo[" + i + "]/answertext3colnm");
  674. }
  675. }
  676. var value = model.getValue("/root/main/ansinfo/" + answercolnm);
  677. if(value == "") {
  678. var issuenm = model.getValue("/root/main/surveyform/forminfo[" + i + "]/issuenm");
  679. emptyAnswer = emptyAnswer + issuenm + " ";
  680. } else if(i == 6 && value == "7"){
  681. answercolnm = model.getValue("/root/main/surveyform/forminfo[" + i + "]/answertext1colnm");
  682. if(answercolnm == "") {
  683. var issuenm = model.getValue("/root/main/surveyform/forminfo[" + i + "]/issuenm");
  684. emptyAnswer = emptyAnswer + issuenm + "기타 ";
  685. }
  686. } else if(i == 7 && value == "7") {
  687. answercolnm = model.getValue("/root/main/surveyform/forminfo[" + i + "]/answertext1colnm");
  688. if(answercolnm == "") {
  689. var issuenm = model.getValue("/root/main/surveyform/forminfo[" + i + "]/issuenm");
  690. emptyAnswer = emptyAnswer + issuenm + "기타 ";
  691. }
  692. } else if(i == 9 && value == "5") {
  693. answercolnm = model.getValue("/root/main/surveyform/forminfo[" + i + "]/answertext1colnm");
  694. if(answercolnm == "") {
  695. var issuenm = model.getValue("/root/main/surveyform/forminfo[" + i + "]/issuenm");
  696. emptyAnswer = emptyAnswer + issuenm + "기타 ";
  697. }
  698. }
  699. }
  700. if(emptyAnswer != "") {
  701. messageBox("선택하지 않은 항목이 있으니 확인하여 주십시오\n" +
  702. "반드시 모두 입력하시고 답변완료를 눌러주시기 바랍니다\n" +
  703. "- 미답항목 : " + emptyAnswer, "E");
  704. return;
  705. }
  706. }
  707. var userid = getUserId();
  708. var surveyid = model.getValue("/root/send/surveyinfo/surveyid");
  709. var anonymousyn = model.getValue("/root/send/surveyinfo/anonymousyn");
  710. var count = getNodesetCount("/root/main/surveyform/forminfo");
  711. for(var i = 1; i <= count; i++) {
  712. model.makeValue("/root/send/ansinfo[" + i + "]/userid", userid);
  713. model.makeValue("/root/send/ansinfo[" + i + "]/surveyid", surveyid);
  714. model.makeValue("/root/send/ansinfo[" + i + "]/anonymousyn", anonymousyn);
  715. model.makeValue("/root/send/ansinfo[" + i + "]/histstat", histstat);
  716. model.makeValue("/root/send/ansinfo[" + i + "]/issuecd", model.getValue("/root/main/surveyform/forminfo[" + i + "]/issuecd"));
  717. model.makeValue("/root/send/ansinfo[" + i + "]/issuenm", model.getValue("/root/main/surveyform/forminfo[" + i + "]/issuenm"));
  718. model.makeValue("/root/send/ansinfo[" + i + "]/answer", model.getValue("/root/main/ansinfo/" + model.getValue("/root/main/surveyform/forminfo[" + i + "]/answercolnm")));
  719. model.makeValue("/root/send/ansinfo[" + i + "]/answertext1", model.getValue("/root/main/ansinfo/" + model.getValue("/root/main/surveyform/forminfo[" + i + "]/answertext1colnm")));
  720. model.makeValue("/root/send/ansinfo[" + i + "]/answertext2", model.getValue("/root/main/ansinfo/" + model.getValue("/root/main/surveyform/forminfo[" + i + "]/answertext2colnm")));
  721. model.makeValue("/root/send/ansinfo[" + i + "]/answertext3", model.getValue("/root/main/ansinfo/" + model.getValue("/root/main/surveyform/forminfo[" + i + "]/answertext3colnm")));
  722. }
  723. if(submit("TXRXS00101",false)) {
  724. if(histstat == "Y") {
  725. if(model.getValue("/root/main/resultinfo/resultyn") == "Y")
  726. window.close();
  727. } else {
  728. messageBox("임시 저장하였습니다", "I");
  729. }
  730. }
  731. }
  732. ]]>
  733. </script>
  734. <xhtml:body pagewidth="1200" pageheight="880" guideline="1,1099;" style="font-size:11pt; ">
  735. <group id="group1" style="left:0px; top:0px; width:1180px; height:825px; ">
  736. <table id="table1" cellspacing="-1" style="left:110px; top:80px; width:989px; height:305px; ">
  737. <tr>
  738. <td style="width:987px; height:302px; font-size:14pt; line-spacing:8; padding:20; border-right-style:solid; border-bottom-style:solid; ">
  739. <![CDATA[안녕하십니까?
  740. 이 설문조사는 직원 여러분들의 직무스트레스 관련 요인과 감정노동 수준을 평가하기 위한 조사로 안전보건공단의 측정도구를 이용하여 작성하였습니다. 설문 문항은 총 60문항으로 약 7 ~ 8분이 소요될 것으로 예상이 됩니다.
  741. 이 자료는 무기명으로 처리되며, 개인의 정도를 평가하기 위함이 아니라 직종별, 근무형태별 등 집단 간 평가 자료로 이용됨을 알려드리오니 직원여러분의 꾸밈없는 답변 부탁드립니다.
  742. 경북대학교병원 근로복지과 직원건강관리실 보건관리자 ( ☎ 원내 6116 )
  743. 칠곡경북대학교병원 의료질관리실 보건관리자 ( ☎ 원내 2421 )]]>
  744. </td>
  745. </tr>
  746. </table>
  747. <caption id="caption33" style="left:50px; top:6px; width:1105px; height:49px; font-family:HY헤드라인M; font-size:24pt; font-weight:bold; color:#2d629c; text-align:center; ">전 직원 직무스트레스 관련 설문조사</caption>
  748. <line id="line1" style="x1:110px; y1:55px; x2:1100px; y2:55px; border-width:2px; "/>
  749. <caption id="caption31" style="left:110px; top:2795px; width:1000px; height:105px; font-size:16pt; font-weight:bold; text-align:center; vertical-align:middle; line-spacing:5; ">* 본 설문조사에 귀중한 시간을 할애하여 주셔서 감사합니다</caption>
  750. <line id="line3" style="x1:110px; y1:58px; x2:1100px; y2:58px; border-width:4px; "/>
  751. <caption id="caption11" style="left:105px; top:402px; width:1005px; height:40px; font-size:13pt; font-weight:bold; ">1. 일반적 사항</caption>
  752. <table id="table2" cellspacing="-1" style="left:110px; top:440px; width:989px; height:560px; ">
  753. <tr>
  754. <td style="width:259px; height:40px; font-size:11pt; vertical-align:middle; padding-left:4; ">1. 연령</td>
  755. <td style="width:727px; height:40px; font-size:11pt; vertical-align:middle; padding-left:8; ">
  756. <select1 id="radio2" ref="/root/main/ansinfo/a1" appearance="full" cellspacing="30" cols="4" overflow="visible" style="left:8px; top:11px; width:527px; height:20px; font-size:11pt; border-style:none; ">
  757. <choices>
  758. <item>
  759. <label>① 20세 ~ 29세</label>
  760. <value>1</value>
  761. </item>
  762. <item>
  763. <label>② 30세 ~ 39세</label>
  764. <value>2</value>
  765. </item>
  766. <item>
  767. <label>③ 40세 ~ 49세</label>
  768. <value>3</value>
  769. </item>
  770. <item>
  771. <label>④ 50세 이상</label>
  772. <value>4</value>
  773. </item>
  774. </choices>
  775. </select1>
  776. </td>
  777. </tr>
  778. <tr>
  779. <td style="width:259px; height:40px; font-size:11pt; vertical-align:middle; padding-left:4; ">2. 성별</td>
  780. <td style="width:727px; height:40px; font-size:11pt; vertical-align:middle; padding-left:8; ">
  781. <select1 id="radio11" ref="/root/main/ansinfo/a2" appearance="full" cellspacing="30" cols="2" rows="1" overflow="visible" style="left:8px; top:11px; width:180px; height:20px; font-size:11pt; border-style:none; ">
  782. <choices>
  783. <item>
  784. <label>① 남</label>
  785. <value>1</value>
  786. </item>
  787. <item>
  788. <label>② 여</label>
  789. <value>2</value>
  790. </item>
  791. </choices>
  792. </select1>
  793. </td>
  794. </tr>
  795. <tr>
  796. <td style="width:259px; height:40px; font-size:11pt; vertical-align:middle; padding-left:4; ">3. 결혼여부</td>
  797. <td style="width:727px; height:40px; font-size:11pt; vertical-align:middle; padding-left:8; ">
  798. <select1 id="radio4" ref="/root/main/ansinfo/a3" appearance="full" cellspacing="30" cols="2" rows="1" overflow="visible" style="left:8px; top:11px; width:180px; height:20px; font-size:11pt; border-style:none; ">
  799. <choices>
  800. <item>
  801. <label>① 기혼</label>
  802. <value>1</value>
  803. </item>
  804. <item>
  805. <label>② 미혼</label>
  806. <value>2</value>
  807. </item>
  808. </choices>
  809. </select1>
  810. </td>
  811. </tr>
  812. <tr>
  813. <td style="width:259px; height:101px; font-size:11pt; vertical-align:middle; padding-left:4; ">4. 현 직장 경력</td>
  814. <td style="width:727px; height:101px; font-size:11pt; vertical-align:middle; padding-left:8; ">
  815. <select1 id="radio19" ref="/root/main/ansinfo/a4" appearance="full" cellspacing="30" cols="2" vcellspacing="2" overflow="visible" style="left:8px; top:9px; width:327px; height:86px; font-size:11pt; border-style:none; ">
  816. <choices>
  817. <item>
  818. <label>① 1년 미만</label>
  819. <value>1</value>
  820. </item>
  821. <item>
  822. <label>② 1년 ~ 2년 미만</label>
  823. <value>2</value>
  824. </item>
  825. <item>
  826. <label>③ 2년 ~ 5년 미만</label>
  827. <value>3</value>
  828. </item>
  829. <item>
  830. <label>④ 5년 ~ 10년 미만</label>
  831. <value>4</value>
  832. </item>
  833. <item>
  834. <label>⑤ 10년 ~ 15년 미만</label>
  835. <value>5</value>
  836. </item>
  837. <item>
  838. <label>⑥ 15년 ~ 20년 미만</label>
  839. <value>6</value>
  840. </item>
  841. <item>
  842. <label>⑦ 20년 이상</label>
  843. <value>7</value>
  844. </item>
  845. </choices>
  846. </select1>
  847. </td>
  848. </tr>
  849. <tr>
  850. <td style="width:259px; height:74px; font-size:11pt; vertical-align:middle; padding-left:4; ">5. 직종</td>
  851. <td style="width:727px; height:74px; font-size:11pt; vertical-align:middle; padding-left:8; ">
  852. <select1 id="radio5" ref="/root/main/ansinfo/a5" appearance="full" cols="3" rows="2" vcellspacing="2" overflow="visible" style="left:8px; top:5px; width:692px; height:65px; font-size:11pt; border-style:none; ">
  853. <choices>
  854. <item>
  855. <label>① 의사직</label>
  856. <value>1</value>
  857. </item>
  858. <item>
  859. <label>② 간호직</label>
  860. <value>2</value>
  861. </item>
  862. <item>
  863. <label>③ 약무직</label>
  864. <value>3</value>
  865. </item>
  866. <item>
  867. <label>④ 의료기술직</label>
  868. <value>4</value>
  869. </item>
  870. <item>
  871. <label>⑤ 행정, 전산, 의공, 시설기술, 영양, 의무기록 등</label>
  872. <value>5</value>
  873. </item>
  874. <item>
  875. <label>⑥ 간호조무, 원무직</label>
  876. <value>6</value>
  877. </item>
  878. <item>
  879. <label>⑦ 기타( )</label>
  880. <value>7</value>
  881. </item>
  882. </choices>
  883. <script type="javascript" ev:event="xforms-value-changed">
  884. <![CDATA[
  885. if(radio5.value == 7) {
  886. input14.disabled = false;
  887. model.setFocus("input14");
  888. } else {
  889. input14.disabled = true;
  890. }
  891. ]]>
  892. </script>
  893. </select1>
  894. <input id="input14" ref="/root/main/ansinfo/a5_edt1" disabled="true" imemode="hangul" style="left:82px; top:49px; width:122px; height:19px; "/>
  895. </td>
  896. </tr>
  897. <tr>
  898. <td style="width:259px; height:98px; font-size:11pt; vertical-align:middle; padding-left:4; ">6. 근무부서</td>
  899. <td style="width:727px; height:98px; font-size:11pt; vertical-align:middle; padding-left:8; ">
  900. <select1 id="radio25" ref="/root/main/ansinfo/a6" appearance="full" cellspacing="30" cols="2" vcellspacing="2" overflow="visible" style="left:8px; top:6px; width:532px; height:84px; font-size:11pt; border-style:none; ">
  901. <choices>
  902. <item>
  903. <label>① 진료처 내 진료과</label>
  904. <value>1</value>
  905. </item>
  906. <item>
  907. <label>② 간호부</label>
  908. <value>2</value>
  909. </item>
  910. <item>
  911. <label>③ 약제부</label>
  912. <value>3</value>
  913. </item>
  914. <item>
  915. <label>④ 진료지원실(의무기록 ,영양, 건진, 심사)</label>
  916. <value>4</value>
  917. </item>
  918. <item>
  919. <label>⑤ 검사부서</label>
  920. <value>5</value>
  921. </item>
  922. <item>
  923. <label>⑥ 행정 및 관리부서</label>
  924. <value>6</value>
  925. </item>
  926. <item>
  927. <label>⑦ 기타( )</label>
  928. <value>7</value>
  929. </item>
  930. </choices>
  931. <script type="javascript" ev:event="xforms-value-changed">
  932. <![CDATA[
  933. if(radio25.value == 7) {
  934. input1.disabled = false;
  935. model.setFocus("input1");
  936. } else {
  937. input1.disabled = true;
  938. }
  939. ]]>
  940. </script>
  941. </select1>
  942. <input id="input1" ref="/root/main/ansinfo/a6_edt1" disabled="true" imemode="hangul" style="left:82px; top:71px; width:122px; height:19px; "/>
  943. </td>
  944. </tr>
  945. <tr>
  946. <td style="width:259px; height:43px; font-size:11pt; vertical-align:middle; padding-left:4; ">7. 직위</td>
  947. <td style="width:727px; height:43px; font-size:11pt; vertical-align:middle; padding-left:8; ">
  948. <select1 id="radio30" ref="/root/main/ansinfo/a7" appearance="full" cellspacing="30" cols="2" overflow="visible" style="left:8px; top:11px; width:222px; height:20px; font-size:11pt; border-style:none; ">
  949. <choices>
  950. <item>
  951. <label>① 일반직원</label>
  952. <value>1</value>
  953. </item>
  954. <item>
  955. <label>② 부서장</label>
  956. <value>2</value>
  957. </item>
  958. </choices>
  959. </select1>
  960. </td>
  961. </tr>
  962. <tr>
  963. <td style="width:259px; height:74px; font-size:11pt; vertical-align:middle; padding-left:4; ">8. 근무형태</td>
  964. <td style="width:727px; height:74px; font-size:11pt; vertical-align:middle; padding-left:8; ">
  965. <select1 id="radio36" ref="/root/main/ansinfo/a8" appearance="full" cellspacing="30" cols="2" vcellspacing="2" overflow="visible" style="left:8px; top:6px; width:607px; height:54px; font-size:11pt; border-style:none; ">
  966. <choices>
  967. <item>
  968. <label>① 통상근무</label>
  969. <value>1</value>
  970. </item>
  971. <item>
  972. <label>② 2교대(DAY 또는 EVE만 근무함)</label>
  973. <value>2</value>
  974. </item>
  975. <item>
  976. <label>③ 3교대(정기적으로 야간 근무 있음)</label>
  977. <value>3</value>
  978. </item>
  979. <item>
  980. <label>④ 기타(당직, 콜근무 있음)</label>
  981. <value>4</value>
  982. </item>
  983. <item>
  984. <label>⑤ 기타( )</label>
  985. <value>5</value>
  986. </item>
  987. </choices>
  988. <script type="javascript" ev:event="xforms-value-changed">
  989. <![CDATA[
  990. if(radio36.value == 5) {
  991. input2.disabled = false;
  992. model.setFocus("input2");
  993. } else {
  994. input2.disabled = true;
  995. }
  996. ]]>
  997. </script>
  998. </select1>
  999. <input id="input2" ref="/root/main/ansinfo/a8_edt1" disabled="true" imemode="hangul" style="left:82px; top:50px; width:122px; height:19px; "/>
  1000. </td>
  1001. </tr>
  1002. <tr>
  1003. <td style="width:259px; height:40px; font-size:11pt; vertical-align:middle; padding-left:4; ">9. 주 대면 고객의 유형</td>
  1004. <td style="width:727px; height:40px; font-size:11pt; vertical-align:middle; padding-left:8; ">
  1005. <select1 id="radio3" ref="/root/main/ansinfo/a9" appearance="full" cellspacing="30" cols="2" overflow="visible" style="left:8px; top:11px; width:417px; height:20px; font-size:11pt; border-style:none; ">
  1006. <choices>
  1007. <item>
  1008. <label>① 외부고객(환자 및 외부인)</label>
  1009. <value>1</value>
  1010. </item>
  1011. <item>
  1012. <label>② 내부고객(직원)</label>
  1013. <value>2</value>
  1014. </item>
  1015. </choices>
  1016. </select1>
  1017. </td>
  1018. </tr>
  1019. </table>
  1020. <caption id="caption2" style="left:105px; top:1022px; width:1005px; height:40px; font-size:13pt; font-weight:bold; ">2. 지난 1년 동안의 업무수행을 토대로 아래의 설문에 대한 귀하의 생각과 가장 가까운 곳에 체크하여 주시길 바랍니다.</caption>
  1021. <table id="table4" cellspacing="-1" style="left:110px; top:1060px; width:988px; height:786px; ">
  1022. <tr>
  1023. <td style="width:118px; height:65px; font-size:12pt; font-weight:bold; text-align:center; vertical-align:middle; word-wrap:word; background-color:#daeef3; ">구분</td>
  1024. <td style="width:623px; height:65px; font-size:12pt; font-weight:bold; text-align:center; vertical-align:middle; word-wrap:word; background-color:#daeef3; ">내용</td>
  1025. <td style="width:60px; height:65px; font-size:12pt; font-weight:bold; text-align:center; vertical-align:middle; word-wrap:word; line-spacing:4; background-color:#daeef3; ">전혀 그렇지 않다</td>
  1026. <td style="width:60px; height:65px; font-size:12pt; font-weight:bold; text-align:center; vertical-align:middle; word-wrap:word; line-spacing:4; background-color:#daeef3; ">약간 그렇지 않다</td>
  1027. <td style="width:60px; height:65px; font-size:12pt; font-weight:bold; text-align:center; vertical-align:middle; word-wrap:word; line-spacing:4; background-color:#daeef3; ">약간 그렇다</td>
  1028. <td style="width:60px; height:65px; font-size:12pt; font-weight:bold; text-align:center; vertical-align:middle; word-wrap:word; line-spacing:4; background-color:#daeef3; border-right-width:1px; border-right-style:solid; ">매우 그렇다</td>
  1029. </tr>
  1030. <tr>
  1031. <td rowspan="3" style="width:118px; height:75px; font-size:11pt; text-align:center; vertical-align:middle; line-spacing:4; background-color:#fde9d9; ">
  1032. <![CDATA[물리적
  1033. 환 경]]>
  1034. </td>
  1035. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#fde9d9; ">1. 근무 장소가 깨끗하고 쾌적하다.</td>
  1036. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#fde9d9; ">
  1037. <select1 id="radio1" ref="/root/main/ansinfo/b1" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1038. <choices>
  1039. <item>
  1040. <label/>
  1041. <value>4</value>
  1042. </item>
  1043. </choices>
  1044. </select1>
  1045. </td>
  1046. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#fde9d9; ">
  1047. <select1 id="radio6" ref="/root/main/ansinfo/b1" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1048. <choices>
  1049. <item>
  1050. <label/>
  1051. <value>3</value>
  1052. </item>
  1053. </choices>
  1054. </select1>
  1055. </td>
  1056. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#fde9d9; ">
  1057. <select1 id="radio7" ref="/root/main/ansinfo/b1" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1058. <choices>
  1059. <item>
  1060. <label/>
  1061. <value>2</value>
  1062. </item>
  1063. </choices>
  1064. </select1>
  1065. </td>
  1066. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#fde9d9; border-right-width:1px; border-right-style:solid; ">
  1067. <select1 id="radio8" ref="/root/main/ansinfo/b1" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1068. <choices>
  1069. <item>
  1070. <label/>
  1071. <value>1</value>
  1072. </item>
  1073. </choices>
  1074. </select1>
  1075. </td>
  1076. </tr>
  1077. <tr>
  1078. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#fde9d9; ">2. 내 일은 위험하며 사고를 당할 가능성이 있다.</td>
  1079. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#fde9d9; ">
  1080. <select1 id="radio9" ref="/root/main/ansinfo/b2" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1081. <choices>
  1082. <item>
  1083. <label/>
  1084. <value>1</value>
  1085. </item>
  1086. </choices>
  1087. </select1>
  1088. </td>
  1089. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#fde9d9; ">
  1090. <select1 id="radio10" ref="/root/main/ansinfo/b2" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1091. <choices>
  1092. <item>
  1093. <label/>
  1094. <value>2</value>
  1095. </item>
  1096. </choices>
  1097. </select1>
  1098. </td>
  1099. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#fde9d9; ">
  1100. <select1 id="radio12" ref="/root/main/ansinfo/b2" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1101. <choices>
  1102. <item>
  1103. <label/>
  1104. <value>3</value>
  1105. </item>
  1106. </choices>
  1107. </select1>
  1108. </td>
  1109. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#fde9d9; border-right-width:1px; border-right-style:solid; ">
  1110. <select1 id="radio13" ref="/root/main/ansinfo/b2" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1111. <choices>
  1112. <item>
  1113. <label/>
  1114. <value>4</value>
  1115. </item>
  1116. </choices>
  1117. </select1>
  1118. </td>
  1119. </tr>
  1120. <tr>
  1121. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#fde9d9; ">3. 내 업무는 불편한 자세로 오랫동안 일을 해야 한다.</td>
  1122. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#fde9d9; ">
  1123. <select1 id="radio14" ref="/root/main/ansinfo/b3" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1124. <choices>
  1125. <item>
  1126. <label/>
  1127. <value>1</value>
  1128. </item>
  1129. </choices>
  1130. </select1>
  1131. </td>
  1132. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#fde9d9; ">
  1133. <select1 id="radio15" ref="/root/main/ansinfo/b3" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1134. <choices>
  1135. <item>
  1136. <label/>
  1137. <value>2</value>
  1138. </item>
  1139. </choices>
  1140. </select1>
  1141. </td>
  1142. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#fde9d9; ">
  1143. <select1 id="radio16" ref="/root/main/ansinfo/b3" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1144. <choices>
  1145. <item>
  1146. <label/>
  1147. <value>3</value>
  1148. </item>
  1149. </choices>
  1150. </select1>
  1151. </td>
  1152. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#fde9d9; border-right-width:1px; border-right-style:solid; ">
  1153. <select1 id="radio17" ref="/root/main/ansinfo/b3" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1154. <choices>
  1155. <item>
  1156. <label/>
  1157. <value>4</value>
  1158. </item>
  1159. </choices>
  1160. </select1>
  1161. </td>
  1162. </tr>
  1163. <tr>
  1164. <td rowspan="4" style="width:118px; height:100px; font-size:11pt; text-align:center; vertical-align:middle; line-spacing:4; background-color:#daeef3; ">
  1165. <![CDATA[직 무
  1166. 요 구]]>
  1167. </td>
  1168. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#daeef3; ">4. 나는 일이 많아 항상 시간에 쫓기며 일한다.</td>
  1169. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#daeef3; ">
  1170. <select1 id="radio18" ref="/root/main/ansinfo/b4" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1171. <choices>
  1172. <item>
  1173. <label/>
  1174. <value>1</value>
  1175. </item>
  1176. </choices>
  1177. </select1>
  1178. </td>
  1179. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#daeef3; ">
  1180. <select1 id="radio20" ref="/root/main/ansinfo/b4" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1181. <choices>
  1182. <item>
  1183. <label/>
  1184. <value>2</value>
  1185. </item>
  1186. </choices>
  1187. </select1>
  1188. </td>
  1189. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#daeef3; ">
  1190. <select1 id="radio21" ref="/root/main/ansinfo/b4" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1191. <choices>
  1192. <item>
  1193. <label/>
  1194. <value>3</value>
  1195. </item>
  1196. </choices>
  1197. </select1>
  1198. </td>
  1199. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#daeef3; border-right-width:1px; border-right-style:solid; ">
  1200. <select1 id="radio22" ref="/root/main/ansinfo/b4" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1201. <choices>
  1202. <item>
  1203. <label/>
  1204. <value>4</value>
  1205. </item>
  1206. </choices>
  1207. </select1>
  1208. </td>
  1209. </tr>
  1210. <tr>
  1211. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#daeef3; ">5. 업무량이 현저하게 증가하였다.</td>
  1212. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#daeef3; ">
  1213. <select1 id="radio23" ref="/root/main/ansinfo/b5" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1214. <choices>
  1215. <item>
  1216. <label/>
  1217. <value>1</value>
  1218. </item>
  1219. </choices>
  1220. </select1>
  1221. </td>
  1222. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#daeef3; ">
  1223. <select1 id="radio24" ref="/root/main/ansinfo/b5" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1224. <choices>
  1225. <item>
  1226. <label/>
  1227. <value>2</value>
  1228. </item>
  1229. </choices>
  1230. </select1>
  1231. </td>
  1232. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#daeef3; ">
  1233. <select1 id="radio26" ref="/root/main/ansinfo/b5" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1234. <choices>
  1235. <item>
  1236. <label/>
  1237. <value>3</value>
  1238. </item>
  1239. </choices>
  1240. </select1>
  1241. </td>
  1242. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#daeef3; border-right-width:1px; border-right-style:solid; ">
  1243. <select1 id="radio27" ref="/root/main/ansinfo/b5" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1244. <choices>
  1245. <item>
  1246. <label/>
  1247. <value>4</value>
  1248. </item>
  1249. </choices>
  1250. </select1>
  1251. </td>
  1252. </tr>
  1253. <tr>
  1254. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#daeef3; ">6. 업무 수행 중에 충분한 휴식(짬)이 주어진다.</td>
  1255. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#daeef3; ">
  1256. <select1 id="radio28" ref="/root/main/ansinfo/b6" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1257. <choices>
  1258. <item>
  1259. <label/>
  1260. <value>4</value>
  1261. </item>
  1262. </choices>
  1263. </select1>
  1264. </td>
  1265. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#daeef3; ">
  1266. <select1 id="radio29" ref="/root/main/ansinfo/b6" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1267. <choices>
  1268. <item>
  1269. <label/>
  1270. <value>3</value>
  1271. </item>
  1272. </choices>
  1273. </select1>
  1274. </td>
  1275. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#daeef3; ">
  1276. <select1 id="radio31" ref="/root/main/ansinfo/b6" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1277. <choices>
  1278. <item>
  1279. <label/>
  1280. <value>2</value>
  1281. </item>
  1282. </choices>
  1283. </select1>
  1284. </td>
  1285. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#daeef3; border-right-width:1px; border-right-style:solid; ">
  1286. <select1 id="radio32" ref="/root/main/ansinfo/b6" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1287. <choices>
  1288. <item>
  1289. <label/>
  1290. <value>1</value>
  1291. </item>
  1292. </choices>
  1293. </select1>
  1294. </td>
  1295. </tr>
  1296. <tr>
  1297. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#daeef3; ">7. 여러 가지일을 동시에 해야 한다.</td>
  1298. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#daeef3; ">
  1299. <select1 id="radio33" ref="/root/main/ansinfo/b7" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1300. <choices>
  1301. <item>
  1302. <label/>
  1303. <value>1</value>
  1304. </item>
  1305. </choices>
  1306. </select1>
  1307. </td>
  1308. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#daeef3; ">
  1309. <select1 id="radio34" ref="/root/main/ansinfo/b7" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1310. <choices>
  1311. <item>
  1312. <label/>
  1313. <value>2</value>
  1314. </item>
  1315. </choices>
  1316. </select1>
  1317. </td>
  1318. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#daeef3; ">
  1319. <select1 id="radio35" ref="/root/main/ansinfo/b7" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1320. <choices>
  1321. <item>
  1322. <label/>
  1323. <value>3</value>
  1324. </item>
  1325. </choices>
  1326. </select1>
  1327. </td>
  1328. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#daeef3; border-right-width:1px; border-right-style:solid; ">
  1329. <select1 id="radio37" ref="/root/main/ansinfo/b7" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1330. <choices>
  1331. <item>
  1332. <label/>
  1333. <value>4</value>
  1334. </item>
  1335. </choices>
  1336. </select1>
  1337. </td>
  1338. </tr>
  1339. <tr>
  1340. <td rowspan="4" style="width:118px; height:100px; font-size:11pt; text-align:center; vertical-align:middle; line-spacing:4; background-color:#e4dfec; ">
  1341. <![CDATA[직 무
  1342. 자 율]]>
  1343. </td>
  1344. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#e4dfec; ">8. 내 업무는 창의력을 필요로 한다.</td>
  1345. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#e4dfec; ">
  1346. <select1 id="radio38" ref="/root/main/ansinfo/b8" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1347. <choices>
  1348. <item>
  1349. <label/>
  1350. <value>4</value>
  1351. </item>
  1352. </choices>
  1353. </select1>
  1354. </td>
  1355. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#e4dfec; ">
  1356. <select1 id="radio39" ref="/root/main/ansinfo/b8" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1357. <choices>
  1358. <item>
  1359. <label/>
  1360. <value>3</value>
  1361. </item>
  1362. </choices>
  1363. </select1>
  1364. </td>
  1365. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#e4dfec; ">
  1366. <select1 id="radio40" ref="/root/main/ansinfo/b8" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1367. <choices>
  1368. <item>
  1369. <label/>
  1370. <value>2</value>
  1371. </item>
  1372. </choices>
  1373. </select1>
  1374. </td>
  1375. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#e4dfec; border-right-width:1px; border-right-style:solid; ">
  1376. <select1 id="radio41" ref="/root/main/ansinfo/b8" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1377. <choices>
  1378. <item>
  1379. <label/>
  1380. <value>1</value>
  1381. </item>
  1382. </choices>
  1383. </select1>
  1384. </td>
  1385. </tr>
  1386. <tr>
  1387. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#e4dfec; ">9. 내 업무를 수행하기 위해서는 높은 수준의 기술이나 지식이 필요하다.</td>
  1388. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#e4dfec; ">
  1389. <select1 id="radio42" ref="/root/main/ansinfo/b9" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1390. <choices>
  1391. <item>
  1392. <label/>
  1393. <value>4</value>
  1394. </item>
  1395. </choices>
  1396. </select1>
  1397. </td>
  1398. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#e4dfec; ">
  1399. <select1 id="radio43" ref="/root/main/ansinfo/b9" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1400. <choices>
  1401. <item>
  1402. <label/>
  1403. <value>3</value>
  1404. </item>
  1405. </choices>
  1406. </select1>
  1407. </td>
  1408. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#e4dfec; ">
  1409. <select1 id="radio44" ref="/root/main/ansinfo/b9" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1410. <choices>
  1411. <item>
  1412. <label/>
  1413. <value>2</value>
  1414. </item>
  1415. </choices>
  1416. </select1>
  1417. </td>
  1418. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#e4dfec; border-right-width:1px; border-right-style:solid; ">
  1419. <select1 id="radio45" ref="/root/main/ansinfo/b9" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1420. <choices>
  1421. <item>
  1422. <label/>
  1423. <value>1</value>
  1424. </item>
  1425. </choices>
  1426. </select1>
  1427. </td>
  1428. </tr>
  1429. <tr>
  1430. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#e4dfec; ">10. 작업시간, 업무수행과정에서 나에게 결정할 권한이 주어지며 영향력을 행사 할 수 있다.</td>
  1431. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#e4dfec; ">
  1432. <select1 id="radio46" ref="/root/main/ansinfo/b10" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1433. <choices>
  1434. <item>
  1435. <label/>
  1436. <value>4</value>
  1437. </item>
  1438. </choices>
  1439. </select1>
  1440. </td>
  1441. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#e4dfec; ">
  1442. <select1 id="radio47" ref="/root/main/ansinfo/b10" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1443. <choices>
  1444. <item>
  1445. <label/>
  1446. <value>3</value>
  1447. </item>
  1448. </choices>
  1449. </select1>
  1450. </td>
  1451. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#e4dfec; ">
  1452. <select1 id="radio48" ref="/root/main/ansinfo/b10" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1453. <choices>
  1454. <item>
  1455. <label/>
  1456. <value>2</value>
  1457. </item>
  1458. </choices>
  1459. </select1>
  1460. </td>
  1461. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#e4dfec; border-right-width:1px; border-right-style:solid; ">
  1462. <select1 id="radio49" ref="/root/main/ansinfo/b10" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1463. <choices>
  1464. <item>
  1465. <label/>
  1466. <value>1</value>
  1467. </item>
  1468. </choices>
  1469. </select1>
  1470. </td>
  1471. </tr>
  1472. <tr>
  1473. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#e4dfec; ">11. 나의 업무량과 작업스케줄을 스스로 조절할 수 있다.</td>
  1474. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#e4dfec; ">
  1475. <select1 id="radio50" ref="/root/main/ansinfo/b11" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1476. <choices>
  1477. <item>
  1478. <label/>
  1479. <value>4</value>
  1480. </item>
  1481. </choices>
  1482. </select1>
  1483. </td>
  1484. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#e4dfec; ">
  1485. <select1 id="radio51" ref="/root/main/ansinfo/b11" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1486. <choices>
  1487. <item>
  1488. <label/>
  1489. <value>3</value>
  1490. </item>
  1491. </choices>
  1492. </select1>
  1493. </td>
  1494. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#e4dfec; ">
  1495. <select1 id="radio52" ref="/root/main/ansinfo/b11" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1496. <choices>
  1497. <item>
  1498. <label/>
  1499. <value>2</value>
  1500. </item>
  1501. </choices>
  1502. </select1>
  1503. </td>
  1504. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#e4dfec; border-right-width:1px; border-right-style:solid; ">
  1505. <select1 id="radio53" ref="/root/main/ansinfo/b11" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1506. <choices>
  1507. <item>
  1508. <label/>
  1509. <value>1</value>
  1510. </item>
  1511. </choices>
  1512. </select1>
  1513. </td>
  1514. </tr>
  1515. <tr>
  1516. <td rowspan="3" style="width:118px; height:75px; font-size:11pt; text-align:center; vertical-align:middle; line-spacing:4; background-color:#ebf1de; ">
  1517. <![CDATA[관 계
  1518. 갈 등]]>
  1519. </td>
  1520. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#ebf1de; ">12. 나의 상사는 업무를 완료하는데 도움을 준다.</td>
  1521. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ebf1de; ">
  1522. <select1 id="radio54" ref="/root/main/ansinfo/b12" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1523. <choices>
  1524. <item>
  1525. <label/>
  1526. <value>4</value>
  1527. </item>
  1528. </choices>
  1529. </select1>
  1530. </td>
  1531. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ebf1de; ">
  1532. <select1 id="radio55" ref="/root/main/ansinfo/b12" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1533. <choices>
  1534. <item>
  1535. <label/>
  1536. <value>3</value>
  1537. </item>
  1538. </choices>
  1539. </select1>
  1540. </td>
  1541. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ebf1de; ">
  1542. <select1 id="radio56" ref="/root/main/ansinfo/b12" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1543. <choices>
  1544. <item>
  1545. <label/>
  1546. <value>2</value>
  1547. </item>
  1548. </choices>
  1549. </select1>
  1550. </td>
  1551. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ebf1de; border-right-width:1px; border-right-style:solid; ">
  1552. <select1 id="radio57" ref="/root/main/ansinfo/b12" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1553. <choices>
  1554. <item>
  1555. <label/>
  1556. <value>1</value>
  1557. </item>
  1558. </choices>
  1559. </select1>
  1560. </td>
  1561. </tr>
  1562. <tr>
  1563. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#ebf1de; ">13. 나의 동료는 업무를 완료하는데 도움을 준다.</td>
  1564. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ebf1de; ">
  1565. <select1 id="radio58" ref="/root/main/ansinfo/b13" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1566. <choices>
  1567. <item>
  1568. <label/>
  1569. <value>4</value>
  1570. </item>
  1571. </choices>
  1572. </select1>
  1573. </td>
  1574. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ebf1de; ">
  1575. <select1 id="radio59" ref="/root/main/ansinfo/b13" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1576. <choices>
  1577. <item>
  1578. <label/>
  1579. <value>3</value>
  1580. </item>
  1581. </choices>
  1582. </select1>
  1583. </td>
  1584. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ebf1de; ">
  1585. <select1 id="radio60" ref="/root/main/ansinfo/b13" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1586. <choices>
  1587. <item>
  1588. <label/>
  1589. <value>2</value>
  1590. </item>
  1591. </choices>
  1592. </select1>
  1593. </td>
  1594. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ebf1de; border-right-width:1px; border-right-style:solid; ">
  1595. <select1 id="radio61" ref="/root/main/ansinfo/b13" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1596. <choices>
  1597. <item>
  1598. <label/>
  1599. <value>1</value>
  1600. </item>
  1601. </choices>
  1602. </select1>
  1603. </td>
  1604. </tr>
  1605. <tr>
  1606. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#ebf1de; ">14. 직장에서 내가 힘들 때 내가 힘들다는 것을 알아주고 이해해 주는 사람이 있다.</td>
  1607. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ebf1de; ">
  1608. <select1 id="radio62" ref="/root/main/ansinfo/b14" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1609. <choices>
  1610. <item>
  1611. <label/>
  1612. <value>4</value>
  1613. </item>
  1614. </choices>
  1615. </select1>
  1616. </td>
  1617. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ebf1de; ">
  1618. <select1 id="radio63" ref="/root/main/ansinfo/b14" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1619. <choices>
  1620. <item>
  1621. <label/>
  1622. <value>3</value>
  1623. </item>
  1624. </choices>
  1625. </select1>
  1626. </td>
  1627. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ebf1de; ">
  1628. <select1 id="radio64" ref="/root/main/ansinfo/b14" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1629. <choices>
  1630. <item>
  1631. <label/>
  1632. <value>2</value>
  1633. </item>
  1634. </choices>
  1635. </select1>
  1636. </td>
  1637. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ebf1de; border-right-width:1px; border-right-style:solid; ">
  1638. <select1 id="radio65" ref="/root/main/ansinfo/b14" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1639. <choices>
  1640. <item>
  1641. <label/>
  1642. <value>1</value>
  1643. </item>
  1644. </choices>
  1645. </select1>
  1646. </td>
  1647. </tr>
  1648. <tr>
  1649. <td rowspan="2" style="width:118px; height:67px; font-size:11pt; text-align:center; vertical-align:middle; line-spacing:4; background-color:#f2dcdb; ">
  1650. <![CDATA[직 무
  1651. 불안정]]>
  1652. </td>
  1653. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#f2dcdb; ">15. 직장사정이 불안하여 미래가 불확실하다.</td>
  1654. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; ">
  1655. <select1 id="radio66" ref="/root/main/ansinfo/b15" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1656. <choices>
  1657. <item>
  1658. <label/>
  1659. <value>1</value>
  1660. </item>
  1661. </choices>
  1662. </select1>
  1663. </td>
  1664. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; ">
  1665. <select1 id="radio67" ref="/root/main/ansinfo/b15" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1666. <choices>
  1667. <item>
  1668. <label/>
  1669. <value>2</value>
  1670. </item>
  1671. </choices>
  1672. </select1>
  1673. </td>
  1674. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; ">
  1675. <select1 id="radio68" ref="/root/main/ansinfo/b15" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1676. <choices>
  1677. <item>
  1678. <label/>
  1679. <value>3</value>
  1680. </item>
  1681. </choices>
  1682. </select1>
  1683. </td>
  1684. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; border-right-width:1px; border-right-style:solid; ">
  1685. <select1 id="radio69" ref="/root/main/ansinfo/b15" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1686. <choices>
  1687. <item>
  1688. <label/>
  1689. <value>4</value>
  1690. </item>
  1691. </choices>
  1692. </select1>
  1693. </td>
  1694. </tr>
  1695. <tr>
  1696. <td style="width:623px; height:42px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#f2dcdb; ">16. 나의 근무조건이나 상황에 바람직하지 못한 변화(예, 구조조정)가 있었거나 있을 것으로 예상된다.</td>
  1697. <td style="width:60px; height:42px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; ">
  1698. <select1 id="radio70" ref="/root/main/ansinfo/b16" appearance="full" overflow="visible" style="left:23px; top:11px; width:31px; height:20px; border-style:none; ">
  1699. <choices>
  1700. <item>
  1701. <label/>
  1702. <value>1</value>
  1703. </item>
  1704. </choices>
  1705. </select1>
  1706. </td>
  1707. <td style="width:60px; height:42px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; ">
  1708. <select1 id="radio71" ref="/root/main/ansinfo/b16" appearance="full" overflow="visible" style="left:23px; top:11px; width:31px; height:20px; border-style:none; ">
  1709. <choices>
  1710. <item>
  1711. <label/>
  1712. <value>2</value>
  1713. </item>
  1714. </choices>
  1715. </select1>
  1716. </td>
  1717. <td style="width:60px; height:42px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; ">
  1718. <select1 id="radio72" ref="/root/main/ansinfo/b16" appearance="full" overflow="visible" style="left:23px; top:11px; width:31px; height:20px; border-style:none; ">
  1719. <choices>
  1720. <item>
  1721. <label/>
  1722. <value>3</value>
  1723. </item>
  1724. </choices>
  1725. </select1>
  1726. </td>
  1727. <td style="width:60px; height:42px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; border-right-width:1px; border-right-style:solid; ">
  1728. <select1 id="radio73" ref="/root/main/ansinfo/b16" appearance="full" overflow="visible" style="left:23px; top:11px; width:31px; height:20px; border-style:none; ">
  1729. <choices>
  1730. <item>
  1731. <label/>
  1732. <value>4</value>
  1733. </item>
  1734. </choices>
  1735. </select1>
  1736. </td>
  1737. </tr>
  1738. <tr>
  1739. <td rowspan="4" style="width:118px; height:100px; font-size:11pt; text-align:center; vertical-align:middle; line-spacing:4; background-color:#dce6f1; ">
  1740. <![CDATA[조 직
  1741. 체 계]]>
  1742. </td>
  1743. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#dce6f1; ">17. 우리 직장은 근무평가, 인사제도(승진, 부서배치 등)가 공정하고 합리적이다.</td>
  1744. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#dce6f1; ">
  1745. <select1 id="radio74" ref="/root/main/ansinfo/b17" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1746. <choices>
  1747. <item>
  1748. <label/>
  1749. <value>4</value>
  1750. </item>
  1751. </choices>
  1752. </select1>
  1753. </td>
  1754. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#dce6f1; ">
  1755. <select1 id="radio75" ref="/root/main/ansinfo/b17" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1756. <choices>
  1757. <item>
  1758. <label/>
  1759. <value>3</value>
  1760. </item>
  1761. </choices>
  1762. </select1>
  1763. </td>
  1764. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#dce6f1; ">
  1765. <select1 id="radio76" ref="/root/main/ansinfo/b17" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1766. <choices>
  1767. <item>
  1768. <label/>
  1769. <value>2</value>
  1770. </item>
  1771. </choices>
  1772. </select1>
  1773. </td>
  1774. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#dce6f1; border-right-width:1px; border-right-style:solid; ">
  1775. <select1 id="radio77" ref="/root/main/ansinfo/b17" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1776. <choices>
  1777. <item>
  1778. <label/>
  1779. <value>1</value>
  1780. </item>
  1781. </choices>
  1782. </select1>
  1783. </td>
  1784. </tr>
  1785. <tr>
  1786. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#dce6f1; ">18. 업무수행에 필요한 인원, 공간, 시설, 장비, 훈련 등의 지원이 잘 이루어지고 있다.</td>
  1787. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#dce6f1; ">
  1788. <select1 id="radio78" ref="/root/main/ansinfo/b18" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1789. <choices>
  1790. <item>
  1791. <label/>
  1792. <value>4</value>
  1793. </item>
  1794. </choices>
  1795. </select1>
  1796. </td>
  1797. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#dce6f1; ">
  1798. <select1 id="radio79" ref="/root/main/ansinfo/b18" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1799. <choices>
  1800. <item>
  1801. <label/>
  1802. <value>3</value>
  1803. </item>
  1804. </choices>
  1805. </select1>
  1806. </td>
  1807. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#dce6f1; ">
  1808. <select1 id="radio80" ref="/root/main/ansinfo/b18" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1809. <choices>
  1810. <item>
  1811. <label/>
  1812. <value>2</value>
  1813. </item>
  1814. </choices>
  1815. </select1>
  1816. </td>
  1817. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#dce6f1; border-right-width:1px; border-right-style:solid; ">
  1818. <select1 id="radio81" ref="/root/main/ansinfo/b18" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1819. <choices>
  1820. <item>
  1821. <label/>
  1822. <value>1</value>
  1823. </item>
  1824. </choices>
  1825. </select1>
  1826. </td>
  1827. </tr>
  1828. <tr>
  1829. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#dce6f1; ">19. 우리 부서와 타 부서간에는 마찰이 없고 업무협조가 잘 이루어진다.</td>
  1830. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#dce6f1; ">
  1831. <select1 id="radio82" ref="/root/main/ansinfo/b19" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1832. <choices>
  1833. <item>
  1834. <label/>
  1835. <value>4</value>
  1836. </item>
  1837. </choices>
  1838. </select1>
  1839. </td>
  1840. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#dce6f1; ">
  1841. <select1 id="radio83" ref="/root/main/ansinfo/b19" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1842. <choices>
  1843. <item>
  1844. <label/>
  1845. <value>3</value>
  1846. </item>
  1847. </choices>
  1848. </select1>
  1849. </td>
  1850. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#dce6f1; ">
  1851. <select1 id="radio84" ref="/root/main/ansinfo/b19" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1852. <choices>
  1853. <item>
  1854. <label/>
  1855. <value>2</value>
  1856. </item>
  1857. </choices>
  1858. </select1>
  1859. </td>
  1860. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#dce6f1; border-right-width:1px; border-right-style:solid; ">
  1861. <select1 id="radio85" ref="/root/main/ansinfo/b19" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1862. <choices>
  1863. <item>
  1864. <label/>
  1865. <value>1</value>
  1866. </item>
  1867. </choices>
  1868. </select1>
  1869. </td>
  1870. </tr>
  1871. <tr>
  1872. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#dce6f1; ">20. 일에 대한 나의 생각을 반영할 수 있는 기회와 통로가 있다.</td>
  1873. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#dce6f1; ">
  1874. <select1 id="radio86" ref="/root/main/ansinfo/b20" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1875. <choices>
  1876. <item>
  1877. <label/>
  1878. <value>4</value>
  1879. </item>
  1880. </choices>
  1881. </select1>
  1882. </td>
  1883. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#dce6f1; ">
  1884. <select1 id="radio87" ref="/root/main/ansinfo/b20" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1885. <choices>
  1886. <item>
  1887. <label/>
  1888. <value>3</value>
  1889. </item>
  1890. </choices>
  1891. </select1>
  1892. </td>
  1893. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#dce6f1; ">
  1894. <select1 id="radio88" ref="/root/main/ansinfo/b20" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1895. <choices>
  1896. <item>
  1897. <label/>
  1898. <value>2</value>
  1899. </item>
  1900. </choices>
  1901. </select1>
  1902. </td>
  1903. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#dce6f1; border-right-width:1px; border-right-style:solid; ">
  1904. <select1 id="radio89" ref="/root/main/ansinfo/b20" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1905. <choices>
  1906. <item>
  1907. <label/>
  1908. <value>1</value>
  1909. </item>
  1910. </choices>
  1911. </select1>
  1912. </td>
  1913. </tr>
  1914. <tr>
  1915. <td rowspan="3" style="width:118px; height:75px; font-size:11pt; text-align:center; vertical-align:middle; line-spacing:4; background-color:#c5d9f1; ">
  1916. <![CDATA[보 상
  1917. 부적절]]>
  1918. </td>
  1919. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#c5d9f1; ">21. 나의 모든 노력과 업적을 고려할 때, 나는 직장에서 제대로 존중과 신임을 받고 있다.</td>
  1920. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#c5d9f1; ">
  1921. <select1 id="radio90" ref="/root/main/ansinfo/b21" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1922. <choices>
  1923. <item>
  1924. <label/>
  1925. <value>4</value>
  1926. </item>
  1927. </choices>
  1928. </select1>
  1929. </td>
  1930. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#c5d9f1; ">
  1931. <select1 id="radio91" ref="/root/main/ansinfo/b21" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1932. <choices>
  1933. <item>
  1934. <label/>
  1935. <value>3</value>
  1936. </item>
  1937. </choices>
  1938. </select1>
  1939. </td>
  1940. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#c5d9f1; ">
  1941. <select1 id="radio92" ref="/root/main/ansinfo/b21" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1942. <choices>
  1943. <item>
  1944. <label/>
  1945. <value>2</value>
  1946. </item>
  1947. </choices>
  1948. </select1>
  1949. </td>
  1950. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#c5d9f1; border-right-width:1px; border-right-style:solid; ">
  1951. <select1 id="radio93" ref="/root/main/ansinfo/b21" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1952. <choices>
  1953. <item>
  1954. <label/>
  1955. <value>1</value>
  1956. </item>
  1957. </choices>
  1958. </select1>
  1959. </td>
  1960. </tr>
  1961. <tr>
  1962. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#c5d9f1; ">22. 내 사정이 앞으로 더 좋아질 것을 생각하면 힘든 줄 모르고 일하게 된다.</td>
  1963. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#c5d9f1; ">
  1964. <select1 id="radio94" ref="/root/main/ansinfo/b22" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1965. <choices>
  1966. <item>
  1967. <label/>
  1968. <value>4</value>
  1969. </item>
  1970. </choices>
  1971. </select1>
  1972. </td>
  1973. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#c5d9f1; ">
  1974. <select1 id="radio95" ref="/root/main/ansinfo/b22" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1975. <choices>
  1976. <item>
  1977. <label/>
  1978. <value>3</value>
  1979. </item>
  1980. </choices>
  1981. </select1>
  1982. </td>
  1983. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#c5d9f1; ">
  1984. <select1 id="radio96" ref="/root/main/ansinfo/b22" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1985. <choices>
  1986. <item>
  1987. <label/>
  1988. <value>2</value>
  1989. </item>
  1990. </choices>
  1991. </select1>
  1992. </td>
  1993. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#c5d9f1; border-right-width:1px; border-right-style:solid; ">
  1994. <select1 id="radio97" ref="/root/main/ansinfo/b22" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  1995. <choices>
  1996. <item>
  1997. <label/>
  1998. <value>1</value>
  1999. </item>
  2000. </choices>
  2001. </select1>
  2002. </td>
  2003. </tr>
  2004. <tr>
  2005. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#c5d9f1; ">23. 나의 능력을 개발하고 발휘할 수 있는 기회가 주어진다.</td>
  2006. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#c5d9f1; ">
  2007. <select1 id="radio98" ref="/root/main/ansinfo/b23" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2008. <choices>
  2009. <item>
  2010. <label/>
  2011. <value>4</value>
  2012. </item>
  2013. </choices>
  2014. </select1>
  2015. </td>
  2016. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#c5d9f1; ">
  2017. <select1 id="radio99" ref="/root/main/ansinfo/b23" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2018. <choices>
  2019. <item>
  2020. <label/>
  2021. <value>3</value>
  2022. </item>
  2023. </choices>
  2024. </select1>
  2025. </td>
  2026. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#c5d9f1; ">
  2027. <select1 id="radio100" ref="/root/main/ansinfo/b23" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2028. <choices>
  2029. <item>
  2030. <label/>
  2031. <value>2</value>
  2032. </item>
  2033. </choices>
  2034. </select1>
  2035. </td>
  2036. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#c5d9f1; border-right-width:1px; border-right-style:solid; ">
  2037. <select1 id="radio101" ref="/root/main/ansinfo/b23" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2038. <choices>
  2039. <item>
  2040. <label/>
  2041. <value>1</value>
  2042. </item>
  2043. </choices>
  2044. </select1>
  2045. </td>
  2046. </tr>
  2047. <tr>
  2048. <td rowspan="4" style="width:118px; height:100px; font-size:11pt; text-align:center; vertical-align:middle; line-spacing:4; background-color:#ddd9c4; border-bottom-width:1px; border-bottom-style:solid; ">
  2049. <![CDATA[직 장
  2050. 문 화]]>
  2051. </td>
  2052. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#ddd9c4; ">24. 회식자리가 불편하다.</td>
  2053. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ddd9c4; ">
  2054. <select1 id="radio102" ref="/root/main/ansinfo/b24" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2055. <choices>
  2056. <item>
  2057. <label/>
  2058. <value>1</value>
  2059. </item>
  2060. </choices>
  2061. </select1>
  2062. </td>
  2063. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ddd9c4; ">
  2064. <select1 id="radio103" ref="/root/main/ansinfo/b24" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2065. <choices>
  2066. <item>
  2067. <label/>
  2068. <value>2</value>
  2069. </item>
  2070. </choices>
  2071. </select1>
  2072. </td>
  2073. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ddd9c4; ">
  2074. <select1 id="radio104" ref="/root/main/ansinfo/b24" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2075. <choices>
  2076. <item>
  2077. <label/>
  2078. <value>3</value>
  2079. </item>
  2080. </choices>
  2081. </select1>
  2082. </td>
  2083. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ddd9c4; border-right-width:1px; border-right-style:solid; ">
  2084. <select1 id="radio105" ref="/root/main/ansinfo/b24" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2085. <choices>
  2086. <item>
  2087. <label/>
  2088. <value>4</value>
  2089. </item>
  2090. </choices>
  2091. </select1>
  2092. </td>
  2093. </tr>
  2094. <tr>
  2095. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#ddd9c4; ">25. 나는 기준이나 일관성이 없는 상태로 업무 지시를 받는다.</td>
  2096. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ddd9c4; ">
  2097. <select1 id="radio106" ref="/root/main/ansinfo/b25" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2098. <choices>
  2099. <item>
  2100. <label/>
  2101. <value>1</value>
  2102. </item>
  2103. </choices>
  2104. </select1>
  2105. </td>
  2106. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ddd9c4; ">
  2107. <select1 id="radio107" ref="/root/main/ansinfo/b25" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2108. <choices>
  2109. <item>
  2110. <label/>
  2111. <value>2</value>
  2112. </item>
  2113. </choices>
  2114. </select1>
  2115. </td>
  2116. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ddd9c4; ">
  2117. <select1 id="radio108" ref="/root/main/ansinfo/b25" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2118. <choices>
  2119. <item>
  2120. <label/>
  2121. <value>3</value>
  2122. </item>
  2123. </choices>
  2124. </select1>
  2125. </td>
  2126. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ddd9c4; border-right-width:1px; border-right-style:solid; ">
  2127. <select1 id="radio109" ref="/root/main/ansinfo/b25" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2128. <choices>
  2129. <item>
  2130. <label/>
  2131. <value>4</value>
  2132. </item>
  2133. </choices>
  2134. </select1>
  2135. </td>
  2136. </tr>
  2137. <tr>
  2138. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#ddd9c4; ">26. 직장의 분위기가 권위적이고 수직적이다.</td>
  2139. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ddd9c4; ">
  2140. <select1 id="radio110" ref="/root/main/ansinfo/b26" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2141. <choices>
  2142. <item>
  2143. <label/>
  2144. <value>1</value>
  2145. </item>
  2146. </choices>
  2147. </select1>
  2148. </td>
  2149. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ddd9c4; ">
  2150. <select1 id="radio111" ref="/root/main/ansinfo/b26" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2151. <choices>
  2152. <item>
  2153. <label/>
  2154. <value>2</value>
  2155. </item>
  2156. </choices>
  2157. </select1>
  2158. </td>
  2159. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ddd9c4; ">
  2160. <select1 id="radio112" ref="/root/main/ansinfo/b26" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2161. <choices>
  2162. <item>
  2163. <label/>
  2164. <value>3</value>
  2165. </item>
  2166. </choices>
  2167. </select1>
  2168. </td>
  2169. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ddd9c4; border-right-width:1px; border-right-style:solid; ">
  2170. <select1 id="radio113" ref="/root/main/ansinfo/b26" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2171. <choices>
  2172. <item>
  2173. <label/>
  2174. <value>4</value>
  2175. </item>
  2176. </choices>
  2177. </select1>
  2178. </td>
  2179. </tr>
  2180. <tr>
  2181. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#ddd9c4; border-bottom-width:1px; border-bottom-style:solid; ">27 남성, 여성이라는 성적인 차이 때문에 불이익을 받는다.</td>
  2182. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ddd9c4; border-bottom-width:1px; border-bottom-style:solid; ">
  2183. <select1 id="radio114" ref="/root/main/ansinfo/b27" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2184. <choices>
  2185. <item>
  2186. <label/>
  2187. <value>1</value>
  2188. </item>
  2189. </choices>
  2190. </select1>
  2191. </td>
  2192. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ddd9c4; border-bottom-width:1px; border-bottom-style:solid; ">
  2193. <select1 id="radio115" ref="/root/main/ansinfo/b27" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2194. <choices>
  2195. <item>
  2196. <label/>
  2197. <value>2</value>
  2198. </item>
  2199. </choices>
  2200. </select1>
  2201. </td>
  2202. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ddd9c4; border-bottom-width:1px; border-bottom-style:solid; ">
  2203. <select1 id="radio116" ref="/root/main/ansinfo/b27" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2204. <choices>
  2205. <item>
  2206. <label/>
  2207. <value>3</value>
  2208. </item>
  2209. </choices>
  2210. </select1>
  2211. </td>
  2212. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ddd9c4; border-right-width:1px; border-bottom-width:1px; border-right-style:solid; border-bottom-style:solid; ">
  2213. <select1 id="radio117" ref="/root/main/ansinfo/b27" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2214. <choices>
  2215. <item>
  2216. <label/>
  2217. <value>4</value>
  2218. </item>
  2219. </choices>
  2220. </select1>
  2221. </td>
  2222. </tr>
  2223. </table>
  2224. <caption id="caption3" style="left:105px; top:1867px; width:1005px; height:40px; font-size:13pt; font-weight:bold; ">3. 현재의 업무수행 상황을 토대로 아래의 설문에 대한 귀하의 생각과 가장 가까운 곳에 체크하여 주시기 바랍니다.</caption>
  2225. <table id="table3" cellspacing="-1" style="left:110px; top:1905px; width:988px; height:786px; ">
  2226. <tr>
  2227. <td style="width:118px; height:65px; font-size:12pt; font-weight:bold; text-align:center; vertical-align:middle; word-wrap:word; background-color:#daeef3; ">구분</td>
  2228. <td style="width:623px; height:65px; font-size:12pt; font-weight:bold; text-align:center; vertical-align:middle; word-wrap:word; background-color:#daeef3; ">내용</td>
  2229. <td style="width:60px; height:65px; font-size:12pt; font-weight:bold; text-align:center; vertical-align:middle; word-wrap:word; line-spacing:4; background-color:#daeef3; ">전혀 그렇지 않다</td>
  2230. <td style="width:60px; height:65px; font-size:12pt; font-weight:bold; text-align:center; vertical-align:middle; word-wrap:word; line-spacing:4; background-color:#daeef3; ">약간 그렇지 않다</td>
  2231. <td style="width:60px; height:65px; font-size:12pt; font-weight:bold; text-align:center; vertical-align:middle; word-wrap:word; line-spacing:4; background-color:#daeef3; ">약간 그렇다</td>
  2232. <td style="width:60px; height:65px; font-size:12pt; font-weight:bold; text-align:center; vertical-align:middle; word-wrap:word; line-spacing:4; background-color:#daeef3; border-right-width:1px; border-right-style:solid; ">매우 그렇다</td>
  2233. </tr>
  2234. <tr>
  2235. <td rowspan="5" style="width:118px; height:125px; font-size:11pt; text-align:center; vertical-align:middle; line-spacing:4; background-color:#fde9d9; ">
  2236. <![CDATA[감정 조절의
  2237. 노력
  2238. 다양성]]>
  2239. </td>
  2240. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#fde9d9; ">1. 고객에게 부정적인 감정을 표현하지 않으려고 의식적으로 노력한다.</td>
  2241. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#fde9d9; ">
  2242. <select1 id="radio118" ref="/root/main/ansinfo/c1" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2243. <choices>
  2244. <item>
  2245. <label/>
  2246. <value>1</value>
  2247. </item>
  2248. </choices>
  2249. </select1>
  2250. </td>
  2251. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#fde9d9; ">
  2252. <select1 id="radio119" ref="/root/main/ansinfo/c1" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2253. <choices>
  2254. <item>
  2255. <label/>
  2256. <value>2</value>
  2257. </item>
  2258. </choices>
  2259. </select1>
  2260. </td>
  2261. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#fde9d9; ">
  2262. <select1 id="radio120" ref="/root/main/ansinfo/c1" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2263. <choices>
  2264. <item>
  2265. <label/>
  2266. <value>3</value>
  2267. </item>
  2268. </choices>
  2269. </select1>
  2270. </td>
  2271. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#fde9d9; border-right-width:1px; border-right-style:solid; ">
  2272. <select1 id="radio121" ref="/root/main/ansinfo/c1" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2273. <choices>
  2274. <item>
  2275. <label/>
  2276. <value>4</value>
  2277. </item>
  2278. </choices>
  2279. </select1>
  2280. </td>
  2281. </tr>
  2282. <tr>
  2283. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#fde9d9; ">2. 고객을 대할 때 회사의 요구대로 감정 표현을 할 수 밖에 없다.</td>
  2284. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#fde9d9; ">
  2285. <select1 id="radio122" ref="/root/main/ansinfo/c2" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2286. <choices>
  2287. <item>
  2288. <label/>
  2289. <value>1</value>
  2290. </item>
  2291. </choices>
  2292. </select1>
  2293. </td>
  2294. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#fde9d9; ">
  2295. <select1 id="radio123" ref="/root/main/ansinfo/c2" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2296. <choices>
  2297. <item>
  2298. <label/>
  2299. <value>2</value>
  2300. </item>
  2301. </choices>
  2302. </select1>
  2303. </td>
  2304. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#fde9d9; ">
  2305. <select1 id="radio124" ref="/root/main/ansinfo/c2" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2306. <choices>
  2307. <item>
  2308. <label/>
  2309. <value>3</value>
  2310. </item>
  2311. </choices>
  2312. </select1>
  2313. </td>
  2314. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#fde9d9; border-right-width:1px; border-right-style:solid; ">
  2315. <select1 id="radio125" ref="/root/main/ansinfo/c2" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2316. <choices>
  2317. <item>
  2318. <label/>
  2319. <value>4</value>
  2320. </item>
  2321. </choices>
  2322. </select1>
  2323. </td>
  2324. </tr>
  2325. <tr>
  2326. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#fde9d9; ">3. 업무상 고객을 대하는 과정에서 나의 솔직한 감정을 숨긴다.</td>
  2327. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#fde9d9; ">
  2328. <select1 id="radio126" ref="/root/main/ansinfo/c3" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2329. <choices>
  2330. <item>
  2331. <label/>
  2332. <value>1</value>
  2333. </item>
  2334. </choices>
  2335. </select1>
  2336. </td>
  2337. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#fde9d9; ">
  2338. <select1 id="radio127" ref="/root/main/ansinfo/c3" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2339. <choices>
  2340. <item>
  2341. <label/>
  2342. <value>2</value>
  2343. </item>
  2344. </choices>
  2345. </select1>
  2346. </td>
  2347. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#fde9d9; ">
  2348. <select1 id="radio128" ref="/root/main/ansinfo/c3" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2349. <choices>
  2350. <item>
  2351. <label/>
  2352. <value>3</value>
  2353. </item>
  2354. </choices>
  2355. </select1>
  2356. </td>
  2357. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#fde9d9; border-right-width:1px; border-right-style:solid; ">
  2358. <select1 id="radio129" ref="/root/main/ansinfo/c3" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2359. <choices>
  2360. <item>
  2361. <label/>
  2362. <value>4</value>
  2363. </item>
  2364. </choices>
  2365. </select1>
  2366. </td>
  2367. </tr>
  2368. <tr>
  2369. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#fde9d9; ">4. 일상적인 업무수행을 위해서는 감정을 조절하려는 노력이 필요하다.</td>
  2370. <td style="width:60px; height:25px; background-color:#fde9d9; ">
  2371. <select1 id="radio226" ref="/root/main/ansinfo/c4" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2372. <choices>
  2373. <item>
  2374. <label/>
  2375. <value>1</value>
  2376. </item>
  2377. </choices>
  2378. </select1>
  2379. </td>
  2380. <td style="width:60px; height:25px; background-color:#fde9d9; ">
  2381. <select1 id="radio227" ref="/root/main/ansinfo/c4" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2382. <choices>
  2383. <item>
  2384. <label/>
  2385. <value>2</value>
  2386. </item>
  2387. </choices>
  2388. </select1>
  2389. </td>
  2390. <td style="width:60px; height:25px; background-color:#fde9d9; ">
  2391. <select1 id="radio228" ref="/root/main/ansinfo/c4" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2392. <choices>
  2393. <item>
  2394. <label/>
  2395. <value>3</value>
  2396. </item>
  2397. </choices>
  2398. </select1>
  2399. </td>
  2400. <td style="width:60px; height:25px; background-color:#fde9d9; ">
  2401. <select1 id="radio229" ref="/root/main/ansinfo/c4" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2402. <choices>
  2403. <item>
  2404. <label/>
  2405. <value>4</value>
  2406. </item>
  2407. </choices>
  2408. </select1>
  2409. </td>
  2410. </tr>
  2411. <tr>
  2412. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#fde9d9; ">5. 고객을 대할 때 느끼는 나의 감정과 내가 실제 표현하는 감정은 다르다.</td>
  2413. <td style="width:60px; height:25px; background-color:#fde9d9; ">
  2414. <select1 id="radio230" ref="/root/main/ansinfo/c5" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2415. <choices>
  2416. <item>
  2417. <label/>
  2418. <value>1</value>
  2419. </item>
  2420. </choices>
  2421. </select1>
  2422. </td>
  2423. <td style="width:60px; height:25px; background-color:#fde9d9; ">
  2424. <select1 id="radio231" ref="/root/main/ansinfo/c5" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2425. <choices>
  2426. <item>
  2427. <label/>
  2428. <value>2</value>
  2429. </item>
  2430. </choices>
  2431. </select1>
  2432. </td>
  2433. <td style="width:60px; height:25px; background-color:#fde9d9; ">
  2434. <select1 id="radio232" ref="/root/main/ansinfo/c5" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2435. <choices>
  2436. <item>
  2437. <label/>
  2438. <value>3</value>
  2439. </item>
  2440. </choices>
  2441. </select1>
  2442. </td>
  2443. <td style="width:60px; height:25px; background-color:#fde9d9; ">
  2444. <select1 id="radio233" ref="/root/main/ansinfo/c5" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2445. <choices>
  2446. <item>
  2447. <label/>
  2448. <value>4</value>
  2449. </item>
  2450. </choices>
  2451. </select1>
  2452. </td>
  2453. </tr>
  2454. <tr>
  2455. <td rowspan="3" style="width:118px; height:75px; font-size:11pt; text-align:center; vertical-align:middle; line-spacing:4; background-color:#daeef3; ">
  2456. <![CDATA[고객응대의
  2457. 과부하 및
  2458. 갈등]]>
  2459. </td>
  2460. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#daeef3; ">6. 공격적이거나 까다로운 고객을 상대해야 한다.</td>
  2461. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#daeef3; ">
  2462. <select1 id="radio130" ref="/root/main/ansinfo/c6" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2463. <choices>
  2464. <item>
  2465. <label/>
  2466. <value>1</value>
  2467. </item>
  2468. </choices>
  2469. </select1>
  2470. </td>
  2471. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#daeef3; ">
  2472. <select1 id="radio131" ref="/root/main/ansinfo/c6" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2473. <choices>
  2474. <item>
  2475. <label/>
  2476. <value>2</value>
  2477. </item>
  2478. </choices>
  2479. </select1>
  2480. </td>
  2481. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#daeef3; ">
  2482. <select1 id="radio132" ref="/root/main/ansinfo/c6" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2483. <choices>
  2484. <item>
  2485. <label/>
  2486. <value>3</value>
  2487. </item>
  2488. </choices>
  2489. </select1>
  2490. </td>
  2491. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#daeef3; border-right-width:1px; border-right-style:solid; ">
  2492. <select1 id="radio133" ref="/root/main/ansinfo/c6" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2493. <choices>
  2494. <item>
  2495. <label/>
  2496. <value>4</value>
  2497. </item>
  2498. </choices>
  2499. </select1>
  2500. </td>
  2501. </tr>
  2502. <tr>
  2503. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#daeef3; ">7. 나의 능력이나 권한 밖의 일을 요구하는 고객을 상대해야 한다.</td>
  2504. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#daeef3; ">
  2505. <select1 id="radio134" ref="/root/main/ansinfo/c7" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2506. <choices>
  2507. <item>
  2508. <label/>
  2509. <value>1</value>
  2510. </item>
  2511. </choices>
  2512. </select1>
  2513. </td>
  2514. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#daeef3; ">
  2515. <select1 id="radio135" ref="/root/main/ansinfo/c7" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2516. <choices>
  2517. <item>
  2518. <label/>
  2519. <value>2</value>
  2520. </item>
  2521. </choices>
  2522. </select1>
  2523. </td>
  2524. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#daeef3; ">
  2525. <select1 id="radio136" ref="/root/main/ansinfo/c7" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2526. <choices>
  2527. <item>
  2528. <label/>
  2529. <value>3</value>
  2530. </item>
  2531. </choices>
  2532. </select1>
  2533. </td>
  2534. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#daeef3; border-right-width:1px; border-right-style:solid; ">
  2535. <select1 id="radio137" ref="/root/main/ansinfo/c7" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2536. <choices>
  2537. <item>
  2538. <label/>
  2539. <value>4</value>
  2540. </item>
  2541. </choices>
  2542. </select1>
  2543. </td>
  2544. </tr>
  2545. <tr>
  2546. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#daeef3; ">8. 고객의 부당하거나 막무가내의 요구로 업무 수행의 어려움이 있다.</td>
  2547. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#daeef3; ">
  2548. <select1 id="radio138" ref="/root/main/ansinfo/c8" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2549. <choices>
  2550. <item>
  2551. <label/>
  2552. <value>1</value>
  2553. </item>
  2554. </choices>
  2555. </select1>
  2556. </td>
  2557. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#daeef3; ">
  2558. <select1 id="radio139" ref="/root/main/ansinfo/c8" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2559. <choices>
  2560. <item>
  2561. <label/>
  2562. <value>2</value>
  2563. </item>
  2564. </choices>
  2565. </select1>
  2566. </td>
  2567. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#daeef3; ">
  2568. <select1 id="radio140" ref="/root/main/ansinfo/c8" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2569. <choices>
  2570. <item>
  2571. <label/>
  2572. <value>3</value>
  2573. </item>
  2574. </choices>
  2575. </select1>
  2576. </td>
  2577. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#daeef3; border-right-width:1px; border-right-style:solid; ">
  2578. <select1 id="radio141" ref="/root/main/ansinfo/c8" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2579. <choices>
  2580. <item>
  2581. <label/>
  2582. <value>4</value>
  2583. </item>
  2584. </choices>
  2585. </select1>
  2586. </td>
  2587. </tr>
  2588. <tr>
  2589. <td rowspan="6" style="width:118px; height:150px; font-size:11pt; text-align:center; vertical-align:middle; line-spacing:4; background-color:#e4dfec; ">
  2590. <![CDATA[감정부조화
  2591. 손상]]>
  2592. </td>
  2593. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#e4dfec; ">9. 고객을 응대할 때 자존심이 상한다.</td>
  2594. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#e4dfec; ">
  2595. <select1 id="radio146" ref="/root/main/ansinfo/c9" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2596. <choices>
  2597. <item>
  2598. <label/>
  2599. <value>1</value>
  2600. </item>
  2601. </choices>
  2602. </select1>
  2603. </td>
  2604. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#e4dfec; ">
  2605. <select1 id="radio147" ref="/root/main/ansinfo/c9" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2606. <choices>
  2607. <item>
  2608. <label/>
  2609. <value>2</value>
  2610. </item>
  2611. </choices>
  2612. </select1>
  2613. </td>
  2614. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#e4dfec; ">
  2615. <select1 id="radio148" ref="/root/main/ansinfo/c9" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2616. <choices>
  2617. <item>
  2618. <label/>
  2619. <value>3</value>
  2620. </item>
  2621. </choices>
  2622. </select1>
  2623. </td>
  2624. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#e4dfec; border-right-width:1px; border-right-style:solid; ">
  2625. <select1 id="radio149" ref="/root/main/ansinfo/c9" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2626. <choices>
  2627. <item>
  2628. <label/>
  2629. <value>4</value>
  2630. </item>
  2631. </choices>
  2632. </select1>
  2633. </td>
  2634. </tr>
  2635. <tr>
  2636. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#e4dfec; ">10. 고객에게 감정을 숨기고 표현하지 못할 때 나는 감정이 상한다.</td>
  2637. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#e4dfec; ">
  2638. <select1 id="radio150" ref="/root/main/ansinfo/c10" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2639. <choices>
  2640. <item>
  2641. <label/>
  2642. <value>1</value>
  2643. </item>
  2644. </choices>
  2645. </select1>
  2646. </td>
  2647. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#e4dfec; ">
  2648. <select1 id="radio151" ref="/root/main/ansinfo/c10" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2649. <choices>
  2650. <item>
  2651. <label/>
  2652. <value>2</value>
  2653. </item>
  2654. </choices>
  2655. </select1>
  2656. </td>
  2657. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#e4dfec; ">
  2658. <select1 id="radio152" ref="/root/main/ansinfo/c10" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2659. <choices>
  2660. <item>
  2661. <label/>
  2662. <value>3</value>
  2663. </item>
  2664. </choices>
  2665. </select1>
  2666. </td>
  2667. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#e4dfec; border-right-width:1px; border-right-style:solid; ">
  2668. <select1 id="radio153" ref="/root/main/ansinfo/c10" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2669. <choices>
  2670. <item>
  2671. <label/>
  2672. <value>4</value>
  2673. </item>
  2674. </choices>
  2675. </select1>
  2676. </td>
  2677. </tr>
  2678. <tr>
  2679. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#e4dfec; ">11. 고객을 응대할 때 나의 감정이 상품처럼 느껴진다.</td>
  2680. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#e4dfec; ">
  2681. <select1 id="radio154" ref="/root/main/ansinfo/c11" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2682. <choices>
  2683. <item>
  2684. <label/>
  2685. <value>1</value>
  2686. </item>
  2687. </choices>
  2688. </select1>
  2689. </td>
  2690. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#e4dfec; ">
  2691. <select1 id="radio155" ref="/root/main/ansinfo/c11" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2692. <choices>
  2693. <item>
  2694. <label/>
  2695. <value>2</value>
  2696. </item>
  2697. </choices>
  2698. </select1>
  2699. </td>
  2700. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#e4dfec; ">
  2701. <select1 id="radio156" ref="/root/main/ansinfo/c11" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2702. <choices>
  2703. <item>
  2704. <label/>
  2705. <value>3</value>
  2706. </item>
  2707. </choices>
  2708. </select1>
  2709. </td>
  2710. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#e4dfec; border-right-width:1px; border-right-style:solid; ">
  2711. <select1 id="radio157" ref="/root/main/ansinfo/c11" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2712. <choices>
  2713. <item>
  2714. <label/>
  2715. <value>4</value>
  2716. </item>
  2717. </choices>
  2718. </select1>
  2719. </td>
  2720. </tr>
  2721. <tr>
  2722. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#e4dfec; ">12. 퇴근 후에도 고객을 응대할 때 힘들었던 감정이 남아 있다.</td>
  2723. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#e4dfec; ">
  2724. <select1 id="radio158" ref="/root/main/ansinfo/c12" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2725. <choices>
  2726. <item>
  2727. <label/>
  2728. <value>1</value>
  2729. </item>
  2730. </choices>
  2731. </select1>
  2732. </td>
  2733. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#e4dfec; ">
  2734. <select1 id="radio159" ref="/root/main/ansinfo/c12" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2735. <choices>
  2736. <item>
  2737. <label/>
  2738. <value>2</value>
  2739. </item>
  2740. </choices>
  2741. </select1>
  2742. </td>
  2743. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#e4dfec; ">
  2744. <select1 id="radio160" ref="/root/main/ansinfo/c12" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2745. <choices>
  2746. <item>
  2747. <label/>
  2748. <value>3</value>
  2749. </item>
  2750. </choices>
  2751. </select1>
  2752. </td>
  2753. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#e4dfec; border-right-width:1px; border-right-style:solid; ">
  2754. <select1 id="radio161" ref="/root/main/ansinfo/c12" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2755. <choices>
  2756. <item>
  2757. <label/>
  2758. <value>4</value>
  2759. </item>
  2760. </choices>
  2761. </select1>
  2762. </td>
  2763. </tr>
  2764. <tr>
  2765. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#e4dfec; ">13. 고객을 대하는 과정에서 마음의 상처를 받는다.</td>
  2766. <td style="width:60px; height:25px; background-color:#e4dfec; ">
  2767. <select1 id="radio142" ref="/root/main/ansinfo/c13" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2768. <choices>
  2769. <item>
  2770. <label/>
  2771. <value>1</value>
  2772. </item>
  2773. </choices>
  2774. </select1>
  2775. </td>
  2776. <td style="width:60px; height:25px; background-color:#e4dfec; ">
  2777. <select1 id="radio143" ref="/root/main/ansinfo/c13" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2778. <choices>
  2779. <item>
  2780. <label/>
  2781. <value>2</value>
  2782. </item>
  2783. </choices>
  2784. </select1>
  2785. </td>
  2786. <td style="width:60px; height:25px; background-color:#e4dfec; ">
  2787. <select1 id="radio144" ref="/root/main/ansinfo/c13" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2788. <choices>
  2789. <item>
  2790. <label/>
  2791. <value>3</value>
  2792. </item>
  2793. </choices>
  2794. </select1>
  2795. </td>
  2796. <td style="width:60px; height:25px; background-color:#e4dfec; ">
  2797. <select1 id="radio145" ref="/root/main/ansinfo/c13" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2798. <choices>
  2799. <item>
  2800. <label/>
  2801. <value>4</value>
  2802. </item>
  2803. </choices>
  2804. </select1>
  2805. </td>
  2806. </tr>
  2807. <tr>
  2808. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#e4dfec; ">14. 몸이 피곤해도 고객들에게 최선을 다해야 하므로 감정적으로 힘들다.</td>
  2809. <td style="width:60px; height:25px; background-color:#e4dfec; ">
  2810. <select1 id="radio234" ref="/root/main/ansinfo/c14" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2811. <choices>
  2812. <item>
  2813. <label/>
  2814. <value>1</value>
  2815. </item>
  2816. </choices>
  2817. </select1>
  2818. </td>
  2819. <td style="width:60px; height:25px; background-color:#e4dfec; ">
  2820. <select1 id="radio235" ref="/root/main/ansinfo/c14" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2821. <choices>
  2822. <item>
  2823. <label/>
  2824. <value>2</value>
  2825. </item>
  2826. </choices>
  2827. </select1>
  2828. </td>
  2829. <td style="width:60px; height:25px; background-color:#e4dfec; ">
  2830. <select1 id="radio236" ref="/root/main/ansinfo/c14" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2831. <choices>
  2832. <item>
  2833. <label/>
  2834. <value>3</value>
  2835. </item>
  2836. </choices>
  2837. </select1>
  2838. </td>
  2839. <td style="width:60px; height:25px; background-color:#e4dfec; ">
  2840. <select1 id="radio237" ref="/root/main/ansinfo/c14" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2841. <choices>
  2842. <item>
  2843. <label/>
  2844. <value>4</value>
  2845. </item>
  2846. </choices>
  2847. </select1>
  2848. </td>
  2849. </tr>
  2850. <tr>
  2851. <td rowspan="3" style="width:118px; height:92px; font-size:11pt; text-align:center; vertical-align:middle; line-spacing:4; background-color:#ebf1de; ">
  2852. <![CDATA[조직의 감시 및
  2853. 모니터링]]>
  2854. </td>
  2855. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#ebf1de; ">15. 직장이 요구하는 대로 고객에게 잘 응대하는지 감시를 당한다(CCTV 등).</td>
  2856. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ebf1de; ">
  2857. <select1 id="radio162" ref="/root/main/ansinfo/c15" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2858. <choices>
  2859. <item>
  2860. <label/>
  2861. <value>1</value>
  2862. </item>
  2863. </choices>
  2864. </select1>
  2865. </td>
  2866. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ebf1de; ">
  2867. <select1 id="radio163" ref="/root/main/ansinfo/c15" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2868. <choices>
  2869. <item>
  2870. <label/>
  2871. <value>2</value>
  2872. </item>
  2873. </choices>
  2874. </select1>
  2875. </td>
  2876. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ebf1de; ">
  2877. <select1 id="radio164" ref="/root/main/ansinfo/c15" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2878. <choices>
  2879. <item>
  2880. <label/>
  2881. <value>3</value>
  2882. </item>
  2883. </choices>
  2884. </select1>
  2885. </td>
  2886. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ebf1de; border-right-width:1px; border-right-style:solid; ">
  2887. <select1 id="radio165" ref="/root/main/ansinfo/c15" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2888. <choices>
  2889. <item>
  2890. <label/>
  2891. <value>4</value>
  2892. </item>
  2893. </choices>
  2894. </select1>
  2895. </td>
  2896. </tr>
  2897. <tr>
  2898. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#ebf1de; ">16. 고객의 평가가 업무성과평가나 인사고과에 영향을 준다.</td>
  2899. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ebf1de; ">
  2900. <select1 id="radio166" ref="/root/main/ansinfo/c16" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2901. <choices>
  2902. <item>
  2903. <label/>
  2904. <value>1</value>
  2905. </item>
  2906. </choices>
  2907. </select1>
  2908. </td>
  2909. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ebf1de; ">
  2910. <select1 id="radio167" ref="/root/main/ansinfo/c16" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2911. <choices>
  2912. <item>
  2913. <label/>
  2914. <value>2</value>
  2915. </item>
  2916. </choices>
  2917. </select1>
  2918. </td>
  2919. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ebf1de; ">
  2920. <select1 id="radio168" ref="/root/main/ansinfo/c16" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2921. <choices>
  2922. <item>
  2923. <label/>
  2924. <value>3</value>
  2925. </item>
  2926. </choices>
  2927. </select1>
  2928. </td>
  2929. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#ebf1de; border-right-width:1px; border-right-style:solid; ">
  2930. <select1 id="radio169" ref="/root/main/ansinfo/c16" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2931. <choices>
  2932. <item>
  2933. <label/>
  2934. <value>4</value>
  2935. </item>
  2936. </choices>
  2937. </select1>
  2938. </td>
  2939. </tr>
  2940. <tr>
  2941. <td style="width:623px; height:42px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#ebf1de; ">17. 고객 응대에 문제가 발생했을 때, 나의 잘못이 아닌데도 직장으로부터 부당한 처우를 받는다.</td>
  2942. <td style="width:60px; height:42px; font-size:11pt; vertical-align:middle; background-color:#ebf1de; ">
  2943. <select1 id="radio170" ref="/root/main/ansinfo/c17" appearance="full" overflow="visible" style="left:23px; top:11px; width:31px; height:20px; border-style:none; ">
  2944. <choices>
  2945. <item>
  2946. <label/>
  2947. <value>1</value>
  2948. </item>
  2949. </choices>
  2950. </select1>
  2951. </td>
  2952. <td style="width:60px; height:42px; font-size:11pt; vertical-align:middle; background-color:#ebf1de; ">
  2953. <select1 id="radio171" ref="/root/main/ansinfo/c17" appearance="full" overflow="visible" style="left:23px; top:11px; width:31px; height:20px; border-style:none; ">
  2954. <choices>
  2955. <item>
  2956. <label/>
  2957. <value>2</value>
  2958. </item>
  2959. </choices>
  2960. </select1>
  2961. </td>
  2962. <td style="width:60px; height:42px; font-size:11pt; vertical-align:middle; background-color:#ebf1de; ">
  2963. <select1 id="radio172" ref="/root/main/ansinfo/c17" appearance="full" overflow="visible" style="left:23px; top:11px; width:31px; height:20px; border-style:none; ">
  2964. <choices>
  2965. <item>
  2966. <label/>
  2967. <value>3</value>
  2968. </item>
  2969. </choices>
  2970. </select1>
  2971. </td>
  2972. <td style="width:60px; height:42px; font-size:11pt; vertical-align:middle; background-color:#ebf1de; border-right-width:1px; border-right-style:solid; ">
  2973. <select1 id="radio173" ref="/root/main/ansinfo/c17" appearance="full" overflow="visible" style="left:23px; top:11px; width:31px; height:20px; border-style:none; ">
  2974. <choices>
  2975. <item>
  2976. <label/>
  2977. <value>4</value>
  2978. </item>
  2979. </choices>
  2980. </select1>
  2981. </td>
  2982. </tr>
  2983. <tr>
  2984. <td rowspan="7" style="width:118px; height:192px; font-size:11pt; text-align:center; vertical-align:middle; line-spacing:4; background-color:#f2dcdb; border-bottom-style:solid; ">
  2985. <![CDATA[조직의 지지 및
  2986. 보호체계]]>
  2987. </td>
  2988. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#f2dcdb; ">18. 고객 응대 과정에서 문제가 발생 시 직장에서 적절한 조치가 이루어진다.</td>
  2989. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; ">
  2990. <select1 id="radio174" ref="/root/main/ansinfo/c18" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  2991. <choices>
  2992. <item>
  2993. <label/>
  2994. <value>4</value>
  2995. </item>
  2996. </choices>
  2997. </select1>
  2998. </td>
  2999. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; ">
  3000. <select1 id="radio175" ref="/root/main/ansinfo/c18" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  3001. <choices>
  3002. <item>
  3003. <label/>
  3004. <value>3</value>
  3005. </item>
  3006. </choices>
  3007. </select1>
  3008. </td>
  3009. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; ">
  3010. <select1 id="radio176" ref="/root/main/ansinfo/c18" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  3011. <choices>
  3012. <item>
  3013. <label/>
  3014. <value>2</value>
  3015. </item>
  3016. </choices>
  3017. </select1>
  3018. </td>
  3019. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; border-right-width:1px; border-right-style:solid; ">
  3020. <select1 id="radio177" ref="/root/main/ansinfo/c18" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  3021. <choices>
  3022. <item>
  3023. <label/>
  3024. <value>1</value>
  3025. </item>
  3026. </choices>
  3027. </select1>
  3028. </td>
  3029. </tr>
  3030. <tr>
  3031. <td style="width:623px; height:42px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#f2dcdb; ">19. 고객 응대 과정에서 발생한 문제를 해결하고 도와주는 직장 내의 공식적인 제도와 절차가 있다.</td>
  3032. <td style="width:60px; height:42px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; ">
  3033. <select1 id="radio178" ref="/root/main/ansinfo/c19" appearance="full" overflow="visible" style="left:23px; top:11px; width:31px; height:20px; border-style:none; ">
  3034. <choices>
  3035. <item>
  3036. <label/>
  3037. <value>4</value>
  3038. </item>
  3039. </choices>
  3040. </select1>
  3041. </td>
  3042. <td style="width:60px; height:42px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; ">
  3043. <select1 id="radio179" ref="/root/main/ansinfo/c19" appearance="full" overflow="visible" style="left:23px; top:11px; width:31px; height:20px; border-style:none; ">
  3044. <choices>
  3045. <item>
  3046. <label/>
  3047. <value>3</value>
  3048. </item>
  3049. </choices>
  3050. </select1>
  3051. </td>
  3052. <td style="width:60px; height:42px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; ">
  3053. <select1 id="radio180" ref="/root/main/ansinfo/c19" appearance="full" overflow="visible" style="left:23px; top:11px; width:31px; height:20px; border-style:none; ">
  3054. <choices>
  3055. <item>
  3056. <label/>
  3057. <value>2</value>
  3058. </item>
  3059. </choices>
  3060. </select1>
  3061. </td>
  3062. <td style="width:60px; height:42px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; border-right-width:1px; border-right-style:solid; ">
  3063. <select1 id="radio181" ref="/root/main/ansinfo/c19" appearance="full" overflow="visible" style="left:23px; top:11px; width:31px; height:20px; border-style:none; ">
  3064. <choices>
  3065. <item>
  3066. <label/>
  3067. <value>1</value>
  3068. </item>
  3069. </choices>
  3070. </select1>
  3071. </td>
  3072. </tr>
  3073. <tr>
  3074. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#f2dcdb; ">20. 직장은 고객 응대 과정에서 입은 마음의 상처를 위로받게 해준다.</td>
  3075. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; ">
  3076. <select1 id="radio182" ref="/root/main/ansinfo/c20" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  3077. <choices>
  3078. <item>
  3079. <label/>
  3080. <value>4</value>
  3081. </item>
  3082. </choices>
  3083. </select1>
  3084. </td>
  3085. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; ">
  3086. <select1 id="radio183" ref="/root/main/ansinfo/c20" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  3087. <choices>
  3088. <item>
  3089. <label/>
  3090. <value>3</value>
  3091. </item>
  3092. </choices>
  3093. </select1>
  3094. </td>
  3095. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; ">
  3096. <select1 id="radio184" ref="/root/main/ansinfo/c20" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  3097. <choices>
  3098. <item>
  3099. <label/>
  3100. <value>2</value>
  3101. </item>
  3102. </choices>
  3103. </select1>
  3104. </td>
  3105. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; border-right-width:1px; border-right-style:solid; ">
  3106. <select1 id="radio185" ref="/root/main/ansinfo/c20" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  3107. <choices>
  3108. <item>
  3109. <label/>
  3110. <value>1</value>
  3111. </item>
  3112. </choices>
  3113. </select1>
  3114. </td>
  3115. </tr>
  3116. <tr>
  3117. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#f2dcdb; ">21. 상사는 고객 응대 과정에서 발생한 문제를 해결하기 위해 도와준다.</td>
  3118. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; ">
  3119. <select1 id="radio186" ref="/root/main/ansinfo/c21" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  3120. <choices>
  3121. <item>
  3122. <label/>
  3123. <value>4</value>
  3124. </item>
  3125. </choices>
  3126. </select1>
  3127. </td>
  3128. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; ">
  3129. <select1 id="radio187" ref="/root/main/ansinfo/c21" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  3130. <choices>
  3131. <item>
  3132. <label/>
  3133. <value>3</value>
  3134. </item>
  3135. </choices>
  3136. </select1>
  3137. </td>
  3138. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; ">
  3139. <select1 id="radio188" ref="/root/main/ansinfo/c21" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  3140. <choices>
  3141. <item>
  3142. <label/>
  3143. <value>2</value>
  3144. </item>
  3145. </choices>
  3146. </select1>
  3147. </td>
  3148. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; border-right-width:1px; border-right-style:solid; ">
  3149. <select1 id="radio189" ref="/root/main/ansinfo/c21" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  3150. <choices>
  3151. <item>
  3152. <label/>
  3153. <value>1</value>
  3154. </item>
  3155. </choices>
  3156. </select1>
  3157. </td>
  3158. </tr>
  3159. <tr>
  3160. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#f2dcdb; ">22. 동료는 고객 응대 과정에서 발생한 문제를 해결하기 위해 도와준다.</td>
  3161. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; ">
  3162. <select1 id="radio190" ref="/root/main/ansinfo/c22" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  3163. <choices>
  3164. <item>
  3165. <label/>
  3166. <value>4</value>
  3167. </item>
  3168. </choices>
  3169. </select1>
  3170. </td>
  3171. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; ">
  3172. <select1 id="radio191" ref="/root/main/ansinfo/c22" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  3173. <choices>
  3174. <item>
  3175. <label/>
  3176. <value>3</value>
  3177. </item>
  3178. </choices>
  3179. </select1>
  3180. </td>
  3181. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; ">
  3182. <select1 id="radio192" ref="/root/main/ansinfo/c22" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  3183. <choices>
  3184. <item>
  3185. <label/>
  3186. <value>2</value>
  3187. </item>
  3188. </choices>
  3189. </select1>
  3190. </td>
  3191. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; border-right-width:1px; border-right-style:solid; ">
  3192. <select1 id="radio193" ref="/root/main/ansinfo/c22" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  3193. <choices>
  3194. <item>
  3195. <label/>
  3196. <value>1</value>
  3197. </item>
  3198. </choices>
  3199. </select1>
  3200. </td>
  3201. </tr>
  3202. <tr>
  3203. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#f2dcdb; ">23. 직장 내에 고객 응대에 관한 행동지침이나 매뉴얼(설명서, 안내서)이 마련되어 있다.</td>
  3204. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; ">
  3205. <select1 id="radio194" ref="/root/main/ansinfo/c23" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  3206. <choices>
  3207. <item>
  3208. <label/>
  3209. <value>4</value>
  3210. </item>
  3211. </choices>
  3212. </select1>
  3213. </td>
  3214. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; ">
  3215. <select1 id="radio195" ref="/root/main/ansinfo/c23" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  3216. <choices>
  3217. <item>
  3218. <label/>
  3219. <value>3</value>
  3220. </item>
  3221. </choices>
  3222. </select1>
  3223. </td>
  3224. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; ">
  3225. <select1 id="radio196" ref="/root/main/ansinfo/c23" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  3226. <choices>
  3227. <item>
  3228. <label/>
  3229. <value>2</value>
  3230. </item>
  3231. </choices>
  3232. </select1>
  3233. </td>
  3234. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; border-right-width:1px; border-right-style:solid; ">
  3235. <select1 id="radio197" ref="/root/main/ansinfo/c23" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  3236. <choices>
  3237. <item>
  3238. <label/>
  3239. <value>1</value>
  3240. </item>
  3241. </choices>
  3242. </select1>
  3243. </td>
  3244. </tr>
  3245. <tr>
  3246. <td style="width:623px; height:25px; font-size:11pt; vertical-align:middle; padding-left:4; background-color:#f2dcdb; border-bottom-width:1px; border-bottom-style:solid; ">24. 고객의 요구를 해결해 줄 수 있는 권한이나 자율성이 나에게 주어져 있다.</td>
  3247. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; border-bottom-style:solid; ">
  3248. <select1 id="radio198" ref="/root/main/ansinfo/c24" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  3249. <choices>
  3250. <item>
  3251. <label/>
  3252. <value>4</value>
  3253. </item>
  3254. </choices>
  3255. </select1>
  3256. </td>
  3257. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; border-bottom-style:solid; ">
  3258. <select1 id="radio199" ref="/root/main/ansinfo/c24" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  3259. <choices>
  3260. <item>
  3261. <label/>
  3262. <value>3</value>
  3263. </item>
  3264. </choices>
  3265. </select1>
  3266. </td>
  3267. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; border-bottom-style:solid; ">
  3268. <select1 id="radio200" ref="/root/main/ansinfo/c24" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  3269. <choices>
  3270. <item>
  3271. <label/>
  3272. <value>2</value>
  3273. </item>
  3274. </choices>
  3275. </select1>
  3276. </td>
  3277. <td style="width:60px; height:25px; font-size:11pt; vertical-align:middle; background-color:#f2dcdb; border-right-width:1px; border-right-style:solid; border-bottom-style:solid; ">
  3278. <select1 id="radio201" ref="/root/main/ansinfo/c24" appearance="full" overflow="visible" style="left:23px; top:5px; width:31px; height:20px; border-style:none; ">
  3279. <choices>
  3280. <item>
  3281. <label/>
  3282. <value>1</value>
  3283. </item>
  3284. </choices>
  3285. </select1>
  3286. </td>
  3287. </tr>
  3288. </table>
  3289. <caption id="caption5" style="left:105px; top:2650px; width:1005px; height:40px; font-size:13pt; font-weight:bold; ">4. 기타사항으로 직원의 직무스트레스 관리를 위하여 의견을 주시면 업무에 참고하도록 하겠습니다.</caption>
  3290. <textarea id="textarea1" ref="/root/main/ansinfo/d1_edt1" style="left:110px; top:2685px; width:989px; height:110px; font-size:11pt; line-spacing:4; padding:4; "/>
  3291. </group>
  3292. <line id="line2" style="x1:110px; y1:837px; x2:1100px; y2:837px; border-width:2px; "/>
  3293. <button id="button1" class="btn4_letter5" style="left:510px; top:848px; width:92px; height:22px; font-size:14; ">
  3294. <caption>답변완료</caption>
  3295. <script type="javascript" ev:event="DOMActivate">
  3296. <![CDATA[
  3297. fSave("Y");
  3298. model.refresh();
  3299. ]]>
  3300. </script>
  3301. </button>
  3302. <button id="button2" class="btn4_letter5" style="left:615px; top:848px; width:92px; height:22px; font-size:14; ">
  3303. <caption>임시저장</caption>
  3304. <script type="javascript" ev:event="DOMActivate">
  3305. <![CDATA[
  3306. fSave("N");
  3307. model.refresh();
  3308. ]]>
  3309. </script>
  3310. </button>
  3311. <caption id="caption22" style="left:720px; top:849px; width:326px; height:20px; color:#0000ff; ">※ 임시저장은 다음 로그인 시 다시 설문조사 팝업이 뜹니다</caption>
  3312. </xhtml:body>
  3313. </xhtml:html>